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
*
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
*
nir: Stop whacking gl_FrontFacing to a system value
Jason Ekstrand
2019-08-01
1
-0
/
+2
*
nir/algebraic: rename lower_bitshift to lower_bitops
Erico Nunes
2019-07-31
1
-1
/
+1
*
freedreno/a6xx: fix MSAA resolve hangs
Rob Clark
2019-07-29
1
-11
/
+4
*
freedreno: Fix helgrind complaint on shader-db key setup.
Eric Anholt
2019-07-29
1
-2
/
+1
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
15
-38
/
+38
*
util: use standard name for snprintf()
Eric Engestrom
2019-07-19
1
-1
/
+1
*
util: use standard name for sprintf()
Eric Engestrom
2019-07-19
1
-1
/
+1
*
freedreno/a6xx: Drop the WFI in the program update stateobj.
Eric Anholt
2019-07-17
1
-2
/
+0
*
freedreno/a6xx: Drop the WFI in constant uploads.
Eric Anholt
2019-07-17
1
-2
/
+0
*
freedreno: Assert that we don't exceed constlen.
Eric Anholt
2019-07-17
1
-10
/
+24
*
freedreno: Fix more constlen overflows.
Eric Anholt
2019-07-17
1
-2
/
+5
*
freedreno: Drop stale comment about skipping uploads.
Eric Anholt
2019-07-17
1
-1
/
+0
*
freedreno: Generate headers from xml files
Kristian H. Kristensen
2019-07-10
5
-12
/
+12
*
gallium: get rid of PIPE_CAP_SM3
Erik Faye-Lund
2019-07-10
1
-1
/
+3
*
nir: Add lower_rotate flag and set to true in all drivers
Sagar Ghuge
2019-07-01
1
-0
/
+1
*
freedreno/a6xx: wire up dither state
Rob Clark
2019-06-28
3
-2
/
+14
*
nir: remove fnot/fxor/fand/for opcodes
Jonathan Marek
2019-06-26
2
-6
/
+2
*
freedreno: correct batch_depends_on() logic
Rob Clark
2019-06-26
1
-1
/
+1
*
freedreno: drop unused arg from fd_batch_flush()
Rob Clark
2019-06-26
12
-23
/
+23
*
freedreno/a5xx: fix batch leak in fd5 blitter path
Rob Clark
2019-06-24
1
-0
/
+1
*
freedreno: Stop treating UBO 0 specially in UBO uploading.
Eric Anholt
2019-06-24
1
-33
/
+1
*
freedreno: Clamp UBO uploads to the constlen decided by the shader.
Rob Clark
2019-06-24
1
-0
/
+11
*
freedreno: Remove silly return from ir3_optimize_nir().
Eric Anholt
2019-06-21
1
-1
/
+3
*
freedreno: Stop reporting max_const in shader-db.
Eric Anholt
2019-06-21
1
-2
/
+1
*
freedreno: Include binning shaders in shader-db.
Eric Anholt
2019-06-21
1
-3
/
+8
*
freedreno/a6xx: disallow UBWC for x24s8
Rob Clark
2019-06-17
1
-4
/
+15
*
freedreno/a6xx: un-swap X24S8_UINT
Rob Clark
2019-06-17
2
-5
/
+6
*
freedreno/a6xx: re-enable UBWC for depth/stencil
Rob Clark
2019-06-15
1
-0
/
+2
*
freedreno/a6xx: handle z24s8/z24x8 blits with u_blitter
Rob Clark
2019-06-15
2
-25
/
+11
*
freedreno/a6xx: handle fallback for rewritten blits ourself
Rob Clark
2019-06-15
1
-11
/
+37
[next]