summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* i965: add support for ARB_half_float_vertexDave Airlie2010-01-231-0/+1
* dri: Remove unnecessary glapi headers.Chia-I Wu2010-01-211-1/+0
* intel: Remove dead note_fence vtbl hook.Eric Anholt2010-01-191-1/+0
* intel: Use the new DRI2 flush invalidate entrypoint to signal frame done.Eric Anholt2010-01-192-20/+21
* Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes2010-01-115-8/+37
|\
| * intel/DRI2: add DRI2flushExtension support with invalidate hookKristian Høgsberg2010-01-085-17/+44
* | Merge branch 'remove-intel-dri1'Kristian Høgsberg2010-01-0521-1517/+139
|\ \
| * | intel: intelScreenContext() is no longer usedKristian Høgsberg2010-01-041-15/+0
| * | intel: Remove remaining dri2.enabled testsKristian Høgsberg2010-01-042-27/+0
| * | intel: Drop more cliprect bookkeepingKristian Høgsberg2010-01-042-55/+12
| * | intel: Remove struct intel_framebufferKristian Høgsberg2010-01-045-90/+51
| * | intel: Remove client-side vblank codeKristian Høgsberg2010-01-046-219/+0
| * | intel: Drop intelWindowMoved()Kristian Høgsberg2010-01-042-81/+0
| * | intel: Drop batchbuffer cliprect_mode trackingKristian Høgsberg2010-01-043-85/+16
| * | intel: Drop DRI1 static regionsKristian Høgsberg2010-01-044-352/+3
| * | intel: Use depth buffer from ctx.DrawBuffer in copypix_src_region()Kristian Høgsberg2010-01-041-7/+12
| * | intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg2010-01-0412-200/+3
| * | intel: Drop DRI1 SwapBuffer implementationKristian Høgsberg2010-01-043-189/+0
| * | intel: Drop DRI1 CopySubBuffer implementationKristian Høgsberg2010-01-042-30/+0
| * | intel: Drop DRI1 supportKristian Høgsberg2010-01-041-133/+0
| * | Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg2010-01-041-0/+8
| * | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-0411-55/+55
| |/
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-041-2/+3
|\ \ | |/ |/|
| * intel: Fix CopyTexImage from tiled mipmap levels > 0.Eric Anholt2010-01-041-2/+3
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-313-6/+7
|\|
| * intel: Silence compiler warnings.Vinson Lee2009-12-283-6/+6
| * Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-271-0/+1
| |\
| | * intel: Silence implicit function declaration warning.Vinson Lee2009-12-251-0/+1
* | | mesa: implement per-buffer color maskingBrian Paul2009-12-293-9/+9
* | | intel: Fix false positives in checking for non-packed depth/stencil RB.Eric Anholt2009-12-281-7/+14
* | | intel: Allow binding a stencil but not a depth buffer.Eric Anholt2009-12-282-1/+7
* | | intel: Improve INTEL_DEBUG=fbo output.Eric Anholt2009-12-281-1/+6
* | | intel: Remove dead fthrottle_mode option. We only do IRQ waits.Eric Anholt2009-12-282-5/+1
* | | intel: Replace some gen3 IS_* checks with context structure usage.Eric Anholt2009-12-224-6/+10
* | | intel: Replace IS_965 checks with context structure usage.Eric Anholt2009-12-221-1/+1
* | | intel: Replace IS_G4X() across the driver with context structure usage.Eric Anholt2009-12-223-2/+10
* | | intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt2009-12-222-0/+7
* | | intel: Fix leakage of active texture state in glBitmap fp metaops.Eric Anholt2009-12-221-0/+1
* | | intel: Remove unused stored values reported by clang.Eric Anholt2009-12-225-18/+3
* | | intel: Replace release info in DRIVER_DATE with "DEVELOPMENT"Ian Romanick2009-12-211-1/+1
* | | Merge branch 'mesa_7_7_branch'Ian Romanick2009-12-211-1/+1
|\| |
| * | intel: Bump driver date to reflect status as final Q4 driver RCIan Romanick2009-12-211-1/+1
* | | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-211-3/+8
|\| |
| * | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-151-3/+8
| |\|
| | * intel: Fallback to software if drawable size is > MaxRenderbufferSizeIan Romanick2009-12-151-3/+8
* | | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-116-96/+50
|\| |
| * | intel: Remove ARGB internal_format == GL_RGB hacksIan Romanick2009-12-101-36/+13
| * | intel: Make RGB textures use XRGB8888Ian Romanick2009-12-101-4/+2
| * | intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system buffers.Ian Romanick2009-12-101-5/+1
| * | intel: Use spantmp2 GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REV for XRGB8888Ian Romanick2009-12-101-1/+1