aboutsummaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915
AgeCommit message (Expand)Author
2010-03-18intel: Use bit-wise not instead of logical not (i830 path)Ian Romanick
2010-03-18Use bit-wise not instead of logical not.Ian Romanick
2010-01-22i915: Remove unnecessary headers.Vinson Lee
2010-01-04i915: Use _MaxLevel on principle in texture setup.Eric Anholt
2009-12-28intel: Silence compiler warnings.Vinson Lee
2009-12-27Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-26i915: Fix assert.Vinson Lee
2009-12-10i915: Add missing break statement in i915_debug_packet.Vinson Lee
2009-12-18i915: Fix GL_TEXTURE_MAX_LEVEL support (piglit levelclamp test).Eric Anholt
2009-12-18i915: Clean up some unnecessary x/y miptree code.Eric Anholt
2009-11-30i915: Actually put i915PointParameterfv in the driver function table. Duh.Ian Romanick
2009-11-29i915: Fallback bit define missed on previous commitIan Romanick
2009-11-29i915: Round point sizes instead of truncate.Ian Romanick
2009-11-29i915: Enable point sprite coordinate generationIan Romanick
2009-10-27i915: Fix driver for the miptree x/y offset changes.Eric Anholt
2009-10-22intel: Fallback field is a bitmask, use GLbitfieldBrian Paul
2009-09-03intel: Add support for ARB_sync.Eric Anholt
2009-08-27i915: Fix undefined symbol as of eabe12df44a41e97fb5736959e8864ddbd01be14Eric Anholt
2009-08-26ARB prog: Change handling of program parameter limitsIan Romanick
2009-08-04intel: Add support for EXT_provoking_vertex.Eric Anholt
2009-07-29i915: Add support for EXT_stencil_two_side and ATI_separate_stencil.Eric Anholt
2009-12-11Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-10intel: Remove ARGB internal_format == GL_RGB hacksIan Romanick
2009-12-10intel: Axe intel_renderbuffer::texformatIan Romanick
2009-11-30Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick
2009-11-06intel: Use PIPE_CONTROL on gen4 hardware for doing pipeline flushing.Eric Anholt
2009-11-03intel: avoid unnecessary front buffer flushing/updatingBrian Paul
2009-10-29intel: update intel_create_renderbuffer(format), add XRGB supportBrian Paul
2009-10-29i915: Fix 1D texture mapping in the t coordinate.Eric Anholt
2009-10-29i915: Correct and make use of the defines for 32-bit depth texture modes.Eric Anholt
2009-10-29i915: Implement min/max LOD clamping with the hardware.Eric Anholt
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-27i915: Fix driver for the miptree x/y offset changes.Eric Anholt
2009-10-22Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-21i915: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24Brian Paul
2009-10-16mesa: lift default symlinks target into Makefile.templateBrian Paul
2009-10-12intel: pass zslice to intel_miptree_image_offset()Brian Paul
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul
2009-10-05drivers: don't include texformat.hBrian Paul
2009-10-01i915: Add optional support for ARB_fragment_shader under a driconf option.Eric Anholt
2009-10-01i915: Add support or fallbacks for GLSL fragment shader opcodes.Eric Anholt
2009-10-01i915: Add support for varying inputs.Eric Anholt
2009-10-01i915: Enable ARB_vertex_shader for both i915 and i830.Eric Anholt
2009-10-01i915: Increase maximum program size to the hardware limits.Eric Anholt
2009-10-01i915: Update and translate the fragment program along with state updates.Eric Anholt
2009-10-01Revert "i915: don't validate PS program when falling back to software"Eric Anholt
2009-10-01i915: Bail when the fragment program has too many total instructions.Eric Anholt
2009-10-01i915: Let i915_program_error take a format string, and don't use _mesa_problem.Eric Anholt
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul
2009-09-28intel: Drop my generatemipmap code in favor of the new shared code.Eric Anholt