summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* trace: util_stream -> os_streamJosé Fonseca2010-02-041-6/+6
* trace: Use u_time.José Fonseca2010-02-041-10/+3
* llvmpipe: Disable unit tests on embedded platforms.José Fonseca2010-02-041-14/+15
* svga: Remove unnecessary header.Vinson Lee2010-02-031-1/+0
* identity: Remove unnecessary header.Vinson Lee2010-02-031-1/+0
* llvmpipe: Remove unnecessary header.Vinson Lee2010-02-031-1/+0
* gallium: fix more missing includes from various placesDave Airlie2010-02-042-0/+3
* nouveau: include stdio.h and u_inlines.h in all context files since embedded ...Dave Airlie2010-02-046-0/+14
* Merge branch 'gallium-embedded'José Fonseca2010-02-03144-131/+162
|\
| * trace: Include the appropriate header instead of defining prototypes.José Fonseca2010-02-031-1/+1
| * gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-0227-27/+27
| * gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-026-6/+6
| * gallium: Make pipe_atomic a regular int32_t.José Fonseca2010-02-025-2/+4
| * gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-02118-95/+121
| * llvmpipe: Add missing includes.José Fonseca2010-02-011-0/+1
| * i915: Add missing includes.José Fonseca2010-02-012-0/+2
* | svga: fix TXD and TXL opcode translationKeith Whitwell2010-02-032-15/+122
* | svga: deriv insns not valid in dynamic flow control eitherKeith Whitwell2010-02-031-3/+48
* | svga: texture from lod zero inside dynamic branchingKeith Whitwell2010-02-032-13/+59
* | svga: better method for generating white fs color outputsKeith Whitwell2010-02-036-106/+75
* | softpipe: remove unnecessary #includeBrian Paul2010-02-021-1/+0
* | llvmpipe: fix (potentially) broken AA points, AA linesBrian Paul2010-02-021-1/+1
* | softpipe: fix broken AA points, AA linesBrian Paul2010-02-021-1/+1
* | r300g: Texture format cleanups, per docs.Corbin Simpson2010-02-021-3/+10
* | r300compiler, r300 classic, r300g: Add support for MRTs in the frag shader.Corbin Simpson2010-02-021-3/+7
* | r300g: Fix funky segfault.Corbin Simpson2010-02-012-6/+8
* | r300g: Inline immediates where possible.Corbin Simpson2010-02-012-8/+60
|/
* i965g: Add missing va_end.Vinson Lee2010-01-311-0/+1
* r300g: Fix memory leak on memory allocation failure.Vinson Lee2010-01-311-1/+4
* nv04: Update to new nouveau_class.hMarcin Kościelnicki2010-02-011-20/+20
* nv50/nv40/nv30: fix small memory leak of nouveau_resources on screen_destroyMarcin Slusarz2010-02-013-6/+9
* nv10, nv20: Fix build.Francisco Jerez2010-02-012-2/+2
* r300g: Silence uninitialized variable warning.Vinson Lee2010-01-301-1/+1
* i915: Set bit field of length 1 light_twoside to unsigned.Vinson Lee2010-01-301-1/+1
* Revert "r300g: Don't handle SHADOW_AMBIENT."Corbin Simpson2010-01-301-0/+6
* r300g: Independent blend enables only work on r500.Corbin Simpson2010-01-302-5/+16
* r300g: Don't handle SHADOW_AMBIENT.Corbin Simpson2010-01-301-6/+0
* r300g: Fix comment on SHADOW_AMBIENT.Corbin Simpson2010-01-301-3/+2
* r300g: Dual-source blending isn't possible, period.Corbin Simpson2010-01-302-6/+9
* r300g: Add alpha render targets.Mathias Fröhlich2010-01-302-2/+15
* softpipe: support all TGSI fragment coord conventions (v4)Luca Barbieri2010-01-294-7/+20
* tgsi: add caps for fragment coord conventions (v3)Luca Barbieri2010-01-2913-0/+79
* svga: Remove unnecessary headers.Vinson Lee2010-01-282-2/+0
* softpipe: Remove unnecessary header.Vinson Lee2010-01-281-1/+0
* llvmpipe: Remove unnecessary header.Vinson Lee2010-01-281-1/+0
* r300g: Clean up blend masks, change caps.Corbin Simpson2010-01-283-13/+18
* Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-2828-253/+327
|\
| * nv50: supports independent blend enablesChristoph Bumiller2010-01-262-17/+41
| * gallium: add the new PIPE_CAP blend bits to more driversRoland Scheidegger2010-01-267-0/+28
| * r300g: Per-MRT blending is not supported.Corbin Simpson2010-01-261-0/+3