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
*
gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ code
Keith Whitwell
2008-01-25
1
-1
/
+1
*
gallium: remove support for separate depth/stencil buffers. Always combined ...
Brian
2008-01-23
1
-14
/
+5
*
gallium: restore/rewrite vbuf code for softpipe
Brian
2008-01-23
1
-6
/
+3
*
gallium: overhaul usage of vertex_info in draw module.
Brian
2008-01-23
1
-1
/
+1
*
Remove mapping fields from struct pipe_surface.
Michel Dänzer
2008-01-14
1
-20
/
+6
*
clean-up comments, code
Brian
2008-01-10
1
-1
/
+1
*
softpipe: map only once in softpipe_map_surfaces
Jerome Glisse
2008-01-10
1
-3
/
+3
*
unref const buffers during context destroy
Brian
2008-01-01
1
-0
/
+7
*
free surface caches in softpipe_destroy()
Brian
2008-01-01
1
-0
/
+9
*
gallium: incorporate alpha state into depth_stencil state object.
Keith Whitwell
2007-12-17
1
-7
/
+3
*
remove unused var
Brian
2007-12-13
1
-2
/
+0
*
PIPE_SCREEN_SURFACE no longer needed
Brian
2007-12-12
1
-3
/
+1
*
Rework gallium and mesa queries a little.
Keith Whitwell
2007-12-11
1
-34
/
+2
*
gallium: remove set_sampler_units interface
Keith Whitwell
2007-12-11
1
-2
/
+1
*
gallium: remove redundant clear_color state.
Keith Whitwell
2007-12-11
1
-1
/
+0
*
gallium: Remove feedback interfaces from pipe driver.
Keith Whitwell
2007-12-11
1
-2
/
+0
*
Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...
Brian
2007-12-10
1
-6
/
+18
*
gallium: use SSE by default
José Fonseca
2007-12-09
1
-1
/
+1
*
shorten loops over color bufs
Brian
2007-12-07
1
-1
/
+1
*
Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.
Brian
2007-12-07
1
-1
/
+2
*
add some whitespace
Brian
2007-12-07
1
-0
/
+6
*
minor code movement
Brian
2007-12-07
1
-3
/
+2
*
Eliminate struct pipe_region.
Michel Dänzer
2007-12-07
1
-63
/
+21
*
Hide texture layout details from the state tracker.
Michel Dänzer
2007-12-06
1
-8
/
+9
*
Implement early depth test.
Michal Krol
2007-11-18
1
-0
/
+2
*
Added pipe->get_paramf() to query float limits.
Brian
2007-11-08
1
-1
/
+25
*
remove dead code in softpipe_is_format_supported()
Brian
2007-11-06
1
-26
/
+2
*
Remove pipe->max_texture_size(), use get_param() instead.
Brian
2007-11-06
1
-34
/
+7
*
Determine GL extensions/limits by making pipe queries.
Brian
2007-11-05
1
-0
/
+20
*
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
[next]