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
/
softpipe
Commit message (
Expand
)
Author
Age
Files
Lines
*
Redoing the way we handle vertex shaders for the draw module.
Zack Rusin
2007-09-28
5
-23
/
+58
*
reduced debug
keithw
2007-09-27
1
-2
/
+2
*
Enable codegen based whenever __i386__ is defined.
Keith Whitwell
2007-09-27
1
-8
/
+2
*
restore primitive trimming in sp_draw_arrays.c
keithw
2007-09-27
2
-4
/
+7
*
Make flushing more lazy in the draw module.
Keith Whitwell
2007-09-27
2
-7
/
+12
*
added a8r8g8b8_put_tile()
Brian
2007-09-26
1
-0
/
+41
*
s/_mesa_copy_rect/copy_rect/
Brian
2007-09-26
1
-25
/
+26
*
First attempt at building vertex buffers post-clip.
Keith Whitwell
2007-09-25
6
-8
/
+444
*
Enable SSE2 for FS.
michal
2007-09-24
1
-28
/
+31
*
fix some post-transform vertex layout issues (bcolors, psize emitted last
Brian
2007-09-21
1
-16
/
+16
*
Fix up some point size breakage. Start on fogcoord too.
Brian
2007-09-21
2
-22
/
+44
*
Get rid of TGSI_SEMANTIC_TEXCOORD and just use TGSI_SEMANTIC_GENERIC.
Brian
2007-09-21
1
-6
/
+1
*
Make the alpha test state a cso.
Zack Rusin
2007-09-21
6
-11
/
+33
*
Silence a few warnings.
Zack Rusin
2007-09-21
1
-1
/
+1
*
Clean-up the TGSI_SEMANTIC tokens, introduce semantic indexes.
Brian
2007-09-20
1
-10
/
+14
*
remove #includes of tgsi_attribs.h
Brian
2007-09-20
2
-2
/
+0
*
checkpoint: TGSI_ATTRIB_x tokens no longer used
Brian
2007-09-20
2
-17
/
+15
*
Checkpoint: vertex attribute clean-up.
Brian
2007-09-20
3
-9
/
+10
*
Fix failover state binding and convert the sampler to use the new
Zack Rusin
2007-09-20
2
-18
/
+9
*
Convert depth_stencil state to the new semantics.
Zack Rusin
2007-09-20
2
-19
/
+11
*
Switch fragment/vertex shaders to the new caching semantics.
Zack Rusin
2007-09-20
2
-23
/
+15
*
Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.
Brian
2007-09-19
2
-44
/
+56
*
Avoid redundant reallocation of the template.
Zack Rusin
2007-09-19
1
-5
/
+4
*
Convert the rasterizer cso to the new semantics.
Zack Rusin
2007-09-19
2
-15
/
+11
*
Redo the cso cache to map driver data in a lot more pleasing way.
Zack Rusin
2007-09-19
2
-8
/
+8
*
Finish up conversions of shaders to immutable objects.
Zack Rusin
2007-09-19
1
-4
/
+6
*
Checkpoint: rework shader input/output register mapping.
Brian
2007-09-18
1
-0
/
+8
*
Fix some issues with perspective-corrected interpolation.
Brian
2007-09-18
1
-5
/
+4
*
additional comments for tri_persp_coeff()
Brian
2007-09-18
1
-0
/
+4
*
Convert shader to an immutable state object.
Zack Rusin
2007-09-18
6
-19
/
+41
*
Finishing up rename of the setup state to the rasterizer state.
Zack Rusin
2007-09-18
3
-3
/
+3
*
converting the setup state to immutable object and renaming it to rasterizer ...
Zack Rusin
2007-09-18
8
-32
/
+56
*
Combing depth and stencil objects and making them immutable.
Zack Rusin
2007-09-18
9
-63
/
+70
*
Fix the warning.
Zack Rusin
2007-09-18
1
-1
/
+1
*
Make sampler an immutable state object.
Zack Rusin
2007-09-18
4
-11
/
+36
*
First stab at immutable state objects (create/bind/delete)
Zack Rusin
2007-09-18
7
-19
/
+42
*
Remove non-meaningful region_idle() interface
Keith Whitwell
2007-09-17
1
-7
/
+0
*
Implement query object interface.
Brian
2007-09-11
3
-13
/
+39
*
vertex feedback functions
Brian
2007-09-10
1
-0
/
+72
*
merge buffer_unreference(), buffer_reference()
Brian
2007-09-10
2
-4
/
+5
*
More work on vertex feedback / glRasterPos. Basic rasterpos works now.
Brian
2007-09-10
5
-0
/
+41
*
Define attrib_format and interp_mode enum typedefs and use where appropriate.
Brian
2007-08-31
2
-5
/
+5
*
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
*
fix unhandled switch/case warning
Brian
2007-08-30
1
-0
/
+4
*
In draw_flatshade.c use vertex_info->interp_mode[] to choose attribs/colors t...
Brian
2007-08-30
3
-8
/
+7
*
Sketch out per-vertex point size.
Brian
2007-08-30
2
-3
/
+16
*
Fix fragment program color output mapping (0=depth, 1=color)
Brian
2007-08-24
1
-2
/
+2
*
Add support for more surface types in sp_surface.c
Brian
2007-08-24
1
-0
/
+364
*
Fixup include paths after rename
Keith Whitwell
2007-08-24
4
-4
/
+4
[next]