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
*
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
*
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
/
+1
*
gallium: basic and initial implementation of the stream output interface
Zack Rusin
2010-06-08
1
-1
/
+5
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
1
-0
/
+1
|
\
|
*
gallium: implement set_sample_mask() in all drivers
Roland Scheidegger
2010-05-18
1
-0
/
+1
*
|
softpipe: fix dangling references to shaders in the TGSI executor
Brian Paul
2010-05-06
1
-0
/
+5
|
/
*
softpipe: call draw_wide_point_sprites()
Brian Paul
2010-04-21
1
-0
/
+2
*
softpipe: add option to do polygon stipple in softpipe vs. draw module
Brian Paul
2010-04-19
1
-0
/
+4
*
Merge branch '7.8'
Brian Paul
2010-04-19
1
-1
/
+1
|
\
|
*
gallium/draw: use correct rasterization state for wide/AA points/lines
Brian Paul
2010-04-19
1
-1
/
+1
*
|
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-11
/
+7
*
|
Merge commit 'origin/master' into gallium-sampler-view
Keith Whitwell
2010-03-13
1
-4
/
+6
|
\
\
|
*
|
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-03-11
1
-4
/
+6
*
|
|
Merge branch 'master' into gallium-sampler-view
Michal Krol
2010-03-10
1
-2
/
+5
|
\
|
|
|
*
|
Merge commit 'origin/master' into gallium-sw-api-2
Keith Whitwell
2010-03-10
1
-1
/
+4
|
|
\
\
[next]