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
/
auxiliary
/
draw
Commit message (
Expand
)
Author
Age
Files
Lines
*
draw: more flatshade_first changes
Keith Whitwell
2008-04-01
5
-97
/
+144
*
draw: respect flatshade_first in flatshade stage
Keith Whitwell
2008-04-01
1
-6
/
+49
*
draw: associate rhw divide with clipping not viewport flag
Keith Whitwell
2008-04-01
3
-18
/
+18
*
draw: flush between pt/non-pt modes
Keith Whitwell
2008-04-01
1
-0
/
+4
*
gallium: draw_passthrough.c is obsolete - removed
Brian
2008-03-31
1
-473
/
+0
*
gallium: move the test for bypass_vs into the vs_XXX_run() functions
Brian
2008-03-31
6
-35
/
+76
*
gallium: draw_passthrough.c is not used anymore
Brian
2008-03-31
1
-1
/
+0
*
gallium: draw_passthrough.c is not used anymore
Brian
2008-03-31
1
-1
/
+0
*
draw: Do not run full pipeline when flatshade_first for point primitives.
Michal Krol
2008-03-30
3
-1
/
+11
*
draw: Fix bypass_vs semantic misuse.
Michal Krol
2008-03-30
1
-0
/
+1
*
gallium: Set vertex state/buffers en-mass.
Brian Paul
2008-03-29
2
-16
/
+20
*
gallium: Fix some MSVC warnings.
José Fonseca
2008-03-29
1
-1
/
+1
*
gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS
Brian
2008-03-27
8
-18
/
+18
*
gallium: remove temporary static var
Brian
2008-03-27
2
-6
/
+6
*
gallium: as for aapoints, make the extra texcoord per-shader state
Brian Paul
2008-03-26
1
-11
/
+13
*
gallium: the generic attrib we use for computing coverage is per-shader
Brian
2008-03-25
1
-11
/
+13
*
draw: Take flatshade_first rasterizer bit into account.
Michal Krol
2008-03-25
1
-45
/
+117
*
draw: vertex fetch can be validated too early leading to an assertion... disable
Keith Whitwell
2008-03-25
1
-1
/
+5
*
draw: don't use fetch_and_store for bypass_vs mode, it's not quite right
Keith Whitwell
2008-03-25
1
-4
/
+1
*
draw: take primitive into account when deciding if the pipeline is active
Keith Whitwell
2008-03-25
4
-37
/
+69
*
gallium: be smarter about picking the sampler unit for pstipple, aaalines
Brian
2008-03-24
2
-21
/
+74
*
gallium: move sampler_unit field to pstip_fragment_shader since it's per-shader
Brian
2008-03-24
1
-5
/
+16
*
gallium: make a copy of the vertex shader's token array.
Brian
2008-03-24
3
-3
/
+17
*
gallium: use pipe_texture_reference() in a few places (fixes refcounting bugs)
Brian
2008-03-24
2
-4
/
+17
*
draw: pre-declare referenced structs
Keith Whitwell
2008-03-24
1
-0
/
+2
*
Revert "draw: Fix #include order to fix Linux build."
Keith Whitwell
2008-03-24
1
-1
/
+1
*
draw: Fix #include order to fix Linux build.
Michel Dänzer
2008-03-24
1
-1
/
+1
*
draw: check need_pipeline() in passthrough
Keith Whitwell
2008-03-23
1
-1
/
+1
*
draw: tweak the definition of draw_need_pipeline, fix minor bug
Keith Whitwell
2008-03-23
1
-11
/
+15
*
draw: fix crlf
Keith Whitwell
2008-03-23
2
-204
/
+204
*
draw: rename emit functions to match pipe_format names
Keith Whitwell
2008-03-23
1
-22
/
+17
*
draw: restructure fetch/emit as a pair of function calls
Keith Whitwell
2008-03-23
1
-109
/
+152
*
draw: fix some unsigned vs ushort confusion
Keith Whitwell
2008-03-23
3
-10
/
+9
*
gallium: beginnings of draw module vertex rework
Keith Whitwell
2008-03-23
11
-19
/
+1169
*
gallium: free samplers, textures in destroy()
Brian
2008-03-22
2
-0
/
+13
*
gallium: fix mem leak (fee pstipple stage)
Brian
2008-03-22
1
-0
/
+2
*
gallium: add face, dirtyLevels params to pipe->texture_update()
Brian Paul
2008-03-19
2
-1
/
+2
*
gallium: added braces to silence warning
Brian
2008-03-18
1
-1
/
+2
*
gallium: improvements, or extensions at least, to the passthrough path
Keith Whitwell
2008-03-17
2
-98
/
+257
*
gallium: add explicit control for point sprites (convert points to textured q...
Brian
2008-03-14
5
-2
/
+24
*
scons: Remove second occurence of draw_passthrough.c.
Michal Krol
2008-03-14
1
-2
/
+1
*
gallium: added some debug code (disabled)
Brian
2008-03-14
1
-0
/
+13
*
gallium: fix some compiler warnings
Keith Whitwell
2008-03-14
1
-2
/
+2
*
gallium: fix EMIT_HEADER case in draw_vf_set_vertex_info()
Brian
2008-03-13
1
-1
/
+5
*
gallium: plug in vertex passthrough code
Brian
2008-03-13
4
-8
/
+147
*
gallium: fix bug in draw_num_vs_outputs()
Brian
2008-03-13
1
-1
/
+1
*
gallium: added EMIT_HEADER case
Brian
2008-03-13
1
-0
/
+4
*
gallium: added EMIT_HEADER case in emit_vertex()
Brian
2008-03-13
1
-0
/
+5
*
gallium: added new EMIT_HEADER token
Brian
2008-03-13
2
-0
/
+4
*
gallium: added draw_need_pipeline() predicate function
Brian
2008-03-13
1
-1
/
+54
[next]