aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965: Fix Android build by removing relative includesChad Versace2011-08-3024-40/+40
* dri: Build libmesa_dri_common for AndroidChad Versace2011-08-302-0/+68
* make: Factor out source lists from drivers/dri/common into Makefile.sourcesChad Versace2011-08-302-13/+26
* make: Remove duplicate occurence of driverfuncs.cChad Versace2011-08-302-2/+0
* make: Remove duplicate defintion of COMMON_SOURCES in Radeon makefilesChad Versace2011-08-302-18/+0
* Remove dead Makefiles.José Fonseca2011-08-301-39/+0
* gdi: Remove mesa_wgl.hJosé Fonseca2011-08-301-23/+0
* i965: Avoid generating MOVs for most ir_assignment handling.Kenneth Graunke2011-08-292-0/+48
* i965/fs: Revert "Avoid generating MOVs for assignments for expressions."Kenneth Graunke2011-08-292-77/+10
* mesa: Remove all mention of MESA_FORMAT_CI8Ian Romanick2011-08-293-4/+0
* dri: Remove MESA_FORMAT_CI8 bits from drivers that don't do paletted texturesIan Romanick2011-08-2912-32/+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
* nouveau: Add MapTextureImage() implementation.Eric Anholt2011-08-291-0/+81
* radeon: Add MapTextureImage() implementation.Eric Anholt2011-08-291-0/+77
* radeon: Refactor the common texture hook setup to common code.Eric Anholt2011-08-298-146/+52
* swrast: Add implementation of MapTextureImage/UnmapTextureImage.Brian Paul2011-08-291-0/+2
* 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-2911-13/+13
* mesa/tnl_dd: Remove unused header file t_dd_rendertmp.hIan Romanick2011-08-261-4/+3
* mesa: Remove support for BeOSIan Romanick2011-08-263-1783/+0
* dri: Remove unused header files mmx.h and spantmp.hIan Romanick2011-08-262-885/+0
* dri: Remove driRenderbuffer::backBuffer fieldIan Romanick2011-08-261-8/+0
* dri: Remove all DRI1 driversIan Romanick2011-08-26224-85772/+0
* mesa: Remove obsolete Windows gldirect and ICD driversIan Romanick2011-08-2659-35834/+0
* mesa: Remove obsolete linux-fbdev software driverIan Romanick2011-08-262-864/+0
* i965: Factor our source lists into Makefile.sourcesChad Versace2011-08-262-127/+136
* i965: Remove all bits of NRM3 and NRM4 codeIan Romanick2011-08-251-31/+0
* Merge branch 'kasanen-post-process-v2'Brian Paul2011-08-252-0/+90
|\
| * driconf: Add the PP descriptionsLauri Kasanen2011-08-192-0/+90
* | radeon: Fix flushing before writing a teximage's BO when !t->bo.Eric Anholt2011-08-241-12/+12
* | intel: use new gl_texture_image:Face, Level fieldsBrian Paul2011-08-249-51/+34
* | x11: add missing comma to fix compilationBrian Paul2011-08-241-1/+1
* | i965: Only map the necessary buffer range in brw_prepare_indicesIan Romanick2011-08-231-3/+2
* | mesa: Eliminate dd_function_table::MapBufferIan Romanick2011-08-239-133/+50
* | radeon: Hack up an implementation of MapBufferRangeIan Romanick2011-08-231-0/+33
* | mesa: Fix incorrect access parameter passed to MapBufferIan Romanick2011-08-231-3/+1
* | 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-232-3/+2
* | mesa: Remove target parameter from dd_function_table::GetBufferSubDataIan Romanick2011-08-233-3/+1
* | mesa: Remove target parameter from dd_function_table::BufferSubDataIan Romanick2011-08-233-3/+1
* | mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick2011-08-239-25/+18
* | mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick2011-08-239-29/+23
* | i965: Fix typo in 2b224d66a01f3ce867fb05558b25749705bbfe7aEric Anholt2011-08-231-1/+1
* | i965/gen6+: Use non-normalized coordinates for GL_TEXTURE_RECTANGLE.Eric Anholt2011-08-234-2/+19
* | i965: Implement textureSize (TXS) on Gen4.Kenneth Graunke2011-08-233-6/+23
* | i965/fs: Implement textureSize (TXS) on Gen5+.Kenneth Graunke2011-08-235-8/+30
* | i965/fs: Rudimentary support for non-floating point texture results.Kenneth Graunke2011-08-231-1/+1