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
*
gallium: add PIPE_SHADER_CAP_GLSL_16BIT_TEMPS for LowerPrecisionTemporaries
Marek Olšák
2020-07-07
1
-0
/
+1
*
freedreno/a6xx: Force gl_Layer to 0 when necessary
Connor Abbott
2020-07-07
1
-0
/
+2
*
ir3: use empirical size for params as used by the shader
Ilia Mirkin
2020-07-06
1
-7
/
+8
*
a4xx: hook up centroid ij coords
Ilia Mirkin
2020-07-06
1
-2
/
+5
*
freedreno: Only call nir_lower_io on shader_in/out
Jason Ekstrand
2020-07-06
2
-7
/
+12
*
a4xx: add polygon offset clamp, fix units
Ilia Mirkin
2020-07-06
4
-3
/
+7
*
a4xx: add noperspective interpolation support
Ilia Mirkin
2020-07-06
2
-18
/
+16
*
freedreno/ir3: fix/rework tess levels
Jonathan Marek
2020-07-06
1
-0
/
+2
*
freedreno/a6xx: set missing bary sysvals
Jonathan Marek
2020-07-01
1
-30
/
+40
*
freedreno/a5xx: set missing bary sysvals
Jonathan Marek
2020-07-01
1
-10
/
+25
*
freedreno/a4xx: fake LINEAR_PIXEL varying support for u_blitter
Jonathan Marek
2020-07-01
1
-1
/
+11
*
freedreno/a3xx: support LINEAR_PIXEL/PERSP_CENTROID/LINEAR_CENTROID sysvals
Jonathan Marek
2020-07-01
3
-4
/
+22
*
freedreno/registers: update varying-related registers
Jonathan Marek
2020-07-01
4
-18
/
+18
*
freedreno/a4xx: fix *_NONE enum conversion
Shawn Guo
2020-06-30
2
-8
/
+8
*
freedreno/ir3: disk-cache support
Rob Clark
2020-06-26
1
-0
/
+14
*
freedreno/ir3: build binning variant at same time as draw variant
Rob Clark
2020-06-26
1
-4
/
+8
*
freedreno/a6xx+ir3: stop generating pointless binning shaders
Rob Clark
2020-06-26
2
-12
/
+8
*
freedreno/ir3: add ir3_compiler_destroy()
Rob Clark
2020-06-26
1
-1
/
+4
*
freedreno/ir3: move finalize_nir to pscreen hook
Rob Clark
2020-06-26
6
-0
/
+19
*
freedreno/ir3: add ir3_finalize_nir()
Rob Clark
2020-06-26
1
-1
/
+1
*
freedreno/a6xx: use firstIndex field
Connor Abbott
2020-06-26
1
-3
/
+2
*
freedreno: On a5xx+ INDX_SIZE is MAX_INDICES
Connor Abbott
2020-06-26
3
-14
/
+14
*
freedreno: Share constlen between different stages properly
Connor Abbott
2020-06-26
2
-8
/
+42
*
freedreno: Refactor ir3_cache shader compilation
Connor Abbott
2020-06-26
1
-22
/
+29
*
ir3, freedreno: Round up constlen earlier
Connor Abbott
2020-06-26
5
-10
/
+12
*
freedreno/a6xx: Add support for polygon fill mode (as long as front==back).
Eric Anholt
2020-06-25
2
-3
/
+17
*
freedreno/a6xx: Define the register fields for polygon fill mode.
Eric Anholt
2020-06-25
1
-2
/
+2
*
freedreno: handle batch flush in resource tracking
Rob Clark
2020-06-25
1
-4
/
+30
*
freedreno: split out batch clear tracking helper
Rob Clark
2020-06-25
1
-15
/
+25
*
freedreno: split out batch draw tracking helper
Rob Clark
2020-06-25
1
-72
/
+82
*
freedreno: make foreach_bit() declare it's cursor
Rob Clark
2020-06-25
5
-5
/
+3
*
freedreno/ir3: switch PIPE_CAP_TGSI_TEXCOORD
Rob Clark
2020-06-24
2
-6
/
+9
*
freedreno: convert builtin blit VS prog to ureg builder
Rob Clark
2020-06-24
1
-17
/
+43
*
freedreno/a3xx: use point-coord helper
Rob Clark
2020-06-24
1
-33
/
+25
*
freedreno/a4xx: use point-coord helper
Rob Clark
2020-06-24
1
-33
/
+25
*
freedreno/a5xx: use point-coord helper
Rob Clark
2020-06-24
1
-33
/
+25
*
freedreno/a6xx: use point-coord helper
Rob Clark
2020-06-24
1
-33
/
+25
*
freedreno/a6xx: de-duplicate vinterp/vpsrepl state building
Rob Clark
2020-06-24
1
-92
/
+71
*
freedreno/ir3: add helper to determine point-coord inputs
Rob Clark
2020-06-24
1
-0
/
+18
*
freedreno/registers: a6xx depth bounds test registers
Jonathan Marek
2020-06-24
1
-2
/
+2
*
android: freedreno/ir3: simplify generated sources rules
Mauro Rossi
2020-06-24
2
-47
/
+0
*
android: freedreno/ir3: add missing generated sources and rules
Mauro Rossi
2020-06-24
1
-1
/
+1
*
freedreno: Handle DRM_FORMAT_MOD_INVALID in shared code
Kristian H. Kristensen
2020-06-23
1
-0
/
+6
*
gallium: Add pipe cap for primitive restart with fixed index
Neil Roberts
2020-06-22
1
-0
/
+1
*
freedreno/a4xx: simplify setup_slices
Jonathan Marek
2020-06-21
1
-65
/
+25
*
freedreno/a4xx: restore pitch to bytes change to layout code
Jonathan Marek
2020-06-21
1
-3
/
+3
*
freedreno/ir3: split out ubo info from range
Rob Clark
2020-06-21
1
-2
/
+2
*
freedreno/a6xx: remove unnecessary OVERFLOW_FLAG_REG check
Jonathan Marek
2020-06-20
2
-124
/
+16
*
freedreno/a6xx: VSC "STRM_ARRAY_PITCH" is "STRM_LIMIT"
Jonathan Marek
2020-06-20
1
-4
/
+4
*
freedreno/a6xx: Set index buffer size to bo size
Kristian H. Kristensen
2020-06-19
1
-1
/
+1
[next]