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
Age
Commit message (
Expand
)
Author
2003-01-14
initial code for render-to-texture
Brian Paul
2003-01-14
remove const from _mesa_strtof()
Brian Paul
2003-01-14
added _mesa_strtof()
Brian Paul
2003-01-14
OSMesa16 updates (Eric Plante), added _mesa_strtof()
Brian Paul
2003-01-13
fix fog stride bugs (Michel Danzer)
Brian Paul
2003-01-09
remove ADD_L altogether
Brian Paul
2003-01-09
s/16/32/ (Josh Vanderhoof)
Brian Paul
2003-01-09
moved ADD_L instruction (Linus Torvalds)
Brian Paul
2003-01-09
added font-related symbols
Brian Paul
2003-01-08
fix some float/ubyte mistakes (Daniel Borca)
Brian Paul
2003-01-08
move t->Image[i]->Format test (bug 659012)
Brian Paul
2003-01-08
fix typo in rotation code (bug 659677)
Brian Paul
2003-01-08
fix glCopyTexSubImage2D error checking (bug 661907)
Brian Paul
2002-12-30
Check that ActiveTextureARB doesn't overflow MaxTextureUnits
Alan Hourihane
2002-12-19
Add missing break statements
Keith Whitwell
2002-12-19
obsolete
Brian Paul
2002-12-19
DOS updates
Brian Paul
2002-12-18
DOS updates from Daniel Borca.
Brian Paul
2002-12-18
comment changes
Brian Paul
2002-12-18
improved error message
Brian Paul
2002-12-12
Add mechanism to destroy mutexes. Important on OS's where mutex initialization
Keith Whitwell
2002-12-06
let _mesa_problem() take variable arguments
Brian Paul
2002-12-05
Don't crash if End received without a Begin...
Keith Whitwell
2002-12-05
added _mesa_print_texunit_state() for debugging
Brian Paul
2002-12-05
properly handle very wide images
Brian Paul
2002-12-05
clean-ups, comments
Brian Paul
2002-12-04
fix bad _mesa_printf() calls (mesa bug 646753)
Brian Paul
2002-12-03
added GL_DEPTH_COMPONENT to two assertions
Brian Paul
2002-12-01
declar vsnprintf for OS/2 and VMS (Evgeny Kotsuba)
Brian Paul
2002-11-30
added const to casts
Brian Paul
2002-11-30
remove GLUTAPIENTRY from __glutCloseDownGameMode
Brian Paul
2002-11-28
mask is always non-null in write_rgba_pixels and write_monorgba_pixels
Brian Paul
2002-11-26
added missing call to _mesa_write_mono_alpha_span()
Brian Paul
2002-11-26
fixed bad clear value
Brian Paul
2002-11-25
added missing ctx parameter to _tnl_flush_immediate() calls
Brian Paul
2002-11-25
set default texcoords for glBitmap/glDrawPixels
Brian Paul
2002-11-25
Flush IM if very small number of verts left -- prevent copy errors
Keith Whitwell
2002-11-20
fixed cube texture auto-mipmap generation bug (641363)
Brian Paul
2002-11-19
put FEATURE_NV_vertex_program around vpstate.h include
Brian Paul
2002-11-18
bring in a few AGP-related bits from 4.0.4
Brian Paul
2002-11-18
enable 1.4 extensions
Brian Paul
2002-11-15
more clean-ups
Brian Paul
2002-11-14
bump version to 5.1
Brian Paul
2002-11-14
Overhaul of line drawing template code. Make better use of sw_span mechanism.
Brian Paul
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
[next]