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
/
drivers
/
freedreno
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno/a6xx: pre-calculate userconst stateobj size
Rob Clark
2019-09-12
4
-3
/
+44
*
freedreno: fix compiler warning
Rob Clark
2019-09-12
1
-1
/
+1
*
freedreno/a6xx: fix 3d tex layout
Rob Clark
2019-09-10
1
-3
/
+4
*
freedreno/a6xx: don't tile things that are too small
Rob Clark
2019-09-10
2
-5
/
+11
*
freedreno/a6xx: Implement primitive count queries on GPU
Kristian H. Kristensen
2019-09-06
13
-18
/
+123
*
freedreno/a6xx: Let the GPU track streamout offsets
Kristian H. Kristensen
2019-09-06
4
-19
/
+36
*
freedreno/a2xx: formats update
Jonathan Marek
2019-09-06
4
-247
/
+103
*
freedreno/a2xx: fix depth gmem restore
Jonathan Marek
2019-09-06
1
-15
/
+12
*
freedreno/a2xx: implement polygon offset
Jonathan Marek
2019-09-06
1
-0
/
+12
*
freedreno/a2xx: fix SRC_ALPHA_SATURATE for alpha blend function
Jonathan Marek
2019-09-06
1
-1
/
+6
*
freedreno/a2xx: ir2: update register state in scalar insert
Jonathan Marek
2019-09-06
1
-0
/
+6
*
freedreno/a2xx: ir2: fix incorrect instruction reordering
Jonathan Marek
2019-09-06
1
-0
/
+16
*
freedreno/a2xx: ir2: check opcode on the right instruction in export cp
Jonathan Marek
2019-09-06
1
-1
/
+1
*
freedreno/a2xx: ir2: fix saturate in cp
Jonathan Marek
2019-09-06
1
-0
/
+4
*
freedreno/a2xx: ir2: set lower_fdph
Jonathan Marek
2019-09-06
1
-0
/
+1
*
freedreno/a2xx: ir2: remove pointcoord y invert
Jonathan Marek
2019-09-06
1
-4
/
+2
*
freedreno/a2xx: ir2: fix lowering of instructions after float lowering
Jonathan Marek
2019-09-06
1
-3
/
+2
*
nir: allow specifying filter callback in lower_alu_to_scalar
Vasily Khoruzhick
2019-09-06
1
-11
/
+24
*
freedreno: Fix the type of single-component scaled vertex attrs.
Eric Anholt
2019-09-03
4
-12
/
+12
*
freedreno/a3xx: fix sysmem <-> gmem tiles transfer
Khaled Emara
2019-08-30
2
-2
/
+3
*
freedreno/a3xx: fix texture tiling parameters
Khaled Emara
2019-08-30
1
-10
/
+21
*
freedreno/a6xx: Fix non-mipmap filtering selection.
Eric Anholt
2019-08-28
1
-6
/
+6
*
freedreno/a6xx: move SSBO/image consts to IBO stateobj
Rob Clark
2019-08-13
1
-13
/
+10
*
freedreno/a6xx: move VS driverparams to it's own stateobj
Rob Clark
2019-08-13
2
-5
/
+15
*
freedreno/ir3+a6xx: same VBO state for draw/binning
Rob Clark
2019-08-13
3
-5
/
+9
*
freedreno/a6xx: add fd_emit_take_group()
Rob Clark
2019-08-13
2
-19
/
+17
*
freedreno/ir3: track # of driver params
Rob Clark
2019-08-13
1
-1
/
+3
*
freedreno/a6xx: move immediates to program stateobj
Rob Clark
2019-08-13
2
-6
/
+9
*
freedreno/a6xx: stop using ir3_emit_{vs,fs}_consts()
Rob Clark
2019-08-13
3
-17
/
+53
*
freedreno/ir3: push ctx further up call chain
Rob Clark
2019-08-13
1
-21
/
+22
*
freedreno/ir3: move ring_wfi() further up call chain
Rob Clark
2019-08-13
1
-10
/
+8
*
freedreno/all: move more emit helpers to screen
Rob Clark
2019-08-13
9
-24
/
+21
*
freedreno/a3xx-a6xx+ir3: move emit_const* to screen
Rob Clark
2019-08-13
7
-19
/
+24
*
freedreno/a6xx: add fd6_emit_init_screen()
Rob Clark
2019-08-13
3
-0
/
+9
*
freedreno/a5xx: add fd5_emit_init_screen()
Rob Clark
2019-08-13
3
-0
/
+9
*
freedreno/a3xx: add fd3_emit_init_screen()
Rob Clark
2019-08-13
3
-0
/
+8
*
freedreno/a2xx: add fd2_emit_init_screen()
Rob Clark
2019-08-13
3
-0
/
+9
*
freedreno/a4xx: add fd4_emit_init_screen()
Rob Clark
2019-08-13
3
-0
/
+8
*
freedreno/a2xx: call fd2_emit_ib() directly from fd2
Rob Clark
2019-08-13
3
-8
/
+8
*
freedreno/a5xx: call fd5_emit_ib() directly from fd5
Rob Clark
2019-08-13
3
-16
/
+16
*
freedreno/a4xx: call fd4_emit_ib() directly from fd4
Rob Clark
2019-08-13
3
-7
/
+7
*
freedreno/a3xx: call fd3_emit_ib() directly from fd3
Rob Clark
2019-08-13
3
-7
/
+7
*
freedreno/ir3: move VS driver-param emit
Rob Clark
2019-08-13
2
-68
/
+89
*
freedreno: disable tiling for cubemaps
Khaled Emara
2019-08-12
1
-2
/
+5
*
freedreno: add tiling parameters for 2D/2DArray/3D
Khaled Emara
2019-08-12
1
-2
/
+19
*
freedreno: simplified slices setup for a3xx
Khaled Emara
2019-08-12
1
-12
/
+3
*
freedreno: enable tiled textures for debug builds
Khaled Emara
2019-08-12
9
-8
/
+173
*
nir: merge and extend nir_opt_move_comparisons and nir_opt_move_load_ubo
Rhys Perry
2019-08-12
1
-1
/
+1
*
nir: replace nir_move_load_const() with nir_opt_sink()
Rhys Perry
2019-08-12
1
-1
/
+1
*
spirv: Drop lower_workgroup_access_to_offsets
Caio Marcelo de Oliveira Filho
2019-08-10
1
-1
/
+0
[next]