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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
r300g: Reorder regs, save one dword.
Corbin Simpson
2010-03-09
1
-11
/
+14
|
|
*
i965: Fix ENDLOOP to only patch up this loop's BREAK and CONT.
Eric Anholt
2010-03-09
1
-2
/
+4
|
|
*
i965: Unalias all GLSL source regs from the destination regs used.
Eric Anholt
2010-03-09
1
-113
/
+25
|
|
*
i965: Print the offsets for WHILE and BREAK in disasm.
Eric Anholt
2010-03-09
1
-2
/
+2
|
|
*
i965: Fix nested loops in the VS.
Eric Anholt
2010-03-09
1
-2
/
+4
|
|
*
i965: Fix up VP constbuf leak on program delete.
Eric Anholt
2010-03-09
1
-3
/
+11
|
|
*
r300: don't crash if there's no colorbuffer
Maciej Cencora
2010-03-09
1
-1
/
+6
|
|
*
radeon: mark framebuffer as incomplete if renderbuffer format isn't supported...
Maciej Cencora
2010-03-09
2
-67
/
+62
|
|
*
r300: add support for more rendering formats
Maciej Cencora
2010-03-09
2
-17
/
+79
|
|
*
radeon/r200/r300/r600: add is_format_renderable function
Maciej Cencora
2010-03-09
9
-0
/
+70
|
|
*
r300: enable HW accelerated gl(Read/Copy/Draw)Pixels
Maciej Cencora
2010-03-09
1
-2
/
+7
|
|
*
radeon: add hw accelerated glReadPixel support (not enabled yet)
Maciej Cencora
2010-03-09
9
-2
/
+203
|
|
*
glapi: Fix scons build -- list new file.
José Fonseca
2010-03-09
1
-0
/
+1
|
|
*
glapi: allow for any mangle prefix
George Sapountzis
2010-03-09
1
-2
/
+3
|
|
*
glapi: split out arch-specific code for entrypoints
George Sapountzis
2010-03-09
4
-295
/
+357
|
|
*
glapi: mv table functions to glapi_getproc.c and add local header
George Sapountzis
2010-03-09
4
-66
/
+98
|
|
*
drop stray XFree86Server, XGLServer
George Sapountzis
2010-03-09
2
-9
/
+4
|
|
*
svga: Don't do culling while the software pipeline is active.
Keith Whitwell
2010-03-09
1
-2
/
+11
|
|
*
mesa/st: initialize velements state properly
Roland Scheidegger
2010-03-09
1
-0
/
+1
|
|
*
cso: don't forget to release vertex elements state
Roland Scheidegger
2010-03-09
1
-0
/
+1
|
|
*
r300g: kill pf_component_count
Marek Olšák
2010-03-09
1
-28
/
+1
|
|
*
gallivm: checkpoint: nearest mipmap filtering
Brian Paul
2010-03-09
5
-292
/
+601
|
|
*
util: simplify util_format_get_nr_components helper
Roland Scheidegger
2010-03-09
1
-8
/
+1
|
|
*
util: Use bitshift arithmetic for pack too.
José Fonseca
2010-03-09
1
-19
/
+58
|
|
*
cso: Fix typo in assert.
Corbin Simpson
2010-03-09
1
-1
/
+1
|
|
*
r300g: Precalculate and CSO-bind PSC state.
Corbin Simpson
2010-03-09
4
-205
/
+190
|
|
*
r300g: Cleanup old PSC code a bit.
Corbin Simpson
2010-03-09
1
-5
/
+1
|
|
*
identity: fix copy & paste error
Roland Scheidegger
2010-03-09
1
-4
/
+4
|
|
*
r300g: fix gallium-vertexlementcso merge damage
Roland Scheidegger
2010-03-09
3
-28
/
+2
|
|
*
Merge branch 'gallium-vertexelementcso'
Roland Scheidegger
2010-03-09
79
-569
/
+1254
|
|
|
\
|
|
|
*
st/mesa: fix clear/drawpixels/bitmap for new cso vertex elements interface
Roland Scheidegger
2010-03-09
5
-0
/
+23
|
|
|
*
gallium: don't use flexible array members in drivers for vertex elements cso
Roland Scheidegger
2010-03-09
11
-11
/
+11
|
|
|
*
auxiliary: fix vertex elements cso
Roland Scheidegger
2010-03-09
2
-7
/
+19
|
|
|
*
r300g: Make velem CSO actually work.
Corbin Simpson
2010-03-02
3
-7
/
+12
|
|
|
*
nv40: adapt to vertex element cso
Roland Scheidegger
2010-03-01
4
-13
/
+40
|
|
|
*
nv30: adapt to vertex element cso
Roland Scheidegger
2010-03-01
3
-12
/
+38
|
|
|
*
identity: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
1
-15
/
+39
|
|
|
*
failover: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
3
-26
/
+52
|
|
|
*
i965g: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
4
-216
/
+251
|
|
|
*
i915g: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
2
-8
/
+35
|
|
|
*
cell: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
2
-12
/
+37
|
|
|
*
r300g: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
6
-25
/
+50
|
|
|
*
llvmpipe: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
4
-17
/
+42
|
|
|
*
softpipe: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
4
-17
/
+44
|
|
|
*
svga: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
6
-21
/
+45
|
|
|
*
trace: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
1
-24
/
+67
|
|
|
*
vega: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
1
-4
/
+4
|
|
|
*
vega: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
5
-1
/
+18
|
|
|
*
xorg: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
2
-0
/
+14
|
|
|
*
gallium/docs: document new vertex element cso interface
Roland Scheidegger
2010-03-01
2
-1
/
+25
[prev]
[next]