index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
pipe
/
draw
/
draw_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Use align_free to free aligned memory.
Michal Krol
2008-02-05
1
-1
/
+1
*
Provide mechanism to hook in custom vertex shader cache flush function
Ian Romanick
2008-01-30
1
-0
/
+2
*
Implement vertex fetch / vertex shader output write-back
Ian Romanick
2008-01-30
1
-2
/
+3
*
gallium: better flush logic in draw module
Brian
2008-01-25
1
-15
/
+14
*
gallium: overhaul usage of vertex_info in draw module.
Brian
2008-01-23
1
-6
/
+0
*
gallium: Added FORMAT_1F_PSIZE to insert constant point size into vertices
Brian
2008-01-22
1
-1
/
+24
*
gallium: new 'draw' stage for line stipple
Brian
2008-01-21
1
-0
/
+2
*
gallium: hardwire reset_temps functionality
Keith Whitwell
2008-01-17
1
-15
/
+5
*
init front/back color attrib indexes to 0, not -1
Brian
2008-01-16
1
-4
/
+4
*
s/int/uint/ to silence warning
Brian
2008-01-11
1
-1
/
+1
*
free tgsi machine state
Brian
2008-01-01
1
-0
/
+1
*
gallium: Remove feedback interfaces from pipe driver.
Keith Whitwell
2007-12-11
1
-21
/
+0
*
added null ptr check in draw_destroy() for rasterizer stage
Brian
2007-12-09
1
-1
/
+2
*
gallium: use SSE by default
José Fonseca
2007-12-09
1
-1
/
+1
*
gallium: initialized draw element buffer to NULL
Keith Whitwell
2007-12-09
1
-0
/
+1
*
gallium: add draw_stage::destroy().
Michal
2007-12-09
1
-0
/
+10
*
comments, assertions
Brian
2007-11-09
1
-2
/
+6
*
Reorganize user-space vertex fields in draw_context into 'user' group.
Brian
2007-11-08
1
-4
/
+4
*
Reset temporary vertices ids.
José Fonseca
2007-11-07
1
-0
/
+27
*
Make gallium compile in win32.
Michal Krol
2007-10-29
1
-8
/
+8
*
Silence compiler warnings.
michal
2007-10-27
1
-1
/
+1
*
plug the wide prims code into the pipeline
Brian
2007-10-22
1
-0
/
+1
*
pipe/draw/draw_context.c:47: error: 'false' undeclared (first use in this fun...
Oliver McFadden
2007-10-18
1
-1
/
+1
*
Init draw->prim = ~0
Brian
2007-10-11
1
-0
/
+2
*
Unify handling of userplanes and regular planes to simplify
Zack Rusin
2007-10-03
1
-2
/
+0
*
Use sse only if GALLIUM_SSE is defined
Zack Rusin
2007-09-28
1
-0
/
+11
*
Redoing the way we handle vertex shaders for the draw module.
Zack Rusin
2007-09-28
1
-8
/
+0
*
Revert "Redoing the way we handle vertex shaders for the draw module."
Zack Rusin
2007-09-28
1
-0
/
+8
*
Revert "Use sse only if GALLIUM_SSE is defined"
Zack Rusin
2007-09-28
1
-11
/
+0
*
Use sse only if GALLIUM_SSE is defined
Zack Rusin
2007-09-28
1
-0
/
+11
*
Redoing the way we handle vertex shaders for the draw module.
Zack Rusin
2007-09-28
1
-8
/
+0
*
Make flushing more lazy in the draw module.
Keith Whitwell
2007-09-27
1
-62
/
+56
*
Finishing up rename of the setup state to the rasterizer state.
Zack Rusin
2007-09-18
1
-7
/
+7
*
converting the setup state to immutable object and renaming it to rasterizer ...
Zack Rusin
2007-09-18
1
-8
/
+8
*
More work on vertex feedback / glRasterPos. Basic rasterpos works now.
Brian
2007-09-10
1
-0
/
+10
*
Initial work for post-transformed vertex feedback buffers.
Brian
2007-09-06
1
-4
/
+38
*
Consolidate vertex-related code in new draw_vertex.c
Brian
2007-08-30
1
-36
/
+0
*
Remove dependency on TGSI_ATTRIB_x tokens in draw_twoside.c
Brian
2007-08-30
1
-0
/
+41
*
Fix user-defined clip planes. They seem to work properly now.
Brian
2007-08-24
1
-0
/
+3
*
remove dead code related to vf module
Brian
2007-08-20
1
-28
/
+2
*
Checkpoint: remove more of the old draw_vb() code.
Brian
2007-08-20
1
-1
/
+5
*
Move guts of vertex array drawing into the 'draw' module.
Brian
2007-08-20
1
-0
/
+28
*
Merge branch 'softpipe_0_1_branch' of git+ssh://
[email protected]
/gi...
Brian
2007-08-20
1
-10
/
+0
|
\
|
*
Fix some draw_arrays issues.
Brian
2007-08-19
1
-10
/
+0
*
|
replace memcpy() with assignment, better type safety
Brian
2007-08-17
1
-1
/
+1
|
/
*
Remove many dependencies on mesa headers.
Brian
2007-08-16
1
-4
/
+13
*
added draw_set_vertex_array_info()
Brian
2007-08-15
1
-0
/
+10
*
use regular malloc/free instead of macros
Brian
2007-08-14
1
-2
/
+2
*
Beginnings of a demand-filled post-tnl vertex cache.
Keith Whitwell
2007-08-14
1
-0
/
+11
*
Rename prim_stage -> draw_stage
Brian
2007-07-12
1
-8
/
+8
[next]