summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pp: add files to Makefile.sourcesBrian Paul2011-08-251-0/+6
* Merge branch 'kasanen-post-process-v2'Brian Paul2011-08-2522-4/+4844
|\
| * pp/main queue: Add the PP headersLauri Kasanen2011-08-193-0/+215
| * pp/main queue: Add pp_program.[ch]Lauri Kasanen2011-08-192-0/+201
| * pp/main queue: Add pp_init.cLauri Kasanen2011-08-191-0/+283
| * pp/main queue: Add pp_run.cLauri Kasanen2011-08-191-0/+188
| * pp: Add Jimenez' MLAALauri Kasanen2011-08-192-0/+646
| * pp: Add the MLAA areamapLauri Kasanen2011-08-191-0/+2821
| * pp: Cel-shade filterLauri Kasanen2011-08-192-0/+117
| * pp: Color filtersLauri Kasanen2011-08-192-0/+149
| * pp: DocsLauri Kasanen2011-08-191-0/+87
| * aux/Makefile,SConscript: Build PPLauri Kasanen2011-08-192-0/+12
| * st/dri: Bind the post-processing queue to driLauri Kasanen2011-08-195-4/+47
| * driconf: Add the PP descriptionsLauri Kasanen2011-08-192-0/+90
* | softpipe: add const qualifier to silence warningsBrian Paul2011-08-251-1/+1
* | glsl_to_tgsi: add TXF support. (v2)Dave Airlie2011-08-251-3/+7
* | softpipe: implement TXF support via get_texel callbackDave Airlie2011-08-251-0/+69
* | tgsi: add TXF support.Dave Airlie2011-08-252-1/+59
* | glsl_to_tgsi: implement TXS/TXQ. (v2)Dave Airlie2011-08-251-9/+18
* | softpipe: add get_dims callback for TXQ support. (v2)Dave Airlie2011-08-251-0/+40
* | tgsi: add TXQ support. (v2)Dave Airlie2011-08-252-1/+31
* | glsl: Implement the GL_ARB_conservative_depth extension.Kenneth Graunke2011-08-257-5/+9
* | Document the return type coding style.Kai Wasserbäch2011-08-251-0/+10
* | Change return type of try_emit_* methods to bool.Kai Wasserbäch2011-08-252-9/+9
* | d3d1x: save to correct slot in xs_set_constant_buffersChristoph Bumiller2011-08-251-2/+2
* | d3d1x: fix xs_set_samplersChristoph Bumiller2011-08-251-1/+2
* | android: add support for r600gChia-I Wu2011-08-256-2/+143
* | winsys/radeon: share the source listChia-I Wu2011-08-253-9/+7
* | winsys/r600: share the source listChia-I Wu2011-08-253-13/+10
* | r600g: share the source listChia-I Wu2011-08-253-31/+19
* | glsl: Make sure that Extensions.dummy_true is set to trueIan Romanick2011-08-241-0/+2
* | vbo: remove unused var, remove unneeded local varBrian Paul2011-08-241-4/+1
* | llvmpipe: add more restrict keywordsBrian Paul2011-08-241-4/+4
* | docs: Document coding style conventionsPaul Berry2011-08-241-0/+23
* | 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
* | r600g: fill out missing entries in opcode tables.Dave Airlie2011-08-241-0/+36
* | winsys/svga: use os_mmap() for memory mappingChia-I Wu2011-08-241-5/+6
* | winsys/radeon: use os_mmap() for memory mappingChia-I Wu2011-08-241-3/+3
* | auxiliary/os: add wrappers for mmap/munmapChia-I Wu2011-08-241-0/+87
* | 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