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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
u_blitter: don't fail mipmap generation for depth formats containing stencil
Marek Olšák
2019-06-03
1
-1
/
+2
*
etnaviv: drop a bunch of duplicated gallium PIPE_CAP default code
Christian Gmeiner
2019-06-03
1
-157
/
+0
*
radv: flush pending query reset caches before copying results
Samuel Pitoiset
2019-06-03
1
-15
/
+25
*
nir: copy intrinsic type when lowering load input/uniform and store output
Jonathan Marek
2019-06-03
2
-0
/
+3
*
ac,radv: remove the vec3 restriction with LLVM 9+
Samuel Pitoiset
2019-06-03
4
-11
/
+18
*
nir: Return nir_type_invalid for non-numeric base types
Caio Marcelo de Oliveira Filho
2019-05-31
1
-2
/
+14
*
iris: Drop unused locals from iris_clear.c to avoid warning
Caio Marcelo de Oliveira Filho
2019-05-31
1
-3
/
+0
*
nir: remove bool lowering from lower_int_to_float
Jonathan Marek
2019-05-31
3
-71
/
+45
*
nir: fix lower_{int,bool}_to_float for new mov opcode
Jonathan Marek
2019-05-31
2
-0
/
+2
*
nir: add lower_bitshift option
Jonathan Marek
2019-05-31
4
-3
/
+10
*
nir: fix gather_ssa_types
Jonathan Marek
2019-05-31
1
-36
/
+52
[next]