summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-11cell: adapt to context texture transfers (untested)Roland Scheidegger
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11windows: Add new file to project file.Karl Schultz
2010-03-11ARB prog parser: added (float) casts and regenerate filesBrian Paul
2010-03-11gallivm: include tgsi_dump.h to silence warningBrian Paul
2010-03-11gallivm: move declarations to silence unused var warningsBrian Paul
2010-03-11gallium/util: use memset() to initialize vars to avoid warningsBrian Paul
2010-03-11svga: use memset() to initialize u to avoid warningsBrian Paul
2010-03-11gallivm: Use bitmasks for scalar masks.José Fonseca
2010-03-11gallivm: Handle scalar types in lp_build_*_type.José Fonseca
2010-03-11mesa/es: Validate the state in st_DrawTex.Chia-I Wu
2010-03-11mesa/es: Fix GL_OES_draw_texture support.Chia-I Wu
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-11softpipe: Dummy fence functions.José Fonseca
2010-03-11st/dri: move extension initilization to st/mesa completelyMarek Olšák
2010-03-11Merge remote branch 'origin/7.8'Michel Dänzer
2010-03-11winsys/xlib: Fix memory leak.Vinson Lee
2010-03-11progs/fpglsl: Fix GLSL compilation failures on Mac OS X.Vinson Lee
2010-03-11st/mesa: always advertise texture_rectangleMarek Olšák
2010-03-10gallivm: overhaul of texture sampling codeBrian Paul
2010-03-10gallivm: handle scalar floats in lp_build_floor() and lp_build_iround()Brian Paul
2010-03-10gallivm: constant building for scalar zeroBrian Paul
2010-03-10gallivm: implement bilinear sampling with nearest mipmappingBrian Paul
2010-03-10gallivm: remove debug code. nearest minification works now.Brian Paul
2010-03-10llvmpipe: fix loop over mipmap levelsBrian Paul
2010-03-11st/xorg: Include cursorstr.hJakob Bornecrantz
2010-03-11dri/nouveau: Just reemit the BO state on pushbuf flush.Francisco Jerez
2010-03-10i965: Use the PLN instruction when possible in interpolation.Eric Anholt
2010-03-10i965: Set up the execution size before relying on it.Eric Anholt
2010-03-10windows: fix compilation errors and warningsKarl Schultz
2010-03-10gallivm: simplify conditional branchingJose Fonseca
2010-03-10gallivm: properly test the if condition and branch to the proper labelZack Rusin
2010-03-10gallivm: implement loopsZack Rusin
2010-03-10windows: Quiet warning by not defining YY_NO_UNISTD_H.Karl Schultz
2010-03-10progs/trivial: use -c option to use glCopyPixels()Brian Paul
2010-03-10progs/trivial: make clear-fbo-scissor.c work with other GL driversBrian Paul
2010-03-10radeon: fallback to sw ReadPixels if color logicop is enabledMaciej Cencora
2010-03-10r300: enable depth test only if depth buffer is availableMaciej Cencora
2010-03-10radeon: fix glCopyTex(Sub)Image if user FBO is boundMaciej Cencora
2010-03-10fpglsl: a few more useful glsl testsZack Rusin
2010-03-10windows: Quiet warning by not defining YY_NO_UNISTD_H.Karl Schultz
2010-03-10llvmpipe: Finally found a way to do vector comparisons without using intrinsics.José Fonseca
2010-03-10fpglsl: set an integer uniform required by the loop exampleZack Rusin
2010-03-10fpglsl: add some for and while loopsZack Rusin
2010-03-10softpipe: fix memcpy params to avoid static analysis warningsBrian Paul
2010-03-10progs/trivial: add -t (RTT) option for clear-fbo-scissor.cBrian Paul
2010-03-10i965: Add support for the CMP opcode in the GLSL path.Eric Anholt
2010-03-10i965: Print the opcode name for unrecognized opcodes in the GLSL path.Eric Anholt
2010-03-10progs/trivial: added clear-fbo-scissor.c to test scissored clear of FBOBrian Paul
2010-03-10i965: Fix the response len of masked sampler messages for 8-wide dispatch.Eric Anholt