summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* st/dri: Bind the post-processing queue to dri, rebasedkasanen-post-processLauri Kasanen2011-08-195-4/+47
* Revert "st/dri: Bind the post-processing queue to dri"Brian Paul2011-08-191-6/+2
* 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-191-2/+6
* driconf: Add the PP descriptionsLauri Kasanen2011-08-192-0/+90
* glx: use a block to fix declarations after code warningBrian Paul2011-08-191-7/+9
* r600g: fix a possible crash in r600_adjust_gprsMarek Olšák2011-08-191-1/+1
* mesa: fix incorrect error code in _mesa_FramebufferTexture1D/3DEXT()Brian Paul2011-08-181-2/+2
* glapi: update .gitignore for generated ES dispatch headersPaul Berry2011-08-182-3/+4
* llvmpipe: Don't build lp_test_arit on MSVC.José Fonseca2011-08-181-1/+1
* llvmpipe: snprintf->util_snprintf.José Fonseca2011-08-181-1/+2
* llvmpipe: Add u_math.h include.José Fonseca2011-08-181-0/+1
* scons: Add support for LLVM-2.9 on Windows.José Fonseca2011-08-181-1/+15
* glx: Don't flush twice if we fallback to dri2CopySubBufferKristian Høgsberg2011-08-181-11/+10
* r600g: implement NV_primitive_restart functionality (v2)Marek Olšák2011-08-184-1/+11
* r600g: fix scons buildMarek Olšák2011-08-171-0/+1
* i965/fs: Fix 32-bit integer multiplication.Eric Anholt2011-08-172-1/+22
* nv50: don't drop flags definition when merging SAT with ADD/MADChristoph Bumiller2011-08-171-0/+2
* st/mesa: fix incorrect loop over instruction src regsBrian Paul2011-08-171-1/+1
* st/dri: Indent driconf optionsLauri Kasanen2011-08-171-7/+11
* xmlpool.h: fix a typoLauri Kasanen2011-08-171-1/+1
* xmlconfig: Make the error message more informativeLauri Kasanen2011-08-171-1/+1
* mesa: Bump instruction execution limit to 65536Ian Romanick2011-08-161-1/+1
* mesa: Add partial constant propagation pass for Mesa IRIan Romanick2011-08-165-0/+458
* ir_to_mesa: Emit a MAD(b, -a, b) for !a && bIan Romanick2011-08-161-0/+52
* ir_to_mesa: Implement ir_binop_all_equal using DP4 w/SGEIan Romanick2011-08-161-1/+12
* ir_to_mesa: Implement ir_binop_any_nequal using DP4 w/saturate or DP4 w/SLTIan Romanick2011-08-161-2/+20
* ir_to_mesa: Implement ir_unop_any using DP4 w/saturate or DP4 w/SLTIan Romanick2011-08-161-4/+23
* ir_to_mesa: Make ir_to_mesa_visitor::emit_dp return the instructionIan Romanick2011-08-161-7/+7
* ir_to_mesa: Implement ir_binop_logic_or using an add w/saturate or add w/SLTIan Romanick2011-08-161-4/+21
* ir_to_mesa: Implement ir_unop_logic_not using 1-xIan Romanick2011-08-161-1/+7
* mesa: Add Android to list of platforms that define fpclassify()Chad Versace2011-08-161-1/+1
* mesa: Fix Android build by #ifdef'ing out locale supportChad Versace2011-08-161-1/+2
* mesa: Remove use of fpu_control.hChad Versace2011-08-162-14/+0
* i965/vs: Fix multiplies to actually do 32-bit multiplies.Eric Anholt2011-08-162-1/+22
* i965/vs: Add support for conversion of FIXED_HW_REG src_reg to/from dst_reg.Eric Anholt2011-08-161-0/+2
* i965/vs: Fix memory leak of ralloc context for the visitor.Eric Anholt2011-08-161-0/+1
* i965/vs: Fix condition code for scalar expression all_equals.Eric Anholt2011-08-161-1/+1
* i965/vs: Don't assertion fail on vertex texturing.Eric Anholt2011-08-161-1/+6
* i965/gen6: Force WHILE exec size to 8.Eric Anholt2011-08-161-4/+2
* i965/vs: Remove remaining use of foreach_iter.Eric Anholt2011-08-162-9/+5