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_context.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
draw: Never allocate duplicate extra vertex attribs.
José Fonseca
2011-09-25
1
-0
/
+3
*
draw: add support for guard-band clipping
Brian Paul
2011-09-22
1
-1
/
+2
*
gallium/draw: Fix enum type taken by draw_get_shader_param().
Michel Dänzer
2011-05-03
1
-1
/
+1
*
llvmpipe: Take the sampler view's first_level into account when sampling.
Fabian Bieler
2011-04-08
1
-1
/
+1
*
gallivm/llvmpipe: squash merge of the llvm-context branch
Brian Paul
2010-11-30
1
-0
/
+5
*
draw/llvmpipe: replace DRAW_MAX_TEXTURE_LEVELS with PIPE_MAX_TEXTURE_LEVELS
Brian Paul
2010-10-12
1
-4
/
+3
*
gallium: rework handling of sprite_coord_enable state
Brian Paul
2010-09-17
1
-0
/
+12
*
gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)
Luca Barbieri
2010-09-14
1
-0
/
+13
*
draw: specialized cliptesting routines
Keith Whitwell
2010-08-25
1
-1
/
+2
*
gallium: Use draw_set_index_buffer and others.
Chia-I Wu
2010-08-25
1
-13
/
+0
*
draw: Add draw_set_index_buffer and others.
Chia-I Wu
2010-08-25
1
-0
/
+9
*
draw: move prototype, update comment
Brian Paul
2010-07-15
1
-3
/
+3
*
draw: implement vertex texture sampling using llvm
Zack Rusin
2010-07-06
1
-0
/
+18
*
gallium/softpipe/draw: support samplers in geometry shaders
Zack Rusin
2010-06-11
1
-0
/
+1
*
gallium: basic and initial implementation of the stream output interface
Zack Rusin
2010-06-08
1
-0
/
+8
*
gallium/draw: fix point sprite handling
Brian Paul
2010-04-21
1
-0
/
+2
*
Merge branch 'gallium-index-bias'
José Fonseca
2010-04-20
1
-0
/
+2
|
\
|
*
draw: Implement index bias.
José Fonseca
2010-04-19
1
-0
/
+2
*
|
draw llvm: fix constructor mess
Zack Rusin
2010-04-19
1
-7
/
+0
*
|
Merge branch '7.8'
Brian Paul
2010-04-19
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
gallium/draw: use correct rasterization state for wide/AA points/lines
Brian Paul
2010-04-19
1
-2
/
+3
*
|
scons: Make LLVM a black-white dependency.
José Fonseca
2010-04-11
1
-1
/
+1
*
|
llvmpipe: Fix USE_DRAW_LLVM build. Use lp_build_engine.
José Fonseca
2010-04-07
1
-5
/
+1
*
|
gallium/draw: initial code to properly support llvm in the draw module
Zack Rusin
2010-02-22
1
-1
/
+9
|
/
*
gallium: Enable multiple constant buffers for vertex and geometry shaders.
Michal Krol
2010-01-28
1
-4
/
+6
*
Merge branch 'master' into instanced-arrays
Michal Krol
2010-01-05
1
-3
/
+16
|
\
|
*
gallium: add geometry shader support to gallium
Zack Rusin
2009-12-25
1
-3
/
+16
*
|
Implement draw_arrays_instanced() in softpipe.
Michal Krol
2009-12-29
1
-0
/
+8
|
/
*
gallium: first steps to treat edgeflags as regular vertex element
Keith Whitwell
2009-12-09
1
-3
/
+0
*
Merge commit 'origin/gallium-0.1' into gallium-0.2
Brian Paul
2008-12-10
1
-2
/
+3
|
\
|
*
gallium: added draw_set_mrd() function to fix polygon offset
Brian Paul
2008-12-10
1
-0
/
+1
|
*
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
-1
/
+7
|
/
*
draw: add switch for drivers to force vertex data passthrough
Keith Whitwell
2008-10-07
1
-0
/
+3
*
gallium: added const qualifiers on some draw funcs
Brian
2008-08-25
1
-2
/
+2
*
draw: make sure constant buffer data is aligned before passing to aos.c
Keith Whitwell
2008-05-29
1
-1
/
+2
*
draw: draw_range_elements trial
Keith Whitwell
2008-05-29
1
-1
/
+9
*
draw: allow drivers to query pipeline state more easily
Keith Whitwell
2008-04-22
1
-0
/
+12
*
draw: propogate lots of errors
Keith Whitwell
2008-04-21
1
-1
/
+1
*
draw: propogate errors out of aapoint stage
Keith Whitwell
2008-04-21
1
-1
/
+1
*
draw: propogate errors out of aaline stage
Keith Whitwell
2008-04-21
1
-1
/
+1
*
gallium: Centralize SSE usage logic.
José Fonseca
2008-04-21
1
-2
/
+0
*
draw: remove named clipmask flags, tidy up pt middle ends
Keith Whitwell
2008-04-19
1
-34
/
+3
*
gallium: Handle client-supplied edgeflags.
Keith Whitwell
2008-04-04
1
-0
/
+3
*
gallium: Set vertex state/buffers en-mass.
Brian Paul
2008-03-29
1
-6
/
+6
*
gallium: add explicit control for point sprites (convert points to textured q...
Brian
2008-03-14
1
-0
/
+2
*
gallium: added draw_enable_line_stipple() function
Brian
2008-03-13
1
-0
/
+3
*
draw: placeholder/prototype code for a passthrough draw path
Keith Whitwell
2008-03-10
1
-0
/
+5
*
gallium: split draw_wide_prim stage into separate point/line stages.
Brian Paul
2008-02-28
1
-3
/
+1
*
gallium: added draw_num_vs_outputs() to query number of post-transform vertex...
Brian
2008-02-27
1
-0
/
+4
[next]