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-02-07
More texture enums (Andreas Stenglein)
Keith Whitwell
2005-02-07
GL_ARB_texture_rectangle enums (Andreas Stenglein)
Keith Whitwell
2005-02-07
additional work on GL_EXT_framebuffer_object
Brian Paul
2005-02-05
added fbobject.c to sources
Brian Paul
2005-02-05
Some initial work on GL_EXT_framebuffer_object.
Brian Paul
2005-02-05
Remove the Shared->TexObjectList pointer and Next field from gl_texture_object.
Brian Paul
2005-02-05
add a few comments
Brian Paul
2005-02-02
clamp viewport against ctx->Const.MaxViewportWidth/Height instead of MAX_WIDT...
Brian Paul
2005-01-30
fix max viewport query
Brian Paul
2005-01-30
add number of passes count to ati_fragment_shader
Dave Airlie
2005-01-26
remove a bunch of temporary #defines, now that glext.h was updated
Brian Paul
2005-01-26
just comments/clean-up
Brian Paul
2005-01-26
added mutex to-do comment
Brian Paul
2005-01-26
just fix a comment and update date
Brian Paul
2005-01-26
RGB/LUMINANCE texelfetchers (float version) returned 255.0F for alpha channel...
Daniel Borca
2005-01-24
Added _mesa_HashNextEntry() function to allow walking over all entries
Brian Paul
2005-01-22
Determine ahead of time whether a display list will include vertices
Keith Whitwell
2005-01-21
add getstring.c; remove arb*.h nv*.h stuff
Michal Krol
2005-01-20
Update glDeletePrograms/Buffers() so that the ID is freed immediately, like
Brian Paul
2005-01-19
Removed gl_texture_object's DeletePending. Changed a comment.
Brian Paul
2005-01-19
Change behaviour of glDeleteTextures as discussed on ARB list.
Brian Paul
2005-01-18
fix MAX_VERTEX_ATTRIBS_ARB query
Michal Krol
2005-01-17
add 3dlabs_shhandle interface
Michal Krol
2005-01-17
allow more internalFormat/format combinations (i hope i got it right)
Daniel Borca
2005-01-17
clean up gl2 structs
Brian Paul
2005-01-16
added getstring.c
Brian Paul
2005-01-16
_mesa_GetInteger/Float/Boolean/Doublev() are now generated with the new
Brian Paul
2005-01-13
add ARB_shader_objects interfaces, shared and context state
Michal Krol
2005-01-13
enable ARB_fragment/vertex_shader
Michal Krol
2005-01-13
init ARB_shader_objects subsystem
Michal Krol
2005-01-12
Some initial work for OpenGL 2.0: glStencilFunc/Op/MaskSeparate() functions.
Brian Paul
2005-01-11
applied Keith's patch for "safe" type-punning.
Daniel Borca
2004-12-21
`t' was not initialized (use `texture' instead?)
Daniel Borca
2004-12-21
fix bug in _mesa_IsTexture()
Brian Paul
2004-12-21
missing `or' in preprocessor conditional
Daniel Borca
2004-12-20
allow ARB vp/fp query program errors
Daniel Borca
2004-12-20
really protect against npot compressed textures (logbase2 never returns -1).
Daniel Borca
2004-12-19
Implement software ATI_fragment_shader
Dave Airlie
2004-12-18
added GL_ARB_pixel_buffer_object extension string
Brian Paul
2004-12-15
fxt1_decode_1() needs to be non-static for the tdfx and glide drivers.
Adam Jackson
2004-12-15
Fix up glx/x11 to work when built with -fvisibility=hidden.
Adam Jackson
2004-12-14
uint*t -> u_int*t changes
Alan Hourihane
2004-12-12
Added driver hooks for GetTexImage() and GetCompressedTexImage().
Brian Paul
2004-12-10
allow GetTexImage with RGBA format and COLOR_INDEX internalformat
Daniel Borca
2004-12-08
silence warnings
Alan Hourihane
2004-12-06
explicit cast in a few places
Daniel Borca
2004-12-06
disable junk for mingw
Daniel Borca
2004-12-05
direct bug reports to freedesktop.org
Brian Paul
2004-12-03
mask color indexes against palette size, per the spec
Brian Paul
2004-12-03
Use the GL datatypes. Lots of assorted clean-ups.
Brian Paul
[prev]
[next]