summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into gallium-0.2Keith Whitwell2008-09-212-10/+1
|\
| * mesa: move fixed function vertex program builder from tnl to core mesaKeith Whitwell2008-09-217-193/+1899
| * mesa: add parenthesisBrian Paul2008-09-211-3/+3
| * mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-211-9/+0
| * mesa: move rastpos helper to tnlKeith Whitwell2008-09-212-529/+41
| * mesa: improved driver query interfaceKeith Whitwell2008-09-214-61/+90
| * mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-6/+6
* | mesa: add missing FEATURE_attrib_stack aroundAlan Hourihane2008-09-191-0/+2
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-181-1/+4
|\ \
| * | mesa: new gl_fragment_program fields indicating use of fog, front-facing, poi...Brian Paul2008-09-171-1/+4
| * | mesa: rework GLSL vertex attribute bindingBrian Paul2008-09-161-1/+3
| * | mesa: fix MSAA enable state in update_multisample()Brian Paul2008-09-151-4/+4
| * | mesa: remove some assertions that are invalid during context tear-downBrian Paul2008-09-151-1/+4
| * | mesa: get another class of degenerate dlists workingKeith Whitwell2008-09-151-2/+5
* | | Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-09-185-8/+17
|\ \ \ | | |/ | |/|
| * | mesa: rework GLSL vertex attribute bindingBrian Paul2008-09-161-1/+3
| * | mesa: fix MSAA enable state in update_multisample()Brian Paul2008-09-151-4/+4
| * | mesa: remove some assertions that are invalid during context tear-downBrian Paul2008-09-151-1/+4
| * | mesa: get another class of degenerate dlists workingKeith Whitwell2008-09-151-2/+5
| * | mesa: return after _mesa_problem() callsGuillaume Melquiond2008-09-131-0/+1
* | | mesa: get fixed-function program generation working againKeith Whitwell2008-09-122-20/+45
* | | mesa: update PointParameter usageKeith Whitwell2008-09-111-2/+2
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-10/+44
|\ \ \ | | |/ | |/|
| * | mesa: replace MALLOC w/ CALLOC to fix memory error in glPushClientAttrib()Brian Paul2008-09-051-1/+1
| * | mesa: improved gl_buffer_object reference countingBrian Paul2008-09-045-160/+172
| * | mesa: Silence compiler warnings on Windows.Michal Krol2008-09-041-1/+1
| * | mesa: merge stencil values into depth values for MESA_FORMAT_S8_Z24Xiang, Haihao2008-09-041-2/+2
| * | fix BUFFER_DEPTH/BUFFER_ACCUM mix-upBrian Paul2008-09-021-6/+6
| * | mesa: use CALLOC instead of MALLOC to fix valgrind warningBrian Paul2008-09-011-1/+1
| * | mesa: remove debug codeBrian Paul2008-08-281-2/+0
| * | 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
|\ \ \ | | |/ | |/|
| * | 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