aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* draw: Avoid mixed declarations and code.Chia-I Wu2010-08-063-4/+4
* r300g: Remove unnecessary headers.Vinson Lee2010-08-051-2/+0
* r600g: start to fix up multiple targets.Dave Airlie2010-08-063-17/+50
* draw: Remove unnecessary vertex flag ANDs.Chia-I Wu2010-08-061-19/+15
* draw: Mask out vertex flags in GS and stream output.Chia-I Wu2010-08-062-2/+2
* draw: Include draw_decompose_tmp.h in draw_pt_decompose.h.Chia-I Wu2010-08-062-296/+36
* draw: Include draw_decompose_tmp.h in draw_so_emit_tmp.h.Chia-I Wu2010-08-062-138/+38
* draw: Include draw_decompose_tmp.h in draw_gs_tmp.h.Chia-I Wu2010-08-062-171/+39
* draw: Include draw_decompose_tmp.h in draw_pt_vcache_tmp.h.Chia-I Wu2010-08-062-252/+92
* draw: Add draw_decompose_tmp.h.Chia-I Wu2010-08-061-0/+425
* r600g: add SRGB support.Dave Airlie2010-08-063-4/+23
* r600g: fixup z format translations.Dave Airlie2010-08-062-20/+24
* r600g: fix targetmask to work correctly.Dave Airlie2010-08-061-2/+1
* r600g: improve supported format selection.Dave Airlie2010-08-066-142/+212
* r600g: add bo wait after map.Dave Airlie2010-08-061-0/+2
* r300g: do not emit GB_Z_PEQ_CONFIG on non-r500 if DRM < 2.6.0Marek Olšák2010-08-065-2/+18
* tgsi: Fix typo, so we follow what is in the commentsJakob Bornecrantz2010-08-051-1/+1
* tgsi: Add option to stop the sanity checker from printingJakob Bornecrantz2010-08-052-1/+15
* util: Add option to not dump cpu capsJakob Bornecrantz2010-08-051-17/+22
* llvmpipe: Only get no rast option onceJakob Bornecrantz2010-08-051-1/+5
* gallivm: Only get debug option onceJakob Bornecrantz2010-08-051-1/+3
* nvfx: fix nv30 vertex program scalar opcodesLuca Barbieri2010-08-061-1/+7
* nvfx: shut up unknown cap 64 warningLuca Barbieri2010-08-061-0/+2
* r600g: don't use dynamic state allocation for statesJerome Glisse2010-08-0512-657/+361
* targets/egl: fix buildJoakim Sindholt2010-08-051-0/+1
* r300g: fix fb_state atom sizeMarek Olšák2010-08-051-2/+6
* r300g: debug_print on startup whether we can use hyper-zMarek Olšák2010-08-051-2/+4
* r300g: always emit hyperz state atom.Dave Airlie2010-08-051-5/+2
* r300g: disable hiz on rv530 for now.Dave Airlie2010-08-051-1/+1
* r300g: implement hyper-z support. (v4)Dave Airlie2010-08-0523-47/+701
* docs: clarify point sprite discussionKeith Whitwell2010-08-051-16/+23
* r600g: force flush on map as temporary fix to readpixelJerome Glisse2010-08-041-0/+2
* r600g: always perform texture perspective divide + fix blendingJerome Glisse2010-08-044-65/+88
* draw: Fix return type of draw_translate_vinfo_size.Vinson Lee2010-08-041-1/+1
* draw: Fix the edge flags of flatshade_first polygons.Chia-I Wu2010-08-041-4/+4
* r300/compiler: r500 hw support for break and continue in loops.Tom Stellard2010-08-031-2/+7
* r300g: disable multisample visuals until the state tracker bits catch up.Dave Airlie2010-08-041-0/+3
* draw: check for instance divisors in vcache_check_run()Brian Paul2010-08-031-0/+22
* gallium/translate: make generic_run() and generic_run_elts() more alikeBrian Paul2010-08-031-19/+44
* draw: added a commentBrian Paul2010-08-031-0/+1
* draw: use instance divisor in draw_print_arrays()Brian Paul2010-08-031-0/+5
* draw: add assertion, rearrange debug codeBrian Paul2010-08-031-4/+10
* st/dri: fix crash when dri2_drawable_get_buffers failsMarek Olšák2010-08-041-1/+2
* r600g: add polygon offset supportJerome Glisse2010-08-033-7/+62
* r600g: flush and resubmit if we reach limitJerome Glisse2010-08-034-37/+13
* r600g: fix color target maskJerome Glisse2010-08-031-2/+1
* gallium/draw: forgot about PIPE_PRIM_LINE_STRIP_ADJACENCYZack Rusin2010-08-031-0/+1
* gallium/util: add extra primitives to the trimmerZack Rusin2010-08-031-0/+13
* r600g: fix stencilJerome Glisse2010-08-032-8/+7
* r600g: fix LIT + fix multiple constant one ALU + fix ALU block splittingJerome Glisse2010-08-035-113/+207