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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-21
Merge commit 'origin/master' into i965g-restart
Keith Whitwell
816
-33579
/
+66657
2009-12-21
ws/i965: respect DEBUG_WINSYS flag
Keith Whitwell
1
-29
/
+40
2009-12-21
i965g: hook vertex state emit up to PIPE_NEW_VERTEX_BUFFER
Keith Whitwell
4
-5
/
+10
2009-12-21
i965g: keep refcounts to bound vertex buffers
Keith Whitwell
1
-4
/
+19
2009-12-21
i965g: add DEBUG_WINSYS flag
Keith Whitwell
2
-2
/
+2
2009-12-21
i965g: remove duplicate set_viewport_state, fixes samples/depth
Keith Whitwell
1
-9
/
+0
2009-12-01
i965g: nasty hack for clearing y-tiled surfaces
Keith Whitwell
1
-1
/
+5
2009-12-01
i965g: add missing header
Keith Whitwell
1
-0
/
+34
2009-12-01
i965g: don't reference unused vars in RSQ
Keith Whitwell
1
-2
/
+3
2009-12-01
mesa/st: avoid quadstrips if its easy to do so
Keith Whitwell
1
-3
/
+26
2009-12-01
tgsi: fix ureg emit after version token change
Keith Whitwell
1
-1
/
+1
2009-12-01
st/xorg: fix merge droppings
Keith Whitwell
2
-68
/
+0
2009-12-01
Merge commit 'origin/tgsi-simplify-ext'
Keith Whitwell
104
-2500
/
+1718
2009-12-01
Merge commit 'origin/mesa_7_7_branch'
Keith Whitwell
50
-957
/
+1445
2009-12-01
mesa: Update vertex texture code after gallium changes.
Michal Krol
8
-5
/
+29
2009-12-01
r300g: simplify allocations of VS output registers
Marek Olšák
1
-56
/
+26
2009-12-01
r300g: simplify allocations of FS input registers
Marek Olšák
1
-28
/
+15
2009-12-01
r300g: clean up derived states
Marek Olšák
6
-229
/
+311
2009-12-01
r300g: VS->FS attribute routing rework
Marek Olšák
1
-170
/
+392
2009-12-01
r300g: add R300 prefix in reg definitions
Marek Olšák
1
-41
/
+41
2009-12-01
cso: Fix function prototype.
Michal Krol
1
-1
/
+1
2009-12-01
trace: Implement separate vertex sampler state.
Michal Krol
2
-8
/
+71
2009-12-01
fo: Implement separate vertex sampler state.
Michal Krol
3
-7
/
+82
2009-12-01
id: Implement separate vertex sampler state.
Michal Krol
1
-9
/
+49
2009-12-01
trace: Reduce double semicolons to single ones.
Michal Krol
1
-30
/
+30
2009-12-01
sp: Do not falsely advertise support for some SNORM formats.
Michal Krol
1
-0
/
+4
2009-12-01
sp: Implement separate vertex sampler state.
Michal Krol
7
-11
/
+116
2009-12-01
python: Update for renamed sampler/texture state setters.
Michal Krol
2
-5
/
+5
2009-12-01
st: Update for renamed sampler/texture state setters.
Michal Krol
1
-2
/
+2
2009-12-01
trace: Update for renamed sampler/texture state setters.
Michal Krol
1
-6
/
+6
2009-12-01
svga: Update for renamed sampler/texture state setters.
Michal Krol
1
-2
/
+2
2009-12-01
r300: Update for renamed sampler/texture state setters.
Michal Krol
1
-2
/
+2
2009-12-01
nv: Update for renamed sampler/texture state setters.
Michal Krol
6
-12
/
+12
2009-12-01
lp: Update for renamed sampler/texture state setters.
Michal Krol
1
-2
/
+2
2009-12-01
id: Update for renamed sampler/texture state setters.
Michal Krol
1
-8
/
+8
2009-12-01
i915: Update for renamed sampler/texture state setters.
Michal Krol
1
-2
/
+2
2009-12-01
fo: Update for renamed sampler/texture state setters.
Michal Krol
2
-12
/
+12
2009-12-01
cell: Update for renamed sampler/texture state setters.
Michal Krol
1
-2
/
+2
2009-12-01
vl: Update for renamed sampler/texture state setters.
Michal Krol
2
-16
/
+16
2009-12-01
draw: Update for renamed sampler/texture state setters.
Michal Krol
2
-8
/
+8
2009-12-01
cso: Add support for separate vertex sampler state.
Michal Krol
2
-4
/
+192
2009-12-01
gallium: Introduce separate vertex texture/sampler state.
Michal Krol
3
-4
/
+16
2009-12-01
tgsi/sanity: Up MAX_REGISTERS to 1024.
Michal Krol
1
-1
/
+1
2009-11-30
mesa: set version string to 7.7-rc1
Ian Romanick
1
-1
/
+1
2009-11-30
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Ian Romanick
7
-53
/
+77
2009-11-30
i915: Actually put i915PointParameterfv in the driver function table. Duh.
Ian Romanick
1
-0
/
+1
2009-11-30
i965g: turn on texture tiling by default
Keith Whitwell
3
-7
/
+8
2009-11-30
st/mesa: handle front/back-face +1/-1 vs. 1/0 conversion
Brian Paul
1
-0
/
+29
2009-11-30
i965g: pass backbuffer tiling information to driver
Keith Whitwell
6
-22
/
+21
2009-11-30
ws/i965: more debug output
Keith Whitwell
2
-12
/
+44
[next]