summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* | glsl: Implement the GL_ARB_conservative_depth extension.Kenneth Graunke2011-08-251-0/+1
* | Change return type of try_emit_* methods to bool.Kai Wasserbäch2011-08-252-9/+9
* | vbo: remove unused var, remove unneeded local varBrian Paul2011-08-241-4/+1
* | swrast: Remove swrast eject/validate texture image code.Brian Paul2011-08-241-79/+0
* | radeon: Fix flushing before writing a teximage's BO when !t->bo.Eric Anholt2011-08-241-12/+12
* | st/mesa: remove st_texture_image::face,level fieldsBrian Paul2011-08-244-23/+17
* | intel: use new gl_texture_image:Face, Level fieldsBrian Paul2011-08-249-51/+34
* | mesa: add gl_texture_image::Face, Level fieldsBrian Paul2011-08-242-0/+5
* | 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
* | tnl: Only map the necessary buffer range in bind_indicesIan Romanick2011-08-231-5/+21
* | mesa: Only map the necessary buffer range in vbo_get_minmax_indexIan Romanick2011-08-231-4/+19
* | mesa: Eliminate dd_function_table::MapBufferIan Romanick2011-08-2324-267/+123
* | radeon: Hack up an implementation of MapBufferRangeIan Romanick2011-08-231-0/+33
* | mesa: Fix incorrect access parameter passed to MapBufferIan Romanick2011-08-232-6/+2
* | mesa: Remove target parameter from dd_function_table::FlushMappedBufferRangeIan Romanick2011-08-235-8/+6
* | 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-236-11/+7
* | mesa: Remove target parameter from dd_function_table::GetBufferSubDataIan Romanick2011-08-237-10/+6
* | mesa: Remove target parameter from dd_function_table::BufferSubDataIan Romanick2011-08-236-8/+5