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
/
auxiliary
/
draw
Commit message (
Expand
)
Author
Age
Files
Lines
*
draw: fix memory leak introduced 7720ce32a
Neha Bhende
2019-05-17
1
-1
/
+3
*
auxiliary/draw: fix crash with zero-stride draw auto
Roland Scheidegger
2019-05-16
1
-1
/
+2
*
draw: flush when setting stream-out targets
Erik Faye-Lund
2019-05-06
1
-0
/
+2
*
draw: fix building error in draw_gs_init()
Mauro Rossi
2019-04-14
1
-1
/
+1
*
draw: fix undefined shift of (1 << 31)
Dave Airlie
2019-04-12
1
-1
/
+1
*
draw: add support to tgsi paths for geometry streams. (v2)
Dave Airlie
2019-04-09
6
-122
/
+192
*
tgsi: add support for geometry shader streams.
Dave Airlie
2019-04-09
1
-3
/
+3
*
draw: add stream member to stats callback
Dave Airlie
2019-04-09
2
-1
/
+2
*
softpipe/draw: fix vertex id in soft paths.
Dave Airlie
2019-03-28
5
-11
/
+19
*
draw/vs: partly fix basevertex/vertex id
Dave Airlie
2019-03-27
1
-4
/
+3
*
draw/gs: fix point size outputs from geometry shader.
Dave Airlie
2019-03-26
1
-8
/
+1
*
draw: bail instead of assert on instance count (v2)
Dave Airlie
2019-03-26
1
-1
/
+3
*
draw: fix infinite loop in line stippling
Roland Scheidegger
2018-11-29
1
-11
/
+15
*
gallium: split depth_clip into depth_clip_near & depth_clip_far
Marek Olšák
2018-09-06
1
-1
/
+1
*
draw: force draw pipeline if there's more than 65535 vertices
Roland Scheidegger
2018-07-23
3
-0
/
+21
*
draw: get rid of special logic to not emit null tris
Roland Scheidegger
2018-05-19
1
-38
/
+0
*
draw: fix different sign logic when clipping
Roland Scheidegger
2018-04-25
1
-9
/
+8
*
draw: simplify clip null tri logic
Roland Scheidegger
2018-04-25
1
-11
/
+9
*
draw: fix alpha value for very short aa lines
Roland Scheidegger
2018-03-10
2
-2
/
+24
*
draw: fix line stippling with aa lines
Roland Scheidegger
2018-03-07
1
-4
/
+13
*
draw: simplify (and correct) aaline fallback (v2)
Roland Scheidegger
2018-03-07
1
-409
/
+105
*
draw: don't needlessly iterate through all sampler view slots
Roland Scheidegger
2018-02-28
1
-1
/
+1
*
gallivm/llvmpipe: add const qualifiers on sampler variables
Brian Paul
2018-02-01
1
-1
/
+1
*
draw: remove VSPLIT_CREATE_IDX macro
Roland Scheidegger
2018-01-17
1
-11
/
+12
*
draw: fix vsplit code when the (post-bias) index value is -1
Roland Scheidegger
2018-01-17
2
-3
/
+4
*
gallium: s/unsigned/enum pipe_prim_type/
Brian Paul
2017-10-27
1
-1
/
+2
*
draw: don't cull tris with zero area
Roland Scheidegger
2017-10-27
2
-3
/
+12
*
llvmpipe, draw: improve shader cache debugging
Roland Scheidegger
2017-09-09
2
-22
/
+43
*
llvmpipe, draw: increase shader cache limits
Roland Scheidegger
2017-09-07
1
-1
/
+1
*
draw: whitespace, formatting fixes in draw_vs_exec.c
Brian Paul
2017-07-12
1
-47
/
+43
*
draw: s/unsigned/enum tgsi_semantic/
Brian Paul
2017-07-12
2
-3
/
+3
*
draw: handle more TGSI_SEMANTIC_COLOR indices
Roland Scheidegger
2017-07-08
3
-10
/
+27
*
draw: check for line_width != 1.0f in validate_pipeline()
Brian Paul
2017-06-15
1
-3
/
+4
*
draw: whitespace and formatting fixes
Brian Paul
2017-06-15
2
-60
/
+58
*
tree-wide: remove trailing backslash
Eric Engestrom
2017-06-07
3
-3
/
+3
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
2
-6
/
+3
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
3
-8
/
+13
*
draw: whitespace fixes in draw_pipe_vbuf.c
Brian Paul
2017-04-26
1
-104
/
+89
*
draw: remove unused wideline_stage()
Samuel Pitoiset
2017-04-13
1
-11
/
+0
*
draw: remove unused overflow()
Samuel Pitoiset
2017-04-13
1
-8
/
+0
*
draw: (trivial) remove a unnecessary lp_build_alloca()
Roland Scheidegger
2017-03-16
1
-2
/
+0
*
draw: s/unsigned/enum pipe_shader_type/
Brian Paul
2017-03-08
4
-14
/
+15
*
gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()
Brian Paul
2017-03-08
2
-4
/
+6
*
configure.ac: Revert recent HAVE_LLVM changes.
Jose Fonseca
2017-01-18
5
-12
/
+12
*
configure.ac: Set and use HAVE_GALLIUM_LLVM define
Tobias Droste
2017-01-18
5
-12
/
+12
*
gallium: remove TGSI_OPCODE_SUB
Marek Olšák
2017-01-05
2
-11
/
+11
*
draw: use SoA fetch, not AoS one
Roland Scheidegger
2016-12-21
1
-48
/
+23
*
gallivm: optimize gather a bit, by using supplied destination type
Roland Scheidegger
2016-12-21
1
-1
/
+1
*
draw: drop some overflow computations
Roland Scheidegger
2016-11-21
1
-65
/
+46
*
draw: simplify fetch some more
Roland Scheidegger
2016-11-21
1
-63
/
+55
[next]