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
/
drivers
/
softpipe
/
sp_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
softpipe: implement conditional rendering
Brian Paul
2009-12-31
1
-0
/
+15
*
softpipe: make it possible to dump geometry shader from the softpipe
Zack Rusin
2009-12-25
1
-0
/
+1
*
gallium: add geometry shader support to gallium
Zack Rusin
2009-12-25
1
-0
/
+4
*
gallium: more work for edgeflags changes
Roland Scheidegger
2009-12-14
1
-2
/
+0
*
sp: Implement separate vertex sampler state.
Michal Krol
2009-12-01
1
-4
/
+18
*
Fix indentation.
Alan Hourihane
2009-11-20
1
-3
/
+4
*
softpipe: whitespace/indentation fixes
Brian Paul
2009-11-19
1
-5
/
+3
*
softpipe: add missing check in softpipe_is_texture_referenced()
Brian Paul
2009-11-19
1
-2
/
+8
*
softpipe: Grab a ref when the fb is set.
Younes Manton
2009-09-27
1
-2
/
+7
*
Merge branch 'softpipe-opt'
Keith Whitwell
2009-09-23
1
-64
/
+23
|
\
|
*
softpipe: fix polygon stipple
Keith Whitwell
2009-09-22
1
-2
/
+0
|
*
softpipe: remove old prim_setup draw stage
Keith Whitwell
2009-08-23
1
-13
/
+13
|
*
softpipe: add missing header
Keith Whitwell
2009-08-23
1
-0
/
+1
|
*
Merge branch 'tex-tilecache' into softpipe-opt
Keith Whitwell
2009-08-23
1
-2
/
+2
|
|
\
|
|
*
softpipe: split texture and surface tile caches
Keith Whitwell
2009-08-18
1
-2
/
+2
|
*
|
softpipe: rework texture sampling code
Keith Whitwell
2009-08-21
1
-15
/
+0
|
*
|
softpipe: allow the existing sampler routines to be hooked up directly
Keith Whitwell
2009-08-20
1
-2
/
+4
|
|
/
|
*
softpipe: move all depth/stencil/alpha pixel processing into one stage
Keith Whitwell
2009-07-27
1
-12
/
+0
|
*
softpipe: move all color-combine code into sp_quad_blend.c
Keith Whitwell
2009-07-24
1
-4
/
+0
|
*
softpipe: rip out old mulithread support
Keith Whitwell
2009-07-24
1
-26
/
+22
|
*
softpipe: avoid flushing depth buffer cache on swapbuffers
Keith Whitwell
2009-07-23
1
-4
/
+1
|
*
softpipe: remove backwards dependency from tilecache to softpipe
Keith Whitwell
2009-07-22
1
-6
/
+2
*
|
softpipe: remove no-op softpipe_init_texture_funcs() function
Brian Paul
2009-09-10
1
-1
/
+0
*
|
softpipe: reformatting, clean-ups, comments
Brian Paul
2009-09-10
1
-6
/
+20
|
/
*
softpipe: Fix softpipe_is_texture_referenced.
José Fonseca
2009-06-15
1
-0
/
+16
*
softpipe: return PIPE_UNREFERENCED in softpipe_is_buffer/texture_referenced()
Brian Paul
2009-04-28
1
-2
/
+2
*
softpipe: fix softpipe_is_buffer/texture_referenced() regression
Brian Paul
2009-04-20
1
-2
/
+2
*
softpipe: Simplify softpipe_create's prototype.
José Fonseca
2009-04-18
1
-4
/
+2
*
softpipe: Fix softpipe_is_texture_referenced prototype.
José Fonseca
2009-04-18
1
-2
/
+1
*
gallium: Make sure we flush before some texture / buffer operations.
Thomas Hellstrom
2009-04-15
1
-0
/
+18
*
gallium: Remove some superfluous instances of #include "p_inlines.h".
Michel Dänzer
2009-03-04
1
-1
/
+0
*
gallium: Unify reference counting.
Michel Dänzer
2009-03-04
1
-2
/
+1
*
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2009-02-05
1
-6
/
+6
*
gallium: give the screen priority when it comes to buffer allocations
Zack Rusin
2009-01-29
1
-2
/
+2
*
gallium: standardize api on the prefix "nr"
Zack Rusin
2009-01-27
1
-3
/
+3
*
softpipe: fix vertex shader texture sampling
Brian Paul
2008-12-17
1
-6
/
+19
*
softpipe: plug in softpipe's texture samplers into draw module.
Brian
2008-12-04
1
-0
/
+11
*
softpipe: First attempts at multithreaded softpipe.
Michal Krol
2008-09-08
1
-22
/
+27
*
gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
José Fonseca
2008-09-03
1
-1
/
+1
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-1
/
+1
*
gallium: replace LOG2() macro with util_fast_log2() inline func
Brian Paul
2008-08-22
1
-0
/
+3
*
softpipe: Replace GETENV by debug_get_bool_option.
José Fonseca
2008-06-10
1
-2
/
+2
*
gallium: Deprecate GETENV. Replace by debug_get_bool_option.
José Fonseca
2008-06-10
1
-2
/
+2
*
draw: draw_range_elements trial
Keith Whitwell
2008-05-29
1
-0
/
+1
*
Merge branch 'gallium-vertex-linear' into gallium-tex-surfaces
Keith Whitwell
2008-05-28
1
-5
/
+16
|
\
|
*
softpipe: enable vbuf by default
Keith Whitwell
2008-05-27
1
-3
/
+5
|
*
softpipe: add failure paths for context creation
Keith Whitwell
2008-05-12
1
-2
/
+11
*
|
Merge branch 'gallium-0.1' into gallium-tex-surfaces
Keith Whitwell
2008-05-02
1
-3
/
+1
|
\
|
|
*
gallium: remove the unused softpipe_winsys code
Brian Paul
2008-05-01
1
-3
/
+1
*
|
gallium: tex surface checkpoint
Keith Whitwell
2008-05-01
1
-3
/
+3
|
/
[next]