summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915
AgeCommit message (Expand)Author
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt
2010-06-05i915: Only emit a MI_FLUSH when the drawing rectangle offset changes.Chris Wilson
2010-06-05i915: Fix off-by-one for drawing rectangle.Chris Wilson
2010-06-05i915: Inhibit render cache flush when changing drawing rectangle offset.Chris Wilson
2010-06-04i915: Clamp minimum lod to maximum texture level too.Eric Anholt
2010-05-11intel: Drop viewport hack when we canKristian Høgsberg
2010-05-10i915: Drop intelFlush().Vinson Lee
2010-05-02Merge branch 'gles2-2'Kristian Høgsberg
2010-04-28intel: Only register ES2 extensions for ES2 contextsKristian Høgsberg
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg
2010-04-29i965: Fix cube map layouts on Ironlake.Eric Anholt
2010-04-20i915: Map sampler indices to texture units correctly for fragment shaders.Eric Anholt
2010-04-20i915: Add missing break; after handling the stub NOISE instructions.Eric Anholt
2010-04-27i915: Add debugging for just prorgam compile under INTEL_DEBUG=wmEric Anholt
2010-04-27i915: Provide counts in the error messages for program limits.Eric Anholt
2010-04-13i915: Fix comments about cube layoutsJakob Bornecrantz
2010-03-30intel: Remove redundant fields from struct intel_contextKristian Høgsberg
2010-03-22Merge branch '7.8'Brian Paul
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-03-17intel: Replace mt->pitch with mt->region->pitch.Eric Anholt
2010-03-06dri: drop MINIGLX_SOURCES (2)George Sapountzis
2010-03-06dri: drop MINIGLX_SOURCESGeorge Sapountzis
2010-03-05intel: Remove support for the DRI1 TFP extension.Eric Anholt
2010-03-04i915: Fix up i830 for tiled drawing offsets.Eric Anholt
2010-03-03Remove stray defines of HAVE_RGBAIan Romanick
2010-03-03i915: Use x,y drawing offsets instead of changing buffer offsets.Eric Anholt
2010-02-22i915: Fix logic !gen >= 3Chris Wilson
2010-02-22i915: Remove superfluous MI_NOOP from vertex emissionChris Wilson
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-18i915: update render buffers at prepare_render timeJesse Barnes
2010-02-04mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul
2010-01-30i915: Remove unnecessary headers.Vinson Lee
2010-01-28i915: Remove unused initial and current state, now that there's nothing else.Eric Anholt
2010-01-28intel: Remove long-disabled meta readpixels, and associated meta support.Eric Anholt
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-22i915: Remove unnecessary headers.Vinson Lee
2010-01-21dri: Remove unnecessary glapi headers.Chia-I Wu
2010-01-07intel: Remove leftover symlinks from DRI1 removal.Eric Anholt
2010-01-05Merge branch 'remove-intel-dri1'Kristian Høgsberg
2010-01-04mesa: make texture BorderColor a union of float/int/uintBrian Paul
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-04i915: Use _MaxLevel on principle in texture setup.Eric Anholt
2010-01-04intel: Drop more cliprect bookkeepingKristian Høgsberg
2010-01-04intel: Remove client-side vblank codeKristian Høgsberg
2010-01-04intel: Drop batchbuffer cliprect_mode trackingKristian Høgsberg
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2010-01-04Check for libdrm_$chipset.pc when neededKristian Høgsberg
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul