summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_screen.c
AgeCommit message (Expand)Author
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-08Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell
2010-03-07r300g: move r300_transfer to separate filesMarek Olšák
2010-03-02r300: Rename pipe formats.José Fonseca
2010-03-01gallium: Reorg texture usage flagsJakob Bornecrantz
2010-02-22Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"Dave Airlie
2010-02-22r300g: rebuild winsys/pipe buffer handling and add buffer mapDave Airlie
2010-02-21r300g: precompute framebuffer register valuesMarek Olšák
2010-02-21r300g: add all missing colorbuffer formatsMarek Olšák
2010-02-21r300g: make r300_translate_texformat privateMarek Olšák
2010-02-19Revert "r300g: remove L8_UNORM from colorbuffer formats"Corbin Simpson
2010-02-19r300g: remove L8_UNORM from colorbuffer formatsMarek Olšák
2010-02-18r300g: add support for all missing non-FP sampler formatsMarek Olšák
2010-02-15r300g: fix the size of constant buffersMarek Olšák
2010-02-14r300g: fix texture formats: A4R4G4B4_UNORM, A1R5G5B5_UNORM, R5G6B5_UNORMMarek Olšák
2010-02-14r300g: Use util_format_name().José Fonseca
2010-02-13r300g: disable independent blend enablesMarek Olšák
2010-02-09r300g: Correct colorbuffer measurements.Corbin Simpson
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-06r300g: add L8_SRGB and A8L8_SRGB texture formatsMarek Olšák
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-31r300g: Fix memory leak on memory allocation failure.Vinson Lee
2010-01-30r300g: Independent blend enables only work on r500.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-29tgsi: add caps for fragment coord conventions (v3)Luca Barbieri
2010-01-28r300g: Clean up blend masks, change caps.Corbin Simpson
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
2010-01-26r300g: Add A8_UNORM texture format.Corbin Simpson
2010-01-26r300g: Per-MRT blending is not supported.Corbin Simpson
2010-01-17r300g: Check for bogus texture targets.Corbin Simpson
2010-01-17r300g: simplify is_format_supportedMarek Olšák
2010-01-17r300g: output texture debug messages if only RADEON_DEBUG=tex is setMarek Olšák
2010-01-17r300g: move debug flags into r300_screenMarek Olšák
2010-01-06r300g: consolidate paramsMarek Olšák
2009-12-20r300g: Add a few more params.Corbin Simpson
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-15r300g: add Z24X8 to the list of unsupported sampler formats on R3xx-R4xxMarek Olšák
2009-12-04Merge branch 'gallium-noblocks'Roland Scheidegger
2009-12-02r300g, radeong: De-specialize r300_winsys into radeon_winsys.Corbin Simpson
2009-12-02gallium: adapt drivers to interface cleanupsRoland Scheidegger
2009-10-31r300g: pretend NPOT supportMarek Olšák
2009-10-28r300g: add some texture formatsMaciej Cencora
2009-10-26r300g: add cubemap supportMarek Olšák
2009-10-25r300g: added support for 3D texturesMarek Olšák
2009-10-22r300g: Enable more stuff in r300_screen, cleanup comments.Corbin Simpson
2009-10-21r300g: Cleanup header includes.Corbin Simpson
2009-10-18r300g: Fix up a bunch of warnings.Corbin Simpson
2009-10-17r300g: Squash format warning.Corbin Simpson