index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
pipe
/
softpipe
Age
Commit message (
Expand
)
Author
2007-08-10
Give softpipe a native texture layout of its own.
Keith Whitwell
2007-08-10
Add a printf method to winsys. Not currently used.
Keith Whitwell
2007-08-10
flesh out w/ more formats, y=0=top convention
Brian
2007-08-09
export softpipe_init_surface_funcs()
Brian
2007-08-09
added null ptr checks
Brian
2007-08-09
Split texfilter enums to match common hardware usage.
Keith Whitwell
2007-08-09
Add flush/finish functionality to pipe.
Keith Whitwell
2007-08-08
clean-up
Brian
2007-08-08
use surface offset value in get_tile()
Brian
2007-08-08
initial lod/mipmap texture supported
Brian
2007-08-08
added assertion
Brian
2007-08-08
print_vertex func for debugging
Brian
2007-08-08
very simple texture cache implementation
Brian
2007-08-08
fix qs->next tests
Brian
2007-08-08
add quad_stage::begin() funcs
Brian
2007-08-08
Add a quad_stage::begin() method to do per-primitive preparations (like setti...
Brian
2007-08-08
add lambda param to get_sample()
Brian
2007-08-08
sketch out 1D/3D/cube texture sampling
Brian
2007-08-08
more get_tile() work
Brian
2007-08-08
fully support all texcoord wrap modes
Brian
2007-08-07
use new tex filtering code
Brian
2007-08-07
initial texture filtering code
Brian
2007-08-07
include p_state.h
Brian
2007-08-07
added a get_tile() func
Brian
2007-08-07
map/unmap textures
Brian
2007-08-07
remove dst!=src assertion
Brian
2007-08-07
checkpoint new tgsi_sampler_state struct
Brian
2007-08-07
sketch out new pipe surface/sampler types
Brian
2007-08-07
s/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.c
Brian
2007-08-07
get rid of temp write_mono_row_ub() function
Brian
2007-08-06
added softpipe_mipmap_tree_layout
Brian
2007-08-06
need a softpipe func for texture layout
Brian
2007-08-06
Use fp_attr_to_slot[].
michal
2007-08-06
Add pipe buffer managment functions.
Keith Whitwell
2007-08-05
Add a new interface between softpipe and the window system / buffer manager.
Keith Whitwell
2007-08-02
added pipe->supported_formats()
Brian
2007-08-02
pipe->clear() now takes a surface, rather than color/depth/stencil flags.
Brian
2007-08-02
Fix make recursion.
Keith Whitwell
2007-08-02
Implement new draw_vertices() path for simple vertex array drawing, use it fo...
Brian
2007-08-02
Remove references to accum buffers in softpipe.
Keith Whitwell
2007-08-02
Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi...
Brian
2007-08-02
Reroute some clear functionality.
Keith Whitwell
2007-08-01
implement masking in sp_region_fill()
Brian
2007-08-01
get cliprect bounds after softpipe_update_derived()
Brian
2007-08-01
Re-implement intelClear() in terms of softpipe_clear(). Pretty simple/small ...
Brian
2007-08-01
More work on glClear.
Brian
2007-08-01
s/Z24_S8/S8_Z24/ (stencil is in the high byte)
Brian
2007-08-01
Checkpoint: glClear changes - working, bug very rough.
Brian
2007-08-01
Build libsoftpipe.a
Keith Whitwell
2007-07-31
Obsolete.
Brian
[next]