summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-11cell: adapt to context texture transfers (untested)gallium-context-transfers-2Roland Scheidegger3-10/+16
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell45-150/+177
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell76-610/+690
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-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-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-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
2010-03-10progs/tests: add additional FBO->window test paths (disabled)Brian Paul1-9/+37
2010-03-10mesa: raise an error when trying to bind non-existant texture to FBOBrian Paul1-0/+8
2010-03-10mesa: added new function commentsBrian Paul1-0/+8
2010-03-10st/mesa: set strb->format field in st_render_texture()Brian Paul1-0/+2
2010-03-10st/mesa: add some comments in glReadPixels codeBrian Paul1-0/+7
2010-03-10st/mesa: consolidate duplicated texture allocation codeBrian Paul1-49/+49
2010-03-10Merge branch '7.8'Brian Paul1-6/+23
2010-03-10st/mesa: fix incorrect glCopyPixels between window/FBOBrian Paul1-4/+16
2010-03-10st/mesa: fix incorrect glDrawPixels into FBOBrian Paul1-2/+7
2010-03-10Merge branch '7.8'Michel Dänzer4-0/+24
2010-03-10st/xorg: Work around cursor reference counting bugs in older X servers.Michel Dänzer3-0/+20
2010-03-10r200: add additional blit formatsAlex Deucher1-0/+17
2010-03-10r100: add additional blit formatsAlex Deucher1-0/+14
2010-03-10radeon/r200/r600: enable HW accelerated gl(Read/Copy/Draw)PixelsAlex Deucher7-538/+15