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
/
sp_setup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add geometry shader support to gallium
Zack Rusin
2009-12-25
1
-1
/
+1
*
softpipe: Respect gl_rasterization_rules in primitive setup.
Michal Krol
2009-10-30
1
-14
/
+26
*
softpipe: restore/fix print_vertex() debug helper
Brian Paul
2009-10-09
1
-2
/
+6
*
softpipe: prefix non-static functions with sp_
Brian Paul
2009-10-07
1
-6
/
+6
*
softpipe: set quad->facing value
Keith Whitwell
2009-09-22
1
-0
/
+1
*
softpipe: remove old prim_setup draw stage
Keith Whitwell
2009-08-23
1
-1
/
+0
*
softpipe: actually pass >1 quad from triangle routine
Keith Whitwell
2009-07-24
1
-97
/
+89
*
softpipe: expand quad pipeline to process >1 quad at a time
Keith Whitwell
2009-07-24
1
-2
/
+2
*
softpipe: rip out old mulithread support
Keith Whitwell
2009-07-24
1
-236
/
+17
*
softpipe: remove unused vars in sp_setup.c
Keith Whitwell
2009-07-22
1
-5
/
+0
*
softpipe: use bitwise logic to setup quad masks in sp_setup
Keith Whitwell
2009-07-22
1
-25
/
+40
*
softpipe: simplify flush_spans
Keith Whitwell
2009-07-22
1
-53
/
+19
*
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
2009-07-03
1
-15
/
+12
|
\
|
*
gallium: fix the front face semantics
Zack Rusin
2009-07-01
1
-15
/
+12
*
|
Merge branch 'ext-provoking-vertex'
Brian Paul
2009-06-19
1
-1
/
+4
|
\
\
|
*
|
softpipe: implement flatshade_first for line setup
Brian Paul
2009-06-09
1
-1
/
+4
|
*
|
Revert "softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON"
Brian Paul
2009-06-03
1
-4
/
+1
*
|
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-16
1
-3
/
+6
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
softpipe: fix out of bounds quad rasterization bug
Brian Paul
2009-06-16
1
-3
/
+6
*
|
|
Revert "softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON"
Brian Paul
2009-05-30
1
-4
/
+1
|
|
/
|
/
|
*
|
softpipe: comments
Brian Paul
2009-05-27
1
-0
/
+2
*
|
softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON
Brian Paul
2009-05-27
1
-1
/
+4
|
/
*
softpipe: use util_is_inf_or_nan()
Brian Paul
2009-03-31
1
-12
/
+5
*
gallium: Remove some little-used fields from struct pipe_surface.
Michel Dänzer
2009-03-26
1
-10
/
+0
*
gallium: remove use of origin_lower_left
Brian Paul
2009-03-20
1
-11
/
+2
*
softpipe: asst clean-ups, const correctness, comments
Brian Paul
2009-02-11
1
-14
/
+16
*
softpipe: rename PRIM_x to QUAD_PRIM_x
Brian
2009-02-11
1
-3
/
+3
*
softpipe: rename sp_headers.h to sp_quad.h
Brian
2009-02-11
1
-1
/
+1
*
softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]
Brian
2009-02-11
1
-1
/
+1
*
gallium: standardize api on the prefix "nr"
Zack Rusin
2009-01-27
1
-1
/
+1
*
make draw's vertex_info struct smaller/quicker to compare with memcmp()
Keith Whitwell
2008-10-06
1
-6
/
+6
*
softpipe: Silence compiler warning on Windows.
Michal Krol
2008-09-09
1
-0
/
+2
*
softpipe: Protect pipe_condvar_signal/broadcast calls with a mutex.
Michal Krol
2008-09-08
1
-4
/
+7
*
softpipe: More improvements for multithreaded softpipe.
Michal Krol
2008-09-08
1
-17
/
+38
*
softpipe: Split changing fields of quad_header into input, inout and output p...
Michal Krol
2008-09-08
1
-57
/
+57
*
softpipe: Improve multithreaded softpipe.
Michal Krol
2008-09-08
1
-16
/
+87
*
softpipe: First attempts at multithreaded softpipe.
Michal Krol
2008-09-08
1
-33
/
+167
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-1
/
+1
*
gallium: stop using ifloor(), FABSF(), etc
Brian Paul
2008-08-22
1
-6
/
+8
*
gallium: test for and cull prims with inf/nan vertices in sp_setup.c code.
Brian Paul
2008-08-20
1
-11
/
+34
*
softpipe: Include missing header.
Michal Krol
2008-08-12
1
-0
/
+1
*
gallium: debug/print vertex tweak
Brian Paul
2008-08-11
1
-4
/
+1
*
gallium: new/better debug code (disabled)
Brian Paul
2008-08-07
1
-2
/
+2
*
gallium: added some sanity check assertions
Brian Paul
2008-07-15
1
-0
/
+5
*
gallium: nr_attrs was off by one, updated comments, minor code movement
Brian Paul
2008-07-02
1
-2
/
+4
*
gallium: optimize the flush_spans() function
Brian
2008-05-10
1
-41
/
+40
*
softpipe: don't calc det if NO_RAST set
Keith Whitwell
2008-05-08
1
-2
/
+3
*
gallium: more vertex debug code
Brian Paul
2008-04-23
1
-7
/
+17
*
gallium: move the vertex print/debug code
Brian Paul
2008-04-22
1
-8
/
+6
*
softpipe: implement SP_NO_RAST env var
Keith Whitwell
2008-04-22
1
-0
/
+10
[next]