aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* make: Document imported variablesChad Versace2011-08-301-0/+6
* mesa: Build libmesa_dricore.a for AndroidChad Versace2011-08-301-0/+29
* tnl: fix regression in bind_indices()Brian Paul2011-08-301-1/+2
* tnl: add const qualifier to silence warningBrian Paul2011-08-301-1/+1
* tnl: use buffer helper functions to improve readbilityBrian Paul2011-08-301-1/+3
* 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
* mesa: update multisample state on _NEW_BUFFERSChristoph Bumiller2011-08-301-1/+1
* Remove dead Makefiles.José Fonseca2011-08-301-39/+0
* Remote *.mgw stuff.José Fonseca2011-08-301-216/+0
* gdi: Remove mesa_wgl.hJosé Fonseca2011-08-301-23/+0
* glsl_to_tgsi: fix a reference leak on an error pathMarek Olšák2011-08-291-0/+1
* 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-2911-160/+5
* dri: Remove MESA_FORMAT_CI8 bits from drivers that don't do paletted texturesIan Romanick2011-08-2912-32/+0
* scons: add swrast/s_texture.c to the buildBrian Paul2011-08-291-0/+1
* intel: Rely on Mesa core for the non-blit glTexSubImage* implementation.Eric Anholt2011-08-291-84/+65
* mesa: Convert texture debug dump function to using MapTextureImage().Brian Paul2011-08-292-44/+52
* intel: Remove our custom _mesa_store_compressed_texsubimage2d().Eric Anholt2011-08-291-83/+33
* mesa: Convert texstore.c to accessing textures using MapTextureImage.Brian Paul2011-08-291-107/+231
* 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-294-0/+126
* intel: Add implementation of MapTextureImage/UnmapTextureImage.Eric Anholt2011-08-293-2/+92
* st/mesa: Add implementation of MapTextureImage.Brian Paul2011-08-291-0/+45
* mesa: Add driver hooks for texture image mapping/unmapping.Brian Paul2011-08-291-0/+19
* mesa: Don't check for image->Data when freeing an image's contents.Eric Anholt2011-08-293-12/+5
* Rename some driver FreeTextureImageData functions to FreeTextureImageBuffer.Eric Anholt2011-08-292-4/+5
* mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt2011-08-2917-27/+27
* glsl_to_tgsi: remove unused codeMarek Olšák2011-08-272-80/+0
* mapi: Commit generated files modified by previous commitIan Romanick2011-08-262-3638/+3643
* mesa/tnl_dd: Remove unused source tree mesa/tnl_dd/immIan Romanick2011-08-269-2036/+1
* mesa/tnl_dd: Remove unused header file t_dd_vbtmp.hIan Romanick2011-08-262-676/+1
* mesa/tnl_dd: Remove unused header file t_dd_rendertmp.hIan Romanick2011-08-263-440/+4
* 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-26225-85774/+2
* mesa: Remove obsolete Windows gldirect and ICD driversIan Romanick2011-08-2660-35854/+2
* mesa: Remove obsolete linux-fbdev software driverIan Romanick2011-08-262-864/+0
* mesa: Remove stray, unused fileIan Romanick2011-08-261-58/+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
* | glsl_to_tgsi: add TXF support. (v2)Dave Airlie2011-08-251-3/+7
* | glsl_to_tgsi: implement TXS/TXQ. (v2)Dave Airlie2011-08-251-9/+18