summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | intel: Add a width field to regions, and use it for making miptrees in TFP.Eric Anholt2008-09-126-15/+25
| * | intel: Don't segfault on TFP from a bad drawable.Eric Anholt2008-09-122-0/+9
| * | intel: Remove dead allow_batchbuffer param.Eric Anholt2008-09-122-6/+0
| * | i965: Add support for G41 chipset which is another 4 series.Xiang, Haihao2008-09-122-1/+6
* | | mesa: bring sources into line with sources.mak, but omit gallium codeKeith Whitwell2008-09-181-14/+17
* | | i965: Add support for G41 chipset which is another 4 series.Xiang, Haihao2008-09-182-1/+6
* | | st: hash-warning not recognised on Windows.Michal Krol2008-09-161-0/+2
* | | mesa: bump gallium version string to 0.2Brian Paul2008-09-121-1/+1
* | | i915simple: A step closer to compilingJakob Bornecrantz2008-09-121-70/+1
* | | mesa: regenerate shader filesKeith Whitwell2008-09-121-70/+76
* | | mesa: get fixed-function program generation working againKeith Whitwell2008-09-122-20/+45
* | | st: adapt to new framebuffer struct, with one FIXME outstandingKeith Whitwell2008-09-112-14/+17
* | | mesa: update PointParameter usageKeith Whitwell2008-09-111-2/+2
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-1122-113/+450
|\ \ \ | | |/ | |/|