summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-0411-55/+55
* 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
| * | intel: name in intel_create_renderbuffer was always 0, removeIan Romanick2009-12-101-2/+1
| * | intel: Use texformat accessor to get bytes-per-pixelIan Romanick2009-12-101-7/+1
| * | intel: softwareBuffer in intel_alloc_renderbuffer_storage was always false, r...Ian Romanick2009-12-101-22/+15
| * | intel: Axe intel_renderbuffer::texformatIan Romanick2009-12-104-18/+7
| * | intel: Flush the render/texture cache when finishing render to texture.Eric Anholt2009-12-101-1/+9
| * | i965: Enable the accelerated ReadPixels path on gen4 along with pre-gen4.Eric Anholt2009-12-081-1/+1
* | | Merge branch 'mesa_7_7_branch'Andre Maasikas2009-12-081-1/+5
|\| |
| * | Revert "intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system ...Ian Romanick2009-12-071-1/+5
* | | Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2009-12-024-6/+5
|\| |
| * | Merge commit 'mesa_7_6_branch' into mesa_7_7_branchJakob Bornecrantz2009-12-021-1/+0
| |\|
| | * intel: Remove GL_NV_point_sprite from extension listIan Romanick2009-12-011-1/+0
| * | intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system buffers.Eric Anholt2009-12-021-5/+1
| * | intel: Fix more front-buffer rendering after Brian's less flushing patch.Eric Anholt2009-12-022-0/+4
* | | Merge commit 'origin/mesa_7_7_branch'Keith Whitwell2009-12-011-0/+2
|\| |
| * | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-11-301-0/+2
| |\|
| | * i915: Initialize Length and Offset fields when mapping a buffer objectIan Romanick2009-11-231-0/+2
| | * Fix YTILE spantmp functionsAlan Hourihane2009-11-041-2/+2
* | | Merge commit 'origin/mesa_7_7_branch'Maciej Cencora2009-11-231-2/+8
|\| |
| * | intel: make CopyTex[Sub]Image fallback debug messages more consistentRoland Scheidegger2009-11-211-2/+8
* | | intel: Remove non-GEM support.Eric Anholt2009-11-199-144/+43
* | | intel: Remove dead intel_context members and move some packing around.Eric Anholt2009-11-192-15/+1
* | | intel: Remove our special color packing macros and just use colormac.h.Eric Anholt2009-11-192-26/+2
* | | intel: Pack colors for blit at blit time, rather than at ClearColor.Eric Anholt2009-11-193-26/+3