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 (
Expand
)
Author
2009-09-25
softpipe: Do not advertise support for L16 and YCBCR formats.
Michal Krol
2009-09-24
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-24
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-24
softpipe: Increase GL_MAX_3D_TEXTURE_SIZE to 256.
Vinson Lee
2009-09-23
gallium: Update vendor string.
José Fonseca
2009-09-16
gallium: Deprecate PIPE_CAP_S3TC.
José Fonseca
2009-09-16
softpipe: Do not advertise Z32_UNORM as a supported format.
Michal Krol
2009-07-14
gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...
Patrice Mandin
2009-06-26
softpipe: PIPE_CAP_TGSI_CONT_SUPPORTED query
Brian Paul
2009-06-26
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-08
softpipe: advertise PIPE_CAP_MAX_TEXTURE_ANISOTROPY as 16.0
Brian Paul
2009-05-29
softpipe: update comments for max texture size
Brian Paul
2009-05-29
softpipe: increase max 2D/cube texture size to 4K x 4K
Brian Paul
2009-05-18
softpipe: add texture target sanity check assertion
Brian Paul
2009-01-31
gallium: initialize simple screen in drivers
Zack Rusin
2009-01-30
gallium: make p_winsys internal
Zack Rusin
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
2008-08-08
gallium: Add destroy callback to all *_winsys interfaces.
José Fonseca
2008-08-06
gallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_TEXTURE_MIRROR_REPEAT
Brian Paul
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