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
Commit message (
Expand
)
Author
Age
Files
Lines
*
iris: Fix SO stride units for DrawTransformFeedback
Kenneth Graunke
2019-06-03
2
-2
/
+2
*
st/glsl: make sure to propagate initialisers to driver storage
Timothy Arceri
2019-06-04
5
-27
/
+23
*
spirv: Like Uniform, do nothing for UniformId
Caio Marcelo de Oliveira Filho
2019-06-03
2
-0
/
+3
*
spirv: Implement SpvOpCopyLogical
Caio Marcelo de Oliveira Filho
2019-06-03
1
-0
/
+2
*
spirv: Generalize OpSelect
Caio Marcelo de Oliveira Filho
2019-06-03
1
-38
/
+48
*
spirv: Move OpSelect handling to a function
Caio Marcelo de Oliveira Filho
2019-06-03
1
-60
/
+66
*
nir/vars_to_ssa: Handle UNDEF_NODE in more places
Caio Marcelo de Oliveira Filho
2019-06-03
1
-4
/
+8
*
ac/registers: don't use the si, cik, vi names, use gfxN
Marek Olšák
2019-06-03
6
-1405
/
+1405
*
amd/common: use generated register header
Nicolai Hähnle
2019-06-03
26
-16362
/
+26
*
amd/common: use SH{0,1}_CU_EN definitions only of COMPUTE_STATIC_THREAD_MGMT_SE0
Nicolai Hähnle
2019-06-03
2
-10
/
+10
*
amd/common: unify PITCH_GFX6 and PITCH_GFX9
Nicolai Hähnle
2019-06-03
5
-20
/
+20
*
amd/common: rename R_3F2_CONTROL to IB_CONTROL for disambiguation
Nicolai Hähnle
2019-06-03
2
-2
/
+2
*
amd/common: cleanup DATA_FORMAT/NUM_FORMAT field names
Nicolai Hähnle
2019-06-03
6
-25
/
+25
*
amd/common: derive ac_debug tables from register JSON
Nicolai Hähnle
2019-06-03
4
-177
/
+131
*
amd/registers: add JSON description of packet3 fields
Nicolai Hähnle
2019-06-03
1
-0
/
+338
*
amd/registers: add JSON descriptions of registers
Nicolai Hähnle
2019-06-03
1
-0
/
+15985
*
amd/registers: scripts for processing register descriptions in JSON
Nicolai Hähnle
2019-06-03
5
-0
/
+1631
*
freedreno: Fix GCC build error.
Vinson Lee
2019-06-03
1
-1
/
+1
*
mesa: Use string literals for format strings
Mark Janes
2019-06-03
1
-3
/
+3
*
iris: Always reserve binding table space for NIR constants
Caio Marcelo de Oliveira Filho
2019-06-03
2
-9
/
+14
*
iris: Print binding tables when INTEL_DEBUG=bt
Caio Marcelo de Oliveira Filho
2019-06-03
3
-0
/
+55
*
iris: Compact binding tables
Caio Marcelo de Oliveira Filho
2019-06-03
3
-76
/
+234
*
iris: Create an enum for the surface groups
Caio Marcelo de Oliveira Filho
2019-06-03
3
-35
/
+45
*
iris: Handle binding table in the driver
Caio Marcelo de Oliveira Filho
2019-06-03
6
-121
/
+232
*
iris: Pull brw_nir_analyze_ubo_ranges() call out setup_uniforms
Caio Marcelo de Oliveira Filho
2019-06-03
1
-3
/
+10
*
spirv: Implement OpPtrEqual, OpPtrNotEqual and OpPtrDiff
Caio Marcelo de Oliveira Filho
2019-06-03
1
-0
/
+64
*
nir: Add functions to subtract and compare addresses
Caio Marcelo de Oliveira Filho
2019-06-03
2
-0
/
+54
*
nir: Add nir_ball_iequal() helper
Caio Marcelo de Oliveira Filho
2019-06-03
1
-0
/
+13
*
mesa: ARB program parser should clean parameters
Sergii Romantsov
2019-06-03
2
-2
/
+13
*
freedreno/ir3: fix counting and printing for half registers.
Hyunjun Ko
2019-06-03
4
-9
/
+20
*
freedreno/ir3: Fix up the half reg source even when src instr==NULL
Neil Roberts
2019-06-03
1
-3
/
+2
*
freedreno/ir3: Add a 16-bit implementation of nir_op_imul
Neil Roberts
2019-06-03
1
-9
/
+15
*
freedreno/ir3: set dst type of alu instructions correctly.
Hyunjun Ko
2019-06-03
1
-5
/
+8
*
freedreno/ir3: adjust the bitsize of regs when an array loading.
Hyunjun Ko
2019-06-03
2
-7
/
+16
*
freedreno/ir3: convert back to 32-bit values for half constant registers.
Hyunjun Ko
2019-06-03
2
-4
/
+54
*
freedreno/ir3: check the type of regs of absneg opcode in is_same_type_mov.
Hyunjun Ko
2019-06-03
1
-0
/
+16
*
freedreno/ir3: set proper dst type for uniform according to the type of nir d...
Hyunjun Ko
2019-06-03
2
-7
/
+14
*
freedreno/ir3: Use output type size to set OUTPUT_REG_HALF_PRECISION
Neil Roberts
2019-06-03
2
-6
/
+2
*
freedreno/ir3: Fix loading half-float immediate vectors
Neil Roberts
2019-06-03
1
-3
/
+12
*
freedreno/ir3: immediately schedule meta instructions
Rob Clark
2019-06-03
1
-0
/
+3
*
freedreno/ir3: scheduler improvements
Rob Clark
2019-06-03
2
-13
/
+115
*
freedreno/ir3: sched should mark outputs used
Rob Clark
2019-06-03
1
-19
/
+35
*
mesa: EXT_dsa add selectorless matrix stack functions
Pierre-Eric Pelloux-Prayer
2019-06-03
5
-112
/
+925
*
mesa: factor out enum -> matrix stack lookup
Pierre-Eric Pelloux-Prayer
2019-06-03
1
-54
/
+56
*
mesa: add new EXT_direct_state_access tokens
Timothy Arceri
2019-06-03
1
-0
/
+4
*
glapi: add EXT_direct_state_access
Chris Forbes
2019-06-03
3
-0
/
+21
*
mesa: add a list of EXT_direct_state_access to dispatch sanity
Timothy Arceri
2019-06-03
1
-0
/
+210
*
radeonsi: init sctx->dma_copy before using it
Pierre-Eric Pelloux-Prayer
2019-06-03
1
-3
/
+3
*
d3dadapter9: Revert to old throttling limit value
Axel Davy
2019-06-03
1
-2
/
+4
*
ac: use amdgpu-flat-work-group-size
Marek Olšák
2019-06-03
4
-10
/
+15
[next]