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
Commit message (
Expand
)
Author
Age
Files
Lines
*
swr: add streamout buffer offset into pBuffer pointer
Ilia Mirkin
2016-11-30
1
-2
/
+3
*
swr: fix assertion for max number of so targets
Ilia Mirkin
2016-11-30
1
-1
/
+1
*
swr: properly report max number of SO components
Ilia Mirkin
2016-11-30
1
-1
/
+1
*
swr: turn off queries around blits
Ilia Mirkin
2016-11-30
1
-1
/
+9
*
swr: don't advertise stream pause/resume
Ilia Mirkin
2016-11-30
1
-1
/
+1
*
swr: fix range computation for instanced client-side arrays
Ilia Mirkin
2016-11-30
2
-24
/
+52
*
swr: [rasterizer memory] assert when trying to convert an unknown format
Ilia Mirkin
2016-11-30
1
-0
/
+1
*
swr: remove warning about multi-layer surfaces
Ilia Mirkin
2016-11-30
1
-4
/
+0
*
swr: [rasterizer core] don't attempt to load another RTAI when storing
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: [rasterizer jit] use signed integer representation for logic op
Ilia Mirkin
2016-11-29
1
-5
/
+12
*
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: use util_copy_framebuffer_state helper
Ilia Mirkin
2016-11-29
1
-12
/
+1
*
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: only store up to the LOD size
Ilia Mirkin
2016-11-29
1
-1
/
+3
*
swr: [rasterizer common] add SwrTrace() and macros
Tim Rowley
2016-11-29
2
-15
/
+95
*
swr: [rasterizer memory] only clear up to the LOD size
Ilia Mirkin
2016-11-28
1
-2
/
+8
*
swr: [rasterizer memory] hook up stencil clears for ClearTile
Ilia Mirkin
2016-11-28
1
-5
/
+8
*
swr: [rasterizer memory] add support for clearing Z32F_X32 and Z16
Ilia Mirkin
2016-11-28
1
-0
/
+2
*
swr: don't clear all dirty bits when changing so targets
Ilia Mirkin
2016-11-28
1
-1
/
+1
*
swr: [rasterizer core] fix typo in scissor tile-alignment logic
Ilia Mirkin
2016-11-28
1
-1
/
+1
*
scons: Recognize LLVM_CONFIG environment variable.
Vinson Lee
2016-11-24
1
-1
/
+2
*
swr: clear every layer of the attached surfaces
Ilia Mirkin
2016-11-23
1
-6
/
+29
*
swr: [rasterizer core] pipe renderTargetArrayIndex through to clears
Ilia Mirkin
2016-11-23
7
-20
/
+35
*
swr: [rasterizer core] clear data now comes in as float
Ilia Mirkin
2016-11-23
1
-10
/
+4
*
swr: [rasterizer core] actually perform clear before store in GetHotTile
Ilia Mirkin
2016-11-23
1
-0
/
+12
*
swr: [rasterizer core] fix cast for stencil clear value
Tim Rowley
2016-11-22
1
-3
/
+2
*
swr: color interpolation is also supposed to get perspective division
Ilia Mirkin
2016-11-22
1
-2
/
+4
*
swr: add sprite coord enable mask to fs key
Ilia Mirkin
2016-11-22
2
-1
/
+3
*
swr: rework vert <-> frag shader linkage logic
Ilia Mirkin
2016-11-22
1
-43
/
+50
*
swr: flatshading makes color outputs flat, it doesn't affect others
Ilia Mirkin
2016-11-22
1
-4
/
+2
*
swr: only broadcast color0 value, not all color values
Ilia Mirkin
2016-11-22
1
-1
/
+2
*
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
*
swr: remove unnecessary -1 entries in format mapping table
Ilia Mirkin
2016-11-22
1
-126
/
+0
*
swr: rework resource layout and surface setup
Ilia Mirkin
2016-11-22
6
-160
/
+352
*
gallium: fix more occurences of u_hash.h
Marek Olšák
2016-11-22
1
-1
/
+1
*
swr: calculate viewport width/height based on the scale
Ilia Mirkin
2016-11-21
1
-6
/
+12
*
swr: don't claim to allow setting layer/viewport from VS
Ilia Mirkin
2016-11-21
1
-1
/
+1
*
swr: allocate all scratch space in one go for vertex buffers
Ilia Mirkin
2016-11-21
2
-5
/
+31
*
swr: call swr_update_derived unconditionally when drawing/clearing
Ilia Mirkin
2016-11-21
2
-4
/
+2
*
swr: [rasterizer memory] minify texture width before alignment
Ilia Mirkin
2016-11-21
1
-2
/
+2
*
swr: [rasterizer memory] minify original sizes for block formats
Ilia Mirkin
2016-11-21
1
-11
/
+25
*
gallium: swr: Added swr build for windows
George Kyriazis
2016-11-21
2
-0
/
+217
*
swr: Modify gen_knobs.{cpp|h} creation script
George Kyriazis
2016-11-21
2
-26
/
+39
*
swr: Windows-related changes
George Kyriazis
2016-11-21
2
-7
/
+29
*
swr: renamed duplicate swr_create_screen()
George Kyriazis
2016-11-21
3
-2
/
+6
[next]