aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* g3dvl: Rework the decoder interface part 1/5Christian König2011-08-267-316/+404
* tgsi: update tgsi.rst for TXQDave Airlie2011-08-261-2/+14
* i915g: Fix off-by-one in scissors.David Reveman2011-08-251-2/+2
* i915g: Fix case where texcoords can overlap with fragpos/frontface.Stéphane Marchesin2011-08-251-3/+3
* i915g: Improve the flush heuristic by using the previous frame's number of ve...Stéphane Marchesin2011-08-254-6/+18
* r600g: fix replace_gpr_with_pv_psVadim Girlin2011-08-251-1/+1
* r600g: fix check_and_set_bank_swizzleVadim Girlin2011-08-251-10/+20
* glcpp: Add GL_ARB_conservative_depth #define.Kenneth Graunke2011-08-251-1/+3
* i965: Remove all bits of NRM3 and NRM4 codeIan Romanick2011-08-251-31/+0
* glsl: fix crash when a const is passed to texelFetchOffsetDave Airlie2011-08-251-0/+1
* glsl: Bail after reporting an error for non-constant const_in parameters.Kenneth Graunke2011-08-251-0/+1
* 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-256-4/+8
* | 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-255-0/+135
* | 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
* | 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