summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* freedreno: add transform-feedback stateRob Clark2015-07-274-3/+95
* freedreno: add resource tracking support for written buffersRob Clark2015-07-274-12/+17
* freedreno/a3xx+a4xx: add support for vtxcnt semanticRob Clark2015-07-274-14/+31
* freedreno/ir3: add stream-output support to cmdline compilerRob Clark2015-07-271-4/+22
* freedreno/ir3: drop unused create_input() argRob Clark2015-07-271-11/+8
* freedreno/ir3: move emit_const to ir3Rob Clark2015-07-2712-229/+263
* freedreno/ir3: bit of shader API refactoringRob Clark2015-07-277-22/+25
* freedreno/ir3: updated cat6 encodingRob Clark2015-07-275-113/+230
* radeonsi: add fine derivate control (v2.1)Dave Airlie2015-07-252-6/+48
* radeonsi: fix GLSL textureGrad(samplerCube*) functionsMarek Olšák2015-07-253-34/+90
* nvc0: fix geometry program revalidation of clipping paramsIlia Mirkin2015-07-251-1/+1
* radeonsi: ubo indexing support (v2)Dave Airlie2015-07-251-3/+12
* radeonsi: add support for indirect samplers (v2)Dave Airlie2015-07-251-8/+41
* radeonsi: split out interpolation input selectionDave Airlie2015-07-252-26/+38
* radeonsi: separate out load sample positionDave Airlie2015-07-251-18/+26
* nvc0/ir: per-patch vars are in a separate address spaceIlia Mirkin2015-07-242-11/+9
* nvc0/ir: kepler can't do indirect shader input/output loads directlyIlia Mirkin2015-07-238-6/+75
* nvc0/ir: tess factors are now sysvals, adapt codegen to expect thatIlia Mirkin2015-07-236-11/+24
* gallivm: Fix profile build.Jose Fonseca2015-07-231-1/+1
* gallium/util: Stop bundling our snprintf implementation.Jose Fonseca2015-07-233-1485/+31
* gallivm: Add ifdefs so raw_debug_stream is only defined when usedTom Stellard2015-07-231-0/+2
* gallivm: Don't use raw_debug_ostream for dissasemblingTom Stellard2015-07-231-14/+13
* gk110/ir: fake BAR supportIlia Mirkin2015-07-231-0/+12
* nvc0/ir: cleanup private enums that have graduated to galliumIlia Mirkin2015-07-232-7/+0
* nvc0/ir: allow tess eval output loads to be CSE'dIlia Mirkin2015-07-231-0/+2
* nvc0/ir: add hazard for 2nd dim of vfetch/load indirect argumentIlia Mirkin2015-07-231-0/+2
* nvc0/ir: patch vertex count is stored in the upper bitsIlia Mirkin2015-07-231-0/+4
* nvc0/ir: add support for reading outputs in tess control shadersIlia Mirkin2015-07-232-2/+18
* nvc0/ir: set perPatch flag on load/stores to per-patch varyingsIlia Mirkin2015-07-231-2/+6
* nvc0/ir: populate info structure based on new tess propertiesIlia Mirkin2015-07-231-0/+18
* nvc0/ir: mark varyings as per-patch based on semantic nameIlia Mirkin2015-07-232-4/+16
* nvc0: TESSCOORD comes in as a sysval, not an inputIlia Mirkin2015-07-232-11/+10
* nvc0: add handling for set_tess_state callbackIlia Mirkin2015-07-233-0/+34
* nvc0: add support for setting patch vertices at draw timeIlia Mirkin2015-07-234-3/+8
* nvc0: support MAX_SHADER_PATCH_VARYINGSIlia Mirkin2015-07-231-1/+2
* nvc0: preliminary tess supportIlia Mirkin2015-07-2310-54/+86
* radeonsi: enable tessellation, update GL3.txt & release notesMarek Olšák2015-07-231-3/+11
* radeonsi: add scratch buffer support for tessellation shadersMarek Olšák2015-07-231-8/+28
* radeonsi: update invariant registers for tessellationMarek Olšák2015-07-231-2/+6
* radeonsi: add assertions into draw_vbo and check tessellationMarek Olšák2015-07-231-1/+7
* radeonsi: set the rasterization primitive type for tessellationMarek Olšák2015-07-231-0/+3
* radeonsi: set VGT_LS_HS_CONFIG for tessellationMarek Olšák2015-07-233-4/+28
* radeonsi: update IA_MULTI_VGT_PARAM for tessellationMarek Olšák2015-07-231-3/+51
* radeonsi: add derived tessellation stateMarek Olšák2015-07-234-3/+146
* radeonsi: implement a fixed-function tessellation control shader and its stateMarek Olšák2015-07-234-1/+68
* radeonsi: set up a ring buffer for tessellation factorsMarek Olšák2015-07-234-0/+42
* radeonsi: add tessellation shader statesMarek Olšák2015-07-233-13/+203
* radeonsi: update si_get_vs_info and si_get_vs_state for tessellationMarek Olšák2015-07-231-2/+8
* radeonsi: add shader code generation for tessellationMarek Olšák2015-07-235-29/+851
* radeonsi: implement TGSI_OPCODE_BARRIERMarek Olšák2015-07-231-0/+12