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_context.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
softpipe: handle vertex texture sampling when using llvm for draw
Roland Scheidegger
2014-08-30
1
-0
/
+2
*
softpipe: add layered rendering support.
Dave Airlie
2014-06-11
1
-0
/
+3
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-3
/
+3
*
draw: clean up setting stream out information a bit
Roland Scheidegger
2013-08-27
1
-1
/
+0
*
Revert "draw: clear the draw buffers in draw"
Zack Rusin
2013-06-17
1
-1
/
+0
*
gallium: add condition parameter to render_condition
Roland Scheidegger
2013-06-18
1
-0
/
+1
*
draw: clear the draw buffers in draw
Zack Rusin
2013-06-17
1
-0
/
+1
*
draw: implement pipeline statistics in the draw module
Zack Rusin
2013-04-16
1
-0
/
+3
*
softpipe: silence some MSVC signed/unsigned warnings
Brian Paul
2013-03-21
1
-1
/
+1
*
softpipe: don't use samplers with prebaked sampler and sampler_view state
Roland Scheidegger
2013-03-11
1
-4
/
+4
*
softpipe/draw/tgsi: simplify driver/tgsi sampler interface
Roland Scheidegger
2013-02-28
1
-1
/
+1
*
softpipe: implement blit
Marek Olšák
2012-09-30
1
-0
/
+3
*
gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #define
Brian Paul
2012-08-16
1
-1
/
+1
*
softpipe: consolidate sampler-related arrays
Brian Paul
2012-08-06
1
-15
/
+7
*
softpipe: combine vert/frag/geom texture caches in an array
Brian Paul
2012-08-06
1
-3
/
+7
*
gallium: add void *user_buffer to pipe_constant_buffer
Marek Olšák
2012-04-30
1
-0
/
+5
*
draw/softpipe: EXT_transform_feedback support (v2)
Dave Airlie
2012-01-10
1
-7
/
+5
*
Remove tgsi_sse2.
José Fonseca
2011-11-08
1
-1
/
+0
*
softpipe: implement blend color clamping
Brian Paul
2011-09-14
1
-0
/
+1
*
softpipe: use the polygon stipple utility module
Brian Paul
2011-07-21
1
-2
/
+12
*
softpipe: implement fragment shader variants
Brian Paul
2011-07-21
1
-0
/
+1
*
gallium: kill is_resource_referenced
Marek Olšák
2011-03-11
1
-0
/
+9
*
softpipe: rename sampler[] -> fragment_samplers[]
Brian Paul
2011-02-02
1
-1
/
+1
*
softpipe: rename fragment sampler/view fields
Brian Paul
2011-02-02
1
-2
/
+2
*
softpipe: Bind samplers to views instead of the underlying resource.
Henri Verbeet
2011-01-19
1
-1
/
+1
*
softpipe: s/tex_cache/fragment_tex_cache/
Brian Paul
2011-01-18
1
-1
/
+1
*
softpipe: s/varient/variant
Brian Paul
2010-12-16
1
-4
/
+4
*
gallium: implement bounds checking for constant buffers
Brian Paul
2010-07-29
1
-0
/
+1
*
gallium: Implement draw_vbo and set_index_buffer for all drivers.
Chia-I Wu
2010-07-29
1
-0
/
+1
*
gallium/softpipe/draw: support samplers in geometry shaders
Zack Rusin
2010-06-11
1
-0
/
+6
*
gallium: add basic support for stream output queries
Zack Rusin
2010-06-08
1
-0
/
+1
*
gallium: add interface for DrawAuto and implement it in softpipe
Zack Rusin
2010-06-08
1
-0
/
+6
*
gallium: basic and initial implementation of the stream output interface
Zack Rusin
2010-06-08
1
-0
/
+2
*
gallium: convert rasterizer state to use gl-style front/back concepts
Keith Whitwell
2010-05-14
1
-0
/
+3
*
softpipe: fix dangling references to shaders in the TGSI executor
Brian Paul
2010-05-06
1
-0
/
+2
*
softpipe: add option to do polygon stipple in softpipe vs. draw module
Brian Paul
2010-04-19
1
-0
/
+5
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-1
/
+1
*
Merge branch 'master' into gallium-sampler-view
Michal Krol
2010-03-10
1
-3
/
+3
|
\
|
*
Merge commit 'origin/master' into gallium-sw-api-2
Keith Whitwell
2010-03-10
1
-2
/
+2
|
|
\
|
|
*
softpipe: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
1
-2
/
+2
|
*
|
softpipe: silence warning
Keith Whitwell
2010-03-09
1
-1
/
+1
|
|
/
*
/
gallium: WIP: Introduce sampler views.
Michal Krol
2010-02-19
1
-4
/
+4
|
/
*
softpipe: adapt to stencil ref changes
Roland Scheidegger
2010-02-10
1
-0
/
+1
*
gallium: squash-merge of gallium screen context
Keith Whitwell
2010-02-08
1
-0
/
+3
*
gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.
Michal Krol
2010-01-28
1
-2
/
+2
*
gallium: Implement 2D constant buffers for fragment shader in softpipe.
Michal Krol
2010-01-28
1
-2
/
+2
*
Merge branch 'gallium-noconstbuf'
Roland Scheidegger
2010-01-15
1
-1
/
+1
|
\
|
*
gallium: adapt drivers to pipe_constant_buffer removal
Roland Scheidegger
2009-12-24
1
-1
/
+1
*
|
softpipe: implement conditional rendering
Brian Paul
2009-12-31
1
-0
/
+4
*
|
softpipe: make it possible to dump geometry shader from the softpipe
Zack Rusin
2009-12-25
1
-0
/
+1
[next]