index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno: add transform-feedback state
Rob Clark
2015-07-27
4
-3
/
+95
*
freedreno: add resource tracking support for written buffers
Rob Clark
2015-07-27
4
-12
/
+17
*
freedreno/a3xx+a4xx: add support for vtxcnt semantic
Rob Clark
2015-07-27
4
-14
/
+31
*
freedreno/ir3: add stream-output support to cmdline compiler
Rob Clark
2015-07-27
1
-4
/
+22
*
freedreno/ir3: drop unused create_input() arg
Rob Clark
2015-07-27
1
-11
/
+8
*
freedreno/ir3: move emit_const to ir3
Rob Clark
2015-07-27
12
-229
/
+263
*
freedreno/ir3: bit of shader API refactoring
Rob Clark
2015-07-27
7
-22
/
+25
*
freedreno/ir3: updated cat6 encoding
Rob Clark
2015-07-27
5
-113
/
+230
*
radeonsi: add fine derivate control (v2.1)
Dave Airlie
2015-07-25
2
-6
/
+48
*
radeonsi: fix GLSL textureGrad(samplerCube*) functions
Marek Olšák
2015-07-25
3
-34
/
+90
*
nvc0: fix geometry program revalidation of clipping params
Ilia Mirkin
2015-07-25
1
-1
/
+1
*
radeonsi: ubo indexing support (v2)
Dave Airlie
2015-07-25
1
-3
/
+12
*
radeonsi: add support for indirect samplers (v2)
Dave Airlie
2015-07-25
1
-8
/
+41
*
radeonsi: split out interpolation input selection
Dave Airlie
2015-07-25
2
-26
/
+38
*
radeonsi: separate out load sample position
Dave Airlie
2015-07-25
1
-18
/
+26
*
nvc0/ir: per-patch vars are in a separate address space
Ilia Mirkin
2015-07-24
2
-11
/
+9
*
nvc0/ir: kepler can't do indirect shader input/output loads directly
Ilia Mirkin
2015-07-23
8
-6
/
+75
*
nvc0/ir: tess factors are now sysvals, adapt codegen to expect that
Ilia Mirkin
2015-07-23
6
-11
/
+24
*
gallivm: Fix profile build.
Jose Fonseca
2015-07-23
1
-1
/
+1
*
gallium/util: Stop bundling our snprintf implementation.
Jose Fonseca
2015-07-23
3
-1485
/
+31
*
gallivm: Add ifdefs so raw_debug_stream is only defined when used
Tom Stellard
2015-07-23
1
-0
/
+2
*
gallivm: Don't use raw_debug_ostream for dissasembling
Tom Stellard
2015-07-23
1
-14
/
+13
*
gk110/ir: fake BAR support
Ilia Mirkin
2015-07-23
1
-0
/
+12
*
nvc0/ir: cleanup private enums that have graduated to gallium
Ilia Mirkin
2015-07-23
2
-7
/
+0
*
nvc0/ir: allow tess eval output loads to be CSE'd
Ilia Mirkin
2015-07-23
1
-0
/
+2
*
nvc0/ir: add hazard for 2nd dim of vfetch/load indirect argument
Ilia Mirkin
2015-07-23
1
-0
/
+2
*
nvc0/ir: patch vertex count is stored in the upper bits
Ilia Mirkin
2015-07-23
1
-0
/
+4
*
nvc0/ir: add support for reading outputs in tess control shaders
Ilia Mirkin
2015-07-23
2
-2
/
+18
*
nvc0/ir: set perPatch flag on load/stores to per-patch varyings
Ilia Mirkin
2015-07-23
1
-2
/
+6
*
nvc0/ir: populate info structure based on new tess properties
Ilia Mirkin
2015-07-23
1
-0
/
+18
*
nvc0/ir: mark varyings as per-patch based on semantic name
Ilia Mirkin
2015-07-23
2
-4
/
+16
*
nvc0: TESSCOORD comes in as a sysval, not an input
Ilia Mirkin
2015-07-23
2
-11
/
+10
*
nvc0: add handling for set_tess_state callback
Ilia Mirkin
2015-07-23
3
-0
/
+34
*
nvc0: add support for setting patch vertices at draw time
Ilia Mirkin
2015-07-23
4
-3
/
+8
*
nvc0: support MAX_SHADER_PATCH_VARYINGS
Ilia Mirkin
2015-07-23
1
-1
/
+2
*
nvc0: preliminary tess support
Ilia Mirkin
2015-07-23
10
-54
/
+86
*
radeonsi: enable tessellation, update GL3.txt & release notes
Marek Olšák
2015-07-23
1
-3
/
+11
*
radeonsi: add scratch buffer support for tessellation shaders
Marek Olšák
2015-07-23
1
-8
/
+28
*
radeonsi: update invariant registers for tessellation
Marek Olšák
2015-07-23
1
-2
/
+6
*
radeonsi: add assertions into draw_vbo and check tessellation
Marek Olšák
2015-07-23
1
-1
/
+7
*
radeonsi: set the rasterization primitive type for tessellation
Marek Olšák
2015-07-23
1
-0
/
+3
*
radeonsi: set VGT_LS_HS_CONFIG for tessellation
Marek Olšák
2015-07-23
3
-4
/
+28
*
radeonsi: update IA_MULTI_VGT_PARAM for tessellation
Marek Olšák
2015-07-23
1
-3
/
+51
*
radeonsi: add derived tessellation state
Marek Olšák
2015-07-23
4
-3
/
+146
*
radeonsi: implement a fixed-function tessellation control shader and its state
Marek Olšák
2015-07-23
4
-1
/
+68
*
radeonsi: set up a ring buffer for tessellation factors
Marek Olšák
2015-07-23
4
-0
/
+42
*
radeonsi: add tessellation shader states
Marek Olšák
2015-07-23
3
-13
/
+203
*
radeonsi: update si_get_vs_info and si_get_vs_state for tessellation
Marek Olšák
2015-07-23
1
-2
/
+8
*
radeonsi: add shader code generation for tessellation
Marek Olšák
2015-07-23
5
-29
/
+851
*
radeonsi: implement TGSI_OPCODE_BARRIER
Marek Olšák
2015-07-23
1
-0
/
+12
[next]