summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2008-08-07mesa: fix glBindTexture comment/error stringBrian Paul
2008-08-06fix some FBO/texture queries (bug 15296)Brian Paul
2008-08-03added null ptr check (fix bug 16959)Brian Paul
2008-07-25mesa: fix issues causing warnings on WindowsBrian Paul
2008-07-25mesa: Mark as XXX unresolved warnings on windows.Michal Krol
2008-07-24mesa: move extensions->version code into separate functionBrian Paul
2008-07-24mesa: don't include Mesa version in GL_SHADING_LANGUAGE_VERSION stringBrian Paul
2008-07-24mesa: glsl: only try to link shaders defining main()Brian Paul
2008-07-21mesa: remove an error check for NV_v_p that doesn't apply to ARB_v_pBrian Paul
2008-07-16mesa: add GL_POLYGON_OFFSET_POINT/LINE/FILL queries, remove GL_TEXTURE_ENV_CO...Brian Paul
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