summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-12-083-8/+11
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge commit 'origin/master' into gallium-0.2Brian Paul2008-11-242-0/+5
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-11-203-3/+16
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | mesa: fix generation of fixed function state when no vp existsAlan Hourihane2008-11-131-43/+41
| | * | | | | | | | | | | | | | Merge commit 'origin/master' into gallium-0.2Brian Paul2008-11-118-30/+52
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'origin/master' into gallium-0.2Brian Paul2008-11-071-3/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul2008-11-051-0/+12
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | mesa: additional debug flags for glsl debug/disassemblyBrian Paul2008-11-012-30/+28
| | | * | | | | | | | | | | | | | | | mesa: note that texcoords are generated by setup routines when pointsprite en...Keith Whitwell2008-10-201-0/+12
| | * | | | | | | | | | | | | | | | | Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-11-013-31/+29
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-10-274-88/+82
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-10-156-41/+92
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | mesa: modify fixed function vertex programs not to reference constant attributesKeith Whitwell2008-10-142-30/+41
| | | * | | | | | | | | | | | | | | | | | mesa: new _mesa_set_vp_override() function for driver-override of vertex programBrian Paul2008-10-104-11/+51
| | * | | | | | | | | | | | | | | | | | | Merge commit 'origin/master' into gallium-0.2Brian Paul2008-10-107-57/+34
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-10-1011-51/+72
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-10-108-22/+158
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | mesa: replace GLuint with GLbitfield to be clearer about usageBrian Paul2008-10-074-17/+19
| | | * | | | | | | | | | | | | | | | | | | | mesa: protect against segfault in get_fp_input_mask()Keith Whitwell2008-10-071-1/+4
| | | * | | | | | | | | | | | | | | | | | | | mesa: fix convolve/convolution mix-upsBrian2008-10-062-3/+3
| | | * | | | | | | | | | | | | | | | | | | | mesa: add missing GLcontext param to _mesa_delete_query().Brian Paul2008-10-062-2/+2
| | | * | | | | | | | | | | | | | | | | | | | mesa: handle vertex program enabled case also in texenvprogram.cKeith Whitwell2008-10-041-5/+4
| | | * | | | | | | | | | | | | | | | | | | | mesa: avoid generating constant vertex attributes in fixedfunc programsKeith Whitwell2008-10-034-6/+131
| | | * | | | | | | | | | | | | | | | | | | | mesa: add new internal state for tracking current vertex attribsKeith Whitwell2008-10-032-0/+5
| | | * | | | | | | | | | | | | | | | | | | | mesa: shrink texenvprogram state key structKeith Whitwell2008-10-031-5/+7
| | | * | | | | | | | | | | | | | | | | | | | mesa: fix temp register allocation problems.Brian Paul2008-09-261-0/+15
| | | * | | | | | | | | | | | | | | | | | | | mesa: fix/simplify initialization of vertex/fragment program limitsBrian Paul2008-09-252-30/+27
| | | * | | | | | | | | | | | | | | | | | | | mesa: increase MAX_INSTRUCTIONSBrian Paul2008-09-251-4/+2
| | | * | | | | | | | | | | | | | | | | | | | mesa: fix swizzle failure, fix typoBrian Paul2008-09-251-3/+5
| | | * | | | | | | | | | | | | | | | | | | | mesa: fix default buffer object access valueBrian Paul2008-09-251-2/+9
| | * | | | | | | | | | | | | | | | | | | | | mesa: fix temp register allocation problems.Brian Paul2008-10-021-0/+15
| | * | | | | | | | | | | | | | | | | | | | | mesa: fix/simplify initialization of vertex/fragment program limitsBrian Paul2008-09-262-30/+27
| | * | | | | | | | | | | | | | | | | | | | | mesa: increase MAX_INSTRUCTIONSBrian Paul2008-09-261-4/+2
| | * | | | | | | | | | | | | | | | | | | | | mesa: fix swizzle failure, fix typoBrian Paul2008-09-261-3/+5
| | * | | | | | | | | | | | | | | | | | | | | mesa: fix default buffer object access valueBrian Paul2008-09-261-2/+9
| | * | | | | | | | | | | | | | | | | | | | | mesa: fix indentingKeith Whitwell2008-09-261-14/+14
| | * | | | | | | | | | | | | | | | | | | | | Merge commit 'origin/master' into HEADKeith Whitwell2008-09-263-10/+12
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-09-231-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | remove leftover merge conflict markersKeith Whitwell2008-09-231-4/+0
| | * | | | | | | | | | | | | | | | | | | | | | | Remove incorrect test from mmAllocMem.Michel Dänzer2008-09-221-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into gallium-0.2Keith Whitwell2008-09-2112-85/+84
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into gallium-0.2Keith Whitwell2008-09-212-10/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | 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
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \