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
/
sp_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make gallium compile in win32.
Michal Krol
2007-10-29
1
-3
/
+3
*
Replace supported_formats with is_format_supported interface.
Michal Krol
2007-10-28
1
-5
/
+7
*
Use FREE and MALLOC instead of free and malloc.
Michal Krol
2007-10-28
1
-1
/
+1
*
Control FS TGSI dumping with GALLIUM_DUMP_FS env variable.
michal
2007-10-28
1
-0
/
+2
*
Fix newlines.
michal
2007-10-28
1
-10
/
+10
*
Call quad stage destructors.
michal
2007-10-27
1
-0
/
+12
*
Re-implement GLSL texture sampler variables.
Brian
2007-10-26
1
-0
/
+1
*
Move the get/put_tile() functions to pipe_context.
Brian
2007-10-25
1
-3
/
+3
*
Finish unifying the surface and texture tile caches.
Brian
2007-10-22
1
-6
/
+14
*
init sp->sbuf_cache to avoid possible segfault
Brian
2007-10-20
1
-0
/
+1
*
Convert Z/stencil ops to use cached tiles like colors.
Brian
2007-10-20
1
-26
/
+56
*
remove old comment
Brian
2007-10-18
1
-5
/
+0
*
sp_context.c:255: error: 'false' undeclared (first use in this function)
Oliver McFadden
2007-10-18
1
-1
/
+1
*
Track fragment and vertex shader code generation via pipe shader state objects.
Michel Dänzer
2007-10-03
1
-0
/
+6
*
fix a few vert/frag program items to get i915 driver going again
Brian
2007-10-01
1
-2
/
+0
*
Redoing the way we handle vertex shaders for the draw module.
Zack Rusin
2007-09-28
1
-4
/
+4
*
Revert "Redoing the way we handle vertex shaders for the draw module."
Zack Rusin
2007-09-28
1
-4
/
+4
*
Redoing the way we handle vertex shaders for the draw module.
Zack Rusin
2007-09-28
1
-4
/
+4
*
First attempt at building vertex buffers post-clip.
Keith Whitwell
2007-09-25
1
-1
/
+13
*
Make the alpha test state a cso.
Zack Rusin
2007-09-21
1
-1
/
+3
*
Silence a few warnings.
Zack Rusin
2007-09-21
1
-1
/
+1
*
Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.
Brian
2007-09-19
1
-0
/
+10
*
Finish up conversions of shaders to immutable objects.
Zack Rusin
2007-09-19
1
-4
/
+6
*
Convert shader to an immutable state object.
Zack Rusin
2007-09-18
1
-6
/
+8
*
Finishing up rename of the setup state to the rasterizer state.
Zack Rusin
2007-09-18
1
-1
/
+1
*
converting the setup state to immutable object and renaming it to rasterizer ...
Zack Rusin
2007-09-18
1
-1
/
+3
*
Combing depth and stencil objects and making them immutable.
Zack Rusin
2007-09-18
1
-2
/
+3
*
Make sampler an immutable state object.
Zack Rusin
2007-09-18
1
-1
/
+3
*
First stab at immutable state objects (create/bind/delete)
Zack Rusin
2007-09-18
1
-1
/
+4
*
Implement query object interface.
Brian
2007-09-11
1
-7
/
+28
*
More work on vertex feedback / glRasterPos. Basic rasterpos works now.
Brian
2007-09-10
1
-0
/
+3
*
Rework of shader constant buffers.
Brian
2007-08-22
1
-0
/
+1
*
Checkpoint: remove more of the old draw_vb() code.
Brian
2007-08-20
1
-42
/
+0
*
Start to remove the temporary draw_vb() and draw_vertices() code.
Brian
2007-08-20
1
-0
/
+6
*
implement draw_elements()
Brian
2007-08-20
1
-0
/
+1
*
Fix some draw_arrays issues.
Brian
2007-08-19
1
-4
/
+0
*
Remove many dependencies on mesa headers.
Brian
2007-08-16
1
-0
/
+5
*
misc changes to support vertex shaders (disabled by default)
Brian
2007-08-16
1
-0
/
+1
*
Hook in new draw_arrays() code, disabled for now.
Brian
2007-08-15
1
-6
/
+17
*
Continue reducing dependencies on core mesa include files.
Keith Whitwell
2007-08-14
1
-14
/
+13
*
map stencil buffer too
Brian
2007-08-13
1
-0
/
+12
*
Move string functions to state_tracker, add queries to pipe, winsys.
Keith Whitwell
2007-08-10
1
-0
/
+12
*
use winsys supported_formats() query
keithw
2007-08-10
1
-0
/
+5
*
added pipe->max_texture_size() query, use it in st_drawpixels()
Brian
2007-08-10
1
-0
/
+32
*
Lift common winsys functions into pipe's new p_winsys.
Keith Whitwell
2007-08-10
1
-5
/
+4
*
Handle glFlush/glFinish through the state tracker.
Keith Whitwell
2007-08-10
1
-1
/
+1
*
added null ptr checks
Brian
2007-08-09
1
-4
/
+9
*
Add flush/finish functionality to pipe.
Keith Whitwell
2007-08-09
1
-0
/
+3
*
map/unmap textures
Brian
2007-08-07
1
-0
/
+17
*
sketch out new pipe surface/sampler types
Brian
2007-08-07
1
-0
/
+1
[next]