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
*
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
*
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
*
winsys/radeon: implement buffer_unmap
Marek Olšák
2015-07-23
2
-6
/
+24
*
gallium/radeon: remove buffer_unmap calls that can potentially decrease perf
Marek Olšák
2015-07-23
7
-26
/
+1
*
radeonsi: remove switch statement in si_create_context
Marek Olšák
2015-07-23
3
-13
/
+7
*
radeonsi: don't change pipe_resource in resource_copy_region
Marek Olšák
2015-07-23
4
-160
/
+110
*
radeonsi: upload shader rodata after updating scratch relocations
Marek Olšák
2015-07-23
3
-29
/
+29
*
radeonsi: remove redundant parameter in si_shader_binary_read
Marek Olšák
2015-07-23
3
-8
/
+5
*
cso: eliminate some sampler function wrappers
Marek Olšák
2015-07-23
2
-33
/
+12
[next]