aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
| * softpipe: enable new blend functionalityRoland Scheidegger2010-01-252-18/+21
| * trace: adapt to blend changesRoland Scheidegger2010-01-251-11/+21
| * svga: adapt to blend changesRoland Scheidegger2010-01-251-9/+9
| * softpipe: adapt to blend changesRoland Scheidegger2010-01-252-30/+31
| * nouveau: adapt drviers to blend changesRoland Scheidegger2010-01-256-57/+57
| * r300g: adapt to blend changesRoland Scheidegger2010-01-251-11/+11
| * i965g: adapt to blend changesRoland Scheidegger2010-01-251-11/+11
| * i915g: adapt to blend changesRoland Scheidegger2010-01-251-14/+14
| * cell: adapt to blend changesRoland Scheidegger2010-01-252-34/+34
| * llvmpipe: adapt to blend changesRoland Scheidegger2010-01-251-35/+37
| * llvmpipe: adapt to per-rendertarget blend changesRoland Scheidegger2010-01-203-24/+27
* | softpipe: Report some sane values for constant buffer CAP queries.Michal Krol2010-01-281-0/+4
* | gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol2010-01-285-9/+9
* | gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol2010-01-2810-26/+39
* | gallium: Implement 2D constant buffers for fragment shader in softpipe.Michal Krol2010-01-286-23/+39
* | r300g: Fix bizarre half-flushes with immd mode.Corbin Simpson2010-01-281-1/+2
* | r300g: Atomize framebuffers.Corbin Simpson2010-01-286-32/+43
* | llvmpipe: Remove unnecessary headers.Vinson Lee2010-01-273-3/+0
* | r300g: Remove unnecessary headers.Vinson Lee2010-01-276-12/+0
* | i965g: Remove unnecessary headers.Vinson Lee2010-01-2721-24/+0
* | r300g: Silence GCC "missing braces around initializer" warning.Vinson Lee2010-01-271-1/+1
* | cell: remove commas from structs wrapped in PIPE_ALIGN_TYPE macroBrian Paul2010-01-271-7/+18
* | softpipe: Remove unnecessary header.Vinson Lee2010-01-261-1/+0
* | i915g: Remove unnecessary headers.Vinson Lee2010-01-262-3/+0
* | r300g: Turn the RS block into an atom.Corbin Simpson2010-01-266-32/+27
* | r300g: Make vertex_format into an atom.Corbin Simpson2010-01-267-35/+41
* | r300g: Kill dead code for hashing custom state.Corbin Simpson2010-01-263-71/+0