summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into gallium-0.2Keith Whitwell2008-09-21423-1562/+1576
|\
| * mesa: move fixed function vertex program builder from tnl to core mesaKeith Whitwell2008-09-2117-1797/+2207
| * mesa: add parenthesisBrian Paul2008-09-211-3/+3
| * mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-2150-336/+327
| * mesa: Remove assyntax.h include from generated matypes.h.José Fonseca2008-09-2117-3/+17
| * mesa: move rastpos helper to tnlKeith Whitwell2008-09-216-529/+552
| * mesa: improved driver query interfaceKeith Whitwell2008-09-217-69/+100
| * mesa: remove unneeded s_drawpix.h headerBrian2008-09-182-36/+0
| * mesa: fix asst path/include mistakes in prev commitsChris Rankin2008-09-184-4/+4
| * mesa: fix null ptr deref bug in _tnl_InvalidateState(), bug 15834Brian Paul2008-09-181-6/+14
| * mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-18344-1299/+1296
| * mesa: prefix more #includes with "main/"Brian Paul2008-09-1825-132/+132
| * mesa: remove a bunch of -I paths from INCLUDE_DIRSBrian Paul2008-09-181-9/+1
| * mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-18105-388/+381
* | mesa: add missing FEATURE_attrib_stack aroundAlan Hourihane2008-09-191-0/+2
* | bug fix to MSAA visualsAlan Hourihane2008-09-191-3/+1
* | re-add MSAA supportAlan Hourihane2008-09-192-67/+71
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-1812-41/+129
|\ \
| * | gallium: fix fog vs. pointcoord attribute handling in mesa->TGSI conversionBrian Paul2008-09-171-1/+4
| * | mesa: new gl_fragment_program fields indicating use of fog, front-facing, poi...Brian Paul2008-09-172-19/+36
| * | gallium: clean-up/fix msaa override in state trackerBrian Paul2008-09-174-7/+27
| * | mesa: update program->NumAddressRegs field in _slang_update_inputs_outputs()Brian Paul2008-09-171-0/+9
| * | gallium: include prog_print.h to silence warningBrian Paul2008-09-171-0/+1
| * | gallium: need to finish, not flush, in st_copy_texsubimage()Brian Paul2008-09-171-1/+2
| * | gallium: new assertion on surface->textureBrian Paul2008-09-171-0/+1
| * | tgsi: Add a ugly fix for CONSTANT problemsJakob Bornecrantz2008-09-171-0/+9
| * | tgsi: More debug printing on sanity check errorJakob Bornecrantz2008-09-171-2/+5
| * | mesa: fix bug in previous changes to _slang_resolve_attributes()Brian Paul2008-09-171-1/+3
| * | mesa: rework GLSL vertex attribute bindingBrian Paul2008-09-164-103/+110
| * | gallium: fix glTexImage(width=height=depth=0) caseBrian Paul2008-09-161-0/+5
| * | mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_...Brian Paul2008-09-161-5/+7
| * | mesa: fix bug in get_uniform_rows_cols(): sometimes returned too many rowsBrian Paul2008-09-161-6/+13
| * | gallium: move _vbo_DestroyContext() callBrian Paul2008-09-161-2/+2
| * | mesa: protect against double-free in _vbo_DestroyContext()Brian Paul2008-09-161-4/+6
| * | mesa: State tracker now checks for faulty shaders on debugJakob Bornecrantz2008-09-161-1/+12
| * | 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-152-2/+29
* | | Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-09-1821-186/+218
|\ \ \ | | |/ | |/|
| * | mesa: fix bug in previous changes to _slang_resolve_attributes()Brian Paul2008-09-171-1/+3
| * | intel: Destroy bufmgr in screen destroy, not context.Eric Anholt2008-09-162-2/+1
| * | mesa: rework GLSL vertex attribute bindingBrian Paul2008-09-164-103/+110
| * | mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_...Brian Paul2008-09-161-5/+7
| * | 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-152-2/+29
| * | tdfx: fix crash and lack of visuals bugJakub Bogusz2008-09-131-52/+25
| * | i915: fix himask constant init for 64-bit buildGuillaume Melquiond2008-09-131-1/+1
| * | mesa: return after _mesa_problem() callsGuillaume Melquiond2008-09-132-0/+3
| * | mesa: #include <stdio.h>Guillaume Melquiond2008-09-131-0/+1