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
Age
Commit message (
Expand
)
Author
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
Add GLSL opcodes.
michal
2007-08-06
Add GLSL ops.
michal
2007-08-06
Make SGE, SGT, SLE working.
michal
2007-08-06
Remove garbage text.
michal
2007-08-06
Use fp_attr_to_slot[].
michal
2007-08-06
Reorder opcodes.
michal
2007-08-06
Translate the remaining ops.
michal
2007-08-06
Translate MESA GLSL opcodes to TGSI opcodes.
michal
2007-08-06
Add path for GL includes in mesa tree.
michal
2007-08-06
comments
Brian
2007-08-06
Add GLSL opcodes.
michal
2007-08-06
Checkpoint lifting of intel_mipmap_tree (intel_mipmap_tree -> pipe_mipmap_tre...
Brian
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-03
Remove "static region" support.
Keith Whitwell
2007-08-02
added pipe->supported_formats()
Brian
2007-08-02
more 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
add PIPE_MASK_RGBA
Brian
2007-08-02
Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi...
Brian
2007-08-02
Remove remnants of i915 texture-from-pbo code.
Keith Whitwell
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
2007-07-31
Redesign pipe_surface in terms of pipe_region.
Brian
2007-07-31
Lift region-related functions up to the pipe interface.
Brian
2007-07-30
32 and z24s8 softpipe buffers
Brian
2007-07-30
Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi...
Brian
2007-07-30
Lots of improvements to the surface-related code.
Brian
2007-07-30
compute scale for Z24 buffers
Brian
2007-07-30
Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi...
Brian
2007-07-30
map/unmap surfaces before/after rendering
Brian
2007-07-30
remove old comments
Brian
2007-07-27
renaming, comments, clean-up
Brian
2007-07-27
Clip triangles against softpipe->cliprect which includes scissor and surface ...
Brian
2007-07-27
remove obsolete comments
Brian
2007-07-27
Maintain cliprect (scissor) info in sp_state_derived.c.
Brian
2007-07-27
Implement point/line quad clipping. Not quite as efficient as it probably co...
Brian
[next]