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_pipe_aapoint.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: remove TGSI_OPCODE_SUB
Marek Olšák
2017-01-05
1
-10
/
+10
*
gallium/auxiliary: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-3
/
+3
*
tgsi: add negate parameter to tgsi_transform_kill_inst()
Brian Paul
2015-09-01
1
-1
/
+2
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-1
/
+1
*
draw: use new tgsi_transform inst/decl helpers in aapoint code
Brian Paul
2014-09-22
1
-202
/
+54
*
draw: use tgsi transform prolog/epilog callbacks in AA point code
Brian Paul
2014-09-22
1
-305
/
+316
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
draw: make sure that the stages setup outputs
Zack Rusin
2013-08-14
1
-22
/
+34
*
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
2013-07-12
1
-2
/
+2
*
gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.
Francisco Jerez
2012-05-11
1
-1
/
+2
*
draw: Avoid NULL pointer dereference when binding NULL fragment shaders.
José Fonseca
2012-02-02
1
-1
/
+1
*
draw: Never allocate duplicate extra vertex attribs.
José Fonseca
2011-09-25
1
-11
/
+10
*
draw: Make copy of the TGSI tokens.
José Fonseca
2011-09-25
1
-1
/
+3
*
Gallium:draw:aaline and aapoint: Restore the old hooks when we destroy our st...
Stéphane Marchesin
2011-06-29
1
-0
/
+9
*
draw: setup pipe's draw pointer for the aapoint stage
Brian Paul
2011-02-28
1
-0
/
+2
*
gallium: rework handling of sprite_coord_enable state
Brian Paul
2010-09-17
1
-4
/
+4
*
draw: handle some out of memory conditions
Alan Hourihane
2010-06-16
1
-4
/
+4
*
gallium/draw: use correct rasterization state for wide/AA points/lines
Brian Paul
2010-04-19
1
-13
/
+26
*
draw: Remove dead code.
Vinson Lee
2010-02-21
1
-7
/
+1
*
draw: remove old hard-coded shader length limits
Brian Paul
2010-02-02
1
-4
/
+7
*
draw: comments and var renaming
Brian Paul
2010-02-02
1
-10
/
+13
*
gallium: add geometry shader support to gallium
Zack Rusin
2009-12-25
1
-6
/
+6
*
tgsi: rename fields of tgsi_full_src_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-79
/
+79
*
tgsi: rename fields of tgsi_full_dst_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-43
/
+43
*
tgsi: rename fields of tgsi_full_declaration to reduce verbosity
Keith Whitwell
2009-11-24
1
-11
/
+11
*
tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity
Keith Whitwell
2009-11-24
1
-119
/
+119
*
tgsi: reduce repetition of structure name in its members
Keith Whitwell
2009-11-24
1
-7
/
+7
*
gallium/draw: Free specialized versions of driver shaders
Keith Whitwell
2009-06-01
1
-0
/
+5
*
draw: free more token arrays
Keith Whitwell
2009-06-01
1
-2
/
+6
*
gallium/draw: add ability to print out active pipeline stages
Keith Whitwell
2009-04-28
1
-0
/
+1
*
draw: update aa points shader comment
Keith Whitwell
2009-03-23
1
-1
/
+1
*
gallium: Remove some superfluous instances of #include "p_inlines.h".
Michel Dänzer
2009-03-04
1
-1
/
+0
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-1
/
+3
*
draw: Use KIL instead of KILP.
Michal Krol
2008-08-13
1
-2
/
+2
*
Merge tgsi/exec and tgsi/util directories.
José Fonseca
2008-07-28
1
-2
/
+2
*
draw: don't assume vertex position is in data[0]
Keith Whitwell
2008-06-11
1
-4
/
+8
*
draw: Fix build after TGSI declaration interface changes.
Michal Krol
2008-05-31
1
-14
/
+13
*
draw: move some state into a new 'vs' area
Keith Whitwell
2008-05-23
1
-2
/
+2
*
gallium: fix issues in recursive flushing
Brian Paul
2008-04-23
1
-0
/
+7
*
gallium: fix comments
Brian Paul
2008-04-23
1
-3
/
+3
*
draw: propogate lots of errors
Keith Whitwell
2008-04-21
1
-6
/
+8
*
draw: propogate errors out of aapoint stage
Keith Whitwell
2008-04-21
1
-10
/
+36
*
draw: consolidate all the passthrough line/tri/point funcs
Keith Whitwell
2008-04-21
1
-14
/
+2
*
draw: move some pipeline-specific code & state to draw_pipe.[ch]
Keith Whitwell
2008-04-19
1
-0
/
+1
*
draw: rename pipeline files to draw_pipe_*
Keith Whitwell
2008-04-19
1
-0
/
+846