aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* intel: Rely on mesa core for compressed texture image uploading.Eric Anholt2011-09-261-58/+20
* intel: Allow src == NULL and *dst != NULL in intel_miptree_reference().Eric Anholt2011-09-263-10/+11
* intel: Drop the "intel" argument to intel_miptree_release().Eric Anholt2011-09-266-16/+10
* intel: Drop the immediate validation of the texture object in TFP.Eric Anholt2011-09-261-10/+0
* intel: Fix improper freeing of texture data in TFP.Eric Anholt2011-09-261-4/+1
* intel: Refactor texture_from_pixmap and EGL_image region binding.Eric Anholt2011-09-261-55/+49
* intel: Drop some extra equality checks on reference/release functions.Eric Anholt2011-09-262-22/+8
* mesa: Remove EXT_bgra and EXT_texture_format_BGRA8888 extension enable flagsIan Romanick2011-09-261-1/+0
* mesa: Remove many extension enable flagsIan Romanick2011-09-261-7/+0
* intel: Remove redundant GL_ARB_window_pos enableIan Romanick2011-09-261-1/+0
* dri: Remove redundant GL_SGIS_texture_edge_clamp enablesIan Romanick2011-09-261-1/+0
* i965: Emit depth stalls and flushes before changing depth state on Gen6+.Kenneth Graunke2011-09-261-0/+39
* 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