summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* | r300g: Add A8_UNORM texture format.Corbin Simpson2010-01-262-0/+2
* | i965g: Silence uninitialized variable warning.Vinson Lee2010-01-261-0/+3
* | softpipe: Remove unused variables.Vinson Lee2010-01-261-3/+0
* | r300g: Finish and enable immediate mode.Corbin Simpson2010-01-253-53/+106
* | Revert "r300g,radeong: finish and enable the immediate mode"Corbin Simpson2010-01-253-133/+52
* | llvmpipe: Remove lp_tex_sample_c.c again.José Fonseca2010-01-251-1712/+0
* | r300g,radeong: finish and enable the immediate modeMarek Olšák2010-01-243-52/+133
* | r300g: fix zero-area scissorMarek Olšák2010-01-241-0/+16
* | r300g,radeong: set tiling flags in libdrmMarek Olšák2010-01-241-0/+7
* | nv50: fix uninitialized variable in nv50_revdep_reorderMarcin Slusarz2010-01-251-1/+1
* | nv50: fix crash in nv50_pre_pipebuffer_map (nv50_screen->cur_ctx)Marcin Slusarz2010-01-251-0/+4
* | nouveau: fix winsys object leakMarcin Slusarz2010-01-251-0/+2
* | nv50: fix handling of FragCoord inputChristoph Bumiller2010-01-241-12/+11
* | nv50: only flush texture caches on st requestChristoph Bumiller2010-01-242-3/+5