aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* intel: Introduce a new intel_context::gt field to go along with gen.Kenneth Graunke2011-09-262-0/+8
* intel: Remove intel_context::has_xrgb_textures/has_luminance_srgb.Kenneth Graunke2011-09-262-28/+13
* intel: fix potential segfault error at intel_(un)map_texture_imageYuanhan Liu2011-09-261-2/+3
* intel: Remove pointless boolean return value from *_miptree_layout.Kenneth Graunke2011-09-232-14/+7
* i965: Increase MaxClipPlanes to 8 for gen6+.Paul Berry2011-09-231-0/+3
* intel: fix the wrong code to detect null texture.Yuanhan Liu2011-09-231-1/+1
* intel: Unindent the blit call in PBO blit uploads.Eric Anholt2011-09-221-17/+12
* intel: Drop gratuitous flush in PBO blit upload.Eric Anholt2011-09-221-3/+0
* intel: Clean up check_pbo_format to ignore internalFormat.Eric Anholt2011-09-221-25/+13
* intel: Move more of the PBO blit upload logic into that function.Eric Anholt2011-09-221-26/+33
* intel: Remove stale comment about non-intel gl_buffer_objects.Eric Anholt2011-09-221-8/+1
* intel: Remove the pbo zero-copy code.Eric Anholt2011-09-225-247/+0
* intel: Remove extra FreeTextureImageBuffer() from glTexImage*.Eric Anholt2011-09-221-1/+0
* i965: Add support for GL_EXT_packed_float.Eric Anholt2011-09-222-0/+4
* i965: Add support for GL_EXT_texture_shared_exponent.Eric Anholt2011-09-222-0/+4
* mesa: remove support for GL_APPLE_client_storage extensionBrian Paul2011-09-221-1/+0
* intel: make intel_texture_image a subclass of swrast_texture_imageBrian Paul2011-09-178-93/+101
* mesa: add new DeleteTextureImage() driver hookBrian Paul2011-09-171-0/+8
* Change strerror(ret) to strerror(-ret).Eugeni Dodonov2011-09-151-1/+1
* mesa/colormac: introduce inline helper for 4 unclamped float to ubyte.Dave Airlie2011-09-141-4/+1
* mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie2011-09-141-5/+5
* dri: Remove all extension enabling utility functionsIan Romanick2011-09-091-6/+0
* intel: Move S3TC extension enable bits to intel_extensions.cIan Romanick2011-09-092-7/+8
* intel: Enable extensions by just setting the flagsIan Romanick2011-09-091-191/+98
* intel: Silence "intel/intel_fbo.h:105:4: warning: comparison of unsigned expr...Ian Romanick2011-09-091-3/+3
* intel: Silence several "warning: unused parameter"Ian Romanick2011-09-091-0/+2
* intel: Silence several "warning: unused parameter"Ian Romanick2011-09-091-13/+4
* intel: Silence "warning: unused parameter ‘depth0’"Ian Romanick2011-09-093-7/+4
* intel: Silence "warning: unused parameter ‘target’"Ian Romanick2011-09-093-13/+5
* intel: Silence several "warning: unused parameter"Ian Romanick2011-09-094-23/+13
* intel: Silence "warning: unused parameter ‘fb’"Ian Romanick2011-09-094-7/+7
* intel: Silence "warning: unused parameter ‘intel’"Ian Romanick2011-09-093-11/+7
* intel: Silence several "warning: unused parameter"Ian Romanick2011-09-091-22/+38
* intel: Silence many "intel_batchbuffer.h:97:39: warning: comparison between s...Ian Romanick2011-09-091-2/+3
* intel: add support for __DRI_IMAGE_FORMAT_ABGR8888Chia-I Wu2011-09-092-0/+21
* intel: fix build errorYuanhan Liu2011-09-031-1/+1
* intel: Give an explanation why we are exiting for debugging.Eugeni Dodonov2011-09-021-0/+1
* intel: Upload batchbuffer contents even if INTEL_NO_HW is set.Eric Anholt2011-09-021-8/+8
* intel: fix GLESv1 supportChia-I Wu2011-09-013-8/+58
* intel: rename intel_extensions_es2.c to intel_extensions_es.cChia-I Wu2011-09-011-0/+0
* intel: Restructure TexSubImage as just the 2D implementation and blit func.Eric Anholt2011-08-301-100/+114
* intel: Remove the passthrough TexSubImage[13]D functions.Eric Anholt2011-08-301-42/+0
* intel: Rely on Mesa core for the non-blit glTexSubImage* implementation.Eric Anholt2011-08-291-84/+65
* intel: Remove our custom _mesa_store_compressed_texsubimage2d().Eric Anholt2011-08-291-83/+33
* intel: Add implementation of MapTextureImage/UnmapTextureImage.Eric Anholt2011-08-293-2/+92
* Rename some driver FreeTextureImageData functions to FreeTextureImageBuffer.Eric Anholt2011-08-291-2/+3
* mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt2011-08-292-2/+2
* intel: use new gl_texture_image:Face, Level fieldsBrian Paul2011-08-249-51/+34
* mesa: Eliminate dd_function_table::MapBufferIan Romanick2011-08-232-65/+10
* mesa: Remove target parameter from dd_function_table::FlushMappedBufferRangeIan Romanick2011-08-231-1/+1