summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2008-07-10gallium: check for FEATURE_feedback and FEATURE_drawpix when creating/using t...Brian Paul3-0/+10
2008-07-09mesa: check for null shader->SourceBrian Paul1-0/+3
2008-07-09mesa: return -1, not GL_FALSE if _glapi_add_dispatch() fails name sanity checkBrian Paul1-2/+2
2008-07-09mesa: disable fprintf() errorBrian Paul1-0/+2
2008-07-09mesa: check for OpenBSD (bug 15604)Brian Paul1-1/+11
2008-07-09mesa: fix state.clip[n].plane parsing bug (bug 16611)Brian Paul1-3/+6
2008-07-08mesa: remove debug codeBrian Paul1-1/+0
2008-07-08mesa: implement glGetUniformiv() with new ctx->Driver functionBrian Paul3-9/+45
2008-07-08mesa: fix bug/failure in recursive function inliningBrian Paul1-6/+56
2008-07-08mesa: more debug outputBrian Paul1-20/+60
2008-07-08mesa: compute global var size before doing codegenBrian Paul1-9/+9
2008-07-08mesa: add missing VARYING case to storage_string()Brian Paul1-0/+2
2008-07-07mesa: added GLAPIENTRY keywordsJonathan White2-10/+10
2008-07-07gallium: move assertion (though not really significant)Brian Paul1-1/+2
2008-07-07gallium: simplify/fix buffer_offset, src_offset computation for VBO arraysBrian Paul1-2/+21
2008-07-04mesa: Replace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTURE_x_INDEX.Brian Paul5-297/+154
2008-07-04gallium: fix st_choose_format(internalFormat=GL_RGBA16)Brian Paul1-1/+4
2008-07-04mesa: Implement mutex/locking around texture object reference counting.Brian Paul8-213/+194
2008-07-04gallium: replace assertion with conditionalBrian Paul1-1/+2
2008-07-04mesa: generate GL_INVALID_OPERATION in _mesa_get_uniform_location() if progra...Brian Paul1-0/+5
2008-07-04mesa: move assertionBrian Paul1-2/+2
2008-07-03mesa: added _vbo_VertexAttrib4f()Brian Paul2-0/+9
2008-07-03mesa: fix incorrect array size, added assertionBrian Paul1-1/+2
2008-07-03mesa: fix array storage allocation bugBrian Paul1-0/+8
2008-07-03mesa: regenerated fileBrian Paul1-761/+763
2008-07-03mesa: additional vec4 constructorBrian Paul1-0/+8
2008-07-03mesa: fix various error codesBrian Paul1-94/+144
2008-07-03mesa: fix some error codes in _mesa_ShaderSourceARB()Brian Paul1-4/+4
2008-07-03mesa: fix problem freeing framebuffer/renderbuffer objectsBrian Paul3-4/+62
2008-07-03mesa: added case for fixed ptBrian Paul1-0/+5
2008-07-03gallium: move, increase ST_MAX_SHADER_TOKENSBrian Paul2-3/+7
2008-07-03gallium: fix surface memleak in bitmap codeBrian Paul1-0/+5
2008-07-02mesa: fix vertex array validation test for attribute 0 (vert pos)Brian Paul1-8/+12
2008-07-02gallium: replace an assertion with "if (!texobj) continue"Brian Paul1-1/+2
2008-07-02gallium: fix a bug in vertex program output mappingBrian Paul1-9/+24
2008-07-02mesa: additional GLSL built-in constantsBrian Paul2-13/+20
2008-07-02mesa: when linking a shader program, make sure all the shaders compiled OKBrian Paul1-0/+8
2008-07-02mesa: added some debug code (disabled)Brian Paul2-0/+9
2008-07-02mesa: fix error codes in _mesa_shader_source(), _mesa_get_shader_source()Brian Paul1-2/+12
2008-07-02mesa: regenerated fileBrian Paul1-152/+163
2008-07-02mesa: added some missing equal() notEqual() intrinsicsBrian Paul1-0/+33
2008-07-02mesa: disable some debug assertionsBrian Paul1-0/+5
2008-07-02mesa: regenerated filesBrian Paul2-20/+35
2008-07-02mesa: fix all(bvec2) function typo, add missing bvec2/3/4() constuctorsBrian Paul2-1/+39
2008-07-02mesa: added _mesa_print_swizzle() debugging helperBrian Paul2-0/+16
2008-07-02mesa: fix issues around multisample enableRoland Scheidegger6-4/+22
2008-07-01mesa: fix a GLSL vector subscript/writemask bugBrian Paul1-47/+90
2008-07-01mesa: move some functionsBrian Paul1-99/+99
2008-07-01mesa: make _slang_swizzle_swizzle() non-privateBrian Paul2-9/+16
2008-07-01mesa: better function inlining in the presence of 'return' statementsBrian Paul1-23/+105