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
/
gallium
/
auxiliary
/
draw
/
draw_private.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
draw: make pt run pipeline when need_pipeline is true, not just when clipped
Keith Whitwell
2008-04-16
1
-6
/
+7
*
pass vertex size to shaders so that callee can decide on the size
Zack Rusin
2008-04-14
1
-3
/
+4
*
draw: hide passthrough shading paths behind an environment variable
Keith Whitwell
2008-04-14
1
-0
/
+1
*
Make shaders operate on a block of memory instead of arrays of vertex_header's
Zack Rusin
2008-04-14
1
-5
/
+10
*
return true if one of the vertices has been clipped
Zack Rusin
2008-04-14
1
-6
/
+6
*
pass arbitrary number of vertices to the shader execution cycle
Zack Rusin
2008-04-14
1
-0
/
+2
*
gallium: Handle client-supplied edgeflags.
Keith Whitwell
2008-04-04
1
-9
/
+4
*
draw: move code to run pipeline from pt to new file
Keith Whitwell
2008-04-04
1
-0
/
+14
*
draw: add passthrough path to the pipeline
Keith Whitwell
2008-04-03
1
-0
/
+6
*
gallium: move the test for bypass_vs into the vs_XXX_run() functions
Brian
2008-03-31
1
-0
/
+2
*
gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS
Brian
2008-03-27
1
-6
/
+6
*
gallium: remove temporary static var
Brian
2008-03-27
1
-0
/
+1
*
draw: take primitive into account when deciding if the pipeline is active
Keith Whitwell
2008-03-25
1
-1
/
+2
*
gallium: beginnings of draw module vertex rework
Keith Whitwell
2008-03-23
1
-3
/
+30
*
gallium: add explicit control for point sprites (convert points to textured q...
Brian
2008-03-14
1
-0
/
+1
*
gallium: added draw_enable_line_stipple() function
Brian
2008-03-13
1
-2
/
+3
*
gallium: change draw_vertex_shader->state from pointer to struct
Brian
2008-03-12
1
-1
/
+1
*
draw: placeholder/prototype code for a passthrough draw path
Keith Whitwell
2008-03-10
1
-0
/
+27
*
gallium: split draw_wide_prim stage into separate point/line stages.
Brian Paul
2008-02-28
1
-3
/
+5
*
gallium: remove dependencies on pipe_shader_state's semantic info
Brian
2008-02-27
1
-0
/
+3
*
gallium: replace draw_convert_wide_points() with draw_wide_point_threshold()
Brian
2008-02-26
1
-1
/
+1
*
gallium: new draw stage for polygon stipple.
Brian
2008-02-21
1
-0
/
+1
*
gallium: new AA point drawing stage
Brian
2008-02-21
1
-0
/
+1
*
draw: vertex cache rework
Keith Whitwell
2008-02-21
1
-4
/
+9
*
Use gallium's rtasm module.
José Fonseca
2008-02-19
1
-1
/
+1
*
gallium: antialiased line drawing
Brian
2008-02-18
1
-1
/
+11
*
draw: subclass vertex shaders according to execution method
Keith Whitwell
2008-02-15
1
-16
/
+24
*
Code reorganization: s/aux/auxiliary/.
José Fonseca
2008-02-15
1
-0
/
+346