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
/
osmesa.c
Age
Commit message (
Expand
)
Author
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-09-25
use correct vertex for flatshading
Keith Whitwell
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
compiler warnings
Karl Schultz
2001-09-12
hook compressed texture functions into driver
Brian Paul
2001-09-10
fixed s/w alpha bug 458411
Brian Paul
2001-08-28
added OSMESA_MAX_WIDTH/HEIGHT queries
Brian Paul
2001-08-28
OpenGL 1.3 support
Brian Paul
2001-07-14
more work on float colors (still not finished)
Brian Paul
2001-07-13
assorted changes for supporting GLfloat color channels (not done)
Brian Paul
2001-07-12
Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it
Keith Whitwell
2001-07-05
fixed logic error in OSMesaMakeCurrent() for 565 pixel support (Lars Andersson)
Brian Paul
2001-06-27
support for RGB_565 pixels (Lars Andersson), untested
Brian Paul
2001-06-15
replace 255 with CHAN_MAX
Brian Paul
2001-06-14
fixed a comment
Brian Paul
2001-05-31
fixed s/w alpha channel bug
Brian Paul
2001-05-14
New triangle rasterization code. Store per-span initial/step values in the
Brian Paul
2001-05-10
Driver interface changes
Keith Whitwell
2001-04-04
More texture image changes.
Brian Paul
2001-03-29
silence a compiler warning
Brian Paul
2001-03-19
Split driver struct into swrast/tnl/core components.
Keith Whitwell
2001-03-08
do fog interpolation if INTERP_FOG is defined, not when INTERP_Z is defined
Brian Paul
2001-03-08
More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.
Brian Paul
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-02-19
Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functions
Brian Paul
2001-02-12
added ctx->Driver.ResetLineStipple, misc clean-up
Brian Paul
[prev]
[next]