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
/
mesa
/
pipe
/
draw
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: reorganize fragment shader execution, unbreak sse
Keith Whitwell
2008-02-15
1
-4
/
+6
*
handle temporaries in llvm code generated paths
Zack Rusin
2008-02-13
1
-1
/
+2
*
gallium: initial code for wide/AA line drawing
Brian
2008-02-12
1
-6
/
+69
*
gallium: fix fragment/vertex typo
Brian
2008-02-11
1
-1
/
+1
*
remove seperate llvm vs entry points
Zack Rusin
2008-02-11
1
-194
/
+0
*
rewrite the way cpu engine is handled
Zack Rusin
2008-02-10
1
-5
/
+4
*
rewrite the way we handle ir in llvm code
Zack Rusin
2008-02-10
1
-9
/
+18
*
tgsi: Fall back to interpreter instead of assert(0) on unimplemented SSE code.
Michel Dänzer
2008-02-07
1
-6
/
+16
*
gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.
José Fonseca
2008-02-06
8
-56
/
+56
*
gallium: Use align_free to free aligned memory.
Michal Krol
2008-02-05
1
-1
/
+1
*
Add driver_private field for drivers that hook shader_queue_flush.
Ian Romanick
2008-01-30
1
-0
/
+2
*
Provide mechanism to hook in custom vertex shader cache flush function
Ian Romanick
2008-01-30
3
-1
/
+8
*
Implement vertex fetch / vertex shader output write-back
Ian Romanick
2008-01-30
1
-2
/
+3
*
gallium: Teach draw_vf about draw vertices.
José Fonseca
2008-01-30
3
-174
/
+161
*
gallium: Remove draw_vertex_fetch::lookup.
José Fonseca
2008-01-30
2
-7
/
+0
*
gallium: Fix build on WinXP.
Michal Krol
2008-01-30
5
-17
/
+17
*
gallium: weaken assert slightly
Keith Whitwell
2008-01-29
1
-1
/
+1
*
gallium: streamline various unfilled & stippled paths
Keith Whitwell
2008-01-29
1
-45
/
+113
*
gallium: Emit point size as a constant.
José Fonseca
2008-01-29
1
-4
/
+81
*
gallium: Emit constants.
José Fonseca
2008-01-29
4
-16
/
+62
*
gallium: Allow draw_vf usage to be controlled at runtime.
José Fonseca
2008-01-29
1
-78
/
+71
*
gallium: Add extern keyword to global.
José Fonseca
2008-01-29
1
-1
/
+2
*
gallium: Use GALLIUM_ prefix for env vars.
José Fonseca
2008-01-29
1
-1
/
+1
*
gallium: Remove direct dependencies to mesa internals.
José Fonseca
2008-01-29
4
-64
/
+31
*
gallium: remove dead vars, code
Keith Whitwell
2008-01-28
1
-3
/
+0
*
gallium: fix typos in hardwired fetch path
Keith Whitwell
2008-01-28
1
-2
/
+2
*
gallium: handle flatshading explicitly in clipper stage
Keith Whitwell
2008-01-28
2
-47
/
+99
*
gallium: add a couple of hardwired vertex fetch functions
Keith Whitwell
2008-01-28
3
-30
/
+141
*
gallium: only call vertex/prim queue flush when there is something to flush
Keith Whitwell
2008-01-28
3
-4
/
+17
*
gallium: explictly cast double to float in vertex fetch
Keith Whitwell
2008-01-28
1
-1
/
+1
*
gallium: fill in missing formats for vertex_fetch
Keith Whitwell
2008-01-28
1
-17
/
+203
*
gallium: remove dead code from draw_vf*
Keith Whitwell
2008-01-28
6
-574
/
+9
*
First stab at hooking draw_vbuf & vf.
José Fonseca
2008-01-28
5
-46
/
+241
*
Clone vf module.
José Fonseca
2008-01-28
4
-0
/
+2270
*
Simplify prototypes of draw_vbuf's internal functions.
José Fonseca
2008-01-28
1
-28
/
+29
*
Cache the vinfo in vbuf_stage.
José Fonseca
2008-01-28
1
-9
/
+13
*
gallium: disable unnecessary point/line/tri re-validation in vbuf_flush_indic...
Brian
2008-01-26
1
-0
/
+3
*
gallium: fix a few segfaults/assertions that can happen during context init
Brian
2008-01-26
1
-5
/
+11
*
gallium: Fix build on Windows.
Michal Krol
2008-01-26
1
-2
/
+2
*
gallium: restructure vertex fetch code slightly
Keith Whitwell
2008-01-26
3
-65
/
+149
*
gallium: Fix MSVC float/double conversion warning.
José Fonseca
2008-01-26
1
-1
/
+1
*
gallium: replace loop w/ memset in draw_vertex_cache_invalidate()
Brian
2008-01-25
1
-9
/
+1
*
gallium: better flush logic in draw module
Brian
2008-01-25
7
-103
/
+89
*
gallium: replace prim pipeline begin/end() functions with flush()
Brian
2008-01-25
12
-181
/
+257
*
gallium: include p_state.h, replace PIPE_MAX_SHADER_OUTPUTS with PIPE_MAX_SHA...
Brian
2008-01-25
1
-4
/
+7
*
gallium: optimizations to flatshade, two-side prim stages
Brian
2008-01-25
2
-22
/
+35
*
change the name of the shaders to reflect what they do.
Zack Rusin
2008-01-24
1
-1
/
+1
*
gallium: rename FORMAT_x to EMIT_x and use EMIT_ALL to emit whole vertex as-i...
Brian
2008-01-23
3
-38
/
+37
*
gallium: improved vertex layout and interpolant setup in softpipe
Brian
2008-01-23
1
-0
/
+2
*
gallium: restore/rewrite vbuf code for softpipe
Brian
2008-01-23
3
-0
/
+9
[next]