summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2010-02-04trace: util_stream -> os_streamJosé Fonseca
2010-02-04trace: Use u_time.José Fonseca
2010-02-04llvmpipe: Disable unit tests on embedded platforms.José Fonseca
2010-02-03svga: Remove unnecessary header.Vinson Lee
2010-02-03identity: Remove unnecessary header.Vinson Lee
2010-02-03llvmpipe: Remove unnecessary header.Vinson Lee
2010-02-04gallium: fix more missing includes from various placesDave Airlie
2010-02-04nouveau: include stdio.h and u_inlines.h in all context files since embedded ...Dave Airlie
2010-02-03Merge branch 'gallium-embedded'José Fonseca
2010-02-03trace: Include the appropriate header instead of defining prototypes.José Fonseca
2010-02-03svga: fix TXD and TXL opcode translationKeith Whitwell
2010-02-03svga: deriv insns not valid in dynamic flow control eitherKeith Whitwell
2010-02-03svga: texture from lod zero inside dynamic branchingKeith Whitwell
2010-02-03svga: better method for generating white fs color outputsKeith Whitwell
2010-02-02softpipe: remove unnecessary #includeBrian Paul
2010-02-02llvmpipe: fix (potentially) broken AA points, AA linesBrian Paul
2010-02-02softpipe: fix broken AA points, AA linesBrian Paul
2010-02-02r300g: Texture format cleanups, per docs.Corbin Simpson
2010-02-02gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca
2010-02-02gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca
2010-02-02gallium: Make pipe_atomic a regular int32_t.José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-02-02r300compiler, r300 classic, r300g: Add support for MRTs in the frag shader.Corbin Simpson
2010-02-01r300g: Fix funky segfault.Corbin Simpson
2010-02-01r300g: Inline immediates where possible.Corbin Simpson
2010-02-01llvmpipe: Add missing includes.José Fonseca
2010-02-01i915: Add missing includes.José Fonseca
2010-01-31i965g: Add missing va_end.Vinson Lee
2010-01-31r300g: Fix memory leak on memory allocation failure.Vinson Lee
2010-02-01nv04: Update to new nouveau_class.hMarcin Kościelnicki
2010-02-01nv50/nv40/nv30: fix small memory leak of nouveau_resources on screen_destroyMarcin Slusarz
2010-02-01nv10, nv20: Fix build.Francisco Jerez
2010-01-30r300g: Silence uninitialized variable warning.Vinson Lee
2010-01-30i915: Set bit field of length 1 light_twoside to unsigned.Vinson Lee
2010-01-30Revert "r300g: Don't handle SHADOW_AMBIENT."Corbin Simpson
2010-01-30r300g: Independent blend enables only work on r500.Corbin Simpson
2010-01-30r300g: Don't handle SHADOW_AMBIENT.Corbin Simpson
2010-01-30r300g: Fix comment on SHADOW_AMBIENT.Corbin Simpson
2010-01-30r300g: Dual-source blending isn't possible, period.Corbin Simpson
2010-01-30r300g: Add alpha render targets.Mathias Fröhlich
2010-01-29softpipe: support all TGSI fragment coord conventions (v4)Luca Barbieri
2010-01-29tgsi: add caps for fragment coord conventions (v3)Luca Barbieri
2010-01-28svga: Remove unnecessary headers.Vinson Lee
2010-01-28softpipe: Remove unnecessary header.Vinson Lee
2010-01-28llvmpipe: Remove unnecessary header.Vinson Lee
2010-01-28r300g: Clean up blend masks, change caps.Corbin Simpson
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
2010-01-28softpipe: Report some sane values for constant buffer CAP queries.Michal Krol
2010-01-28gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol
2010-01-28gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol