Age | Commit message (Collapse) | Author |
|
|
|
glCopyTex[Sub]Image()
|
|
|
|
particular renderbuffers are present
|
|
|
|
|
|
|
|
texrect and lighting needs was broken because of this.
|
|
|
|
-struct vertex_buffer to struct radeon_vertex_buffer conversion
-vertex attrib arrays did not supersede conventinal arrays when enabled
|
|
pre-GL_EXT_framebuffer_object state. Now return the read/draw state stored
in the framebuffer objects.
|
|
|
|
Mesa/src/mesa/main/imports.h : removed <CR>
Mesa/src/mesa/shader/slang/descrip.mms : added new sources
Modified Files:
Mesa/src/mesa/main/imports.h
Mesa/src/mesa/shader/slang/descrip.mms
----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
_mesa_make_current().
This removes an ugly #if !defined(IN_DRI_DRIVER) from core Mesa.
|
|
|
|
|
|
safety problem
|
|
is properly defined. Fixes long-standing, but unnoticed thread safety failure.
Also, updated comments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- add texture sampling support;
- fix assembly codegen bugs;
|
|
|
|
|
|
|
|
|
|
This eliminates a bunch of duplication in the compilation commmands.
|
|
|
|
|
|
|
|
|
|
|
|
Update OpenVMS makefiles
Modified Files:
Mesa/src/mesa/shader/slang/descrip.mms
Mesa/src/mesa/swrast/descrip.mms
----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to fix some minor glitches
|
|
|
|
whatever reason, a space is always inserted. That is not the desired
behavior.
|