summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | | | | | | | | | | | | | | mesa: dynamically grow the fixed function vertex program as neededBrian Paul2008-08-281-10/+46
| | | * | | | | | | | | | | | | | | | | | | | | | | | | mesa: bump MAX_INSN to 300Brian Paul2008-08-281-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane2008-09-1111-184/+192
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | mesa: More signed/unsigned float/integer fixes.José Fonseca2008-06-242-18/+18
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | mesa: Use appropriate unsigned/signed, float/integer types.José Fonseca2008-06-241-2/+2
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | mesa: Use _mesa_bsearch.José Fonseca2008-06-241-4/+4
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | mesa: bsearch implementation for WinCE.José Fonseca2008-06-241-1/+18
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | mesa: Move variable declarations to the scope top.José Fonseca2008-06-241-5/+4
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | mesa: ASSERT macro is already defined by WinCE headers.José Fonseca2008-06-241-0/+2
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | gallium: s/feadback/feedback/, duhBrian2008-06-201-2/+2