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_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
*
swr: move msaa resolve to generalized StoreTile
Bruce Cherniak
2017-05-08
1
-5
/
+5
*
gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORT
Nicolai Hähnle
2017-04-14
1
-0
/
+1
*
swr: Enable MSAA in OpenSWR software renderer
Bruce Cherniak
2017-04-14
1
-13
/
+146
*
swr: Removed unnecessary PIPE_BIND flags from swr_is_format_supported
Bruce Cherniak
2017-04-14
1
-2
/
+1
*
swr: return true for PIPE_CAP_DOUBLES
Tim Rowley
2017-04-11
1
-0
/
+1
*
swr: fix unused variable warnings
Tim Rowley
2017-04-07
1
-1
/
+0
*
gallium: add PIPE_CAP_TGSI_BALLOT
Nicolai Hähnle
2017-04-05
1
-0
/
+1
*
gallium: add sparse buffer interface and capability
Nicolai Hähnle
2017-04-05
1
-0
/
+1
*
gallium: Add a cap to check if the driver supports fill_rectangle
Lyude
2017-03-31
1
-0
/
+1
*
gallium: add PIPE_CAP_TGSI CLOCK
Nicolai Hähnle
2017-03-31
1
-0
/
+1
*
gallium: add PIPE_CAP_TGSI_TEX_TXF_LZ
Marek Olšák
2017-03-15
1
-0
/
+1
*
gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()
Brian Paul
2017-03-08
1
-1
/
+1
*
swr: implement geometry shaders
Tim Rowley
2017-03-05
1
-2
/
+4
*
swr: enable clear_texture with util_clear_texture
Bruce Cherniak
2017-03-02
1
-1
/
+1
*
gallium: remove PIPE_CAP_USER_INDEX_BUFFERS
Marek Olšák
2017-02-25
1
-1
/
+0
*
gallium: add separate PIPE_CAP_INT64_DIVMOD
Ilia Mirkin
2017-02-09
1
-0
/
+1
*
gallium: Add integer 64 capability
Dave Airlie
2017-01-27
1
-0
/
+1
*
gallium: add PIPE_CAP_TGSI_MUL_ZERO_WINS
Ilia Mirkin
2017-01-23
1
-0
/
+1
*
gallium: add PIPE_CAP_TGSI_FS_FBFETCH
Ilia Mirkin
2017-01-16
1
-0
/
+1
*
Always defer memory free in swr_resource_destroy
George Kyriazis
2017-01-12
1
-12
/
+5
*
swr: [rasterizer core/common/jitter] gl_double support
Tim Rowley
2017-01-05
1
-0
/
+5
*
swr: fix windows build break
George Kyriazis
2017-01-05
1
-4
/
+0
*
gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY
Marek Olšák
2017-01-05
1
-0
/
+1
*
swr: Implement fence attached work queues for deferred deletion.
Bruce Cherniak
2016-12-16
1
-18
/
+17
*
swr: [rasterizer common/core/jitter] fetch support for GL_FIXED
Tim Rowley
2016-12-09
1
-0
/
+9
*
swr: mark PIPE_CAP_NATIVE_FENCE_FD unsupported
Tim Rowley
2016-12-05
1
-0
/
+1
*
swr: include llvm version and vector width in renderer string
Tim Rowley
2016-12-05
1
-1
/
+11
*
swr: properly report max number of SO components
Ilia Mirkin
2016-11-30
1
-1
/
+1
*
swr: don't advertise stream pause/resume
Ilia Mirkin
2016-11-30
1
-1
/
+1
*
gallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTS
Nicolai Hähnle
2016-11-30
1
-0
/
+1
*
swr: add missing rgbx8_srgb variant
Ilia Mirkin
2016-11-29
1
-0
/
+1
*
swr: reorder renderable formats, add grouping comments
Ilia Mirkin
2016-11-29
1
-65
/
+87
*
swr: enable cubemap arrays
Ilia Mirkin
2016-11-29
1
-1
/
+1
*
swr: rearrange caps into limits/supported/unsupported groups
Ilia Mirkin
2016-11-29
1
-129
/
+84
*
swr: report a reasonable max lod bias
Ilia Mirkin
2016-11-22
1
-1
/
+1
*
swr: avoid using exceptions for expected condition handling
Ilia Mirkin
2016-11-22
1
-5
/
+4
*
swr: remove formats from mapping table that don't have StoreTile impls
Ilia Mirkin
2016-11-22
1
-38
/
+48
[next]