index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
pipe
/
softpipe
/
sp_state_derived.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Define attrib_format and interp_mode enum typedefs and use where appropriate.
Brian
2007-08-31
1
-2
/
+2
*
Consolidate vertex-related code in new draw_vertex.c
Brian
2007-08-30
1
-32
/
+14
*
Remove dependency on TGSI_ATTRIB_x tokens in draw_twoside.c
Brian
2007-08-30
1
-6
/
+19
*
In draw_flatshade.c use vertex_info->interp_mode[] to choose attribs/colors t...
Brian
2007-08-30
1
-1
/
+3
*
Sketch out per-vertex point size.
Brian
2007-08-30
1
-0
/
+6
*
Fixup include paths after rename
Keith Whitwell
2007-08-24
1
-1
/
+1
*
Use vertex_info struct for softpipe - lots of clean-up.
Brian
2007-08-23
1
-42
/
+43
*
Vertex shader outputs are now tightly packed into the output slots.
Brian
2007-08-23
1
-30
/
+3
*
Checkpoint: new vertex/fragment attribute naming
Brian
2007-08-23
1
-35
/
+37
*
Checkpoint commit: i915 texture works, use new vertex_info struct
Brian
2007-08-23
1
-61
/
+1
*
Move guts of vertex array drawing into the 'draw' module.
Brian
2007-08-20
1
-11
/
+4
*
more work on vertex shaders, now using vertex shaders instead of TnL module b...
Brian
2007-08-18
1
-1
/
+1
*
Break mesa dependencies.
michal
2007-08-16
1
-6
/
+66
*
Hook in new draw_arrays() code, disabled for now.
Brian
2007-08-15
1
-0
/
+7
*
Add UsageMask to DECLARATION in TGSI.
michal
2007-08-15
1
-2
/
+2
*
Continue reducing dependencies on core mesa include files.
Keith Whitwell
2007-08-14
1
-11
/
+11
*
Clip triangles against softpipe->cliprect which includes scissor and surface ...
Brian
2007-07-27
1
-4
/
+4
*
Maintain cliprect (scissor) info in sp_state_derived.c.
Brian
2007-07-27
1
-0
/
+40
*
Add VF_ATTRIB_VAR0..7 for varying variables.
Brian
2007-07-24
1
-0
/
+10
*
Compute need_z and need_w properly and use the correct const/linear/perspecti...
Brian
2007-07-24
1
-1
/
+20
*
Fix a typo (i << i) that was fouling up the vertex layout info.
Brian
2007-07-24
1
-4
/
+7
*
rebuild quad pipeline when framebuffer changes too
Brian
2007-07-24
1
-0
/
+1
*
Trigger tgsi compilation for fragment programs.
Keith Whitwell
2007-07-19
1
-3
/
+1
*
set INTERP_CONSTANT when appropriate
Brian
2007-07-13
1
-1
/
+5
*
Implement polygon stipple state tracking, application.
Brian
2007-07-11
1
-1
/
+6
*
Comments, minor clean-up.
Brian
2007-07-10
1
-9
/
+12
*
Rename G_NEW_* tokens to SP_NEW_*
Brian
2007-07-09
1
-2
/
+2
*
New 'draw' module for primitive drawing (clipping, culling, etc).
Brian
2007-07-09
1
-8
/
+8
*
checkpoint: implement z/depth testing
Brian
2007-06-20
1
-1
/
+1
*
Remove dependency on vf.h in public headers
Keith Whitwell
2007-06-20
1
-0
/
+2
*
Initial implementation of a software pipeline for quad rasterization (fragmen...
Brian
2007-06-20
1
-0
/
+3
*
Renamed softpipe directories and files to something less confusing.
Keith Whitwell
2007-06-14
1
-0
/
+136