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_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.
Michal Krol
2010-02-22
1
-6
/
+2
*
draw: add const qualifiers, fix return types
Brian Paul
2010-02-02
1
-2
/
+4
*
draw: new, updated comments
Brian Paul
2010-02-02
1
-4
/
+20
*
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
-4
/
+7
*
gallium/draw: Remove unnecessary headers.
Vinson Lee
2010-01-27
1
-2
/
+0
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-1
/
+0
|
\
|
*
draw: Remove unnecessary headers.
Vinson Lee
2010-01-21
1
-3
/
+0
*
|
draw: Fix memory leak in gs code
Jakob Bornecrantz
2010-01-16
1
-0
/
+1
*
|
gallium: add geometry shader support to gallium
Zack Rusin
2009-12-25
1
-16
/
+61
*
|
gallium: first steps to treat edgeflags as regular vertex element
Keith Whitwell
2009-12-09
1
-7
/
+0
|
/
*
gallium: consolidate bypass_vs and bypass_clipping flags
Keith Whitwell
2009-03-13
1
-2
/
+2
*
draw: Fix segfault if rast is null
Jakob Bornecrantz
2009-02-14
1
-2
/
+3
*
Merge commit 'origin/gallium-0.1' into gallium-0.2
Brian Paul
2008-12-10
1
-2
/
+14
|
\
|
*
gallium: added draw_set_mrd() function to fix polygon offset
Brian Paul
2008-12-10
1
-0
/
+12
|
*
draw: add const qualifiers
Keith Whitwell
2008-12-10
1
-2
/
+2
*
|
gallium: added draw_texture_samplers() to support texture fetches from vertex...
Brian
2008-12-04
1
-0
/
+15
|
/
*
draw: add switch for drivers to force vertex data passthrough
Keith Whitwell
2008-10-07
1
-0
/
+8
*
gallium: added const qualifiers on some draw funcs
Brian
2008-08-25
1
-2
/
+2
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-1
/
+2
*
draw: make sure constant buffer data is aligned before passing to aos.c
Keith Whitwell
2008-05-29
1
-2
/
+3
*
draw: draw_range_elements trial
Keith Whitwell
2008-05-29
1
-2
/
+18
*
draw: share machine
Keith Whitwell
2008-05-29
1
-0
/
+3
*
draw: move some state into a new 'vs' area
Keith Whitwell
2008-05-23
1
-15
/
+6
*
gallium: fix issues in recursive flushing
Brian Paul
2008-04-23
1
-1
/
+3
*
gallium: added a flushing_vcache flag, test in draw_do_flush()
Brian Paul
2008-04-22
1
-1
/
+1
*
Fix a crash. Rasterizer can be null
Zack Rusin
2008-04-22
1
-2
/
+3
*
draw: allow drivers to query pipeline state more easily
Keith Whitwell
2008-04-22
1
-0
/
+13
*
gallium: Centralize SSE usage logic.
José Fonseca
2008-04-21
1
-12
/
+0
*
draw: move incoming vertex state into draw->pt
Keith Whitwell
2008-04-19
1
-19
/
+9
*
draw: put pipeline flushing behind a new interface
Keith Whitwell
2008-04-19
1
-5
/
+3
*
draw: move some pipeline-specific code & state to draw_pipe.[ch]
Keith Whitwell
2008-04-19
1
-110
/
+31
*
draw: remove dead data structures
Keith Whitwell
2008-04-19
1
-20
/
+0
*
draw: remove old draw_vertex_shader_queue_flush function
Keith Whitwell
2008-04-18
1
-2
/
+0
*
draw: remove draw_vertex_cache.c
Keith Whitwell
2008-04-18
1
-2
/
+18
*
draw: switch over to draw_pt paths, will remove old code shortly
Keith Whitwell
2008-04-18
1
-2
/
+0
*
draw: split off all the extra functionality in the vertex shader
Keith Whitwell
2008-04-18
1
-13
/
+13
*
draw: add vertex shader run_linear function
Keith Whitwell
2008-04-17
1
-1
/
+16
*
draw: keep record of number of active vertex buffers
Keith Whitwell
2008-04-17
1
-0
/
+1
*
use the new macro
Zack Rusin
2008-04-14
1
-2
/
+1
*
draw: hide passthrough shading paths behind an environment variable
Keith Whitwell
2008-04-14
1
-0
/
+2
*
Make shaders operate on a block of memory instead of arrays of vertex_header's
Zack Rusin
2008-04-14
1
-6
/
+4
*
gallium: Handle client-supplied edgeflags.
Keith Whitwell
2008-04-04
1
-0
/
+16
*
draw: move code to run pipeline from pt to new file
Keith Whitwell
2008-04-04
1
-1
/
+2
*
gallium: move the test for bypass_vs into the vs_XXX_run() functions
Brian
2008-03-31
1
-0
/
+8
*
gallium: Set vertex state/buffers en-mass.
Brian Paul
2008-03-29
1
-10
/
+14
*
gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS
Brian
2008-03-27
1
-2
/
+2
*
gallium: beginnings of draw module vertex rework
Keith Whitwell
2008-03-23
1
-12
/
+53
*
gallium: fix mem leak (fee pstipple stage)
Brian
2008-03-22
1
-0
/
+2
*
gallium: add explicit control for point sprites (convert points to textured q...
Brian
2008-03-14
1
-0
/
+12
[next]