summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* 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
* | intel: Bump driver date to reflect status as final Q4 driver RCIan Romanick2009-12-211-1/+1
* | 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
* | 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
* | Revert "intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system ...Ian Romanick2009-12-071-1/+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 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
* | intel: make CopyTex[Sub]Image fallback debug messages more consistentRoland Scheidegger2009-11-211-2/+8
* | i965: Use MESA_FORMAT_AL1616 when appropriateIan Romanick2009-11-161-3/+9
* | intel: Remove some dead context structure fields.Eric Anholt2009-11-131-2/+0
* | i965: Remove an unused cache_item field.Eric Anholt2009-11-131-1/+1
* | i965: Use bo_map instead of subdata to upload the bits of constant buffer.Eric Anholt2009-11-131-0/+21
* | intel: When subdataing a busy buffer, use a temporary and blit in.Eric Anholt2009-11-131-3/+16
* | intel: Don't check for context pointer to be NULL during extension initIan Romanick2009-11-121-7/+6
* | intel: Remove unused enable_imaging parameter to intelInitExtensionsIan Romanick2009-11-123-6/+4
* | intel: better front color buffer test in intelClear()Brian Paul2009-11-061-2/+3
* | intel: Finish removing the fallback code for bug #16697.Eric Anholt2009-11-061-6/+2
* | intel: Don't validate in a texture image used as a render target.Eric Anholt2009-11-063-11/+15
* | intel: Clean up some extra struct indirection in finalize.Eric Anholt2009-11-061-2/+1
* | intel: Use _mesa_get_current_tex_object() to clean up TFP path.Eric Anholt2009-11-061-4/+4
* | intel: Remove duplicated arguments from intel_miptree_match_image().Eric Anholt2009-11-063-10/+7
* | intel: Remove obsolete comment about GEM in the spans code.Eric Anholt2009-11-061-1/+0
* | intel: Use PIPE_CONTROL on gen4 hardware for doing pipeline flushing.Eric Anholt2009-11-063-13/+35
* | Make a convenient int for what chipset generation we're on.Eric Anholt2009-11-065-9/+20
* | intel: call intel_check_front_buffer_rendering() in intelClear()Brian Paul2009-11-061-0/+3
* | Fix YTILE spantmp functionsAlan Hourihane2009-11-041-2/+2
* | intel: avoid unnecessary front buffer flushing/updatingBrian Paul2009-11-033-2/+23
* | intel: Use GTT mapping when available for swrast.Eric Anholt2009-10-303-1/+88
* | intel: Fix up z24_x8 depth spans since the texformat merge.Eric Anholt2009-10-301-12/+6
* | intel: Set the texture format in the TFP path.Eric Anholt2009-10-301-3/+6
* | intel: fix up some XRGB breakageBrian Paul2009-10-303-3/+6
* | intel: update intel_create_renderbuffer(format), add XRGB supportBrian Paul2009-10-297-36/+44
* | intel: remove memcpy_get_tex_image() codeBrian Paul2009-10-291-103/+2