index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeonsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Android: push driver build details to driver makefiles
Rob Herring
2017-05-11
1
-1
/
+12
*
radeonsi: remove upload code for zero-stride vertex attribs
Marek Olšák
2017-05-10
1
-26
/
+8
*
gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEX
Marek Olšák
2017-05-10
1
-0
/
+1
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
3
-65
/
+46
*
gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytes
Marek Olšák
2017-05-10
1
-27
/
+32
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
2
-14
/
+14
*
radeonsi: silent a compiler warning
Samuel Pitoiset
2017-05-10
1
-1
/
+1
*
radeonsi: dump compute descriptor lists
Nicolai Hähnle
2017-05-10
1
-0
/
+10
*
radeonsi: dump both enabled and required descriptor slots
Nicolai Hähnle
2017-05-10
1
-6
/
+12
*
radeonsi: dump compute shader as part of debug dump
Nicolai Hähnle
2017-05-10
1
-0
/
+11
*
radeonsi: move struct si_compute into a header
Nicolai Hähnle
2017-05-10
3
-21
/
+52
*
radeonsi: split descriptor list dumping
Nicolai Hähnle
2017-05-10
1
-16
/
+21
*
radeonsi: split shader dumping
Nicolai Hähnle
2017-05-10
1
-12
/
+18
*
radeonsi: more const qualifiers in shader dump functions
Nicolai Hähnle
2017-05-10
2
-12
/
+12
*
radeonsi: rename si_eliminate_const_vs_outputs -> si_optimize_vs_outputs
Marek Olšák
2017-05-08
1
-2
/
+2
*
radeonsi: split per-patch from per-vertex indices
Nicolai Hähnle
2017-05-08
3
-21
/
+42
*
radeonsi: clarify documentation of existing SI workaround
Nicolai Hähnle
2017-05-08
1
-1
/
+3
*
radeonsi: fix gl_PrimitiveID in tessellation with instanced draws on SI
Nicolai Hähnle
2017-05-08
1
-0
/
+14
*
radeonsi: load patch_id for TES-as-ES when exporting for PS
Nicolai Hähnle
2017-05-08
1
-2
/
+2
*
radeonsi: fix primitive ID in fragment shader when using tessellation
Nicolai Hähnle
2017-05-08
1
-10
/
+17
*
Revert "radeonsi: constify a bunch of the perfcounter structs."
Marek Olšák
2017-05-06
1
-43
/
+49
*
Revert "radeonsi: fix build with GCC 4.8"
Marek Olšák
2017-05-06
1
-1
/
+1
*
radeonsi: apply the tess+GS hang workaround to Polaris12 as well
Marek Olšák
2017-05-05
1
-1
/
+2
*
radeonsi: fix build with GCC 4.8
Samuel Pitoiset
2017-05-05
1
-1
/
+1
*
radeonsi/gfx9: allow the scratch buffer in HS and GS
Marek Olšák
2017-05-05
1
-10
/
+0
*
radeonsi: prevent race conditions when doing scratch patching
Marek Olšák
2017-05-05
1
-2
/
+30
*
radeonsi: separate scratch state patching code into its own function
Marek Olšák
2017-05-05
1
-46
/
+55
*
radeonsi/gfx9: also apply scratch relocations to the 1st shader of merged sha...
Marek Olšák
2017-05-05
1
-0
/
+3
*
radeonsi/gfx9: set correct LLVM calling conventions for merged shaders
Marek Olšák
2017-05-05
2
-2
/
+18
*
radeonsi: remove unused parameters from si_shader_apply_scratch_relocs
Marek Olšák
2017-05-05
4
-10
/
+6
*
radeonsi: inline si_llvm_shader_type into si_llvm_create_func
Marek Olšák
2017-05-05
3
-33
/
+22
*
radeonsi: don't use util_memcpy_cpu_to_le32 for shader uploads
Marek Olšák
2017-05-05
1
-7
/
+8
*
radeonsi: make si_compile_llvm static
Marek Olšák
2017-05-05
2
-16
/
+8
*
radeonsi: fold surrounding code into si_llvm_finalize_module
Marek Olšák
2017-05-05
3
-21
/
+12
*
radeonsi: don't call eliminate_const_vs_outputs in shaders without VS exports
Marek Olšák
2017-05-05
1
-4
/
+4
*
radeonsi: drop support for LLVM 3.8
Marek Olšák
2017-05-05
4
-78
/
+21
*
radeonsi: stop using v16i8
Marek Olšák
2017-05-05
3
-12
/
+8
*
radeonsi/gfx9: make some PA & DB registers match the closed Vulkan driver
Marek Olšák
2017-05-05
1
-3
/
+18
*
radeonsi: constify a bunch of the perfcounter structs.
Dave Airlie
2017-05-04
1
-49
/
+43
*
radeonsi/gfx9: fix gl_ViewportIndex
Marek Olšák
2017-05-03
2
-8
/
+40
*
radeonsi/gfx9: set VGT_REUSE_OFF = 0
Marek Olšák
2017-05-03
1
-3
/
+7
*
ac: rename ac_eliminate_const_vs_outputs -> ac_optimize_vs_outputs
Marek Olšák
2017-05-03
1
-5
/
+5
*
radeonsi: don't load unused compute shader input SGPRs and VGPRs
Marek Olšák
2017-04-28
4
-48
/
+76
*
radeonsi: add a HUD query for draw calls with primitive restart
Marek Olšák
2017-04-28
1
-0
/
+2
*
radeonsi: tell LLVM not to remove s_barrier instructions
Marek Olšák
2017-04-28
1
-12
/
+33
*
radeonsi: fix tess offchip offset for per-patch attributes
Marek Olšák
2017-04-28
3
-12
/
+18
*
radeonsi: pass tessellation ring addresses via user SGPRs
Marek Olšák
2017-04-28
7
-56
/
+112
*
radeonsi: use si_insert_input_ret in si_llvm_emit_tcs_epilogue
Marek Olšák
2017-04-28
1
-19
/
+10
*
radeonsi: remove VS epilog code, compile VS with PrimID export on demand
Marek Olšák
2017-04-28
5
-210
/
+31
*
radeonsi: get InstanceID from VGPR1 (or VGPR2 for tess) instead of VGPR3
Marek Olšák
2017-04-28
4
-13
/
+33
[next]