index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
pipe
/
softpipe
Age
Commit message (
Expand
)
Author
2007-12-10
Fix up some confusion wrt winsys->buffer_create alignment / flags parameters.
Michel Dänzer
2007-12-09
use quadColor local var
Brian
2007-12-09
Fix looping for multi-color buffer writing.
Brian
2007-12-09
Adapt for winsys interface changes.
José Fonseca
2007-12-09
gallium: use SSE by default
José Fonseca
2007-12-09
gallium: add draw_stage::destroy().
Michal
2007-12-07
Try to reduce the frequency of calls to pipe->get_tex_surface()
Brian
2007-12-07
shorten loops over color bufs
Brian
2007-12-07
code re-org in softpipe_clear()
Brian
2007-12-07
clean-ups
Brian
2007-12-07
Tile clearing optimizations.
Brian
2007-12-07
Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.
Brian
2007-12-07
Get rid of "duplicate" formats.
Brian
2007-12-07
Enable the tile clear "optimization"
Brian
2007-12-07
Make sp_tile_cache_flush_clear() static.
Brian
2007-12-07
Convert the clearValue back to floats for sp_tile_cache_clear()
Brian
2007-12-07
Some tile cache improvements, clean-ups.
Brian
2007-12-07
don't dereference pt after realloc - fixes valgrind error
Brian
2007-12-07
add some whitespace
Brian
2007-12-07
Move struct softpipe_texture definition into sp_texture.h
Brian
2007-12-07
minor code movement
Brian
2007-12-07
Eliminate struct pipe_region.
Michel Dänzer
2007-12-06
Hide texture layout details from the state tracker.
Michel Dänzer
2007-12-05
added tile funcs for B8G8R8A8 format
Brian
2007-11-29
Move dimensions from struct pipe_region to struct pipe_surface.
Michel Dänzer
2007-11-23
gallium: remove sp_headers.h references.
Michal Krol
2007-11-23
gallium: reorg tgsi directories.
Michal Krol
2007-11-21
Replace draw_set_vertex_attributes() with simpler draw_set_vertex_info().
Brian
2007-11-20
add PIPE_FORMAT_Z24_S8 support to softpipe patsh
Brian
2007-11-19
optimize earlyz_quad(), add comments, remove unneeded #includes
Brian
2007-11-18
Implement early depth test.
Michal Krol
2007-11-16
note problem with fragment coord Y orientation
Brian
2007-11-08
Implement shadow comparisons.
Brian
2007-11-08
use pipe_surface_reference() in sp_tile_cache_set_surface()
Brian
2007-11-08
fix bad width/height code in softpipe_clear()
Brian
2007-11-08
Added pipe->get_paramf() to query float limits.
Brian
2007-11-07
Reset temporary vertices ids.
José Fonseca
2007-11-07
Use a consistent number to identify undefined vertices.
José Fonseca
2007-11-06
remove dead code in softpipe_is_format_supported()
Brian
2007-11-06
Remove pipe->max_texture_size(), use get_param() instead.
Brian
2007-11-05
Determine GL extensions/limits by making pipe queries.
Brian
2007-11-02
Cleanups.
Zack Rusin
2007-11-02
Implement COS and CMP opcode.
Zack Rusin
2007-11-02
Add debugging ifdefs to make it less verbose
Zack Rusin
2007-11-02
Get fragment shaders working on top of LLVM.
Zack Rusin
2007-11-02
Change the fragment shader signature to better match actual
Zack Rusin
2007-11-02
Add basic entry points for fragment shaders.
Zack Rusin
2007-11-02
Renaming llvmtgsi to gallivm. Taking first steps on the way to supporting
Zack Rusin
2007-11-01
implement get/put_tile() for xlib driver
Brian
2007-10-29
minor code simplification
Brian
[next]