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
1999-11-03
new texture image processing
Brian Paul
1999-10-31
fixed a typo in a comment
Brian Paul
1999-10-30
Added checking for FXMESA_USE_ARGB to disable pixel reformatting when not app...
Ted Jump
1999-10-30
pixel pack/unpack ImageHeight and SkipImages was not initialized
Brian Paul
1999-10-30
added a few more scale/bias/lookup functions (for future use)
Brian Paul
1999-10-27
disabled glXGetProcAddress code
Brian Paul
1999-10-26
fixed stupid error in GL_RGA case in gl_pack_rgba_span()
Brian Paul
1999-10-22
fixed byteswapping bug in gl_pack_rgba_span()
Brian Paul
1999-10-22
added optimized GL_RGB, GL_UNSIGNED_BYTE case to gl_pack_rgba_span)
Brian Paul
1999-10-22
applied Jonn Carmack's patch for faster glTexSubImage2D() in Quake
Brian Paul
1999-10-21
updated some comments/docs
Brian Paul
1999-10-21
silenced some uninitialized var warnings
Brian Paul
1999-10-21
silenced ininitialized var warnings
Brian Paul
1999-10-21
silenced uninitialized variable warnings
Brian Paul
1999-10-20
clean-up of optimized GL_RETURN code
Brian Paul
1999-10-20
fixed divTable precision problem in GL_RETURN case
Brian Paul
1999-10-20
enable lighting even if no light sources are turned on
Brian Paul
1999-10-20
Minor patches to cleanup some compiler warnings in MSVC
Ted Jump
1999-10-19
fixed a number of error-test bugs
Brian Paul
1999-10-19
more image type error checking in draw_stencil_pixels()
Brian Paul
1999-10-19
clean-up in gl_LightModelfv()
Brian Paul
1999-10-19
added more format/type error checking code
Brian Paul
1999-10-19
Changes to reduce the memory footprint of display lists
Keith Whitwell
1999-10-17
negative offsets to TexSubImage w/ texture borders caused memory corruption
Brian Paul
1999-10-17
added glGet cases for vertex array enable state
Brian Paul
1999-10-16
Fixed a MacOS specific compile error.
Miklos Fazekas
1999-10-16
removed GL_EXT_get_proc_address
Brian Paul
1999-10-16
removed GL_EXT_get_proc_address
Brian Paul
1999-10-14
fixed an RGB vs CI bug in overlay visual selection
Brian Paul
1999-10-13
Fixed parameter type for notify function pointer parameter to gl_extensions_add
Ted Jump
1999-10-13
now using MALLOC, CALLOC, FREE, etc macros
Brian Paul
1999-10-13
removed GL_ prefix from memory macros
Brian Paul
1999-10-11
Repaired definition of GL_CALLOC_STRUC
Jouk Jansen
1999-10-11
#include <stdlib.h>
Jouk Jansen
1999-10-11
#include <assert.h>
Jouk Jansen
1999-10-11
misc -> glmisc
Jouk Jansen
1999-10-10
now using GL_MALLOC, GL_FREE
Brian Paul
1999-10-10
now using GL_MALLOC, GL_FREE
Brian Paul
1999-10-10
fixed dumb typo
Brian Paul
1999-10-10
now using GL_MALLOC, GL_FREE
Brian Paul
1999-10-10
added memory macros
Brian Paul
1999-10-09
no underscore prefix for freebsd >= 3 (Simon Walton)
Josh Vanderhoof
1999-10-09
texture units now share default texture objects
Brian Paul
1999-10-09
fixed reference count bug in save_TexImage3DEXT()
Brian Paul
1999-10-08
fixed voodoo initialization
Keith Whitwell
1999-10-08
Fixed includes & added a few hooks for the DRI.
Keith Whitwell
1999-10-05
Added PARB support.
Miklos Fazekas
1999-10-05
Added gl_ext_multitexture_ADD suport.
Miklos Fazekas
1999-10-05
Added packed ARGB support.
Miklos Fazekas
1999-10-05
Packed RGBA support.
Miklos Fazekas
[next]