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
/
softpipe
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Add pipe cap for primitive restart with fixed index
Neil Roberts
2020-06-22
1
-0
/
+1
*
softpipe: change vendor name to something more generic.
Dave Airlie
2020-06-17
1
-1
/
+1
*
meson: use gnu_symbol_visibility argument
Dylan Baker
2020-06-01
1
-1
/
+2
*
softpipe: Use SATURATE
Alyssa Rosenzweig
2020-05-26
1
-1
/
+1
*
gallium: change comments to remove 'state tracker'
Marek Olšák
2020-05-13
4
-4
/
+4
*
gallium: rename 'state tracker' to 'frontend'
Marek Olšák
2020-05-13
3
-3
/
+3
*
draw: introduce sampler num samples + stride members
Dave Airlie
2020-05-06
1
-1
/
+1
*
gallium: add pipe cap for scissored clears and pass scissor state to clear() ...
Mike Blumenkrantz
2020-04-29
2
-0
/
+2
*
Fix promotion of floats to doubles
Albert Astals Cid
2020-04-18
1
-1
/
+1
*
softpipe: Refactor pipe_get/put_tile_rgba_* paths.
Eric Anholt
2020-02-04
2
-108
/
+29
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
13
-14
/
+14
*
softpipe: Add support for ARB_derivative_control
Gert Wollny
2019-08-14
1
-1
/
+1
*
Revert "softpipe: Don't draw when rasterizer_discard is set"
Gert Wollny
2019-08-01
1
-3
/
+0
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
2
-2
/
+2
*
softpipe: Don't draw when rasterizer_discard is set
Gert Wollny
2019-07-29
1
-0
/
+3
*
softpipe: Fix cube arrays layer selection
Gert Wollny
2019-07-29
1
-8
/
+8
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
6
-28
/
+28
*
util: use standard name for snprintf()
Eric Engestrom
2019-07-19
1
-2
/
+2
*
softpipe: Clamp border colors when needed
Gert Wollny
2019-07-18
2
-14
/
+31
*
softpipe: set a lower minimum clamp value for texture coordinate border clamp
Gert Wollny
2019-07-18
1
-1
/
+1
*
softpipe: Correct repeat-mirror evaluation
Gert Wollny
2019-07-18
1
-5
/
+19
*
softpipe: Also mark textures as dirty when updating the framebuffer state
Gert Wollny
2019-07-18
1
-1
/
+1
*
softpipe: pass stream-out targets to draw-module early
Erik Faye-Lund
2019-07-17
2
-15
/
+8
*
softpipe: Remove unused static function
Gert Wollny
2019-07-17
1
-9
/
+0
*
gallium: get rid of PIPE_CAP_SM3
Erik Faye-Lund
2019-07-10
1
-1
/
+3
*
gallium: Add CAP for opcode DIV
Gert Wollny
2019-06-30
1
-0
/
+1
*
gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH count
Kenneth Graunke
2019-05-23
1
-1
/
+1
*
Revert "softpipe/buffer: load only as many components as the the buffer resou...
Gert Wollny
2019-05-17
1
-5
/
+2
*
softpipe/buffer: load only as many components as the the buffer resource type...
Gert Wollny
2019-05-14
1
-2
/
+5
*
gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.
Eric Anholt
2019-05-13
2
-7
/
+4
*
softpipe: setup pixel_offset for all primitive types
Erik Faye-Lund
2019-05-01
1
-11
/
+10
*
softpipe: Increase the GLSL feature level
Gert Wollny
2019-05-01
1
-1
/
+1
*
softpipe: evaluate cube the faces on a per sample bases
Gert Wollny
2019-05-01
1
-24
/
+16
*
softpipe: keep input lod for explicite derivatives
Gert Wollny
2019-05-01
1
-2
/
+4
*
softpipe: tie in new code path for lod evaluation
Gert Wollny
2019-05-01
2
-46
/
+21
*
softpipe: Move selection of shadow values up and clean parameter list
Gert Wollny
2019-05-01
1
-29
/
+43
*
softpipe: Pipe gather_comp through from st_tgsi_get_samples
Gert Wollny
2019-05-01
2
-5
/
+18
*
softpipe: Prepare handling explicit gradients
Gert Wollny
2019-05-01
3
-1
/
+42
*
softpipe: Factor gradient evaluation out of the lambda evaluation
Gert Wollny
2019-05-01
1
-19
/
+119
*
llvmpipe, softpipe: no support for ATC textures
Jonathan Marek
2019-04-23
1
-1
/
+2
*
Delete autotools
Dylan Baker
2019-04-15
2
-46
/
+0
*
softpipe: Enable PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENT
Gert Wollny
2019-04-09
1
-1
/
+1
*
softpipe: Add an extra code path for the buffer texel lookup
Gert Wollny
2019-04-09
1
-1
/
+16
*
softpipe: raise number of bits used for X coordinate texture lookup
Gert Wollny
2019-04-09
2
-7
/
+6
*
softpipe: Don't use mag filter for gather op
Gert Wollny
2019-04-09
1
-3
/
+3
*
softpipe: add support for vertex streams (v2)
Dave Airlie
2019-04-09
1
-1
/
+5
*
draw: add support to tgsi paths for geometry streams. (v2)
Dave Airlie
2019-04-09
1
-2
/
+2
*
softpipe: add support for indexed queries.
Dave Airlie
2019-04-09
3
-14
/
+15
*
draw: add stream member to stats callback
Dave Airlie
2019-04-09
1
-1
/
+1
*
softpipe: Use mag texture filter also for clamped lod == 0
Gert Wollny
2019-04-05
1
-3
/
+3
[next]