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
/
vc4
/
vc4_screen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add PIPE_CAP_MAX_VARYINGS
Karol Herbst
2019-02-07
1
-0
/
+3
*
vc4: Fix a leak of the transfer helper on screen destroy.
Eric Anholt
2018-12-07
1
-0
/
+3
*
util: Move os_misc to util
Dylan Baker
2018-10-30
1
-1
/
+1
*
vc4: Drop a bunch of duplicated gallium PIPE_CAP default code.
Eric Anholt
2018-09-04
1
-179
/
+0
*
gallium: Add a helper for implementing PIPE_CAP_* default values.
Eric Anholt
2018-09-04
1
-2
/
+2
*
gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.
Kenneth Graunke
2018-08-24
1
-0
/
+1
*
gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZE
Marek Olšák
2018-08-23
1
-0
/
+2
*
gallium: add PIPE_CAP_MAX_GS_INVOCATIONS
Marek Olšák
2018-08-23
1
-0
/
+1
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
1
-0
/
+4
*
gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS
Marek Olšák
2018-07-31
1
-0
/
+1
*
gallium/util: remove dummy function util_format_is_supported
Marek Olšák
2018-06-29
1
-2
/
+1
*
gallium: add scalar isa shader cap
Christian Gmeiner
2018-06-20
1
-0
/
+2
*
gallium: add support for programmable sample locations
Rhys Perry
2018-06-14
1
-0
/
+1
*
gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY
Marek Olšák
2018-05-29
1
-0
/
+1
*
broadcom/vc4: Native fence fd support
Stefan Schake
2018-05-17
1
-2
/
+4
*
broadcom/vc4: Detect syncobj support
Stefan Schake
2018-05-17
1
-0
/
+6
*
gallium: add initial support for conservative rasterization
Rhys Perry
2018-04-30
1
-1
/
+12
*
gallium: add packed uniform CAP
Timothy Arceri
2018-03-20
1
-0
/
+1
*
broadcom/vc4: Add support for HW perfmon
Boris Brezillon
2018-03-05
1
-0
/
+7
*
broadcom/vc4: Remove the retval==usage check in is_format_supported().
Eric Anholt
2018-02-23
1
-26
/
+13
*
broadcom/vc4: Ignore PIPE_BIND_DISPLAY_TARGET in is_format_supported().
Eric Anholt
2018-02-23
1
-0
/
+2
*
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
*
vc4: check preprocessor token existence using #ifdef instead of #if
Eric Engestrom
2017-11-28
1
-3
/
+3
*
broadcom/vc4: fix indentation in vc4_screen.c
Andres Rodriguez
2017-11-14
1
-8
/
+8
*
gallium: add CAPs to support HW atomic counters. (v3)
Dave Airlie
2017-11-10
1
-0
/
+2
*
broadcom/vc4: Mark BOs as purgeable when they enter the BO cache
Boris Brezillon
2017-11-09
1
-0
/
+2
*
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
*
broadcom/vc4: Expose PIPE_CAP_TILE_RASTER_ORDER
Eric Anholt
2017-10-10
1
-15
/
+20
*
gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.
Eric Anholt
2017-10-10
1
-0
/
+1
*
broadcom/vc4: Implement GL_ARB_texture_barrier.
Eric Anholt
2017-10-10
1
-1
/
+1
*
gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS
Marek Olšák
2017-10-06
1
-0
/
+1
*
broadcom/vc4: Don't advertise tiled dmabuf modifiers if we can't use them
Derek Foreman
2017-10-05
1
-13
/
+18
*
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
*
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
*
vc4: Set shareable BOs as T tiled if possible
Eric Anholt
2017-07-12
1
-0
/
+30
*
vc4: Make the miptree debug code available under VC4_DEBUG=surf
Eric Anholt
2017-07-12
1
-0
/
+2
*
vc4: Allow VBOs to be mapped during execution.
Eric Anholt
2017-06-20
1
-1
/
+1
*
gallium: Add renderonly-based support for pl111+vc4.
Eric Anholt
2017-06-15
1
-1
/
+11
[next]