index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
Age
Commit message (
Expand
)
Author
2006-03-20
additional assertions and debug code for testing FBO completeness
Brian Paul
2006-03-20
additional error checking to be sure source renderbuffer exists for glCopyTex...
Brian Paul
2006-03-20
use new _mesa_sourc/dest_buffer_exists() functions
Brian Paul
2006-03-20
added _mesa_source/dest_buffer_exists() function to easily test if particular...
Brian Paul
2006-03-20
fix some buffer binding tests in _mesa_make_current()
Brian Paul
2006-03-20
slightly improved error message
Brian Paul
2006-03-19
Queries of GL_READ_BUFFER and GL_DRAW_BUFFER were still returning the
Brian Paul
2006-03-18
Don't call Driver->Bitmap() if no image to render
Brian Paul
2006-03-17
Committing in .
Jouk Jansen
2006-03-17
Init FogCoordFuncs[0..5] too, remove some unneeded #includes
Brian Paul
2006-03-17
remove another test for IN_DRI_DRIVER
Brian Paul
2006-03-16
Moved _glapi_check_multithread() call into drivers, instead of in
Brian Paul
2006-03-16
finish up some loose ends in _mesa_texstore_z24_s8()
Brian Paul
2006-03-15
sync with texmem branch
Brian Paul
2006-03-14
init Red/Green/EtcBits = 0 in soft_renderbuffer_storage()
Brian Paul
2006-03-14
More GLSL code:
Michal Krol
2006-03-07
just a comment for check_compatible()
Brian Paul
2006-03-07
disable double-buffer test in check_compatible(), fixes pbuffer/visual problem
Brian Paul
2006-03-07
print newline in _mesa_warning()
Brian Paul
2006-03-07
call _mesa_update_framebuffer_visual() in _mesa_FramebufferRenderbufferEXT() ...
Brian Paul
2006-03-03
Use standard ARB names instead of vendor-specific NV names for the ARB/NV_ver...
Roland Scheidegger
2006-03-02
Fix more enums defined not only by one extension when queried by glGet (GL_CO...
Roland Scheidegger
2006-03-02
improved error msg
Brian Paul
2006-03-02
check FEATURE_EXT_framebuffer_blit
Brian Paul
2006-03-01
Fix glGet with enums which are used not only in NV_vertex_program, but other ...
Roland Scheidegger
2006-03-01
No need for _mesa_save_error() to be public.
Brian Paul
2006-03-01
added BlitFramebuffer() support
Brian Paul
2006-03-01
updated comment
Brian Paul
2006-03-01
Added glBlitFramebufferEXT function.
Brian Paul
2006-03-01
remove temporary tokens, more error checks for blit function
Brian Paul
2006-02-28
Allow error checking to look for presence of either of two extensions.
Brian Paul
2006-02-27
More GLSL code:
Michal Krol
2006-02-26
re-formated with indent.
Brian Paul
2006-02-26
Remove need to initialize the InstSize[] array elements by just storing
Brian Paul
2006-02-26
display list clean-ups
Brian Paul
2006-02-24
fix broken _mesa_copy_context() for GL_LIGHTING_BIT
Brian Paul
2006-02-24
Fix _mesa_copy_texture_state() so that we copy texture object bindings,
Brian Paul
2006-02-15
Include dix-config.h if HAVE_DIX_CONFIG_H is defined. This will be used by the
Eric Anholt
2006-02-15
Enable texcoords when program object in use.
Michal Krol
2006-02-15
Enable GL_ARB_fragment_shader extension.
Michal Krol
2006-02-13
Enable GL_ARB_shader_objects, GL_ARB_shading_language_100 and
Michal Krol
2006-02-13
Rename current glsl program variable.
Michal Krol
2006-02-13
Add _mesa_atanf and _mesa_asinf functions.
Michal Krol
2006-02-11
Add the ability to define NO_LIBCWRAPPER to avoid libcwrapper brain damage.
Eric Anholt
2006-02-01
fix test for valid texunit in _mesa_ClientActiveTextureARB
Roland Scheidegger
2006-01-24
fix using a tmp without asking for one
Jerome Glisse
2006-01-24
pull in fix from 6.4 branch for XFree86Server definition
Alan Hourihane
2006-01-24
fix broken get_half & get_zero
Aapo Tahkola
2006-01-19
Avoid a crash when the user has enabled glVertex{,Attrib}Pointer but hasn't
Adam Jackson
2006-01-16
properly free ATI fragment shaders (Tilman Sauerbeck)
Brian Paul
[next]