aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* 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
* intel: Correctly check for read-only mappings in intel_bufferobj_map_rangeIan Romanick2011-08-231-1/+3
* mesa: Remove target parameter from dd_function_table::MapBufferRangeIan Romanick2011-08-231-1/+1
* mesa: Remove target parameter from dd_function_table::GetBufferSubDataIan Romanick2011-08-231-1/+0
* mesa: Remove target parameter from dd_function_table::BufferSubDataIan Romanick2011-08-231-1/+0
* mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick2011-08-232-8/+4
* mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick2011-08-232-10/+7
* intel: Abort when DRI2 separate stencil handshake failsChad Versace2011-08-221-0/+7
* intel: GetBuffer fixBen Widawsky2011-08-101-1/+6
* intel: Fix unused variable warning.Eric Anholt2011-08-021-1/+0
* i965: Remove the now unused intel_renderbuffer::draw_offset field.Kenneth Graunke2011-07-282-2/+0
* i965: Check actual tile offsets in Gen4 miptree workaround.Kenneth Graunke2011-07-281-2/+17
* i965: Use 3D clears on gen6+ to avoid inter-ring synchronization.Eric Anholt2011-07-251-2/+2
* i965: Emit texture cache flushes on gen6 along with render cache flushes.Eric Anholt2011-07-251-0/+1
* Merge branch 'remove-copyteximage-hook'Brian Paul2011-07-211-97/+0
|\
| * intel: remove intelCopyTexImage1D/2D()Brian Paul2011-07-191-97/+0
* | i965: Enable the PIPE_CONTROL workaround workaround out of paranoia.Eric Anholt2011-07-202-3/+29