index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i830
/
i830_context.c
Age
Commit message (
Expand
)
Author
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-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2004-11-27
Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().
Brian Paul
2004-10-07
Add Roland Scheidegger's S3TC patch. This patch does not implement the
Eric Anholt
2004-10-02
added support for GL_ARB_draw_buffers
Brian Paul
2004-06-10
Add FXT1 compression support to i830 driver
Dave Airlie
2004-05-13
cast driHwLock assignment
Brian Paul
2004-05-12
Added support for GL_EXT_blend_equation_separate and
Ian Romanick
2004-05-11
Fix a possible segfault caused by the SGI_make_current_read changes.
Ian Romanick
2004-05-07
Add support for GLX_SGI_make_current_read.
Ian Romanick
2004-05-07
Add support for the 3rd and 4th texture units. The actual number of
Ian Romanick
2004-05-07
Refactor "classic" texture environments to be implemented in terms of
Ian Romanick
2004-03-21
Implemented support for software-based AUX color buffers.
Brian Paul
2004-02-26
added _tnl_allow_vertex/pixel_fog() calls
Brian Paul
2004-01-26
Make the drivers using the common texmem code work with NewTextureObject
Felix Kuehling
2004-01-20
Before calling _mesa_create_context(), initialize a dd_function_table struct
Brian Paul
2004-01-19
Migrate i830 driver to t_vertex.[ch] for building hw vertices.
Keith Whitwell
2004-01-19
fix glitch from previous check-in (pointer vs int)
Brian Paul
2004-01-18
minor changes to silence warnings
Brian Paul
2004-01-12
Removed redundant extension strings. The Mesa extension mechanism
Ian Romanick
2003-12-12
set MaxTextureImageUnits, MaxTextureCoordUnits
Keith Whitwell
2003-12-08
fix bogus assertion that checked for an empty texture heap list before
Alan Hourihane
2003-12-08
Provide dummy definitions of __driConfig externs
Keith Whitwell
2003-11-24
Import vtx-0-2-branch
Keith Whitwell
2003-09-30
add the i830 driver - no kernel driver yet
Alan Hourihane