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
/
osmesa
Age
Commit message (
Expand
)
Author
2003-09-17
GL_ARB_vertex_buffer_object working now, at least for non-indexed
Brian Paul
2003-09-17
added call to _mesa_enable_1_5_extensions()
Brian Paul
2003-08-30
Generate browse info for Debug version.
Karl Schultz
2003-07-26
VC 6 Project File
Karl Schultz
2003-07-02
Committing in .
Jouk Jansen
2003-06-17
Committing in .
Jouk Jansen
2003-04-04
Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, height
Brian Paul
2003-04-01
s/gl_ctx/mesa/ and misc clean-ups
Brian Paul
2003-04-01
New device driver hooks for texture object and texture image creation to
Brian Paul
2003-03-04
fix GLchan=GLfloat problems
Brian Paul
2003-03-01
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2003-02-25
casts to silence g++ warnings
Brian Paul
2002-11-14
Overhaul of line drawing template code. Make better use of sw_span mechanism.
Brian Paul
2002-11-13
Lots of clean-ups.
Brian Paul
2002-10-30
s/BZERO/_mesa_bzero/
Brian Paul
2002-10-29
update versioning/extensions for OpenGL 1.4 / Mesa 5.0
Brian Paul
2002-10-25
wrapped a few more C library functions
Brian Paul
2002-10-24
Header file clean-up:
Brian Paul
2002-10-17
patches from Gerk Huisma for float-channel rendering
Brian Paul
2002-10-14
context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...
Brian Paul
2002-10-11
Another round of glRead/DrawBuffer() clean-ups and simplifications.
Brian Paul
2002-10-05
GLfloat/GLchan updates
Brian Paul
2002-09-27
new texture compression infrastructure
Brian Paul
2002-08-07
struct sw_span is again allocated on the stack, but the arrays of span
Brian Paul
2002-07-09
Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()
Brian Paul
2002-06-30
CHAN_TYPE==GL_FLOAT clamping. call _tnl_MakeCurrent. (Gerk Huisma)
Brian Paul
2002-06-25
removed extra right-paren
Brian Paul
2002-06-25
FRONT_AND_BACK culling
Keith Whitwell
2002-06-15
Implemented GL_NV_texture_rectangle extension.
Brian Paul
2002-06-15
Added ctx parameter to _mesa_debug()
Brian Paul
2002-06-13
New _mesa_debug() function to replace fprintf() calls.
Brian Paul
2002-04-19
Allocate a sw_span struct in the swrast context instead of allocating it
Brian Paul
2002-04-04
added OSMesaGetProcAddress()
Brian Paul
2002-04-04
call _mesa_ResizeBuffersMESA() in OSMesaMakeCurrent() to reconcile buffer siz...
Brian Paul
2002-03-29
use _glapi_get_context() instead of GET_CURRENT_CONTEXT(ctx); in buffer_size()
Brian Paul
2002-03-16
Lots of changes related to framebuffer/window buffer resizing. Basically,
Brian Paul
2002-03-01
updated comments for CHAN_BITS=16 or 32
Brian Paul
2002-01-30
return GL_RENDERER = Mesa Offscreen16/32 when CHAN_BITS = 16 or 32
Brian Paul
2001-12-17
first checkpoint commit of Klaus's new span code (struct sw_span)
Brian Paul
2001-11-29
main trunk is now 4.1
Karl Schultz
2001-11-29
update to version 4.0
Karl Schultz
2001-09-25
use correct vertex for flatshading
Keith Whitwell
2001-09-25
Fix up Windows makefiles so that the debug build leaves debugger info
Karl Schultz
2001-09-23
[rgba]shift values weren't always correct, only effected blended lines
Brian Paul
2001-09-21
Make osmesa a DLL instead of a static lib (Windows). This is more
Karl Schultz
2001-09-18
clean up makefiles some more for Windows
Karl Schultz
2001-09-18
compiler warnings
Karl Schultz
2001-09-18
remove carriage return chars
Karl Schultz
2001-09-14
Win32 updates (Karl Schultz)
Brian Paul
2001-09-12
hook compressed texture functions into driver
Brian Paul
[prev]
[next]