summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-03-11gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]'Brian Paul
2010-03-11llvmpipe: fix comment typoBrian Paul
2010-03-11gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.hBrian Paul
2010-03-11gallium/os: wrapper for llvm-c/Core.h and #define HAVE_LLVM if neededBrian Paul
2010-03-11r200: support additional blit formatsAlex Deucher
2010-03-11gallivm: fix some bugs on the 1D texture pathsBrian Paul
2010-03-11st/mesa: don't enable extensions which aren't actually supportedRoland Scheidegger
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-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-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-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-10llvmpipe: Finally found a way to do vector comparisons without using intrinsics.José Fonseca
2010-03-10softpipe: fix memcpy params to avoid static analysis warningsBrian 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-10i965: Fix the response len of masked sampler messages for 8-wide dispatch.Eric Anholt
2010-03-10i965: Print the offset for IFF in disasmEric Anholt
2010-03-10mesa: raise an error when trying to bind non-existant texture to FBOBrian Paul
2010-03-10mesa: added new function commentsBrian Paul
2010-03-10st/mesa: set strb->format field in st_render_texture()Brian Paul
2010-03-10st/mesa: add some comments in glReadPixels codeBrian Paul
2010-03-10st/mesa: consolidate duplicated texture allocation codeBrian Paul
2010-03-10Merge branch '7.8'Brian Paul
2010-03-10st/mesa: fix incorrect glCopyPixels between window/FBOBrian Paul