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
/
freedreno_screen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno/ir3: switch PIPE_CAP_TGSI_TEXCOORD
Rob Clark
2020-06-24
1
-0
/
+1
*
gallium: Add pipe cap for primitive restart with fixed index
Neil Roberts
2020-06-22
1
-0
/
+1
*
freedreno/a6xx: Turn on robustness extensions
Kristian H. Kristensen
2020-06-04
1
-4
/
+2
*
gallium: add shader caps INT16 and FP16_DERIVATIVES
Marek Olšák
2020-06-02
1
-0
/
+2
*
freedreno: add batch debugging
Rob Clark
2020-05-26
1
-0
/
+4
*
freedreno: add adreno 650
Jonathan Marek
2020-05-20
1
-1
/
+2
*
freedreno/a6xx: split up gmem/tile alignment requirements
Jonathan Marek
2020-05-20
1
-6
/
+8
*
freedreno/a4xx+: Increase max texture size to 16384.
Eric Anholt
2020-05-13
1
-2
/
+8
*
freedreno: Add a nohw flag to skip submitting to the kernel.
Eric Anholt
2020-05-12
1
-0
/
+1
*
freedreno: we don't need aligned vbo's
Rob Clark
2020-05-01
1
-3
/
+5
*
freedreno: switch to simple_mtx
Rob Clark
2020-04-29
1
-2
/
+2
*
freedreno/a4xx: enable A405
Konrad Dybcio
2020-04-29
1
-0
/
+1
*
freedreno: rebind resource in all contexts
Rob Clark
2020-04-29
1
-0
/
+2
*
freedreno: limit fp16 to frag and compute
Rob Clark
2020-04-04
1
-0
/
+2
*
freedreno: Drop an unnecessary include marked "this should go away"
Eric Anholt
2020-03-31
1
-3
/
+0
*
freedreno: add logging infrastructure
Rob Clark
2020-03-30
1
-1
/
+1
*
freedreno: remove some obsolete debug options
Rob Clark
2020-03-30
1
-9
/
+2
*
freedreno: Enable mediump lowering
Hyunjun Ko
2020-03-24
1
-1
/
+3
*
freedreno: Switch to exposing only half-integer pixel centers.
Eric Anholt
2020-03-19
1
-1
/
+5
*
freedreno: Switch to using lowered image intrinsics.
Eric Anholt
2020-02-24
1
-0
/
+3
*
freedreno: Set up supported modifiers in fd*_resource_screen_init()
Kristian H. Kristensen
2020-02-05
1
-9
/
+0
*
freedreno: Move the layout debug under FD_MESA_DEBUG=layout.
Eric Anholt
2020-02-04
1
-0
/
+1
*
freedreno: add gmem state cache
Rob Clark
2020-01-29
1
-0
/
+2
*
freedreno: use PIPE_CAP_RGB_OVERRIDE_DST_ALPHA_BLEND
Rob Clark
2020-01-29
1
-0
/
+1
*
freedreno: Add debug flag for forcing linear layouts
Kristian H. Kristensen
2019-12-19
1
-0
/
+1
*
freedreno/a6xx: enable LRZ by default
Rob Clark
2019-12-10
1
-1
/
+2
*
freedreno: Stop forcing ALLOW_MAPPED_BUFFERS_DURING_EXEC off.
Eric Anholt
2019-12-09
1
-3
/
+0
*
freedreno: Enable texture upload memory throttling.
Eric Anholt
2019-12-06
1
-0
/
+3
*
freedreno/perfcntrs: add accessor to get per-gen tables
Rob Clark
2019-11-21
1
-0
/
+5
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-2
/
+2
*
freedreno: add Adreno 640 ID
Jonathan Marek
2019-11-11
1
-0
/
+1
*
freedreno/a6xx: Turn on tessellation shaders
Kristian H. Kristensen
2019-11-07
1
-1
/
+13
*
freedreno: Add nogmem debug option to force bypass rendering
Kristian H. Kristensen
2019-11-07
1
-0
/
+1
*
freedreno/a6xx: add a618 support
Rob Clark
2019-10-29
1
-0
/
+1
*
freedreno/a2xx: use sysval for pointcoord
Jonathan Marek
2019-10-27
1
-0
/
+2
*
freedreno/a5xx: enable a510
Marijn Suijten
2019-10-19
1
-0
/
+1
*
freedreno/a6xx: Turn on geometry shaders
Kristian H. Kristensen
2019-10-17
1
-3
/
+12
*
gallium: remove PIPE_SHADER_CAP_SCALAR_ISA
Marek Olšák
2019-10-10
1
-2
/
+0
*
freedreno: enable tiled textures for debug builds
Khaled Emara
2019-08-12
1
-1
/
+1
*
freedreno: drop unused fd_fence_ref param
Rob Clark
2019-08-02
1
-1
/
+8
*
freedreno: a2xx: implement texture tiling
Jonathan Marek
2019-08-02
1
-1
/
+1
*
nir: Stop whacking gl_FrontFacing to a system value
Jason Ekstrand
2019-08-01
1
-0
/
+2
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
1
-5
/
+5
*
util: use standard name for snprintf()
Eric Engestrom
2019-07-19
1
-1
/
+1
*
gallium: get rid of PIPE_CAP_SM3
Erik Faye-Lund
2019-07-10
1
-1
/
+3
*
freedreno/a5xx: enable a540
Rob Clark
2019-06-11
1
-0
/
+1
*
freedreno/a6xx: enable UBWC by default
Rob Clark
2019-06-11
1
-2
/
+1
*
freedreno: Add printf pattern string.
Bas Nieuwenhuizen
2019-06-04
1
-1
/
+1
*
gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH count
Kenneth Graunke
2019-05-23
1
-1
/
+1
*
gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.
Eric Anholt
2019-05-13
1
-1
/
+2
[next]