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
/
r300
/
radeon_context.c
Age
Commit message (
Expand
)
Author
2006-11-09
Remove unnecessary setting of GetBufferSize to NULL.
Ian Romanick
2006-11-02
Add requested size to r300RefillCurrentDmaRegion.
Jerome Glisse
2006-11-01
Remove deprecated GetBufferSize interface.
Jerome Glisse
2006-10-15
Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.
Brian Paul
2006-09-28
Make driDrawableInitVBlank() initialize the sequence number.
Michel Dänzer
2006-09-26
Remove r200 dependency.
Jerome Glisse
2006-08-15
Enable support for GL_EXT_gpu_program_parameters for R300.
Ian Romanick
2006-07-11
_mesa_destroy_context() frees radeon->glCtx so we must not access it afterwards
Tilman Sauerbeck
2006-06-29
destroy left-over VBOs on shutdown
Tilman Sauerbeck
2006-06-02
remove code dealing with drmMinor version < 6 since all radeon drivers reques...
Roland Scheidegger
2006-04-04
switch to card_type rather than IsPCI, doesn't change any functionality yet
Dave Airlie
2006-03-31
Dave Reveman's patch for GLX_MESA_copy_sub_buffer support
Brian Paul
2006-03-13
Clean build.
Aapo Tahkola
2005-12-17
Add some missing hooks. This should fix various little problems with window m...
Aapo Tahkola
2005-11-02
First step of Radeon DRI unification:
Eric Anholt
2005-07-26
Fixes the glXGetProcAddress portion of the interface. Most of the functions
Ian Romanick
2005-05-06
Updated for EXT_framebuffer_object changes. I don't know if this is correct, ...
Ben Skeggs
2005-04-24
Modifying to build against current Mesa. Disabled r200*.c files since they di...
Aapo Tahkola
2004-10-17
- FIX: flickering
Nicolai Haehnle
2004-09-28
Initial revision
Nicolai Haehnle