summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radeon: Add comment to explain logic for freeing dma buffers.Pauli Nieminen2009-08-211-0/+3
* r600: convert to using common radeon state atomsAlex Deucher2009-08-208-233/+154
* r600: improve state emissionAlex Deucher2009-08-206-30/+182
* r600: split state emit into block specific functionsAlex Deucher2009-08-206-320/+379
* progs/glsl: report compile/link times in shtest.cBrian Paul2009-08-201-0/+10
* progs/util: added GetShaderCompile/LinkTime() to get compilation/link timesBrian Paul2009-08-202-0/+39
* progs/glsl: update multitex.shtest for new texture syntaxBrian Paul2009-08-201-2/+2
* progs/glsl: update shtest.c to handle 1D/3D/CUBE/RECT texturesBrian Paul2009-08-201-16/+70
* progs/glsl: tweaks to shtest.cBrian Paul2009-08-201-2/+3
* nv50: use VTX_ATTR_nF for constant vtxeltsChristoph Bumiller2009-08-203-1/+75
* nv50: set vertex buffer limitsChristoph Bumiller2009-08-201-2/+11
* nv50: modify vbo format to hw translation, add BGRA swizzleChristoph Bumiller2009-08-201-39/+65
* st/egl: Open the first drm nodeJakob Bornecrantz2009-08-201-1/+12
* progs/glsl: more comments in shtest.cBrian Paul2009-08-201-0/+2
* tgsi: when printing/dumping programs indent loops and conditionalsBrian Paul2009-08-201-0/+35
* tgsi: check for SOA dependencies in SSE and PPC code generatorsBrian Paul2009-08-202-0/+8
* tgsi: handle SOA dependencies for MOV/SWZBrian Paul2009-08-202-14/+44
* tgsi: added tgsi_full_instruction::Flags fieldBrian Paul2009-08-202-0/+3
* r600: try and get everything in the draw in one IBAlex Deucher2009-08-201-3/+10
* r600: move misc regs from general stateAlex Deucher2009-08-201-7/+9
* mesa: add GL_DEPTH_STENCIL to glCopyPixels error checkBrian Paul2009-08-201-1/+8
* r600: rework emit codeAlex Deucher2009-08-204-37/+44
* radeon: Update regulary cs processing info from kernel.Pauli Nieminen2009-08-203-6/+12
* gallium: rename copy/fill_rect utility functionsBrian Paul2009-08-196-12/+12
* gallium: fix tags target in Makefile.templateBrian Paul2009-08-191-1/+1
* radeon: fix typo in last dma patchAlex Deucher2009-08-191-1/+1
* intel: Fix failure to commit -a --amend before last push.Eric Anholt2009-08-191-1/+1
* intel: Align cubemap texture height to its padding requirements.Eric Anholt2009-08-191-0/+10
* intel: Align untiled region height to 2 according to 965 docs.Eric Anholt2009-08-191-0/+10
* radeon: Add debug output for dma buffer object numbers.Pauli Nieminen2009-08-191-3/+18
* radeon: Fix dma buffer object pool to scale object sizes.Pauli Nieminen2009-08-192-11/+42
* r600: minor cleanupAlex Deucher2009-08-191-2/+1
* progs/xdemos: add multictx to .gitignoreBrian Paul2009-08-191-0/+1
* tgsi: Add missing include.José Fonseca2009-08-191-0/+1
* tgsi: Fix typo in ureg constant creation.José Fonseca2009-08-191-1/+1
* st/xlib: remove a couple more 'fake' referencesKeith Whitwell2009-08-191-4/+2
* st/xlib: remove dead ungrab helperKeith Whitwell2009-08-191-13/+0
* tgsi: silence compiler warningKeith Whitwell2009-08-191-1/+1
* tgsi: remove unused function argumentKeith Whitwell2009-08-191-4/+2
* tgsi: add missing functionality to support instructions with labelsKeith Whitwell2009-08-192-1/+57
* r300g: Force off ZTOP optimizations for now.Corbin Simpson2009-08-181-1/+2
* r300g: Utilize DONTBLOCK.Corbin Simpson2009-08-181-8/+19
* radeon-gallium: Oh, look, we *do* already support DONTBLOCK.Corbin Simpson2009-08-181-6/+5
* r300g: Massively cleanup OQ.Corbin Simpson2009-08-186-29/+174
* r300g: Add high_second_pipe cap for R3xx chipsets.Corbin Simpson2009-08-182-1/+11
* radeon-gallium: Stop using outdated ioctls.Corbin Simpson2009-08-181-11/+3
* Revert "r300-gallium, radeon-gallium: Nuke gb_pipes from orbit."Corbin Simpson2009-08-186-2/+46
* Merge branch 'mesa_7_5_branch'Brian Paul2009-08-187-6/+44
|\
| * tgsi/ppc: we don't implement saturation modes yetBrian Paul2009-08-181-0/+5
| * tgsi/sse: we don't implement saturation modes yetBrian Paul2009-08-181-0/+4