index
:
~igor.oliveira/mesa-advanced-blending
master
OpenVG advanced blending
igor.oliveira
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
softpipe
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-09
Merge branch 'gallium-nopointsizeminmax'
Roland Scheidegger
1
-2
/
+2
2010-02-09
fix bug in perspective corrected interpolants for lines
Brian Paul
1
-2
/
+1
2010-02-09
softpipe: Properly implement cylindrical wrapping.
Michal Krol
1
-31
/
+148
2010-02-09
Revert "softpipe: Implement cylindrical wrapping for linear interpolator."
Michal Krol
1
-35
/
+11
2010-02-09
softpipe: Implement cylindrical wrapping for linear interpolator.
Michal Krol
1
-11
/
+35
2010-02-08
softpipe: Remove unnecessary headers.
Vinson Lee
2
-2
/
+0
2010-02-08
gallium: squash-merge of gallium screen context
Keith Whitwell
5
-3
/
+9
2010-02-04
gallium: add point_quad_rasterization bit to rasterizer state
Roland Scheidegger
1
-0
/
+1
2010-02-03
Merge branch 'gallium-embedded'
José Fonseca
10
-8
/
+12
2010-02-03
gallium: clean up point sprite rasterizer state
Roland Scheidegger
1
-2
/
+1
2010-02-02
softpipe: remove unnecessary #include
Brian Paul
1
-1
/
+0
2010-02-02
llvmpipe: fix (potentially) broken AA points, AA lines
Brian Paul
1
-1
/
+1
2010-02-02
gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...
José Fonseca
3
-3
/
+3
2010-02-02
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
9
-5
/
+9
2010-01-29
softpipe: support all TGSI fragment coord conventions (v4)
Luca Barbieri
4
-7
/
+20
2010-01-29
tgsi: add caps for fragment coord conventions (v3)
Luca Barbieri
1
-0
/
+6
2010-01-28
softpipe: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-01-28
Merge commit 'origin/perrtblend'
Roland Scheidegger
3
-36
/
+40
2010-01-28
softpipe: Report some sane values for constant buffer CAP queries.
Michal Krol
1
-0
/
+4
2010-01-28
gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.
Michal Krol
5
-9
/
+9
2010-01-28
gallium: Enable multiple constant buffers for vertex and geometry shaders.
Michal Krol
1
-19
/
+29
2010-01-28
gallium: Implement 2D constant buffers for fragment shader in softpipe.
Michal Krol
6
-23
/
+39
2010-01-26
softpipe: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-01-26
softpipe: Remove unused variables.
Vinson Lee
1
-3
/
+0
2010-01-25
softpipe: enable new blend functionality
Roland Scheidegger
2
-18
/
+21
2010-01-25
softpipe: adapt to blend changes
Roland Scheidegger
2
-30
/
+31
2010-01-22
Merge branch 'mesa_7_7_branch'
Brian Paul
11
-16
/
+19
2010-01-21
softpipe: added region assertions in softpipe_get_tex_transfer()
Brian Paul
1
-0
/
+4
2010-01-20
softpipe: Remove unnecessary headers.
Vinson Lee
10
-12
/
+0
2010-01-19
softpipe: remove redundant assignments
Brian Paul
1
-5
/
+0
2010-01-19
softpipe: Fix vertex buffer memory leak.
José Fonseca
1
-0
/
+2
2010-01-18
softpipe: Skip depth testing for PIPE_S8_UNORM.
José Fonseca
1
-1
/
+2
2010-01-18
softpipe: Fix leak in vbuf draw module
Jakob Bornecrantz
1
-1
/
+1
2010-01-17
softpipe: Move st/python's malloc winsys to softpipe
Jakob Bornecrantz
4
-4
/
+258
2010-01-15
Merge branch 'gallium-noconstbuf'
Roland Scheidegger
5
-15
/
+14
2010-01-14
Merge branch 'instanced-arrays'
Michal Krol
3
-43
/
+159
2010-01-12
gallium: draw_arrays/elements_instanced() are of type void.
Michal Krol
2
-24
/
+24
2010-01-11
gallium: remove const qualifier from pipe_buffer argument in set_constant_buffer
Roland Scheidegger
2
-2
/
+2
2010-01-07
gallium: Fix texture sampling with explicit LOD in softpipe.
Michal Krol
2
-39
/
+77
2010-01-07
gallium: Pass per-element (not per-quad) LOD bias values down to texture samp...
Michal Krol
2
-63
/
+93
2010-01-06
softpipe: fix draw return value
Keith Whitwell
1
-1
/
+1
2010-01-06
pipe_sampler_state::compare_mode is not a boolean enable flag.
Michal Krol
1
-1
/
+1
2010-01-05
Merge commit 'origin/gallium-draw-retval'
Keith Whitwell
2
-18
/
+16
2010-01-05
Merge branch 'master' into instanced-arrays
Michal Krol
15
-18
/
+185
2009-12-31
softpipe: implement conditional rendering
Brian Paul
6
-0
/
+57
2009-12-31
Merge branch 'mesa_7_7_branch'
Brian Paul
2
-1
/
+2
2009-12-30
sp: Generalise drawing code to remove dupes.
Michal Krol
1
-81
/
+84
2009-12-30
sp: Implement draw_elements_instanced().
Michal Krol
3
-2
/
+55
2009-12-29
Implement draw_arrays_instanced() in softpipe.
Michal Krol
3
-0
/
+60
2009-12-27
softpipe: Silence unintialized variable warnings.
Vinson Lee
1
-1
/
+1
[next]