index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
swr
/
swr_screen.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGET
Marek Olšák
2018-09-07
1
-0
/
+1
*
gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsi
Marek Olšák
2018-09-06
1
-0
/
+1
*
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
/
+2
*
swr: don't export swr_create_screen_internal
Emil Velikov
2018-08-07
1
-1
/
+0
*
swr: Remove unnecessary memset call
Vlad Golovkin
2018-08-02
1
-1
/
+0
*
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: 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
/
+2
*
gallium: add initial support for conservative rasterization
Rhys Perry
2018-04-30
1
-0
/
+10
*
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
2018-03-29
1
-2
/
+2
*
gallium: add packed uniform CAP
Timothy Arceri
2018-03-20
1
-0
/
+1
*
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
*
swr: refactor swr_create_screen to allow for proper cleanup on error
Chuck Atkins
2018-01-22
1
-6
/
+20
*
swr: Support simd16 vertex shaders
George Kyriazis
2018-01-19
1
-6
/
+0
*
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
*
swr: Correct texture allocation and limit max size to 2GB
Bruce Cherniak
2017-12-13
1
-3
/
+9
*
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
*
swr: Rework scratch space allocation
George Kyriazis
2017-10-19
1
-1
/
+1
*
swr: simd16 shaders work in progress
Tim Rowley
2017-10-11
1
-0
/
+6
*
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
*
gallium: Remove util_format_s3tc_init()
Matt Turner
2017-10-02
1
-2
/
+0
*
gallium: Remove util_format_s3tc_enabled
Matt Turner
2017-10-02
1
-4
/
+0
*
gallium: introduce PIPE_CAP_LOAD_CONSTBUF
Timothy Arceri
2017-09-15
1
-0
/
+1
*
swr/rast: Migrate memory pointers to gfxptr_t type
Tim Rowley
2017-09-13
1
-11
/
+10
*
swr: set caps for VB 4-byte alignment
Tim Rowley
2017-09-06
1
-3
/
+6
*
swr: Report format max_samples=1 to maintain support for "fake" msaa.
Cherniak, Bruce
2017-09-01
1
-11
/
+11
*
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
*
swr: remove unneeded fallback strcasecmp define
Emil Velikov
2017-07-19
1
-5
/
+0
*
swr: JitManager runtime determination of architecture
Tim Rowley
2017-07-14
1
-1
/
+2
*
swr: Add path to draw directly from client memory without copy.
Bruce Cherniak
2017-07-12
1
-0
/
+13
*
swr: Move environment config options into separate function.
Bruce Cherniak
2017-07-12
1
-26
/
+34
*
swr: switch to using SwrGetInterface api table
Tim Rowley
2017-07-11
1
-1
/
+2
*
swr: Limit memory held by defer deleted resources.
Bruce Cherniak
2017-07-02
1
-0
/
+6
*
swr/rast: move default split size from driver to rasterizer
Tim Rowley
2017-06-30
1
-4
/
+0
*
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
*
gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEX
Marek Olšák
2017-05-10
1
-0
/
+1
[next]