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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch fragment/vertex shaders to the new caching semantics.
Zack Rusin
2007-09-20
8
-65
/
+119
*
Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.
Brian
2007-09-19
15
-93
/
+360
*
Fix a really stupid mistake that Michel hit. Return proper hash.
Zack Rusin
2007-09-19
1
-0
/
+6
*
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
8
-39
/
+61
*
Convert the i915 driver blend state to the new semantics.
Zack Rusin
2007-09-19
4
-82
/
+88
*
Redo the cso cache to map driver data in a lot more pleasing way.
Zack Rusin
2007-09-19
8
-24
/
+60
*
Finish up conversions of shaders to immutable objects.
Zack Rusin
2007-09-19
5
-16
/
+33
*
Checkpoint: rework shader input/output register mapping.
Brian
2007-09-18
6
-41
/
+100
*
Fix some issues with perspective-corrected interpolation.
Brian
2007-09-18
3
-6
/
+6
*
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
17
-56
/
+105
*
Finishing up rename of the setup state to the rasterizer state.
Zack Rusin
2007-09-18
8
-17
/
+17
*
move cso cache to the pipe directory
Zack Rusin
2007-09-18
4
-0
/
+679
*
converting the setup state to immutable object and renaming it to rasterizer ...
Zack Rusin
2007-09-18
25
-99
/
+148
*
Combing depth and stencil objects and making them immutable.
Zack Rusin
2007-09-18
18
-191
/
+188
*
Fix the warning.
Zack Rusin
2007-09-18
1
-1
/
+1
*
Make sampler an immutable state object.
Zack Rusin
2007-09-18
11
-45
/
+89
*
First stab at immutable state objects (create/bind/delete)
Zack Rusin
2007-09-18
15
-50
/
+103
*
s/bugmgr/bufgr/
Brian
2007-09-17
1
-1
/
+1
*
Remove non-meaningful region_idle() interface
Keith Whitwell
2007-09-17
4
-16
/
+0
*
Implement query object interface.
Brian
2007-09-11
8
-21
/
+83
*
vertex feedback functions
Brian
2007-09-10
1
-0
/
+72
*
merge buffer_unreference(), buffer_reference()
Brian
2007-09-10
4
-11
/
+11
*
More work on vertex feedback / glRasterPos. Basic rasterpos works now.
Brian
2007-09-10
10
-7
/
+69
*
Initial work for post-transformed vertex feedback buffers.
Brian
2007-09-06
6
-32
/
+92
*
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
7
-38
/
+51
*
Consolidate vertex-related code in new draw_vertex.c
Brian
2007-08-30
7
-207
/
+214
*
Remove dependency on TGSI_ATTRIB_x tokens in draw_twoside.c
Brian
2007-08-30
6
-26
/
+95
*
fix breakage from prev commit
Brian
2007-08-30
1
-1
/
+1
*
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
8
-57
/
+56
*
Fix lost edge flags problem when clipping.
Brian
2007-08-30
2
-2
/
+16
*
Sketch out per-vertex point size.
Brian
2007-08-30
3
-4
/
+17
*
Add p_compiler.h.
michal
2007-08-29
1
-0
/
+1
*
Break GL dependencies.
michal
2007-08-29
1
-1
/
+1
*
Break GL dependencies.
michal
2007-08-29
1
-2
/
+3
*
Break GL dependencies.
michal
2007-08-29
2
-32
/
+32
*
Break GL dependencies.
michal
2007-08-29
1
-105
/
+105
*
Fix ffs().
michal
2007-08-29
1
-2
/
+7
*
Split out vertex shader/cache/fetch functionality from draw_prim.c
Keith Whitwell
2007-08-27
6
-410
/
+510
*
s/==/=/
Brian
2007-08-24
1
-1
/
+1
*
Fix fragment program color output mapping (0=depth, 1=color)
Brian
2007-08-24
3
-7
/
+7
*
set I915_NEW_VERTEX_FORMAT in calculate_vertex_layout(), fixes demos/texenv
Brian
2007-08-24
1
-0
/
+6
*
Add support for more surface types in sp_surface.c
Brian
2007-08-24
3
-2
/
+366
*
Hook-up SSE2 to VS.
michal
2007-08-24
5
-38
/
+34
*
Indent. Remove GL dependencies. Simplify. Add rtasm instructions.
michal
2007-08-24
1
-1351
/
+1339
*
Add tgsi_sse2.
michal
2007-08-24
3
-0
/
+1752
[next]