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
/
swr
/
swr_state.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
swr/rasterizer: Adding support for unhandled clipEnable state
Jan Zielinski
2019-07-23
1
-2
/
+5
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
1
-1
/
+1
*
swr/rast: Refactor memory API between rasterizer core and swr
Jan Zielinski
2019-07-18
1
-0
/
+1
*
swr/swr: Enable ARB_viewport_array
Jan Zielinski
2019-07-03
1
-40
/
+48
*
swr: support NULL-resources
Erik Faye-Lund
2019-04-29
1
-24
/
+25
*
swr: remove call to pipe_sampler_view_release()
Brian Paul
2019-03-17
1
-5
/
+0
*
swr/rast: Add translation support to streamout
Alok Hota
2019-02-15
1
-1
/
+1
*
gallium: split depth_clip into depth_clip_near & depth_clip_far
Marek Olšák
2018-09-06
1
-1
/
+1
*
swr/rast: Change gfx pointers to gfxptr_t
George Kyriazis
2018-04-18
1
-1
/
+1
*
swr/rast: Renamed variable in vertexbufferstate
George Kyriazis
2018-02-16
1
-1
/
+1
*
swr: Account for index_bias in offsets
George Kyriazis
2017-12-18
1
-3
/
+3
*
swr: Fixed an uncommon freed-memory access during state validation
Bruce Cherniak
2017-11-10
1
-16
/
+19
*
swr: Remove unneeeded comparison
George Kyriazis
2017-09-26
1
-2
/
+1
*
swr: Handle resource across context changes
George Kyriazis
2017-09-26
1
-0
/
+44
*
swr/rast: Fetch compile state changes
Tim Rowley
2017-09-13
1
-1
/
+1
*
swr/rast: Migrate memory pointers to gfxptr_t type
Tim Rowley
2017-09-13
1
-5
/
+5
*
swr/rast: Start to remove hardcoded clipcull_dist vertex attrib slot
Tim Rowley
2017-09-13
1
-0
/
+3
*
swr/rast: Move clip/cull enables in API
Tim Rowley
2017-09-13
1
-8
/
+8
*
swr: fix transform feedback logic
George Kyriazis
2017-07-27
1
-2
/
+3
*
swr/rast: Support render target mask instead of render target count
Tim Rowley
2017-07-13
1
-1
/
+1
*
swr: Add path to draw directly from client memory without copy.
Bruce Cherniak
2017-07-12
1
-11
/
+26
*
swr: switch to using SwrGetInterface api table
Tim Rowley
2017-07-11
1
-20
/
+20
*
swr: Minor cleanup of variable usage, no functional change.
Bruce Cherniak
2017-06-30
1
-2
/
+2
*
swr/rast: Support dynamically sized vertex layout
Tim Rowley
2017-06-30
1
-0
/
+2
*
swr: Remove need to allocate vertex buffer scratch space all in one go
cros-mesa-17.1.1-r14-vanilla
chadv/cros-mesa-17.1.1-r14-vanilla
Bruce Cherniak
2017-06-29
1
-23
/
+2
*
swr: conditionally validate vertex buffer state
Bruce Cherniak
2017-06-29
1
-4
/
+5
*
swr: invalidate attachment on transition change
George Kyriazis
2017-06-22
1
-0
/
+5
*
swr: Include definition of missing function
George Kyriazis
2017-06-20
1
-0
/
+1
*
swr/rast: Fix read-back of viewport array index
Tim Rowley
2017-06-16
1
-6
/
+6
*
swr/rast: Fix read-back of render target array index
Tim Rowley
2017-06-16
1
-0
/
+7
*
swr/rast: Remove explicit primitive id slot in the vertex layout
Tim Rowley
2017-06-16
1
-3
/
+18
*
swr/rast: Implement JIT shader caching to disk
Tim Rowley
2017-06-16
1
-0
/
+1
*
swr: Don't crash when encountering a VBO with stride = 0.
Bruce Cherniak
2017-06-16
1
-7
/
+18
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
1
-28
/
+14
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
1
-7
/
+7
*
swr: fix polygonmode for front==back
George Kyriazis
2017-05-08
1
-1
/
+7
*
swr: Add polygon stipple support
George Kyriazis
2017-04-14
1
-2
/
+25
*
swr: Enable MSAA in OpenSWR software renderer
Bruce Cherniak
2017-04-14
1
-9
/
+65
*
swr: [rasterizer core] Programmable sample position support
Tim Rowley
2017-04-05
1
-2
/
+0
*
swr: [rasterizer] Cleanup naming of codegen files
Tim Rowley
2017-03-20
1
-2
/
+2
*
swr: validate backend state numAttributes
Tim Rowley
2017-03-15
1
-0
/
+2
*
gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()
Brian Paul
2017-03-08
1
-1
/
+1
*
swr: s/unsigned/enum pipe_shader_type/
Brian Paul
2017-03-08
1
-2
/
+2
*
swr: implement geometry shaders
Tim Rowley
2017-03-05
1
-2
/
+98
*
swr: fix crash in swr_update_derived following st/mesa state changes
Bruce Cherniak
2017-03-02
1
-3
/
+40
*
swr: fix index buffers with non-zero indices
George Kyriazis
2017-02-23
1
-0
/
+4
*
swr: add fetch shader cache
George Kyriazis
2017-02-23
1
-2
/
+4
*
swr: Update fs texture & sampler state logic
George Kyriazis
2017-01-25
1
-2
/
+5
*
swr: Implement fence attached work queues for deferred deletion.
Bruce Cherniak
2016-12-16
1
-9
/
+7
*
swr: add streamout buffer offset into pBuffer pointer
Ilia Mirkin
2016-11-30
1
-2
/
+3
[next]