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
/
drivers
/
softpipe
/
sp_state.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
softpipe: don't use samplers with prebaked sampler and sampler_view state
Roland Scheidegger
2013-03-11
1
-0
/
+8
*
softpipe/draw/tgsi: simplify driver/tgsi sampler interface
Roland Scheidegger
2013-02-28
1
-1
/
+1
*
softpipe: fix up FS variant unbinding / deletion
Brian Paul
2012-12-19
1
-1
/
+2
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-6
/
+0
*
draw/softpipe: EXT_transform_feedback support (v2)
Dave Airlie
2012-01-10
1
-3
/
+0
*
gallium: interface changes necessary to implement transform feedback (v5)
Marek Olšák
2011-12-15
1
-1
/
+1
*
softpipe: use the polygon stipple utility module
Brian Paul
2011-07-21
1
-2
/
+10
*
softpipe: implement fragment shader variants
Brian Paul
2011-07-21
1
-18
/
+36
*
softpipe: use tgsi_shader_info fields for fragcoord origin, center, etc.
Brian Paul
2011-07-21
1
-3
/
+0
*
softpipe: add support for color writes all color bufs property
Dave Airlie
2010-12-24
1
-1
/
+1
*
softpipe: minor asst. clean-ups
Brian Paul
2010-09-25
1
-9
/
+9
*
softpipe: make clip state functions static
Brian Paul
2010-09-25
1
-13
/
+3
*
softpipe: make stream out state functions static
Brian Paul
2010-09-25
1
-15
/
+3
*
softpipe: make rasterizer state functions static
Brian Paul
2010-09-25
1
-5
/
+2
*
softpipe: make vertex state functions static
Brian Paul
2010-09-25
1
-12
/
+2
*
softpipe: make sampler state functions static
Brian Paul
2010-09-25
1
-34
/
+2
*
softpipe: make blend/stencil/depth functions static
Brian Paul
2010-09-25
1
-22
/
+2
*
softpipe: make shader-related functions static
Brian Paul
2010-09-25
1
-16
/
+2
*
gallium: rework handling of sprite_coord_enable state
Brian Paul
2010-09-17
1
-0
/
+2
*
gallium: Keep only pipe_context::draw_vbo.
Chia-I Wu
2010-07-29
1
-35
/
+0
*
gallium: Implement draw_vbo and set_index_buffer for all drivers.
Chia-I Wu
2010-07-29
1
-0
/
+7
*
gallium/softpipe/draw: support samplers in geometry shaders
Zack Rusin
2010-06-11
1
-0
/
+10
*
gallium: rename draw_auto to draw_stream_output, plus fix a comment
Zack Rusin
2010-06-08
1
-1
/
+1
*
gallium: add interface for DrawAuto and implement it in softpipe
Zack Rusin
2010-06-08
1
-0
/
+2
*
gallium: basic and initial implementation of the stream output interface
Zack Rusin
2010-06-08
1
-0
/
+21
*
gallium: implement set_sample_mask() in all drivers
Roland Scheidegger
2010-05-18
1
-0
/
+3
*
softpipe: Implement index bias.
José Fonseca
2010-04-19
1
-1
/
+3
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-5
/
+5
*
Merge branch 'master' into gallium-sampler-view
Michal Krol
2010-03-10
1
-5
/
+12
|
\
|
*
gallium: don't use flexible array members in drivers for vertex elements cso
Roland Scheidegger
2010-03-09
1
-1
/
+1
|
*
softpipe: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
1
-5
/
+12
*
|
softpipe: Fix after sampler view changes.
Michal Krol
2010-02-23
1
-0
/
+9
*
|
gallium: WIP: Introduce sampler views.
Michal Krol
2010-02-19
1
-6
/
+6
|
/
*
softpipe: adapt to stencil ref changes
Roland Scheidegger
2010-02-10
1
-2
/
+5
*
softpipe: support all TGSI fragment coord conventions (v4)
Luca Barbieri
2010-01-29
1
-0
/
+3
*
Merge branch 'gallium-noconstbuf'
Roland Scheidegger
2010-01-15
1
-1
/
+1
|
\
|
*
gallium: remove const qualifier from pipe_buffer argument in set_constant_buffer
Roland Scheidegger
2010-01-11
1
-1
/
+1
|
*
gallium: adapt drivers to pipe_constant_buffer removal
Roland Scheidegger
2009-12-24
1
-1
/
+1
*
|
Merge branch 'instanced-arrays'
Michal Krol
2010-01-14
1
-0
/
+18
|
\
\
|
*
|
gallium: draw_arrays/elements_instanced() are of type void.
Michal Krol
2010-01-12
1
-2
/
+2
|
*
|
Merge branch 'master' into instanced-arrays
Michal Krol
2010-01-05
1
-0
/
+10
|
|
\
\
|
*
|
|
sp: Implement draw_elements_instanced().
Michal Krol
2009-12-30
1
-0
/
+10
|
*
|
|
Implement draw_arrays_instanced() in softpipe.
Michal Krol
2009-12-29
1
-0
/
+8
|
|
|
/
|
|
/
|
*
|
|
Merge commit 'origin/gallium-draw-retval'
Keith Whitwell
2010-01-05
1
-8
/
+8
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
gallium: propogate draw retval changes into more drivers
Keith Whitwell
2009-12-21
1
-8
/
+8
*
|
|
gallium: add geometry shader support to gallium
Zack Rusin
2009-12-25
1
-0
/
+10
|
|
/
|
/
|
*
|
gallium: more work for edgeflags changes
Roland Scheidegger
2009-12-14
1
-4
/
+0
|
/
*
sp: Implement separate vertex sampler state.
Michal Krol
2009-12-01
1
-0
/
+9
*
softpipe: rework texture sampling code
Keith Whitwell
2009-08-21
1
-0
/
+1
*
gallium: no need to keep a copy of shader tokens in state tracker
Keith Whitwell
2009-03-13
1
-1
/
+1
[next]