summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2014-05-14gallivm: only fetch pointers to constant buffers onceRoland Scheidegger2-37/+65
2014-05-14gallivm: fix output stream flushing in error case for disassembly.Roland Scheidegger1-0/+5
2014-05-14radeonsi: Fix anisotropic filtering state setupMichel Dänzer3-13/+12
2014-05-14tgsi: support parsing texture offsets from text tgsi shadersIlia Mirkin1-5/+48
2014-05-14gallium/docs: clarify when query results are resetRob Clark1-0/+2
2014-05-14gallivm: Remove lp_func_delete_body.José Fonseca3-15/+0
2014-05-14gallivm: Remove gallivm_free_function.José Fonseca2-23/+0
2014-05-14llvmpipe: Delete unneeded LLVM stuff earlier.José Fonseca7-34/+16
2014-05-14draw: Delete unneeded LLVM stuff earlier.Frank Henigman1-15/+4
2014-05-14gallivm: Separate freeing LLVM intermediate data from freeing final code.Frank Henigman2-7/+22
2014-05-14gallivm: One code memory pool with deferred free.Frank Henigman4-1/+283
2014-05-14gallivm: Run passes per module, not per function.José Fonseca1-28/+19
2014-05-14gallivm: Use LLVM global context.José Fonseca1-23/+17
2014-05-14gallivm: Stop using module providers.José Fonseca2-27/+7
2014-05-14gallivm,draw,llvmpipe: Remove support for versions of LLVM prior to 3.1.José Fonseca15-548/+20
2014-05-13freedreno/a3xx: occlusion query supportRob Clark5-3/+185
2014-05-13freedreno: add support for hw queriesRob Clark10-8/+734
2014-05-13freedreno/query: allow multiple query implementationsRob Clark6-107/+269
2014-05-13freedreno/a3xx: add point-sizeRob Clark1-4/+14
2014-05-13freedreno: update generated headersRob Clark4-54/+252
2014-05-11nv50,nvc0: fix blit 3d path for 1d array texturesIlia Mirkin1-0/+6
2014-05-11nv50,nvc0: leave queries on during blit, turn them on for 2d engineIlia Mirkin6-6/+35
2014-05-11gallium: add bit to pipe_blit_info to leave current query enabledIlia Mirkin1-0/+3
2014-05-11nv50: fix setting of texture ms info to be per-stageIlia Mirkin3-6/+10
2014-05-11nv50/ir: make sure to reverse cond codes on all the OP_SET variantsIlia Mirkin1-1/+2
2014-05-11freedreno/a2xx: fix compiler warningRob Clark1-1/+1
2014-05-10radeonsi: prepare depth export registers at compile timeMarek Olšák3-14/+14
2014-05-10radeonsi: simplify depth/stencil export codeMarek Olšák1-11/+5
2014-05-10radeon/llvm: add support for non-scalar system valuesMarek Olšák1-0/+6
2014-05-10radeonsi: add and use a helper function for loading constantsMarek Olšák1-19/+19
2014-05-10radeonsi: only count CS space for state atoms if we're going to drawMarek Olšák1-5/+5
2014-05-10radeonsi: remove unused variable exports_ps in si_pipe_shader_psMarek Olšák1-12/+1
2014-05-10radeonsi: use DRAW_PREAMBLE on CIKMarek Olšák2-5/+10
2014-05-10r600g: simplify framebuffer state size computationMarek Olšák1-26/+4
2014-05-10ilo: destroy the mutex, if winsys creation failsEmil Velikov1-0/+1
2014-05-09radeonsi: Enable geometry shaders with LLVM 3.4.1Tom Stellard4-9/+13
2014-05-09st/xa: Fix performance regression introduced by commit "Cache render target s...Thomas Hellstrom1-1/+1
2014-05-09clover: Destory pipe_screen when device does not support compute v2Tom Stellard1-1/+4
2014-05-09pipe-loader: Don't destroy the winsys in the sw loaderTom Stellard1-3/+0
2014-05-08radeonsi: Don't use anonymous struct trick in atom trackingAdam Jackson6-10/+10
2014-05-08llvmpipe: change LP_MAX_SHADER_INSTRUCTIONS limit definition.Roland Scheidegger1-1/+3
2014-05-08draw: do not use draw_get_option_use_llvm() inside draw execution pathsRoland Scheidegger5-12/+12
2014-05-07nv50/ir/gk110: fix set with f32 destIlia Mirkin1-0/+3
2014-05-07nv50/ir: allow load propagation when flags are definedIlia Mirkin1-3/+4
2014-05-07gallium: add a cap for supporting 4-offset TG4 opcodesIlia Mirkin14-6/+21
2014-05-07svga: add switch case for PIPE_SHADER_CAP_PREFERRED_IR, remove default caseBrian Paul1-8/+10
2014-05-07tgsi: add missing switch cases in tgsi_exec_get_shader_param()Brian Paul1-2/+8
2014-05-07gallivm: add PIPE_SHADER_CAP_PREFERRED_IR switch case, remove defaultBrian Paul1-2/+6
2014-05-07gallium: remove enum numbers from shader cap queriesBrian Paul1-32/+32
2014-05-07st/wgl: Advertise WGL_ARB_create_context(_profile).José Fonseca1-0/+2