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_vs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
aux/draw: replace binary HAVE_LLVM checks with LLVM_AVAILABLE
Eric Engestrom
2019-09-06
1
-1
/
+1
*
configure.ac: Revert recent HAVE_LLVM changes.
Jose Fonseca
2017-01-18
1
-1
/
+1
*
configure.ac: Set and use HAVE_GALLIUM_LLVM define
Tobias Droste
2017-01-18
1
-1
/
+1
*
draw: stop using CULLDIST semantic.
Dave Airlie
2016-05-23
1
-7
/
+3
*
draw: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
1
-2
/
+2
*
tgsi: pass a shader type to the machine create and clean up.
Dave Airlie
2016-04-26
1
-1
/
+1
*
gallium/auxiliary: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-1
/
+1
*
draw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION
Marek Olšák
2014-12-09
1
-0
/
+2
*
draw: fixes for vertex shaders outputting layer or viewport index
Roland Scheidegger
2014-11-19
1
-1
/
+3
*
draw: do not use draw_get_option_use_llvm() inside draw execution paths
Roland Scheidegger
2014-05-08
1
-2
/
+2
*
draw/llvm: reduce memory usage
Zack Rusin
2014-04-24
1
-4
/
+7
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-3
/
+3
*
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
/
+3
*
draw: implement support for multiple viewports
Zack Rusin
2013-05-25
1
-7
/
+0
*
draw/llvmpipe: allow independent so attachments to the vs
Zack Rusin
2013-04-03
1
-0
/
+13
*
draw/llvmpipe: fix transform feedback position + enable other extensions
Dave Airlie
2012-12-14
1
-0
/
+1
*
draw: remove some dead constant buffer code
Brian Paul
2012-12-06
1
-49
/
+0
*
draw: move tgsi-related state into a tgsi sub-struct
Brian Paul
2012-08-16
1
-3
/
+3
*
draw: clipdistance support (v2)
Dave Airlie
2012-01-11
1
-0
/
+7
*
draw/softpipe: add clip vertex support. (v2)
Dave Airlie
2012-01-11
1
-0
/
+9
*
draw: Handle failure to allocate aligned_constant_storage.
José Fonseca
2011-11-14
1
-3
/
+9
*
Remove tgsi_sse2.
José Fonseca
2011-11-08
1
-26
/
+1
*
draw: implement vertex color clamping, and disable SSE and PPC paths
Luca Barbieri
2011-03-31
1
-0
/
+7
*
draw: s/varient/variant/
Brian Paul
2010-12-16
1
-20
/
+20
*
gallium: implement bounds checking for constant buffers
Brian Paul
2010-07-29
1
-2
/
+14
*
draw: limit the number of vertex shader variants kept around
Zack Rusin
2010-06-25
1
-0
/
+5
*
draw: Disable rtasm compilation when using LLVM.
José Fonseca
2010-05-03
1
-6
/
+10
*
draw: remove extra semicolons
Brian Paul
2010-04-28
1
-1
/
+1
*
gallium: Convert some uses of get option to static
Jakob Bornecrantz
2010-04-23
1
-2
/
+2
*
draw: Remove draw_vs_llvm.c.
José Fonseca
2010-04-20
1
-6
/
+3
*
draw: Add assert to check input of memcpy.
Vinson Lee
2010-02-14
1
-0
/
+1
*
gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.
Michal Krol
2010-01-28
1
-1
/
+1
*
gallium: Enable multiple constant buffers for vertex and geometry shaders.
Michal Krol
2010-01-28
1
-16
/
+24
*
draw: Add missing header include.
Michal Krol
2010-01-15
1
-1
/
+1
*
draw: Add GALLIUM_DUMP_VS environment variable.
Luca Barbieri
2010-01-15
1
-0
/
+6
*
gallium: more work for edgeflags changes
Roland Scheidegger
2009-12-14
1
-0
/
+4
*
gallium: reduce recursive include of tgsi_exec.h
Keith Whitwell
2009-07-16
1
-0
/
+2
*
gallium: proper constructor and destructor for tgsi_exec_machine
Keith Whitwell
2009-07-16
1
-18
/
+3
*
draw: Avoid integer overflow converting pointers on 64bit archs.
José Fonseca
2008-12-31
1
-1
/
+1
*
gallium: PPC vertex shader support
Brian Paul
2008-10-22
1
-1
/
+4
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-1
/
+5
*
gallium: Allow draw module to work on non-x86 platforms again.
Michel Dänzer
2008-07-02
1
-0
/
+2
*
draw: don't assume vertex position is in data[0]
Keith Whitwell
2008-06-11
1
-0
/
+11
*
draw: Fix MSVC warnings.
José Fonseca
2008-06-02
1
-3
/
+3
*
draw: make sure constant buffer data is aligned before passing to aos.c
Keith Whitwell
2008-05-29
1
-1
/
+18
*
draw: share machine
Keith Whitwell
2008-05-29
1
-3
/
+40
*
draw: create specialized vs varients incorporating fetch & emit
Keith Whitwell
2008-05-23
1
-1
/
+82
*
draw: move some state into a new 'vs' area
Keith Whitwell
2008-05-23
1
-4
/
+31
*
draw: rename draw_vertex_shader.c -> draw_vs.c
Keith Whitwell
2008-04-19
1
-0
/
+85