summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-06fix some FBO/texture queries (bug 15296)Brian Paul1-2/+12
2008-08-04mesa: re-define NEED_SECONDARY_COLOR. fix #14310.Xiang, Haihao1-0/+2
2008-08-03added null ptr check (fix bug 16959)Brian Paul1-1/+2
2008-07-29disable GL_ARB_shading_language_120 until 1.20 features are completeBrian Paul1-2/+2
2008-07-28r300: Fix off-by-one error in calculation of scissor cliprect.Michel Dänzer1-2/+2
2008-07-18intel: fix texture border issue (bug #16697)Xiang, Haihao3-4/+13
2008-07-18i965: Add a MI_FLUSH before MI_BATCH_BUFFER_END.Xiang, Haihao1-6/+7
2008-07-17mesa: regenerated fileBrian Paul1-482/+483
2008-07-17mesa: fix/improve the atan(y,x) functionBrian Paul1-10/+11
2008-07-17mesa: added checks for OpenBSDBrad Smith1-0/+18
2008-07-16mesa: regenerated fileBrian Paul1-18/+18
2008-07-16mesa: fix temp re-use bug in emit_arith()Brian Paul1-8/+20
2008-07-16mesa: fix copy&paste errors in degrees() functionsBrian Paul1-3/+3
2008-07-16mesa: add GL_POLYGON_OFFSET_POINT/LINE/FILL queries, remove GL_TEXTURE_ENV_CO...Brian Paul2-42/+30
2008-07-15additional preprocessor checks for stdint.h, inttypes.h, etcBlair Sadewitz2-7/+7
2008-07-15mesa: added test for __NetBSD__Blair Sadewitz1-0/+8
2008-07-15mesa: added test for __NetBSD__Blair Sadewitz1-1/+2
2008-07-15mesa: check for __INTERIX to typedef uintptr_tBlair Sadewitz1-0/+6
2008-07-15mesa: regenerated fileBrian Paul1-441/+442
2008-07-15mesa: add missing IR_LOG2 caseBrian Paul1-2/+3
2008-07-15mesa: fix some broken /= operatorsBrian Paul1-3/+4
2008-07-15mesa: fix some broken bool, bvec2, bvec3, bvec4 constructorsBrian Paul1-14/+14
2008-07-15mesa: fix storage size computation in emit_arith()Brian Paul1-2/+3
2008-07-14mesa: fix stencil state problem when GL_ATI_separate_stencil wasn't enabledBrian Paul1-47/+49
2008-07-14fix gltrace (bug 16691)Guillaume Melquiond1-1/+3
2008-07-14glu: only export public symbolsJulien Cristau2-0/+60
2008-07-14mklib: don't version symbols when using --exportsJulien Cristau1-1/+1
2008-07-14mesa: also check for __NetBSD__Blair Sadewitz1-1/+1
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-09ARB program, GLSL fixesBrian Paul1-0/+2
2008-07-09mesa: remove debug codeBrian Paul1-1/+0
2008-07-09mesa: implement glGetUniformiv() with new ctx->Driver functionBrian Paul5-10/+49
2008-07-09mesa: fix state.clip[n].plane parsing bug (bug 16611)Brian Paul1-3/+6
2008-07-09mesa: check for OpenBSD (bug 15604)Brian Paul1-1/+6
2008-07-09i915: fall back to software rendering when shadow comparison isXiang, Haihao1-7/+5
2008-07-08added null texObj ptr check (bug 15567)Brian Paul1-12/+16
2008-07-08i965: official name for GM45 chipsetXiang, Haihao11-26/+27
2008-07-02mesa: when linking a shader program, make sure all the shaders compiled OKBrian Paul1-0/+8
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-02fixes some GLSL bugsBrian Paul1-0/+1
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: init default span fog if fragprog uses fog input registerBrian Paul4-16/+15
2008-07-01dri: Take the base image size into account when computingXiang, Haihao1-0/+1
2008-06-28s/GL_INVALID_VALUE/GL_INVALID_OPERATION/ in _mesa_get_uniformfv()Brian Paul1-2/+2
2008-06-23 optimize 965 clipZou Nan hai4-17/+116
2008-06-21r200: fix typo in r200TryDrawPixels parameter validation (bug 16406)Roland Scheidegger1-1/+1