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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
softpipe: Match pipe_context::render_condition prototype.
Jose Fonseca
2017-06-13
1
-4
/
+4
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
1
-1
/
+1
*
gallium: set pipe_context uploaders in drivers (v3)
Marek Olšák
2017-02-14
1
-0
/
+8
*
softpipe: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
1
-8
/
+8
*
softpipe: add support for compute shaders. (v2)
Dave Airlie
2016-04-27
1
-0
/
+3
*
tgsi: pass a shader type to the machine create and clean up.
Dave Airlie
2016-04-26
1
-1
/
+1
*
softpipe: Free tgsi.image elements on context destruction.
Jose Fonseca
2016-04-13
1
-0
/
+2
*
softpipe: add SSBO/shader atomics support.
Dave Airlie
2016-04-12
1
-0
/
+15
*
softpipe: add image support to softpipe (v3)
Dave Airlie
2016-03-31
1
-2
/
+18
*
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
2015-08-26
1
-2
/
+2
*
gallium/vl: remove remaining softpipe video functions
Christian König
2014-02-13
1
-5
/
+0
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-3
/
+3
*
vl: rename pipe_video_decoder to pipe_video_codec
Christian König
2013-08-19
1
-1
/
+1
*
gallium: add condition parameter to render_condition
Roland Scheidegger
2013-06-18
1
-0
/
+2
*
softpipe/draw/tgsi: simplify driver/tgsi sampler interface
Roland Scheidegger
2013-02-28
1
-11
/
+18
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-32
/
+0
*
softpipe: implement blit
Marek Olšák
2012-09-30
1
-0
/
+11
*
gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #define
Brian Paul
2012-08-16
1
-6
/
+2
*
softpipe: consolidate sampler-related arrays
Brian Paul
2012-08-06
1
-17
/
+6
*
softpipe: combine vert/frag/geom texture caches in an array
Brian Paul
2012-08-06
1
-41
/
+29
*
gallium: remove unused winsys pointers in pipe_screen and pipe_context
Marek Olšák
2012-02-21
1
-1
/
+0
*
softpipe: fix llvm build
Dave Airlie
2012-01-11
1
-1
/
+1
*
softpipe: allow softpipe to set shader params depending on runtime llvm (v3)
Dave Airlie
2012-01-11
1
-2
/
+3
*
draw/softpipe: EXT_transform_feedback support (v2)
Dave Airlie
2012-01-10
1
-1
/
+0
*
softpipe: Don't use llvm in draw
Jakob Bornecrantz
2012-01-09
1
-1
/
+4
*
gallium: disable stream output in drivers that support it
Marek Olšák
2011-12-15
1
-1
/
+1
*
Remove tgsi_sse2.
José Fonseca
2011-11-08
1
-6
/
+0
*
Merge branch 'gallium-polygon-stipple'
Brian Paul
2011-07-21
1
-0
/
+14
|
\
|
*
softpipe: use the polygon stipple utility module
Brian Paul
2011-07-21
1
-0
/
+14
*
|
[g3dvl] and finally remove pipe_video_context
Christian König
2011-07-08
1
-0
/
+2
*
|
[g3dvl] move video buffer creation out of video context
Christian König
2011-07-08
1
-0
/
+3
|
/
*
gallium: remove flags from the flush function
Marek Olšák
2011-03-11
1
-1
/
+1
*
gallium: kill is_resource_referenced
Marek Olšák
2011-03-11
1
-13
/
+11
*
softpipe: rename env vars to be consistent
Brian Paul
2011-02-17
1
-2
/
+2
*
softpipe: check for null pointers during context create/destroy
Brian Paul
2011-01-20
1
-5
/
+21
*
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
-4
/
+4
*
gallium: drivers should reference vertex buffers
Marek Olšák
2011-01-06
1
-0
/
+4
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-3
/
+3
*
softpipe: minor asst. clean-ups
Brian Paul
2010-09-25
1
-3
/
+2
*
softpipe: make clip state functions static
Brian Paul
2010-09-25
1
-5
/
+1
*
softpipe: make stream out state functions static
Brian Paul
2010-09-25
1
-5
/
+1
*
softpipe: make rasterizer state functions static
Brian Paul
2010-09-25
1
-6
/
+1
*
softpipe: make vertex state functions static
Brian Paul
2010-09-25
1
-5
/
+1
*
softpipe: make sampler state functions static
Brian Paul
2010-09-25
1
-11
/
+2
*
softpipe: make blend/stencil/depth functions static
Brian Paul
2010-09-25
1
-10
/
+1
*
softpipe: make shader-related functions static
Brian Paul
2010-09-25
1
-12
/
+1
*
gallium: Keep only pipe_context::draw_vbo.
Chia-I Wu
2010-07-29
1
-5
/
+0
*
gallium: Implement draw_vbo and set_index_buffer for all drivers.
Chia-I Wu
2010-07-29
1
-0
/
+2
*
gallium/softpipe/draw: support samplers in geometry shaders
Zack Rusin
2010-06-11
1
-1
/
+23
[next]