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
/
a2xx
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno: use PIPE_CAP_RGB_OVERRIDE_DST_ALPHA_BLEND
Rob Clark
2020-01-29
3
-24
/
+5
*
freedreno: Fix CP_MEM_TO_REG flag definitions
Connor Abbott
2019-12-18
1
-2
/
+2
*
freedreno: switch to layout helper
Rob Clark
2019-11-26
3
-4
/
+4
*
freedreno: Convert the slice struct to the new resource header.
Eric Anholt
2019-11-26
3
-8
/
+5
*
freedreno: use rsc->slice accessor everywhere
Rob Clark
2019-11-26
1
-1
/
+2
*
freedreno/perfcntrs: add accessor to get per-gen tables
Rob Clark
2019-11-21
1
-8
/
+0
*
freedreno/perfcntrs: move to shared location
Rob Clark
2019-11-21
1
-794
/
+0
*
freedreno/perfcntrs: remove gallium dependencies
Rob Clark
2019-11-21
1
-1
/
+3
*
freedreno/perfcntrs: small cleanup
Rob Clark
2019-11-21
1
-22
/
+1
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
3
-3
/
+3
*
freedreno/a2xx: add missing vertex formats (SSCALE/USCALE/FIXED)
Jonathan Marek
2019-10-30
7
-49
/
+82
*
freedreno/a2xx: use sysval for pointcoord
Jonathan Marek
2019-10-27
1
-11
/
+7
*
freedreno: Rename vp and fp to vs and fs in fd_program_stateobj
Kristian H. Kristensen
2019-09-25
3
-12
/
+12
*
freedreno/a6xx: Implement primitive count queries on GPU
Kristian H. Kristensen
2019-09-06
1
-1
/
+1
*
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/all: move more emit helpers to screen
Rob Clark
2019-08-13
1
-2
/
+2
*
freedreno/a2xx: add fd2_emit_init_screen()
Rob Clark
2019-08-13
3
-0
/
+9
*
freedreno/a2xx: call fd2_emit_ib() directly from fd2
Rob Clark
2019-08-13
3
-8
/
+8
*
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
*
freedreno: a2xx: implement texture tiling
Jonathan Marek
2019-08-02
5
-3
/
+22
*
freedreno: a2xx: use nir_lower_alu_to_scalar instead of lowering pass
Jonathan Marek
2019-08-02
2
-176
/
+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
*
nir/algebraic: rename lower_bitshift to lower_bitops
Erico Nunes
2019-07-31
1
-1
/
+1
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
1
-3
/
+3
*
nir: Add lower_rotate flag and set to true in all drivers
Sagar Ghuge
2019-07-01
1
-0
/
+1
*
nir: remove fnot/fxor/fand/for opcodes
Jonathan Marek
2019-06-26
2
-6
/
+2
*
freedreno: use util_dynarray_clear instead of util_dynarray_resize(_, 0)
Nicolai Hähnle
2019-06-12
1
-6
/
+6
*
nir: Combine lower_fmod16/32 back into a single lower_fmod.
Kenneth Graunke
2019-06-05
1
-1
/
+1
*
nir: remove bool lowering from lower_int_to_float
Jonathan Marek
2019-05-31
1
-0
/
+1
*
nir: add lower_bitshift option
Jonathan Marek
2019-05-31
1
-0
/
+1
*
nir: Drop imov/fmov in favor of one mov instruction
Jason Ekstrand
2019-05-24
1
-14
/
+11
*
freedreno: a2xx: same gmem2mem sequence for all tiles
Jonathan Marek
2019-04-23
1
-12
/
+25
*
freedreno: a2xx: use nir_lower_io for TGSI shaders
Jonathan Marek
2019-04-23
2
-50
/
+11
*
freedreno: a2xx: fix builtin blit program compilation
Jonathan Marek
2019-04-23
1
-0
/
+1
[next]