summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove unused ENABLE_TEXGENx, ENABLE_TEXMATx flagsBrian Paul2009-02-221-23/+8
* mesa: assorted clean-ups, var renaming, etc.Brian Paul2009-02-221-59/+59
* mesa: simplify texture combine state copying in _mesa_copy_texture_state()Brian Paul2009-02-221-8/+1
* mesa: remove redundant assertions (same asserts in context.c)Brian Paul2009-02-221-3/+0
* mesa: added extern qualifierTom Fogal2009-02-211-1/+1
* mesa: use enums for TEXTURE_x_INDEX valuesBrian Paul2009-02-213-40/+28
* mesa: use an array for current texture objectsBrian Paul2009-02-218-238/+137
* mesa: use an array for default texture objectsBrian Paul2009-02-214-90/+72
* mesa: re-org texgen stateBrian Paul2009-02-215-505/+228
* mesa: add TexShadow field to prog_instructionBrian Paul2009-02-201-6/+13
* mesa: fix/update/restore comments related to two-sided stencilBrian Paul2009-02-192-2/+19
* mesa: initialize ctx->Stencil._BackFace = 1Brian Paul2009-02-191-0/+1
* mesa: convert VERT_RESULT_* from #defines to enum, like the othersBrian Paul2009-02-181-21/+24
* mesa: increase MAX_UNIFORMS to 1024 (of vec4 type)Brian Paul2009-02-181-1/+1
* mesa: add some debug code to help diagnose incomplete FBO attachments (disabled)Brian Paul2009-02-171-0/+27
* mesa: turn on reporting of GLSL version 1.20Brian Paul2009-02-172-3/+3
* i965: Eric Anholt's patch for bumping up texture sizesRobert Ellison2009-02-131-4/+4
* mesa: add additional texture size/limit assertionsBrian Paul2009-02-131-5/+13
* glDrawBuffers(n==0) is validRobert Ellison2009-02-121-3/+8
* mesa: don't include m_xform.h where not neededBrian Paul2009-02-127-7/+1
* mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.cBrian Paul2009-02-121-1/+1
* mesa: restore FLUSH_VERTICES() in _mesa_notifySwapBuffers()Brian Paul2009-02-121-0/+1
* mesa: get rid of _math_init()Brian Paul2009-02-111-7/+0
* mesa: Move statements after declarations.José Fonseca2009-02-111-1/+1
* Merge commit 'origin/gallium-master-merge'Brian Paul2009-02-1033-211/+871
|\
| * Merge commit 'origin/gallium-0.2' into gallium-master-mergeBrian Paul2009-02-102-31/+66
| |\
| | * mesa: fixes for srgb formatsRoland Scheidegger2009-02-091-20/+14
| | * fix _mesa_get_teximage for srgb texturesRoland Scheidegger2009-02-091-11/+52
| * | mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-0933-196/+827
| |\|
| | * mesa: set version to 7.4 for mesa_7_4_branchBrian Paul2009-01-291-3/+3
| | * mesa: set version to 7.3Brian Paul2009-01-291-1/+1
| | * Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-2210-7/+237
| | |\
| | * \ Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-161-1/+1
| | |\ \
| | * | | mesa: check frambuffer complete status before renderingAlan Hourihane2009-01-151-13/+20
| | * | | Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-143-5/+14
| | |\ \ \
| | * | | | mesa: set version string to 7.3-rc1Brian Paul2009-01-091-1/+1
| | * | | | mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt2009-01-093-14/+0
| | * | | | mesa: Add _mesa_snprintf.José Fonseca2009-01-082-0/+15
| | * | | | mesa: fix GL_DEPTH_CLEAR_VALUE castingBrian Paul2009-01-082-4/+4
| | * | | | mesa: fix float->int mapping for glGetIntegerv(GL_DEPTH_CLEAR_VALUE)Brian Paul2009-01-081-1/+1
| | * | | | mesa: Use explicit casts when precision is lost.José Fonseca2009-01-081-1/+1
| | * | | | mesa: Fix windows build when UNICODE is defined.José Fonseca2009-01-081-1/+1
| | * | | | Merge commit 'origin/master' into gallium-0.2Brian Paul2009-01-065-5/+60
| | |\ \ \ \
| | * \ \ \ \ Merge commit 'origin/master' into gallium-0.2Brian Paul2009-01-0212-143/+210
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge commit 'origin/master' into gallium-0.2Brian Paul2008-12-301-2/+2
| | |\ \ \ \ \ \
| | * | | | | | | mesa: Do not specify types in bitfields.José Fonseca2008-12-301-2/+2
| | * | | | | | | Merge commit 'origin/master' into gallium-0.2Brian Paul2008-12-192-24/+447
| | |\ \ \ \ \ \ \
| | * | | | | | | | mesa: remove unneeded _mesa_reference_fragprog() callBrian Paul2008-12-181-4/+2
| | * | | | | | | | mesa: updated commentsBrian Paul2008-12-181-10/+12
| | * | | | | | | | mesa: choose GLSL vertex shader over ARB/internal vertex program in get_fp_in...Brian Paul2008-12-171-1/+13