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
/
gallium
/
drivers
/
softpipe
/
sp_screen.c
Age
Commit message (
Collapse
)
Author
2009-01-02
softpipe: increase number of texture samplers/units to PIPE_MAX_SAMPLERS (16)
Brian Paul
2008-12-04
gallium: added PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS query
Brian
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
Also, rename p_tile.[ch] to u_tile.[ch]
2008-08-08
gallium: Add destroy callback to all *_winsys interfaces.
José Fonseca
For consistency and to simplify these objects' destruction.
2008-08-06
gallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_TEXTURE_MIRROR_REPEAT
Brian Paul
Check for these caps in state tracker and enable corresponding GL extensions if supported.
2008-07-19
gallium: Finer grained is_format_supported.
José Fonseca
2008-07-16
softpipe: DXT formats not really supported.
José Fonseca
2008-05-01
gallium: tex surface checkpoint
Keith Whitwell
2008-04-14
gallium: fix PIPE_CAP_MAX_RENDER_TARGETS query
Brian
2008-02-27
gallium: move is_format_supported() to pipe_screen struct
Brian
2008-02-27
gallium: implement pipe_screen for softpipe driver
Brian