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
/
draw_gs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
draw: free the NIR IR.
Dave Airlie
2020-04-16
1
-1
/
+4
*
gallivm/draw: calloc prim id toavoid undef
Dave Airlie
2020-04-15
1
-1
/
+1
*
draw/gs: track emitted prims + verts per stream.
Dave Airlie
2020-02-07
1
-10
/
+10
*
draw: change geom shader output to an array of outputs.
Dave Airlie
2020-02-07
1
-9
/
+15
*
llvmpipe/nir: handle texcoord requirements
Dave Airlie
2019-12-12
1
-1
/
+1
*
draw: add nir info gathering and building support
Dave Airlie
2019-11-28
1
-7
/
+11
*
aux/draw: replace binary HAVE_LLVM checks with LLVM_AVAILABLE
Eric Engestrom
2019-09-06
1
-9
/
+9
*
draw: add vs/gs images support
Dave Airlie
2019-08-27
1
-1
/
+2
*
draw: fix memory leak introduced 7720ce32a
Neha Bhende
2019-05-17
1
-1
/
+3
*
draw: fix building error in draw_gs_init()
Mauro Rossi
2019-04-14
1
-1
/
+1
*
draw: add support to tgsi paths for geometry streams. (v2)
Dave Airlie
2019-04-09
1
-73
/
+125
*
tgsi: add support for geometry shader streams.
Dave Airlie
2019-04-09
1
-3
/
+3
*
draw: stop using CULLDIST semantic.
Dave Airlie
2016-05-23
1
-6
/
+1
*
tgsi: accept a starting PC value for exec machine.
Dave Airlie
2016-04-27
1
-1
/
+1
*
tgsi: move to using vector for system values.
Dave Airlie
2016-04-27
1
-1
/
+1
*
tgsi: pass a shader type to the machine create and clean up.
Dave Airlie
2016-04-26
1
-1
/
+1
*
draw: add support for passing buffers to vs/gs shaders.
Dave Airlie
2016-04-12
1
-1
/
+3
*
tgsi: add support for buffer/atomic operations to tgsi_exec.
Dave Airlie
2016-04-12
1
-1
/
+1
*
draw: add support for passing images to vs/gs shaders.
Dave Airlie
2016-03-31
1
-1
/
+1
*
tgsi: add support for image operations to tgsi_exec. (v2.1)
Dave Airlie
2016-03-31
1
-1
/
+1
*
tgsi: drop unused set_exec/kill_mask interfaces.
Dave Airlie
2016-03-22
1
-6
/
+0
*
gallium/auxiliary: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-1
/
+1
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-2
/
+2
*
draw/gallivm: add invocation ID support for llvmpipe.
Dave Airlie
2015-06-23
1
-1
/
+2
*
draw/tgsi: implement geom shader invocation support.
Dave Airlie
2015-06-23
1
-18
/
+29
*
draw: silence uninitialized variable warning
Brian Paul
2015-01-05
1
-1
/
+1
*
tgsi: change tgsi_shader_info::properties to a one-dimensional array
Marek Olšák
2014-10-04
1
-3
/
+3
*
tgsi: simplify shader properties in tgsi_shader_info
Marek Olšák
2014-10-04
1
-14
/
+9
*
draw: kill off bogus assertion in tgsi_fetch_gs_outputs
Roland Scheidegger
2014-08-30
1
-3
/
+2
*
draw: hack around weird primitive id input in gs
Roland Scheidegger
2014-08-08
1
-2
/
+6
*
draw: fix prim id float cast for non-llvm path
Roland Scheidegger
2014-08-08
1
-8
/
+4
*
draw: don't run pipeline stages when gs has no position output
Roland Scheidegger
2014-08-06
1
-0
/
+1
*
draw: do not use draw_get_option_use_llvm() inside draw execution paths
Roland Scheidegger
2014-05-08
1
-5
/
+5
*
draw/llvm: reduce memory usage
Zack Rusin
2014-04-24
1
-14
/
+12
*
draw/gs: reduce the size of the gs output buffer
Zack Rusin
2014-03-26
1
-7
/
+13
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
draw: make vs_slot signed.
José Fonseca
2013-10-15
1
-2
/
+4
*
draw: stop crashing with extra shader outputs
Zack Rusin
2013-08-02
1
-1
/
+1
*
gallium/draw: add limits to the clip and cull distances
Zack Rusin
2013-06-13
1
-5
/
+5
*
draw: implement distance culling
Zack Rusin
2013-06-10
1
-0
/
+4
*
draw: make sure clipdistances work with geometry shaders
Zack Rusin
2013-06-10
1
-0
/
+6
*
draw: implement support for multiple viewports
Zack Rusin
2013-05-25
1
-2
/
+9
*
draw/gs: don't bind the tgsi state if we're using llvm paths
Zack Rusin
2013-05-14
1
-1
/
+6
*
draw/gs: don't crash when vs/gs signatures don't match
Zack Rusin
2013-05-02
1
-39
/
+54
*
draw: add code to reset instance dependent data
Zack Rusin
2013-04-22
1
-1
/
+13
*
draw/gs: make sure geometry shaders don't overflow
Zack Rusin
2013-04-16
1
-7
/
+43
*
draw/gs: Return early if the passed geometry shader is null
Zack Rusin
2013-04-16
1
-0
/
+3
*
draw: implement pipeline statistics in the draw module
Zack Rusin
2013-04-16
1
-4
/
+20
*
draw: Silence uninitialized var warnings.
José Fonseca
2013-04-17
1
-3
/
+4
*
draw/gs: cleanup some debugging code
Zack Rusin
2013-04-03
1
-4
/
+0
[next]