summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-11fbo: regengetproc-debugGeorge Sapountzis13-9289/+7029
2010-03-11fbo: pretend libGL does not know about itGeorge Sapountzis1-4/+0
2010-03-11glapi: debug printf ...George Sapountzis1-0/+4
2010-03-11gallivm: include tgsi_dump.h to silence warningBrian Paul1-0/+1
2010-03-11gallivm: move declarations to silence unused var warningsBrian Paul1-2/+6
2010-03-11gallium/util: use memset() to initialize vars to avoid warningsBrian Paul1-3/+5
2010-03-11svga: use memset() to initialize u to avoid warningsBrian Paul1-1/+3
2010-03-11gallivm: Use bitmasks for scalar masks.José Fonseca1-4/+11
2010-03-11gallivm: Handle scalar types in lp_build_*_type.José Fonseca1-2/+11
2010-03-11mesa/es: Validate the state in st_DrawTex.Chia-I Wu1-0/+2
2010-03-11mesa/es: Fix GL_OES_draw_texture support.Chia-I Wu1-0/+11
2010-03-11softpipe: Dummy fence functions.José Fonseca5-0/+114
2010-03-11st/dri: move extension initilization to st/mesa completelyMarek Olšák2-99/+12
2010-03-11Merge remote branch 'origin/7.8'Michel Dänzer6-21/+58
2010-03-11winsys/xlib: Fix memory leak.Vinson Lee1-1/+1
2010-03-11progs/fpglsl: Fix GLSL compilation failures on Mac OS X.Vinson Lee2-2/+2
2010-03-11st/mesa: always advertise texture_rectangleMarek Olšák1-1/+1
2010-03-10gallivm: overhaul of texture sampling codeBrian Paul3-250/+420
2010-03-10gallivm: handle scalar floats in lp_build_floor() and lp_build_iround()Brian Paul1-0/+15
2010-03-10gallivm: constant building for scalar zeroBrian Paul1-2/+10
2010-03-10gallivm: implement bilinear sampling with nearest mipmappingBrian Paul1-0/+79
2010-03-10gallivm: remove debug code. nearest minification works now.Brian Paul1-6/+3
2010-03-10llvmpipe: fix loop over mipmap levelsBrian Paul1-1/+1
2010-03-11st/xorg: Include cursorstr.hJakob Bornecrantz1-0/+1
2010-03-11dri/nouveau: Just reemit the BO state on pushbuf flush.Francisco Jerez3-14/+14
2010-03-10i965: Use the PLN instruction when possible in interpolation.Eric Anholt8-7/+82
2010-03-10i965: Set up the execution size before relying on it.Eric Anholt1-5/+7
2010-03-10windows: fix compilation errors and warningsKarl Schultz5-21/+57
2010-03-10gallivm: simplify conditional branchingJose Fonseca1-21/+8
2010-03-10gallivm: properly test the if condition and branch to the proper labelZack Rusin1-1/+3
2010-03-10gallivm: implement loopsZack Rusin3-10/+153
2010-03-10windows: Quiet warning by not defining YY_NO_UNISTD_H.Karl Schultz1-32/+32
2010-03-10progs/trivial: use -c option to use glCopyPixels()Brian Paul1-2/+4
2010-03-10progs/trivial: make clear-fbo-scissor.c work with other GL driversBrian Paul1-1/+19
2010-03-10radeon: fallback to sw ReadPixels if color logicop is enabledMaciej Cencora1-1/+1
2010-03-10r300: enable depth test only if depth buffer is availableMaciej Cencora1-1/+1
2010-03-10radeon: fix glCopyTex(Sub)Image if user FBO is boundMaciej Cencora1-3/+6
2010-03-10fpglsl: a few more useful glsl testsZack Rusin5-0/+46
2010-03-10windows: Quiet warning by not defining YY_NO_UNISTD_H.Karl Schultz1-32/+32
2010-03-10llvmpipe: Finally found a way to do vector comparisons without using intrinsics.José Fonseca1-6/+26
2010-03-10fpglsl: set an integer uniform required by the loop exampleZack Rusin1-0/+5
2010-03-10fpglsl: add some for and while loopsZack Rusin2-0/+18
2010-03-10softpipe: fix memcpy params to avoid static analysis warningsBrian Paul2-2/+12
2010-03-10progs/trivial: add -t (RTT) option for clear-fbo-scissor.cBrian Paul1-5/+33
2010-03-10i965: Add support for the CMP opcode in the GLSL path.Eric Anholt3-6/+15
2010-03-10i965: Print the opcode name for unrecognized opcodes in the GLSL path.Eric Anholt1-2/+3
2010-03-10progs/trivial: added clear-fbo-scissor.c to test scissored clear of FBOBrian Paul3-1/+189
2010-03-10i965: Fix the response len of masked sampler messages for 8-wide dispatch.Eric Anholt1-2/+12
2010-03-10i965: Print the offset for IFF in disasmEric Anholt1-1/+1
2010-03-10Revert "scons: Refuse to use LLVM 2.7 for now."José Fonseca1-10/+0