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
/
dlist.c
Age
Commit message (
Expand
)
Author
2000-09-26
First batch of OpenGL SI related changes:
Brian Paul
2000-08-23
added convolve.h header
Brian Paul
2000-07-10
Fix for miscolored rects in display lists.
Keith Whitwell
2000-06-12
added EXT version of vertex array functions
Brian Paul
2000-06-06
more work on GL_ARB_texture_compression
Brian Paul
2000-05-24
changed allocation/initialization of API dispatch tables
Brian Paul
2000-05-23
initial work for GL_ARB_texture_compression
Brian Paul
2000-05-19
added a bunch of imaging functions
Brian Paul
2000-05-18
replaced components with internalFormat
Brian Paul
2000-04-07
added GL_SGIX/SGIS_pixel_texture
Brian Paul
2000-03-21
added more locking
Brian Paul
2000-03-19
fixed compiler warnings on BeOS R4
Brian Paul
2000-03-03
runtime selectable depth buffer depth
Brian Paul
2000-03-03
save ColorTable and ColorSubTable commands
Brian Paul
2000-02-25
Fog coordinate stage which drivers may use to replace standard fogging
Keith Whitwell
2000-02-24
bunch of dispatch and extension-related changes
Brian Paul
2000-02-12
now using dynamically allocated api dispatch tables
Brian Paul
2000-02-11
added code for all GL_MESA_window_pos functions
Brian Paul
2000-02-02
don't include dispatch.h
Brian Paul
2000-02-02
updated includes for source file reorg
Brian Paul
2000-01-31
added save_TexImage3DEXT()
Brian Paul
2000-01-24
prefixed hash functions with _mesa_
Brian Paul
2000-01-13
made some functions static
Brian Paul
2000-01-07
added missing glHintPGI() function
Brian Paul
1999-12-15
removed _GLAPI_ extension testing
Brian Paul
1999-12-10
implemented GL_ARB_tranpose_matrix
Brian Paul
1999-11-27
added call to _mesa_init_no_op_table()
Brian Paul
1999-11-25
include glapi.h
Brian Paul
1999-11-12
replaced EXT_color_table with EXT_paletted_texture
Brian Paul
1999-11-11
ColorTableEXT clean-up
Brian Paul
1999-11-11
first big check-in of new Mesa 3.3 code
Brian Paul
1999-11-09
more fixes for glDrawArrays
Keith Whitwell
1999-11-08
clean-up of header includes (Daryll)
Brian Paul
1999-11-03
new texture image processing
Brian Paul
1999-10-31
fixed a typo in a comment
Brian Paul
1999-10-19
Changes to reduce the memory footprint of display lists
Keith Whitwell
1999-10-16
removed GL_EXT_get_proc_address
Brian Paul
1999-10-13
removed GL_ prefix from memory macros
Brian Paul
1999-10-10
now using GL_MALLOC, GL_FREE
Brian Paul
1999-10-09
fixed reference count bug in save_TexImage3DEXT()
Brian Paul
1999-10-08
Fixed includes & added a few hooks for the DRI.
Keith Whitwell
1999-09-20
Bugfix for ctx->backface_sign calculation
Keith Whitwell
1999-09-11
added GL_EXT_get_proc_address
Brian Paul
1999-09-04
fix for mga depthbuffer resize
Keith Whitwell
1999-08-26
various pipeline bugs
Keith Whitwell
1999-08-19
Initial revision
jtg