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
/
unichrome
/
via_context.c
Age
Commit message (
Expand
)
Author
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
Drop GLframebuffer typedef and just use struct gl_framebuffer
Kristian Høgsberg
2010-10-13
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-04-28
dri: Add DRI entrypoints to create a context for a given API
Kristian Høgsberg
2010-01-22
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-19
unichrome: Remove unnecessary headers.
Vinson Lee
2010-01-04
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2009-10-28
Merge branch 'texformat-rework'
Brian Paul
2009-10-23
mesa: Enable remap table in core.
Chia-I Wu
2009-10-08
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-01-28
Make GL_ARB_draw_buffers 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
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-06-21
replace __inline and __inline__ with INLINE macro
Brian Paul
2008-05-29
Fix segfault on exit in unichrome driver (bug 16150)
Luc Verhaegen
2008-02-29
Use __DRIextension mechanism providing loader functionality to the driver.
Kristian Høgsberg
2008-01-06
Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes
Brian
2007-10-30
More vblank cleanups.
Michel Dänzer
2007-10-29
Refactor and fix core vblank support
Jesse Barnes
2007-10-10
Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.
Kristian Høgsberg
2007-08-07
fix potential NULL dereference (bug 11879)
Brian
2007-03-18
screen offset changes, bug 9965
Miguel Marte
2007-03-13
enable ARB_vertex_buffer_object for more dri drivers
Roland Scheidegger
2007-01-16
Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...
Keith Whitwell
2006-11-10
Implement GLX_SGI_make_current_read
Ian Romanick
2006-10-31
switch remaining drivers over to vbo
Keith Whitwell
2006-10-15
allow >10 mipmap levels (patch by Benno Schulenberg) (bug 3130)
Brian Paul
2006-10-15
Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.
Brian Paul
2006-10-15
increate MaxTextureLevels to 11 (bug 3130)
Brian Paul
2006-09-28
Make driDrawableInitVBlank() initialize the sequence number.
Michel Dänzer
2006-07-10
The SiS and Unichrome drivers assume that the handle to the
Thomas Hellström
2006-06-29
only assert front/back pitch if double-buffered (bug 7663)
Brian Paul
2006-01-30
fix broken assertions so dri drivers compile with -DDEBUG (replace GL_STENCIL...
Roland Scheidegger
2005-11-16
Fixes for x86_64 Unichrome.
Thomas Hellström
2005-11-16
Bring in last minute 6_4 branch changes to the unichrome driver
Thomas Hellström
2005-09-14
Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,
Brian Paul
2005-09-07
try to fix renderbuffer breakage, primarily in calculate_buffer_parameters()
Brian Paul
2005-09-06
added viaRenderbufferStorage() function
Brian Paul
2005-09-03
SetBuffer, renderbuffer changes
Brian Paul
2005-07-28
Major rip-up of internal function insertion interface. The old
Ian Romanick
2005-07-26
Fixes the glXGetProcAddress portion of the interface. Most of the functions
Ian Romanick
2005-06-30
Replace add_newer_entrypoints (src/mesa/main/context.c) with
Ian Romanick
2005-05-26
Bump driver date.
Keith Whitwell
2005-05-25
Fix various issues with cliprects and MakeCurrent
Keith Whitwell
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-03-22
rename mesaVis to try and improve clarity
Keith Whitwell
2005-03-22
merge unichrome changes from branch
Keith Whitwell
2005-02-11
Turn _via_fastrender_stage back on.
Keith Whitwell
2005-01-19
Bring the texcombine fixes to the trunk.
Keith Whitwell
[next]