summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2009-08-19tgsi: Add missing include.José Fonseca
2009-08-19tgsi: Fix typo in ureg constant creation.José Fonseca
2009-08-19st/xlib: remove a couple more 'fake' referencesKeith Whitwell
2009-08-19st/xlib: remove dead ungrab helperKeith Whitwell
2009-08-19tgsi: silence compiler warningKeith Whitwell
2009-08-19tgsi: remove unused function argumentKeith Whitwell
2009-08-19tgsi: add missing functionality to support instructions with labelsKeith Whitwell
2009-08-18r300g: Force off ZTOP optimizations for now.Corbin Simpson
2009-08-18r300g: Utilize DONTBLOCK.Corbin Simpson
2009-08-18radeon-gallium: Oh, look, we *do* already support DONTBLOCK.Corbin Simpson
2009-08-18r300g: Massively cleanup OQ.Corbin Simpson
2009-08-18r300g: Add high_second_pipe cap for R3xx chipsets.Corbin Simpson
2009-08-18radeon-gallium: Stop using outdated ioctls.Corbin Simpson
2009-08-18Revert "r300-gallium, radeon-gallium: Nuke gb_pipes from orbit."Corbin Simpson
2009-08-18Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-18egl/xlib: move call to create_configs() after we set the Xdpy fieldBrian Paul
2009-08-18tgsi/ppc: we don't implement saturation modes yetBrian Paul
2009-08-18tgsi/sse: we don't implement saturation modes yetBrian Paul
2009-08-18egl: Create the front texture the properlyJakob Bornecrantz
2009-08-18gallium: improved comments, minor whitespace changesBrian Paul
2009-08-18egl: Some per-driver data should be per-display.Chia-I Wu
2009-08-18egl: Overhaul driver API.Chia-I Wu
2009-08-17gallium: memset() tgsi_exec_machine to all zeros in tgsi_exec_machine_create()Brian Paul
2009-08-17nv50: remove a few cases of directly casting struct pipe_contextMaarten Maathuis
2009-08-17nv50: borrow some flushing code from the ddxMaarten Maathuis
2009-08-17gallium: Make PIPE_TRANSFER_{READ,WRITE,READ_WRITE} bitmask friendly.Maarten Maathuis
2009-08-17nv50: whitespace fixes and deobfuscationMaarten Maathuis
2009-08-17cell: fix incorrect pipe_transfer testsBrian Paul
2009-08-17nv50: fix stencil stateChristoph Bumiller
2009-08-15nv50: avoid a NULL-ptr dereference when the pipe context changesMaarten Maathuis
2009-08-15nv50: align registers used with TEX to 4Christoph Bumiller
2009-08-14gallium: Always map for READ flag when DISCARD is not set.José Fonseca
2009-08-14trace: Remove space next to the class attribute of the trace.José Fonseca
2009-08-14python/retrace: Open bz2 files correctly.José Fonseca
2009-08-14st/xlib: reduce the proliferation of GLX context typesKeith Whitwell
2009-08-14st/dri: remove unused dummyContext valueKeith Whitwell
2009-08-14nv50: fix mipmap offsets and tilingChristoph Bumiller
2009-08-14nv50: make sure we don't re-emit outdated scissor stateChristoph Bumiller
2009-08-14nv50: make use of the y-origin switchChristoph Bumiller
2009-08-14st/vega: Add more symbols defined by mesa/st.Chia-I Wu
2009-08-14nv50: fix typo in REALLOC's 2nd argument in ctor_immdChristoph Bumiller
2009-08-13st/dri: Add support for GLX_EXT_texture_from_pixmap with direct rendering.Michel Dänzer
2009-08-13gallium/drm: Handle circular dependencies in the auxiliary libraries with make.Michel Dänzer
2009-08-13st/xorg: Fix DRI2 CopyRegion hook.Michel Dänzer
2009-08-13tgsi: add simple facility for releasing and reusing temporariesKeith Whitwell
2009-08-13tgsi: rename ureg src/dest convertersKeith Whitwell
2009-08-13draw: Remove unused variable.José Fonseca
2009-08-13Merge branch 'mesa_7_5_branch'Keith Whitwell
2009-08-13draw: cope with more primitives in draw_pipeline_runKeith Whitwell
2009-08-13tgsi: turn off debuggingKeith Whitwell