summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2008-07-15mesa: Silence compiler warnings on Windows.Michal Krol
2008-07-14mesa: comments about vectors vs componentsBrian Paul
2008-07-14mesa: fix stencil state problem when GL_ATI_separate_stencil wasn't enabledBrian Paul
2008-07-14mesa: also check for __NetBSD__Blair Sadewitz
2008-07-09mesa: check for OpenBSD (bug 15604)Brian Paul
2008-07-08mesa: remove debug codeBrian Paul
2008-07-08mesa: implement glGetUniformiv() with new ctx->Driver functionBrian Paul
2008-07-04mesa: Replace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTURE_x_INDEX.Brian Paul
2008-07-04mesa: Implement mutex/locking around texture object reference counting.Brian Paul
2008-07-04mesa: move assertionBrian Paul
2008-07-03mesa: fix some error codes in _mesa_ShaderSourceARB()Brian Paul
2008-07-03mesa: fix problem freeing framebuffer/renderbuffer objectsBrian Paul
2008-07-03mesa: added case for fixed ptBrian Paul
2008-07-02mesa: fix vertex array validation test for attribute 0 (vert pos)Brian Paul
2008-07-02mesa: additional GLSL built-in constantsBrian Paul
2008-07-02mesa: fix issues around multisample enableRoland Scheidegger
2008-06-28mesa: check FEATURE_point_size_arrayBrian Paul
2008-06-27gallium: handle msaaRoland Scheidegger
2008-06-25mesa: point size arraysBrian Paul
2008-06-24mesa: Use standard integer types.José Fonseca
2008-06-24mesa: Replace deprecated __MSC__ macro.José Fonseca
2008-06-24mesa: More signed/unsigned float/integer fixes.José Fonseca
2008-06-24mesa: Use appropriate unsigned/signed, float/integer types.José Fonseca
2008-06-24mesa: Use _mesa_bsearch.José Fonseca
2008-06-24mesa: bsearch implementation for WinCE.José Fonseca
2008-06-24mesa: Move variable declarations to the scope top.José Fonseca
2008-06-24mesa: ASSERT macro is already defined by WinCE headers.José Fonseca
2008-06-20gallium: s/feadback/feedback/, duhBrian
2008-06-20mesa: init ctx->RenderModeBrian Paul
2008-06-20mesa: GL_BYTE vertex/texcoord arraysBrian Paul
2008-06-20mesa: initial support for fixed-pt vertex arraysBrian Paul
2008-06-20mesa: refactor: move initialization of DefaultPacking state.Brian Paul
2008-06-20mesa: fix errors in prev commitBrian Paul
2008-06-20mesa: revamp glBlendFunc loopbackBrian Paul
2008-06-20mesa: fix some FEATURE_x testsBrian Paul
2008-06-20mesa: test for FEATURE_ATI_fragment_shaderBrian Paul
2008-06-18mesa: Fix bug in _mesa_swizzle_ubyte_imageBrian Paul
2008-06-18mesa: fix ReadBuffer initializationBrian Paul
2008-06-18mesa: FEATURE_dispatch to control dispatch table usageBrian Paul
2008-06-18mesa: add parenthesisBrian Paul
2008-06-18mesa: _mesa_texstore_s8_z24 now supports depth only uploadsJakob Bornecrantz
2008-06-18mesa: Added _mesa_texstore_s8_z24Jakob Bornecrantz
2008-06-17mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT fo...Brian Paul
2008-06-17mesa: make mm.c use unsigned ints for offsets.Brian Paul
2008-06-13mesa: move some glapi bits aroundBrian Paul
2008-06-13mesa: remove some temp debug codeBrian Paul
2008-06-13mesa: check FEATURE_ARB_occlusion_queryBrian Paul
2008-06-13mesa: fix typo: s/stacks/stack/Brian Paul
2008-06-12mesa: add some #if FEATURE_x testsBrian Paul
2008-06-12mesa: restore and fix Keith's "further degenerate the special case lit substi...Brian Paul