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
/
etnaviv
/
etnaviv_screen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
etnaviv: add debug switch to disable single buffer feature
Lucas Stach
2018-02-23
1
-0
/
+3
*
gallium: allow drivers to impose BO flags restrictions on constant buffer 0
Marek Olšák
2018-02-17
1
-0
/
+1
*
gallium: drop all the guard band float caps.
Dave Airlie
2018-02-14
1
-5
/
+0
*
gallium: introduce PIPE_CAP_FENCE_SIGNAL v2
Andres Rodriguez
2018-01-30
1
-0
/
+1
*
gallium: remove PIPE_CAP_USER_CONSTANT_BUFFERS
Marek Olšák
2018-01-17
1
-1
/
+0
*
gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP
Marek Olšák
2018-01-17
1
-1
/
+0
*
gallium: remove PIPE_CAP_TWO_SIDED_STENCIL
Marek Olšák
2018-01-17
1
-1
/
+0
*
gallium: plumb context priority through to driver
Rob Clark
2017-12-19
1
-0
/
+1
*
etnaviv: GC7000: Update screen specs for HALTI5
Wladimir J. van der Laan
2017-11-30
1
-4
/
+15
*
etnaviv: GC7000: BLT engine blitting support
Wladimir J. van der Laan
2017-11-30
1
-0
/
+2
*
etnaviv: Put HALTI level in specs
Wladimir J. van der Laan
2017-11-22
1
-0
/
+21
*
gallium: add CAPs to support HW atomic counters. (v3)
Dave Airlie
2017-11-10
1
-0
/
+2
*
util: move os_time.[ch] to src/util
Nicolai Hähnle
2017-11-09
1
-1
/
+1
*
etnaviv: ASTC texture support
Wladimir J. van der Laan
2017-11-06
1
-0
/
+6
*
gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET
Marek Olšák
2017-11-06
1
-0
/
+1
*
gallium: add cap for driver specified max combined shader resources.
Dave Airlie
2017-11-01
1
-0
/
+1
*
etnaviv: add ext_texture_srgb support
Christian Gmeiner
2017-10-28
1
-0
/
+3
*
etnaviv: enable occlusion query if GPU supports it
Christian Gmeiner
2017-10-20
1
-1
/
+2
*
gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.
Eric Anholt
2017-10-10
1
-0
/
+1
*
gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS
Marek Olšák
2017-10-06
1
-0
/
+1
*
etnaviv: Add support for DP2 instruction
Wladimir J. van der Laan
2017-10-03
1
-0
/
+2
*
gallium: add LDEXP TGSI instruction and corresponding cap
Nicolai Hähnle
2017-09-29
1
-0
/
+1
*
gallium: Add PIPE_SHADER_CAP_INT64_ATOMICS
Jan Vesely
2017-09-21
1
-0
/
+1
*
gallium: Add PIPE_SHADER_CAP_FP16
Jan Vesely
2017-09-18
1
-0
/
+1
*
gallium: introduce PIPE_CAP_LOAD_CONSTBUF
Timothy Arceri
2017-09-15
1
-0
/
+1
*
etnaviv: Implement ICACHE
Wladimir J. van der Laan
2017-08-06
1
-1
/
+3
*
etnaviv: Unified uniforms support
Wladimir J. van der Laan
2017-08-06
1
-0
/
+15
*
gallium: introduce PIPE_CAP_MEMOBJ
Timothy Arceri
2017-08-03
1
-0
/
+1
*
gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding cap
Nicolai Hähnle
2017-08-02
1
-0
/
+1
*
gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREF
Nicolai Hähnle
2017-07-31
1
-0
/
+1
*
etnaviv: Add support for ETC2 texture compression
Wladimir J. van der Laan
2017-07-21
1
-1
/
+11
*
etnaviv: advertise supported dmabuf modifiers
Lucas Stach
2017-07-19
1
-0
/
+44
*
etnaviv: fold etna_screen_bo_get_handle into etna_resource_get_handle
Lucas Stach
2017-07-19
1
-19
/
+0
*
Revert "etnaviv: add support for snorm textures"
Lucas Stach
2017-07-14
1
-3
/
+0
*
etnaviv: Use the correct LOG instruction on GC3000
Wladimir J. van der Laan
2017-07-14
1
-1
/
+1
*
etnaviv: fix refcnt initialization in etna_screen
Aleksander Morgado
2017-07-07
1
-0
/
+1
*
etnaviv: add support for snorm textures
Christian Gmeiner
2017-06-26
1
-0
/
+3
*
etnaviv: add support for swizzled texture formats
Christian Gmeiner
2017-06-26
1
-5
/
+14
*
etnaviv: add support for extended texture formats
Christian Gmeiner
2017-06-26
1
-0
/
+3
*
etnaviv: advertise correct max LOD bias
Lucas Stach
2017-06-16
1
-1
/
+3
*
gallium: add PIPE_CAP_BINDLESS_TEXTURE
Samuel Pitoiset
2017-06-14
1
-0
/
+1
*
gallium: Add a cap to check if the driver supports ARB_post_depth_coverage
Lyude
2017-06-02
1
-0
/
+1
*
gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTION
Marek Olšák
2017-05-17
1
-0
/
+1
*
etnaviv: apply feature overrides in one central location
Lucas Stach
2017-05-16
1
-0
/
+10
*
gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEX
Marek Olšák
2017-05-10
1
-0
/
+1
*
gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERS
Samuel Pitoiset
2017-04-26
1
-0
/
+1
*
etnaviv: native fence fd support
Philipp Zabel
2017-04-15
1
-1
/
+11
*
etnaviv: SINGLE_BUFFER support on GC3000
Wladimir J. van der Laan
2017-04-15
1
-0
/
+4
*
etnaviv: Add chipMinorFeatures4 and 5
Wladimir J. van der Laan
2017-04-15
1
-0
/
+12
*
gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORT
Nicolai Hähnle
2017-04-14
1
-0
/
+1
[next]