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
/
drivers
/
dri
/
tdfx
/
tdfx_context.c
Age
Commit message (
Expand
)
Author
2009-03-07
mesa: remove GL_MESA_program_debug extension
Brian Paul
2009-01-28
Make GL_ARB_draw_buffers mandatory
Ian Romanick
2009-01-28
Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatory
Ian Romanick
2009-01-28
Make GL_ARB_vertex_buffer_object mandatory
Ian Romanick
2009-01-28
Make GL_ARB_multisample mandatory
Ian Romanick
2009-01-28
Make GL_ARB_texture_compression mandatory
Ian Romanick
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2007-04-16
remove _tnl_arb_vertex_program_stage
Brian
2007-01-16
Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...
Keith Whitwell
2006-11-14
Enable GLX_SGI_make_current_read for tdfx.
Ian Romanick
2006-11-13
Implement GL_ARB_occlusion_query.
Ian Romanick
2006-11-13
Eliminate use of deprecated GetBufferSize interface.
Ian Romanick
2006-10-31
switch remaining drivers over to vbo
Keith Whitwell
2006-08-25
include texobj.h to silence warning
Brian Paul
2006-08-23
Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoid
Brian Paul
2005-09-09
add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...
Roland Scheidegger
2005-08-25
removed GL_HP_occlusion_test extension
Brian Paul
2005-07-28
Major rip-up of internal function insertion interface. The old
Ian Romanick
2005-06-30
Replace add_newer_entrypoints (src/mesa/main/context.c) with
Ian Romanick
2005-06-01
Move fallback and other debugging under TDFX_DEBUG using the same mechanism
Eric Anholt
2005-06-01
Add no_rast option.
Eric Anholt
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-02-05
remove unneeded code
Brian Paul
2005-02-05
removed need for Shared->TexObjectList, walk over texture hash table entries ...
Brian Paul
2004-12-16
Also PUBLICize the config option table
Adam Jackson
2004-11-27
Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().
Brian Paul
2004-10-06
Convert tdfxDDInitExtensions to use driInitExtensions.
Ian Romanick
2004-10-05
stencil wrap works, either HW or SW (Ian Romanick)
Daniel Borca
2004-08-30
cleaned up extensions a bit
Daniel Borca
2004-07-29
disabled automatic mipmaps until we can handle 565 textures.
Daniel Borca
2004-07-19
several new bugs
Daniel Borca
2004-03-11
Adjustments to make everything use IOCTL/sarea defines in DRM instead
Jon Smirl
2004-02-26
added _tnl_allow_vertex/pixel_fog() calls
Brian Paul
2004-01-20
Before calling _mesa_create_context(), initialize a dd_function_table struct
Brian Paul
2004-01-18
minor changes to silence warnings
Brian Paul
2003-12-12
set MaxTextureImageUnits, MaxTextureCoordUnits
Keith Whitwell
2003-12-08
Provide dummy definitions of __driConfig externs
Keith Whitwell
2003-12-08
get tdfx compiling
Keith Whitwell
2003-12-04
add tdfx DRI driver
Alan Hourihane