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
/
r300
/
radeon_context.c
Age
Commit message (
Expand
)
Author
2007-10-30
More vblank cleanups.
Michel Dänzer
2007-10-29
Refactor and fix core vblank support
Jesse Barnes
2007-10-10
Replace open-coded major, minor, and patch version fields with __DRIversionRec.
Kristian Høgsberg
2007-05-07
radeon: enable xpress chipsets
Dave Airlie
2007-04-29
r300: Page flipping fixes.
Michel Dänzer
2007-04-29
r300: radeonMakeCurrent cleanups.
Michel Dänzer
2007-03-17
r300: change vendor string to DRI R300 Project
Dave Airlie
2007-03-09
r300: Also update window state when it's already bound but its stamp changed.
Michel Dänzer
2007-03-06
r300: Call radeonSetCliprects from radeonMakeCurrent.
Michel Dänzer
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