summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: regenerated fileBrian Paul2008-07-181-790/+790
* mesa: fix some GLSL /= int operatorsBrian Paul2008-07-181-7/+21
* mesa: fix set_program_uniform_matrix(): need to loop over matrix countBrian Paul2008-07-181-18/+24
* mesa: regenerated fileBrian Paul2008-07-171-482/+483
* mesa: fix/improve the atan(y,x) functionBrian Paul2008-07-171-10/+11
* mesa: added checks for OpenBSDBrad Smith2008-07-171-0/+18
* mesa: fix temp re-use bug in emit_arith()Brian Paul2008-07-161-8/+20
* mesa: regenerated filesBrian Paul2008-07-162-19/+18
* mesa: fix copy&paste errors in degrees() functionsBrian Paul2008-07-161-3/+3
* mesa: implement grammar/parsing for precision/invariant syntaxBrian Paul2008-07-164-10/+251
* mesa: Silence compiler warnings on Windows.Michal Krol2008-07-161-5/+2
* mesa: add GL_POLYGON_OFFSET_POINT/LINE/FILL queries, remove GL_TEXTURE_ENV_CO...Brian Paul2008-07-162-42/+30
* mesa: added test for __NetBSD__Blair Sadewitz2008-07-151-0/+8
* mesa: added test for __NetBSD__Blair Sadewitz2008-07-151-1/+2
* mesa: add missing IR_LOG2 caseBrian Paul2008-07-151-2/+3
* mesa: regenerated fileBrian Paul2008-07-151-364/+366
* mesa: fix some broken /= operatorsBrian Paul2008-07-151-3/+4
* mesa: regenerated fileBrian Paul2008-07-151-14/+14
* mesa: fix some broken bool, bvec2, bvec3, bvec4 constructorsBrian Paul2008-07-151-14/+14
* mesa: fix storage size computation in emit_arith()Brian Paul2008-07-151-2/+3
* mesa: fix some function inlining bugsBrian Paul2008-07-154-25/+53
* mesa: improved printingBrian Paul2008-07-151-6/+13
* mesa: Silence compiler warnings on Windows.Michal Krol2008-07-159-28/+26
* st: Silence compiler warnings on Windows.Michal Krol2008-07-158-24/+24
* mesa: Silence compiler warnings on Windows.Michal Krol2008-07-153-7/+7
* mesa: assemble main() after all other functionsBrian Paul2008-07-141-14/+22
* mesa: comments about vectors vs componentsBrian Paul2008-07-142-3/+3
* mesa: fix stencil state problem when GL_ATI_separate_stencil wasn't enabledBrian Paul2008-07-141-47/+49
* mesa: also check for __NetBSD__Blair Sadewitz2008-07-141-1/+1
* util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.José Fonseca2008-07-135-21/+21
* gallium: check for FEATURE_feedback and FEATURE_drawpix when creating/using t...Brian Paul2008-07-103-0/+10
* mesa: check for null shader->SourceBrian Paul2008-07-091-0/+3
* mesa: return -1, not GL_FALSE if _glapi_add_dispatch() fails name sanity checkBrian Paul2008-07-091-2/+2
* mesa: disable fprintf() errorBrian Paul2008-07-091-0/+2
* mesa: check for OpenBSD (bug 15604)Brian Paul2008-07-091-1/+11
* mesa: fix state.clip[n].plane parsing bug (bug 16611)Brian Paul2008-07-091-3/+6
* mesa: remove debug codeBrian Paul2008-07-081-1/+0
* mesa: implement glGetUniformiv() with new ctx->Driver functionBrian Paul2008-07-083-9/+45
* mesa: fix bug/failure in recursive function inliningBrian Paul2008-07-081-6/+56
* mesa: more debug outputBrian Paul2008-07-081-20/+60
* mesa: compute global var size before doing codegenBrian Paul2008-07-081-9/+9
* mesa: add missing VARYING case to storage_string()Brian Paul2008-07-081-0/+2
* mesa: added GLAPIENTRY keywordsJonathan White2008-07-072-10/+10
* gallium: move assertion (though not really significant)Brian Paul2008-07-071-1/+2
* gallium: simplify/fix buffer_offset, src_offset computation for VBO arraysBrian Paul2008-07-071-2/+21
* mesa: Replace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTURE_x_INDEX.Brian Paul2008-07-045-297/+154
* gallium: fix st_choose_format(internalFormat=GL_RGBA16)Brian Paul2008-07-041-1/+4
* mesa: Implement mutex/locking around texture object reference counting.Brian Paul2008-07-048-213/+194
* gallium: replace assertion with conditionalBrian Paul2008-07-041-1/+2
* mesa: generate GL_INVALID_OPERATION in _mesa_get_uniform_location() if progra...Brian Paul2008-07-041-0/+5