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
/
freedreno
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
mesa: freedreno: Android.registers.mk: Fix up register xml.h file generation
John Stultz
2019-08-07
1
-1
/
+1
*
mesa: Add ir3/ir3_nir_imul.c generation to Android.mk
John Stultz
2019-08-07
1
-0
/
+8
*
meson: drop unused dep_{thread,dl}
Eric Engestrom
2019-08-03
1
-1
/
+0
*
meson: replace libmesa_util with idep_mesautil
Eric Engestrom
2019-08-03
1
-1
/
+1
*
freedreno/batch: fix dependency loop detection
Rob Clark
2019-08-02
1
-11
/
+10
*
freedreno/a6xx: add missing flush/invalidates for blit
Rob Clark
2019-08-02
2
-15
/
+9
*
freedreno/a6xx: skip tiles with no geometry
Rob Clark
2019-08-02
3
-3
/
+66
*
freedreno/a6xx: VSC overflow detection/handling
Rob Clark
2019-08-02
3
-34
/
+266
*
freedreno/a6xx: remove USE/IGNORE_VISIBILITY draw patching
Rob Clark
2019-08-02
2
-23
/
+9
*
freedreno/a6xx: cleanup "blit_mem"
Rob Clark
2019-08-02
4
-14
/
+25
*
freedreno: refresh tile debug
Rob Clark
2019-08-02
1
-15
/
+22
*
freedreno/gmem: small cleanup
Rob Clark
2019-08-02
1
-2
/
+2
*
freedreno/batch: always update last_fence
Rob Clark
2019-08-02
1
-0
/
+2
*
freedreno: drop unused fd_fence_ref param
Rob Clark
2019-08-02
8
-17
/
+22
*
freedreno: a2xx: implement texture tiling
Jonathan Marek
2019-08-02
6
-4
/
+23
*
freedreno: a2xx: use nir_lower_alu_to_scalar instead of lowering pass
Jonathan Marek
2019-08-02
4
-178
/
+12
*
freedreno: a2xx: fix HW binning for batches with >256K vertices
Jonathan Marek
2019-08-02
1
-8
/
+8
*
freedreno: a2xx: fix fneg/fabs/fsat opcodes
Jonathan Marek
2019-08-02
1
-0
/
+12
*
freedreno: a2xx: fix order of NIR opts
Jonathan Marek
2019-08-02
1
-2
/
+2
*
freedreno: a2xx: fix non-etc1 cubemaps
Jonathan Marek
2019-08-02
5
-15
/
+2
*
freedreno: a2xx: fix fast clear not being used for Z24X8 buffers
Jonathan Marek
2019-08-02
1
-7
/
+11
*
freedreno: align renderonly scanout buffers
Jonathan Marek
2019-08-02
1
-0
/
+3
[next]