summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane2008-09-1111-184/+192
|\
| * Fixes for MingwShane Blackett2008-09-111-1/+1
| * mesa: replace MALLOC w/ CALLOC to fix memory error in glPushClientAttrib()Brian Paul2008-09-051-1/+1
| * mesa: replace MALLOC w/ CALLOC to fix valgrind warningBrian Paul2008-09-051-1/+1
| * mesa: improved gl_buffer_object reference countingBrian Paul2008-09-045-160/+172
| * mesa: merge stencil values into depth values for MESA_FORMAT_S8_Z24Xiang, Haihao2008-09-041-2/+2
| * mesa: Support for MESA_FORMAT_S8_Z24 textureJakob Bornecrantz2008-09-045-0/+134
| * fix BUFFER_DEPTH/BUFFER_ACCUM mix-upBrian Paul2008-09-021-6/+6
| * fix no error generated when calling glLight{if}[v] inside begin/end (bug 17408)Roland Scheidegger2008-09-021-0/+1
| * mesa: don't check for GLSL 1.2 to advertise GL 2.1Brian Paul2008-08-262-11/+7
* | mesa: fix srcRowStride vs srcRowBytes conflictKeith Whitwell2008-09-111-45/+45
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-1189-6233/+9049
|\ \ | |/ |/|
| * mesa: allow for extra per-context initBrian Paul2008-08-193-4/+7
| * mesa: rearrange some code in _mesa_BindTexture() to fix error detection bug 1...Brian Paul2008-08-181-42/+59
| * mesa: texture crop rect stateBrian Paul2008-08-123-1/+35
| * mesa: set point stateBrian Paul2008-08-121-0/+4
| * mesa: fix some feature testsBrian Paul2008-08-082-6/+2
| * mesa: fix some pixel transfer state tests for depth formatsBrian Paul2008-08-081-5/+9
| * mesa: fix out-of-bounds memory reads in swizzle_copy()Brian Paul2008-08-081-29/+89
| * mesa: fix glBindTexture comment/error stringBrian Paul2008-08-071-2/+2
| * fix some FBO/texture queries (bug 15296)Brian Paul2008-08-061-2/+12
| * added null ptr check (fix bug 16959)Brian Paul2008-08-031-1/+2
| * mesa: fix issues causing warnings on WindowsBrian Paul2008-07-251-7/+4
| * mesa: Mark as XXX unresolved warnings on windows.Michal Krol2008-07-251-0/+5
| * mesa: move extensions->version code into separate functionBrian Paul2008-07-241-66/+72
| * mesa: don't include Mesa version in GL_SHADING_LANGUAGE_VERSION stringBrian Paul2008-07-241-3/+5
| * mesa: glsl: only try to link shaders defining main()Brian Paul2008-07-241-2/+2
| * mesa: remove an error check for NV_v_p that doesn't apply to ARB_v_pBrian Paul2008-07-211-5/+0
| * mesa: add GL_POLYGON_OFFSET_POINT/LINE/FILL queries, remove GL_TEXTURE_ENV_CO...Brian Paul2008-07-162-42/+30
| * mesa: Silence compiler warnings on Windows.Michal Krol2008-07-153-7/+7
| * 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
| * mesa: check for OpenBSD (bug 15604)Brian Paul2008-07-091-1/+11
| * mesa: remove debug codeBrian Paul2008-07-081-1/+0
| * mesa: implement glGetUniformiv() with new ctx->Driver functionBrian Paul2008-07-082-5/+4
| * mesa: Replace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTURE_x_INDEX.Brian Paul2008-07-044-296/+153
| * mesa: Implement mutex/locking around texture object reference counting.Brian Paul2008-07-048-213/+194
| * mesa: move assertionBrian Paul2008-07-041-2/+2
| * mesa: fix some error codes in _mesa_ShaderSourceARB()Brian Paul2008-07-031-4/+4
| * mesa: fix problem freeing framebuffer/renderbuffer objectsBrian Paul2008-07-033-4/+62
| * mesa: added case for fixed ptBrian Paul2008-07-031-0/+5
| * mesa: fix vertex array validation test for attribute 0 (vert pos)Brian Paul2008-07-021-8/+12
| * mesa: additional GLSL built-in constantsBrian Paul2008-07-021-0/+1
| * mesa: fix issues around multisample enableRoland Scheidegger2008-07-023-1/+19
| * mesa: check FEATURE_point_size_arrayBrian Paul2008-06-281-0/+2
| * gallium: handle msaaRoland Scheidegger2008-06-271-0/+1
| * mesa: point size arraysBrian Paul2008-06-259-5/+102
| * mesa: Use standard integer types.José Fonseca2008-06-244-33/+37
| * mesa: Replace deprecated __MSC__ macro.José Fonseca2008-06-241-1/+1