summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
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
2010-01-28gallium: Implement 2D constant buffers for fragment shader in softpipe.Michal Krol
2010-01-28r300g: Fix bizarre half-flushes with immd mode.Corbin Simpson
2010-01-28r300g: Atomize framebuffers.Corbin Simpson
2010-01-27llvmpipe: Remove unnecessary headers.Vinson Lee
2010-01-27r300g: Remove unnecessary headers.Vinson Lee
2010-01-27i965g: Remove unnecessary headers.Vinson Lee
2010-01-27r300g: Silence GCC "missing braces around initializer" warning.Vinson Lee
2010-01-27cell: remove commas from structs wrapped in PIPE_ALIGN_TYPE macroBrian Paul
2010-01-26softpipe: Remove unnecessary header.Vinson Lee
2010-01-26i915g: Remove unnecessary headers.Vinson Lee
2010-01-26r300g: Turn the RS block into an atom.Corbin Simpson
2010-01-26r300g: Make vertex_format into an atom.Corbin Simpson
2010-01-26r300g: Kill dead code for hashing custom state.Corbin Simpson
2010-01-26r300g: Add A8_UNORM texture format.Corbin Simpson
2010-01-26i965g: Silence uninitialized variable warning.Vinson Lee
2010-01-26softpipe: Remove unused variables.Vinson Lee
2010-01-26nv50: supports independent blend enablesChristoph Bumiller
2010-01-26gallium: add the new PIPE_CAP blend bits to more driversRoland Scheidegger
2010-01-26r300g: Per-MRT blending is not supported.Corbin Simpson
2010-01-25r300g: Finish and enable immediate mode.Corbin Simpson
2010-01-25Revert "r300g,radeong: finish and enable the immediate mode"Corbin Simpson
2010-01-25softpipe: enable new blend functionalityRoland Scheidegger
2010-01-25trace: adapt to blend changesRoland Scheidegger
2010-01-25svga: adapt to blend changesRoland Scheidegger
2010-01-25softpipe: adapt to blend changesRoland Scheidegger
2010-01-25nouveau: adapt drviers to blend changesRoland Scheidegger
2010-01-25r300g: adapt to blend changesRoland Scheidegger
2010-01-25i965g: adapt to blend changesRoland Scheidegger
2010-01-25i915g: adapt to blend changesRoland Scheidegger
2010-01-25cell: adapt to blend changesRoland Scheidegger
2010-01-25llvmpipe: adapt to blend changesRoland Scheidegger
2010-01-25llvmpipe: Remove lp_tex_sample_c.c again.José Fonseca
2010-01-24r300g,radeong: finish and enable the immediate modeMarek Olšák
2010-01-24r300g: fix zero-area scissorMarek Olšák
2010-01-24r300g,radeong: set tiling flags in libdrmMarek Olšák
2010-01-25nv50: fix uninitialized variable in nv50_revdep_reorderMarcin Slusarz
2010-01-25nv50: fix crash in nv50_pre_pipebuffer_map (nv50_screen->cur_ctx)Marcin Slusarz
2010-01-25nouveau: fix winsys object leakMarcin Slusarz
2010-01-24nv50: fix handling of FragCoord inputChristoph Bumiller
2010-01-24nv50: only flush texture caches on st requestChristoph Bumiller
2010-01-24nv50: implement render_conditionChristoph Bumiller
2010-01-24r300g: avoid the use of gotoDave Airlie