aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* gallium: rename copy/fill_rect utility functionsBrian Paul2009-08-195-11/+11
* gallium: fix tags target in Makefile.templateBrian Paul2009-08-191-1/+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-185-2/+18
|\
| * 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
| * gallium: Always map for READ flag when DISCARD is not set.José Fonseca2009-08-141-0/+7
| * trace: Remove space next to the class attribute of the trace.José Fonseca2009-08-141-1/+1
| * python/retrace: Open bz2 files correctly.José Fonseca2009-08-141-1/+1
* | egl/xlib: move call to create_configs() after we set the Xdpy fieldBrian Paul2009-08-181-2/+2
* | egl: Create the front texture the properlyJakob Bornecrantz2009-08-181-25/+9
* | gallium: improved comments, minor whitespace changesBrian Paul2009-08-181-7/+10
* | egl: Some per-driver data should be per-display.Chia-I Wu2009-08-182-19/+42
* | egl: Overhaul driver API.Chia-I Wu2009-08-185-165/+102
* | gallium: memset() tgsi_exec_machine to all zeros in tgsi_exec_machine_create()Brian Paul2009-08-171-8/+2
* | nv50: remove a few cases of directly casting struct pipe_contextMaarten Maathuis2009-08-172-3/+3
* | nv50: borrow some flushing code from the ddxMaarten Maathuis2009-08-171-3/+11
* | gallium: Make PIPE_TRANSFER_{READ,WRITE,READ_WRITE} bitmask friendly.Maarten Maathuis2009-08-171-3/+3
* | nv50: whitespace fixes and deobfuscationMaarten Maathuis2009-08-179-69/+85
* | cell: fix incorrect pipe_transfer testsBrian Paul2009-08-171-2/+4
* | nv50: fix stencil stateChristoph Bumiller2009-08-171-6/+6
* | nv50: avoid a NULL-ptr dereference when the pipe context changesMaarten Maathuis2009-08-151-1/+26
* | nv50: align registers used with TEX to 4Christoph Bumiller2009-08-151-1/+2
* | st/xlib: reduce the proliferation of GLX context typesKeith Whitwell2009-08-141-57/+37
* | st/dri: remove unused dummyContext valueKeith Whitwell2009-08-142-14/+0
* | nv50: fix mipmap offsets and tilingChristoph Bumiller2009-08-143-17/+34
* | nv50: make sure we don't re-emit outdated scissor stateChristoph Bumiller2009-08-141-4/+4
* | nv50: make use of the y-origin switchChristoph Bumiller2009-08-142-25/+16
* | st/vega: Add more symbols defined by mesa/st.Chia-I Wu2009-08-142-3/+18