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-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
2005-06-13
mingw changes (Nolan Leake)
Brian Paul
2005-06-09
Store compiled vertex program representations in a pointer in the
Keith Whitwell
2005-06-07
fix GL_ALPHA render-to-texture problem (Jon Smirl)
Brian Paul
2005-06-04
set OLD_RENDERBUFFER=0, need to clean up a few more things before totally rem...
Brian Paul
2005-06-01
added code to detect GL_FRAMEBUFFER_INCOMPLETE_DUPLICATE_ATTACHMENT_EXT error
Brian Paul
2005-05-31
add support for GL_RENDERBUFFER_RED/GREEN/BLUE/etc_SIZE_EXT querie
Brian Paul
2005-05-27
properly pop the GL_TEXTURE_GEN_ enable state
Brian Paul
2005-05-26
Fix gl_enums.py so that enums that are listed with the same name in
Ian Romanick
2005-05-24
Cleanup some Windows junk.
Karl Schultz
2005-05-24
moved to windows build dir
Karl Schultz
2005-05-24
Change prototype for TextureMemCpy to return void* (was void).
Karl Schultz
2005-05-23
Import Thomas Helstrom's SSE memcpy code from the via X.org driver.
Keith Whitwell
2005-05-23
Detect use of disabled textures as tex_env_crossbar sources.
Keith Whitwell
2005-05-23
Support ARB_texture_env_crossbar. Changes the way programs are
Keith Whitwell
2005-05-23
Restore the negate() function.
Keith Whitwell
2005-05-17
don't include strings.h
Brian Paul
2005-05-16
Don't use _mesa_swizzle_ubyte_image if all three texture formats
Felix Kuehling
2005-05-16
Deal better with indirection and indirection accounting, developed
Keith Whitwell
2005-05-16
define M_E if needed
Brian Paul
2005-05-12
new MESA_DEBUG option: disassem
Keith Whitwell
2005-05-12
Rein in debug slightly
Keith Whitwell
2005-05-11
Fix glean/conform problems. Don't generate so much output when
Keith Whitwell
2005-05-11
Fix logic for allocating texture temporaries (Ben Skeggs).
Keith Whitwell
2005-05-10
Double-buffer generated instructions and only notify driver when the
Keith Whitwell
2005-05-10
Double-buffer generated instructions and only notify driver when the
Keith Whitwell
2005-05-10
Better driver notification on changes.
Keith Whitwell
2005-05-10
Temporary fix - delete and recreate texenvprogram so that drivers
Keith Whitwell
2005-05-10
Committing in .
Jouk Jansen
2005-05-10
Fix texenv segfault. Reported by Ben Skeggs.
Keith Whitwell
2005-05-10
Try not to use the same temp reg as a TXP destination more than once,
Keith Whitwell
2005-05-09
Use driver functions to create TexEnvProgram, TnlProgram
Keith Whitwell
[prev]
[next]