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
Age
Commit message (
Expand
)
Author
2002-11-13
fix compilation problem (Philippe Houdoin)
Brian Paul
2002-11-13
Add _mesa_enable_1_4_extensions and _mesa_problem
Karl Schultz
2002-11-13
Lots of clean-ups.
Brian Paul
2002-11-13
template code for span functions for flat, memory-based frame buffers
Brian Paul
2002-11-13
moved function declaration into the template, define the NAME to specify the ...
Brian Paul
2002-11-13
check for NULL span argument
Brian Paul
2002-11-13
added comments about NULL mask parameter to span-write functions
Brian Paul
2002-11-13
optimized color buffer clear fallback (use mono-color span functions
Brian Paul
2002-11-13
init facing to zero
Brian Paul
2002-11-13
include imports.h
Brian Paul
2002-11-12
apply scale factor before clapping for DOT3
Brian Paul
2002-11-11
compilation fixes
Brian Paul
2002-11-10
changes to vishandle usage to prevent segfault in some circumstances
Brian Paul
2002-11-09
fix float->int Z calculation in _mesa_span_default_z()
Brian Paul
2002-11-09
fix one-bit error in float->int Z calculation
Brian Paul
2002-11-09
fix 3dnow misdetection on new p4's
Keith Whitwell
2002-11-08
fixed active stencil face query bug
Brian Paul
2002-11-08
fixed a few category lines
Brian Paul
2002-11-07
added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElements
Brian Paul
2002-11-07
added missing 1.4 glFogCoord functions
Brian Paul
2002-11-06
a few dispatch pointers weren't set (glGenTexturesEXT for example)
Brian Paul
2002-11-05
minor multi-sample clean-ups
Brian Paul
2002-11-05
fixed glTexParameteriv(GL_TEXTURE_BORDER_COLOR) error
Brian Paul
2002-11-05
Updates for DOS driver from Daniel Borca.
Brian Paul
2002-11-04
misc driver updates (Daniel Borca)
Brian Paul
2002-11-01
fix a typo
Brian Paul
2002-10-31
tweak pipeline flags for vertex programming
Brian Paul
2002-10-31
fix the occasional missing triangle bug
Brian Paul
2002-10-30
added a comment about future work
Brian Paul
2002-10-30
s/getenv/_mesa_getenv/
Brian Paul
2002-10-30
use wrappers from imports.h rather than stdio, stdlib, etc functions.
Brian Paul
2002-10-30
remove some stray debug/abort code
Brian Paul
2002-10-30
don't call abort()
Brian Paul
2002-10-30
s/printf/_mesa_printf/
Brian Paul
2002-10-30
s/sprintf/_mesa_sprintf/
Brian Paul
2002-10-30
remove debug printf
Brian Paul
2002-10-30
s/BZERO/_mesa_bzero/
Brian Paul
2002-10-30
test both XFree86LOADER and IN_MODULE to see if we're being built as the glx ...
Brian Paul
2002-10-30
fix potential bug in _mesa_align_calloc/malloc (Frank van Heesch)
Brian Paul
2002-10-29
more version bumps
Brian Paul
2002-10-29
bump OpenGL version to 1.4, Mesa version to 5.0
Brian Paul
2002-10-29
update versioning/extensions for OpenGL 1.4 / Mesa 5.0
Brian Paul
2002-10-29
fix culling problem (bug 630649)
Brian Paul
2002-10-29
updated email addresses
Brian Paul
2002-10-29
init a few more fields in _mesa_initialize_visual()
Brian Paul
2002-10-29
added some casts for mallocs (bug 630379)
Brian Paul
2002-10-28
Add casts to quiet compiler warnings.
Karl Schultz
2002-10-28
export new functions.
Karl Schultz
2002-10-25
wrapped a few more C library functions
Brian Paul
2002-10-25
#include fixes
Brian Paul
[next]