summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2014-05-29nv50: setup scissors on clear_render_target/depth_stencilChristoph Bumiller1-2/+18
2014-05-29nv50,nvc0: always pull out bufctx on context destructionChristoph Bumiller2-9/+7
2014-05-23Merge remote-tracking branch 'robclark/freedreno-10.2' into 10.2Ian Romanick29-229/+1847
2014-05-23targets/egl-static: add missing line break in ldflagsEmil Velikov1-1/+1
2014-05-23tgsi: add GS_INVOCATIONS to property names arrayIlia Mirkin1-1/+2
2014-05-23nv50,nvc0: fix 3d blits with mipmap levelsIlia Mirkin2-11/+19
2014-05-23nv50/ir: fix constant folding for OP_MUL subop HIGHIlia Mirkin1-4/+43
2014-05-23nv50/ir: fix s32 x s32 -> high s32 multiply logicIlia Mirkin2-11/+82
2014-05-23nv50/ir: fix integer mul lowering for u32 x u32 -> high u32Ilia Mirkin1-3/+4
2014-05-23nv50/ir: make sure that texprep/texquerylod's args get coalescedIlia Mirkin1-0/+2
2014-05-20freedreno: don't advertise texture arrays for nowRob Clark1-1/+1
2014-05-20freedreno/a3xx: shadow sampler supportRob Clark2-3/+46
2014-05-20freedreno/a3xx/compiler: refactor trans_samp()Rob Clark1-47/+90
2014-05-20freedreno: update generated headersRob Clark4-4/+10
2014-05-20freedreno/a3xx: use util_format_compose_swizzles()Rob Clark1-9/+9
2014-05-20freedreno/a3xx/compiler: 1D texturesRob Clark1-4/+25
2014-05-20freedreno: fix capsRob Clark1-2/+2
2014-05-20freedreno: fix index buffer offsetRob Clark1-1/+1
2014-05-20freedreno/a3xx: add sRBG texture supportRob Clark2-0/+15
2014-05-20freedreno: update generated headersRob Clark4-20/+21
2014-05-20freedreno/a3xx: fix write to bogus registerRob Clark1-2/+2
2014-05-20freedreno/a3xx: account for special inputs/outputsRob Clark1-2/+2
2014-05-20freedreno/a3xx: fix MAX_INPUTS shader capRob Clark3-1/+9
2014-05-20freedreno/a3xx/compiler: add KILL_IFRyan Houdek1-1/+35
2014-05-20freedreno/a3xx/compiler: start adding integer supportRyan Houdek1-0/+169
2014-05-20freedreno/a3xx: occlusion query supportRob Clark5-3/+185
2014-05-20freedreno: add support for hw queriesRob Clark10-8/+734
2014-05-20freedreno/query: allow multiple query implementationsRob Clark6-107/+269
2014-05-20freedreno/a3xx: add point-sizeRob Clark1-4/+14
2014-05-20freedreno: update generated headersRob Clark4-54/+252
2014-05-20freedreno/a2xx: fix compiler warningRob Clark1-1/+1
2014-05-16radeonsi: Fix anisotropic filtering state setupMichel Dänzer3-13/+12
2014-05-13nv50,nvc0: fix blit 3d path for 1d array texturesIlia Mirkin1-0/+6
2014-05-13nv50,nvc0: leave queries on during blit, turn them on for 2d engineIlia Mirkin6-6/+35
2014-05-13gallium: add bit to pipe_blit_info to leave current query enabledIlia Mirkin1-0/+3
2014-05-13nv50: fix setting of texture ms info to be per-stageIlia Mirkin3-6/+10
2014-05-13nv50/ir: make sure to reverse cond codes on all the OP_SET variantsIlia Mirkin1-1/+2
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-09draw: do not use draw_get_option_use_llvm() inside draw execution pathsRoland Scheidegger5-12/+12
2014-05-08nv50/ir/gk110: fix set with f32 destIlia Mirkin1-0/+3
2014-05-02radeonsi: add support for Mullins asics.Samuel Li4-0/+11
2014-05-02util: Don't attempt to redefine INFINITY/NAN on VS 2013.José Fonseca1-0/+5
2014-05-02draw: Prevent signed/unsigned comparisons.José Fonseca1-1/+1
2014-05-02st/vega: Prevent signed/unsigned comparisons.José Fonseca1-5/+5
2014-05-02util/u_debug_flush: Use util_snprintf.José Fonseca1-2/+3
2014-05-02targets/omx: add nouveau targetEmil Velikov3-0/+65
2014-05-02targets/omx: use GALLIUM_VIDEO_CFLAGSEmil Velikov2-14/+2