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
/
svga
Commit message (
Expand
)
Author
Age
Files
Lines
*
svga: Remove unnecessary header.
Vinson Lee
2010-03-14
1
-2
/
+0
*
svga: Fix up for context transfers.
Michel Dänzer
2010-03-12
1
-0
/
+2
*
Merge commit 'origin/gallium-context-transfers-2'
Keith Whitwell
2010-03-12
2
-17
/
+36
|
\
|
*
gallium: remove pipe_context member from pipe_transfer
Keith Whitwell
2010-03-11
1
-2
/
+3
|
*
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-03-11
2
-15
/
+33
*
|
svga: use memset() to initialize u to avoid warnings
Brian Paul
2010-03-11
1
-1
/
+3
|
/
*
svga: Disable debug message.
Michal Krol
2010-03-10
1
-1
/
+1
*
svga: Check if vertex elements has been bound before using it.
Michal Krol
2010-03-10
1
-0
/
+5
*
svga: Don't do culling while the software pipeline is active.
Keith Whitwell
2010-03-09
1
-2
/
+11
*
Merge branch 'gallium-vertexelementcso'
Roland Scheidegger
2010-03-09
6
-21
/
+45
|
\
|
*
gallium: don't use flexible array members in drivers for vertex elements cso
Roland Scheidegger
2010-03-09
2
-2
/
+2
|
*
svga: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
6
-21
/
+45
*
|
Squashed commit of gallium-no-texture-blanket
Keith Whitwell
2010-03-09
1
-65
/
+0
*
|
svga: s/PIPE_MAX_TEXTURE_LEVELS/SVGA_MAX_TEXTURE_LEVELS/
Brian Paul
2010-03-08
1
-1
/
+1
*
|
Merge commit 'origin/gallium-winsys-handle-rebased'
Keith Whitwell
2010-03-08
2
-49
/
+52
|
\
\
|
*
|
svga: Conversion to winsys handle
Jakob Bornecrantz
2010-03-01
2
-48
/
+47
|
*
|
gallium: Reorg texture usage flags
Jakob Bornecrantz
2010-03-01
1
-1
/
+5
*
|
|
Merge branch 'gallium-format-cleanup'
José Fonseca
2010-03-02
7
-35
/
+35
|
\
\
\
|
*
|
|
svga: Rename pipe formats.
José Fonseca
2010-03-02
7
-35
/
+35
|
|
/
/
*
|
|
Merge branch 'gallium-no-rhw-position'
Michal Krol
2010-03-02
2
-155
/
+133
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.
Michal Krol
2010-02-22
2
-155
/
+133
*
|
|
svga: Upload user buffers only once.
José Fonseca
2010-02-22
4
-29
/
+46
*
|
|
svga: Fix the guest offset of piecewise buffer DMAs.
José Fonseca
2010-02-22
3
-7
/
+9
*
|
|
svga: Emit a scalar rcp in shadow maps.
José Fonseca
2010-02-22
1
-4
/
+4
*
|
|
svga: Don't emit zero writemasks.
José Fonseca
2010-02-22
2
-28
/
+39
*
|
|
svga: Upload the dirty ranges instead of the whole buffer.
José Fonseca
2010-02-22
1
-45
/
+48
*
|
|
svga: Break uploads of big buffers into smaller pieces.
José Fonseca
2010-02-22
2
-22
/
+147
*
|
|
svga: Note ranges even when there is no hardware buffer around.
José Fonseca
2010-02-22
1
-5
/
+2
*
|
|
svga: Further cleanup/comment svga buffer code.
José Fonseca
2010-02-22
2
-112
/
+142
*
|
|
svga: Temporarily create a sw vertex buf when failed to create a hw buf.
José Fonseca
2010-02-22
1
-7
/
+20
*
|
|
svga: Remove unused buffer download code.
José Fonseca
2010-02-22
2
-45
/
+0
*
|
|
svga: Prevent buffer overflow in buffer ranges.
José Fonseca
2010-02-22
1
-8
/
+54
*
|
|
svga: Fix PIPE_LOGICOP_INVERT.
José Fonseca
2010-02-22
1
-6
/
+1
|
/
/
*
/
svga: Silence uninitialized variable warnings.
Vinson Lee
2010-02-17
1
-0
/
+6
|
/
*
svga: Silence uninitialized variable warning.
Vinson Lee
2010-02-14
1
-0
/
+1
*
svga: Fix texture border color.
José Fonseca
2010-02-13
1
-10
/
+6
*
svga: Silence uninitialized variable warning.
Vinson Lee
2010-02-12
1
-1
/
+1
*
svga: A few more tweaks to blend color state emission.
José Fonseca
2010-02-12
2
-10
/
+8
*
svga: Clamp max cube texture levels to supported max 2d levels.
José Fonseca
2010-02-12
1
-1
/
+6
*
svga: Report the 2d/3d texture sizes supported by the host.
José Fonseca
2010-02-12
2
-5
/
+23
*
svga: enable code to emit blend color
Roland Scheidegger
2010-02-12
1
-13
/
+1
*
Merge branch 'gallium-dynamicstencilref'
Roland Scheidegger
2010-02-12
4
-8
/
+44
|
\
|
*
gallium: make max_anisotropy a unsigned bitfield member
Roland Scheidegger
2010-02-12
1
-2
/
+2
|
*
svga: adapt to stencil ref changes
Roland Scheidegger
2010-02-10
3
-6
/
+42
*
|
svgadump: Several improvements to shader dumping.
José Fonseca
2010-02-12
4
-336
/
+411
*
|
svga: check min_index, max_index before assertions
Brian Paul
2010-02-11
1
-2
/
+6
*
|
svga: implement PIPE_CAP_MAX_COMBINED_SAMPLERS query
Brian Paul
2010-02-11
1
-0
/
+2
|
/
*
Merge branch 'gallium-nopointsizeminmax'
Roland Scheidegger
2010-02-09
4
-8
/
+7
|
\
|
*
gallium: add point_quad_rasterization bit to rasterizer state
Roland Scheidegger
2010-02-04
1
-0
/
+1
|
*
gallium: clean up point sprite rasterizer state
Roland Scheidegger
2010-02-03
1
-1
/
+1
[next]