summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* | wgl: Ensure public symbols get the proper DLL linkage attributes.José Fonseca2009-01-0813-36/+52
* | mesa: Ensure gl* symbols are marked as dllexport on windows.José Fonseca2009-01-081-0/+6
* | 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-0612-15/+108
|\|
| * mesa: Fix the size per pixel for packed pixel format data type.Xiang, Haihao2009-01-063-2/+9
| * mesa: Fix the number of components for GL_UNSIGNED_SHORT_1_5_5_5_REV. (bug #1...Xiang, Haihao2009-01-061-1/+1
| * dri: correct the damage.Xiang, Haihao2009-01-061-2/+17
| * mesa: add GLushort cases for render to texture (Z-buffers)Brian Paul2009-01-051-2/+50
| * mesa: fix a GLSL swizzled writemask bugBrian Paul2009-01-051-2/+18
| * i965: implement OPCODE_TRUNC (round toward zero) on vertex path.Brian Paul2009-01-054-1/+7
| * mesa: fix warning about possibly undefined var in GLSL compilerBrian Paul2009-01-021-6/+4
* | gallium: fix MaxTextureCoordUnits initBrian Paul2009-01-041-2/+3
* | gallium: assorted state tracker fixes for > 8 texture samplersBrian Paul2009-01-025-7/+13
* | Merge commit 'origin/master' into gallium-0.2Brian Paul2009-01-0228-302/+791
|\|
| * mesa: fix another "out of samplers" problemBrian Paul2009-01-023-18/+50
| * i965: increase number of texture samplers to 16Brian Paul2009-01-012-3/+5
| * i965: comments, clean-ups, re-order some functionsBrian Paul2009-01-011-34/+54
| * i965: added OPCODE_NRM3/4Brian Paul2009-01-011-0/+3
| * i965: fix commentBrian Paul2009-01-011-1/+1
| * i965: indentation and formatting fixesBrian Paul2009-01-011-45/+36
| * i965: implement OPCODE_NRM3/NRM4Brian Paul2009-01-011-3/+33
| * i965: whitespace, comment changesBrian Paul2009-01-011-26/+11
| * mesa: comments, whitespace changesBrian Paul2009-01-011-13/+31
| * mesa: updated comments about GLSL constantsBrian Paul2009-01-011-2/+3
| * mesa: increase max texture image units and GLSL samplers to 16Brian Paul2008-12-3114-137/+189
| * intel: Share passthrough transform setup between glBitmap and glDrawPixels.Eric Anholt2008-12-315-45/+52
| * intel: Add support for glBitmap as metaops using GL calls.Eric Anholt2008-12-314-0/+350
* | gallium: fix texcoord loop for rasterpos attributesBrian Paul2009-01-021-1/+1
* | gallium: clamp MaxVertexTextureImageUnits against Mesa limitBrian Paul2009-01-021-1/+2
* | mesa: remove redudant lines for libglapi.aBrian Paul2009-01-021-5/+1
* | Merge commit 'origin/master' into gallium-0.2Brian Paul2008-12-3020-171/+412
|\|
| * mesa: fix bug in evaluation of structure fieldsBrian Paul2008-12-301-3/+1
| * mesa: allow variable indexing into the predefined uniform variable arraysBrian Paul2008-12-305-91/+376
| * mesa: better error message when running out of GLSL samplersBrian Paul2008-12-301-1/+4
| * mesa: comments for some state varsBrian Paul2008-12-301-4/+4
| * mesa: increase max constants/uniforms to 256 (vec4 vectors)Brian Paul2008-12-301-2/+2
| * intel: disable ATI_texture_env_combine3 for i830( and related device).Xiang, Haihao2008-12-302-1/+2
| * dri: Fix driWaitForMSC32 when divisor >= 2 and msc < 0.Eric Anholt2008-12-291-9/+9
| * R300: missing semicolonAlex Deucher2008-12-291-1/+1
| * intel: enable ATI_texture_env_combine3. Fixes #17707Xiang, Haihao2008-12-291-0/+1
| * r300: remove the unknowns from the indx_buffer codeDave Airlie2008-12-282-5/+6
| * i915: separate the fog term from the specular color term.Xiang, Haihao2008-12-241-19/+3
| * intel: Fix glBitmap clipping for DRI1.Eric Anholt2008-12-231-2/+2
| * Remove third buffer support from Mesa.Dave Airlie2008-12-236-35/+3
* | mesa: Do not specify types in bitfields.José Fonseca2008-12-301-2/+2
* | gallium: Remove unused variables.José Fonseca2008-12-301-1/+0
* | scons: Specify C99 throughout all the tree.José Fonseca2008-12-301-5/+1
* | Merge commit 'origin/master' into gallium-0.2Brian Paul2008-12-197-118/+565
|\|
| * Add do_row_3d for mipmapping 3D texturesIan Romanick2008-12-191-21/+444