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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
radeonsi: program VGT_SHADER_STAGES_EN for tessellation
Marek Olšák
2015-07-23
4
-23
/
+45
*
radeonsi: add translation of PATCH primitives
Marek Olšák
2015-07-23
1
-0
/
+2
*
radeonsi: add support for tessellation shader resources and samplers
Marek Olšák
2015-07-23
2
-8
/
+37
*
radeonsi: add code for creating, binding and destroying tessellation shaders
Marek Olšák
2015-07-23
3
-0
/
+74
*
radeonsi: add debug flags for dumping tessellation shaders
Marek Olšák
2015-07-23
2
-9
/
+17
*
radeonsi: rework how shader pointers to descriptors are set
Marek Olšák
2015-07-23
5
-91
/
+156
*
radeonsi: rename build_streamout_store -> build_tbuffer_store_dwords
Marek Olšák
2015-07-23
1
-12
/
+12
*
radeonsi: separate primitive ID computation
Marek Olšák
2015-07-23
1
-7
/
+20
*
radeonsi: move declaring streamout parameters to its own function
Marek Olšák
2015-07-23
1
-13
/
+23
*
radeonsi: make ES2GS offset sgpr location dynamic
Marek Olšák
2015-07-23
2
-6
/
+3
*
gallium/radeon: expose emit_fetch
Marek Olšák
2015-07-23
2
-19
/
+15
*
gallium/radeon: expose LLVM functions implementing emit_store
Marek Olšák
2015-07-23
2
-5
/
+13
*
st/mesa: enable tessellation if the driver supports it
Marek Olšák
2015-07-23
1
-0
/
+5
*
st/mesa: set default tessellation levels
Marek Olšák
2015-07-23
6
-1
/
+67
*
st/mesa: add barrier support
Ilia Mirkin
2015-07-23
1
-1
/
+4
*
st/mesa: disable copy propagation for tessellation shaders
Ilia Mirkin
2015-07-23
1
-1
/
+5
*
st/mesa: set vertices_per_patch when drawing
Ilia Mirkin
2015-07-23
1
-0
/
+2
*
st/mesa: add 2d indexing support to outputs
Ilia Mirkin
2015-07-23
1
-10
/
+37
*
st/mesa: handle tessellation 2D varyings correctly
Marek Olšák
2015-07-23
1
-8
/
+20
*
st/mesa: lower gl_TessLevel from float[] to vecn
Ilia Mirkin
2015-07-23
1
-0
/
+2
*
st/mesa: query shader CAPs for tessellation
Ilia Mirkin
2015-07-23
1
-0
/
+15
*
st/mesa: add texture updates for tessellation programs
Ilia Mirkin
2015-07-23
4
-0
/
+72
*
st/mesa: handle constbufs/ubos for tessellation shaders
Ilia Mirkin
2015-07-23
3
-1
/
+95
*
st/mesa: add conversion for tessellation shaders
Marek Olšák
2015-07-23
2
-98
/
+274
*
st/mesa: add tessellation shader states
Ilia Mirkin
2015-07-23
9
-1
/
+459
*
mesa: implement GL_IS_PER_PATCH
Marek Olšák
2015-07-23
1
-2
/
+8
*
glsl: use separate varying slots for patch varyings
Marek Olšák
2015-07-23
4
-12
/
+49
*
glsl: fix locations of 2-dimensional varyings without varying packing (v2)
Marek Olšák
2015-07-23
1
-9
/
+28
*
glsl: don't demote tess control shader outputs
Marek Olšák
2015-07-23
1
-1
/
+5
*
glsl: disable varying packing between tessellation shaders
Marek Olšák
2015-07-23
1
-8
/
+21
*
glsl: allow indexing of gl_out with a non-const if length isn't known
Marek Olšák
2015-07-23
1
-0
/
+10
*
glsl: allow redeclaration of TCS gl_out[]
Chris Forbes
2015-07-23
1
-4
/
+16
*
glsl: validate restrictions on use of barrier()
Chris Forbes
2015-07-23
1
-0
/
+99
*
glsl: allow barrier() in tessellation control shaders
Marek Olšák
2015-07-23
1
-2
/
+2
*
glsl: analyze TES usage of gl_ClipDistance
Chris Forbes
2015-07-23
3
-0
/
+27
*
glsl: push vertex count determination down one level
Chris Forbes
2015-07-23
3
-17
/
+11
*
glsl: pass shader stage to lower_output_reads and handle tess control
Ilia Mirkin
2015-07-23
4
-7
/
+12
*
glsl: properly size unsized arrays in tess stages
Chris Forbes
2015-07-23
1
-2
/
+47
*
glsl: restrict indexing for writes to TCS outputs to gl_InvocationID
Chris Forbes
2015-07-23
1
-11
/
+58
*
glsl: add builtin constants for ARB_tessellation_shader
Chris Forbes
2015-07-23
3
-4
/
+72
*
glsl: allow nonconst indexing of arrays where we can work out an implicit size
Chris Forbes
2015-07-23
1
-1
/
+36
*
glsl: relax unsized input/output block arrays for TCS/TES
Chris Forbes
2015-07-23
1
-7
/
+30
*
glsl: add the tessellation extension to the list for the "layout" qualifier
Marek Olšák
2015-07-23
1
-1
/
+2
*
glsl: don't lower variable indexing on non-patch tessellation inputs/outputs
Marek Olšák
2015-07-23
6
-21
/
+57
*
glsl: make stand-alone compiler work with tessellation shaders.
Fabian Bieler
2015-07-23
3
-1
/
+12
*
glsl: add "in" or "out" prefix to name when flattening interface blocks
Fabian Bieler
2015-07-23
1
-2
/
+5
*
glsl: lower gl_TessLevel* from float[n] to vecn.
Fabian Bieler
2015-07-23
7
-13
/
+517
*
glsl: make lower_clip_distance work with tessellation shaders.
Fabian Bieler
2015-07-23
1
-80
/
+105
[next]