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
*
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
*
gallium: added draw_enable_line_stipple() function
Brian
2008-03-13
3
-2
/
+18
*
gallium: remove dead code related to shader semantic input/output info
Brian Paul
2008-03-13
3
-21
/
+1
*
gallium: fix bug in stip_first_tri()
Brian Paul
2008-03-13
1
-5
/
+5
*
gallium: remove semantic info from pipe_shader_state
Brian Paul
2008-03-13
3
-3
/
+3
*
gallium: fix polygon stipple
Brian
2008-03-12
1
-12
/
+22
*
gallium: change draw_vertex_shader->state from pointer to struct
Brian
2008-03-12
3
-5
/
+5
*
gallium: reduce signed/unsigned warnings
Keith Whitwell
2008-03-12
1
-1
/
+1
*
gallium: rework CSO-related code in state tracker
Brian
2008-03-11
3
-3
/
+6
*
draw: don't free our copy of the render stage -- just borrowing it from vbuf ...
Keith Whitwell
2008-03-11
1
-0
/
+3
*
gallium: missing file
Keith Whitwell
2008-03-11
1
-0
/
+222
[next]