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
/
main
Age
Commit message (
Expand
)
Author
2005-09-03
fudge set_component_sizes() a bit, see comments
Brian Paul
2005-09-03
Remove last remnants of pre-renderbuffer code.
Brian Paul
2005-09-02
comments
Brian Paul
2005-09-02
Prototype implementation of new GL_EXT_timer_query extension (not finalized y...
Brian Paul
2005-09-02
add error checking to the GL_ATI_FRAGMENT_SHADER entrypoints. Fix bug with sc...
Roland Scheidegger
2005-08-31
Just additional comments.
Brian Paul
2005-08-31
remove dead code, update comments
Brian Paul
2005-08-28
fix a few proxy color table bugs (bug 4270)
Brian Paul
2005-08-27
check the Ready flag when getting GL_QUERY_RESULT_ARB
Brian Paul
2005-08-27
Rearrange the code related to GL_ARB_occlusion_object to generalize query
Brian Paul
2005-08-26
/dri/msg
Adam Jackson
2005-08-25
don't compile debug code (bug 4242: rand undefined)
Brian Paul
2005-08-25
removed GL_HP_occlusion_test extension
Brian Paul
2005-08-23
simplify, clean-up texel addressing macros
Brian Paul
2005-08-22
bump version to 6.5
Brian Paul
2005-08-18
Replace mult/div operators with bitwise operators in texel fetch routines
Brian Paul
2005-08-16
Bump version to 6.3.2
Brian Paul
2005-08-15
In _mesa_TexEnvfv, do not accept values for GL_OPERAND2_ALPHA and GL_OPERAND2...
Roland Scheidegger
2005-08-12
added FREXPF() macro (bug 4060)
Brian Paul
2005-08-10
Remove _glapi_check_multithread from the interface exported by the loader to
Ian Romanick
2005-08-10
the PIXEL_MAP_I_TO_I table should be GLfloat, not GLint
Brian Paul
2005-08-06
Follow suggestion by Aapo Tahkola to fix giant memory leak from forgetting to...
Vladimir Dergachev
2005-08-05
Fix recent problems with display lists and other parts of the code.
Ian Romanick
2005-07-28
Major rip-up of internal function insertion interface. The old
Ian Romanick
2005-07-22
Make the vertex program source register Index field a signed int since
Brian Paul
2005-07-21
bump version to 6.3.1
Brian Paul
2005-07-21
check for FEATURE_EXT_framebuffer_object to enable EXT_framebuffer_object
Brian Paul
2005-07-21
remove ^M chars, disable shading language extensions
Brian Paul
2005-07-19
replace fprintf() calls with _mesa_problem()
Brian Paul
2005-07-19
remove fprintf()
Brian Paul
2005-07-18
Wrap every place that accesses a dispatch table with a macro. A new script-
Ian Romanick
2005-07-16
strip out vestigial #ifdef HAVE_CONFIG_H stanzas, they're confusing the
Adam Jackson
2005-07-15
need to flush vertices for GL_OCCLUSION_TEST_RESULT_HP query
Brian Paul
2005-07-13
Add a LDEXPF wrapper macro.
Keith Whitwell
2005-07-11
Cache texenv programs to avoid repeated compilation (Ben Skeggs)
Keith Whitwell
2005-07-05
The old MESA_PBUFFER_ALLOC() function allocated memory on 512-byte boundaries.
Brian Paul
2005-07-02
Add support for assembly (static) dispatch functions on x86-64. This
Ian Romanick
2005-07-01
Don't #define __FUNCTION__ on a Microsoft C compiler new enough to have it.
Karl Schultz
2005-07-01
Remove NEW_RENDERBUFFER stuff.
Brian Paul
2005-07-01
remove OLD_RENDERBUFFER stuff
Brian Paul
2005-06-30
Replace add_newer_entrypoints (src/mesa/main/context.c) with
Ian Romanick
2005-06-30
remove \n from warning message string
Brian Paul
2005-06-30
Add a set of predicate functions for testing matrices instead of directly
Brian Paul
2005-06-27
remove unused MEMSET16 macro
Brian Paul
2005-06-27
Get rid of the MESA_PBUFFER_ALLOC/FREE() macros.
Brian Paul
2005-06-26
fix for-loop in _mesa_GetDouble to avoid out of bounds memory read
Brian Paul
2005-06-26
check for null oldBuffer in _mesa_realloc(), cleaned up some comments
Brian Paul
2005-06-21
Mammoth update to the Python code generator scripts that live in
Ian Romanick
2005-06-20
ran "make" after update to glX_proto_send.py.
Jeremy Kolb
2005-06-19
Define __FUNCTION__ as a preprocessor symbol in glheader.h if we're not
Brian Paul
[next]