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
*
Checkpoint: rework shader input/output register mapping.
Brian
2007-09-18
2
-21
/
+32
*
Finishing up rename of the setup state to the rasterizer state.
Zack Rusin
2007-09-18
3
-12
/
+12
*
converting the setup state to immutable object and renaming it to rasterizer ...
Zack Rusin
2007-09-18
7
-16
/
+16
*
More work on vertex feedback / glRasterPos. Basic rasterpos works now.
Brian
2007-09-10
3
-1
/
+15
*
Initial work for post-transformed vertex feedback buffers.
Brian
2007-09-06
4
-30
/
+61
*
Initial work for post-transform vertex feedback buffers.
Brian
2007-09-06
1
-0
/
+247
*
move some protos from draw_vertex.h to draw_private.h
Brian
2007-08-31
2
-17
/
+16
*
Define attrib_format and interp_mode enum typedefs and use where appropriate.
Brian
2007-08-31
4
-31
/
+44
*
Consolidate vertex-related code in new draw_vertex.c
Brian
2007-08-30
5
-115
/
+189
*
Remove dependency on TGSI_ATTRIB_x tokens in draw_twoside.c
Brian
2007-08-30
4
-14
/
+60
*
fix breakage from prev commit
Brian
2007-08-30
1
-1
/
+1
*
In draw_flatshade.c use vertex_info->interp_mode[] to choose attribs/colors t...
Brian
2007-08-30
4
-42
/
+38
*
Fix lost edge flags problem when clipping.
Brian
2007-08-30
2
-2
/
+16
*
Sketch out per-vertex point size.
Brian
2007-08-30
1
-1
/
+1
*
Split out vertex shader/cache/fetch functionality from draw_prim.c
Keith Whitwell
2007-08-27
6
-410
/
+510
*
Hook-up SSE2 to VS.
michal
2007-08-24
1
-1
/
+30
*
Fix user-defined clip planes. They seem to work properly now.
Brian
2007-08-24
5
-40
/
+63
*
re-enable compute_clipmask() call
Brian
2007-08-24
1
-1
/
+1
*
Fixup include paths after rename
Keith Whitwell
2007-08-24
2
-2
/
+2
*
remove dead code
Brian
2007-08-23
1
-38
/
+10
*
Vertex shader outputs are now tightly packed into the output slots.
Brian
2007-08-23
1
-20
/
+37
*
Need to copy header->edgeflags to tmp when creating new prim_header.
Brian
2007-08-23
3
-0
/
+3
*
minor improvement to get_vertex() in-use flag setting
Brian
2007-08-23
1
-4
/
+2
*
fix an edgeflag logic error, see comments
Brian
2007-08-23
1
-0
/
+5
*
fix incorrect vertex index for POLYGON drawing
Brian
2007-08-23
1
-1
/
+1
*
get rid of VERT_RESULT_ usage
Brian
2007-08-23
1
-8
/
+2
*
Checkpoint: new vertex/fragment attribute naming
Brian
2007-08-23
6
-95
/
+20
*
comment about code duplication
Brian
2007-08-23
1
-0
/
+1
*
Checkpoint commit: i915 texture works, use new vertex_info struct
Brian
2007-08-23
6
-58
/
+68
*
Define a re-usable vertex_info structure to describe vertex layouts.
Brian
2007-08-23
1
-0
/
+141
*
more debug output
Brian
2007-08-22
1
-10
/
+18
*
remove old draw_vertices()
Brian
2007-08-22
1
-6
/
+0
*
Rework of shader constant buffers.
Brian
2007-08-22
3
-1
/
+12
*
Headers.
michal
2007-08-21
1
-23
/
+39
*
Silence compiler warnings.
michal
2007-08-21
2
-2
/
+2
*
Move vertex transformation/shader code into draw_prim.c to avoid need for vs_...
Brian
2007-08-20
3
-272
/
+270
*
move ALIGN16-related macros into p_compiler.h
Brian
2007-08-20
1
-10
/
+0
*
Update glClear and glDrawPixels code.
Brian
2007-08-20
1
-2
/
+3
*
remove some of the #ifndef MESA stuff
Brian
2007-08-20
3
-13
/
+18
*
Obsolete
Brian
2007-08-20
1
-320
/
+0
*
remove dead code related to vf module
Brian
2007-08-20
2
-35
/
+2
*
Checkpoint: remove more of the old draw_vb() code.
Brian
2007-08-20
3
-9
/
+7
*
Start to remove the temporary draw_vb() and draw_vertices() code.
Brian
2007-08-20
2
-69
/
+4
*
Move guts of vertex array drawing into the 'draw' module.
Brian
2007-08-20
7
-24
/
+455
*
fix cache overflow bug in get_vertex()
Brian
2007-08-20
1
-3
/
+4
*
Merge branch 'softpipe_0_1_branch' of git+ssh://
[email protected]
/gi...
Brian
2007-08-20
4
-21
/
+4
|
\
|
*
Fix some draw_arrays issues.
Brian
2007-08-19
3
-19
/
+0
|
*
fix edgeflag bug
Brian
2007-08-17
1
-2
/
+4
*
|
replace memcpy() with assignment, better type safety
Brian
2007-08-17
1
-1
/
+1
*
|
added CLIP_x_SHIFT vals
Brian
2007-08-17
1
-0
/
+16
|
/
[next]