summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_screen.c
Commit message (Expand)AuthorAgeFilesLines
* r300g: pick up some new colorbuffer formatsMarek Olšák2010-04-111-1/+4
* Squashed commit of the following:Keith Whitwell2010-04-101-14/+13
* r300g: Fill out dummy fence functions.Corbin Simpson2010-04-091-0/+24
* r300g: enable OpenGL 2.1 on r3xx-r4xx chipsetsMarek Olšák2010-04-051-5/+1
* r300g: simplify accessing screen from contextMarek Olšák2010-04-051-18/+14
* r300g: raise the number of texture units to 16 for all supported chipsetsMarek Olšák2010-04-051-2/+1
* r300g: add RGTC texture supportMarek Olšák2010-04-011-0/+9
* gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-301-1/+1
* r300g: print errors even on non-debug buildsMarek Olšák2010-03-271-3/+3
* r300g: fix scons buildMarek Olšák2010-03-211-3/+1
* r300g: rebuild screen/winsys interfaceDave Airlie2010-03-151-10/+20
* r300g: Remove unnecessary headers.Vinson Lee2010-03-141-1/+0
* gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-2/+0
* Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-2/+2
* Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2010-03-081-2/+4
|\
| * gallium: Reorg texture usage flagsJakob Bornecrantz2010-03-011-2/+4
* | r300g: move r300_transfer to separate filesMarek Olšák2010-03-071-70/+4
* | r300: Rename pipe formats.José Fonseca2010-03-021-3/+3
|/
* Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"Dave Airlie2010-02-221-25/+13
* r300g: rebuild winsys/pipe buffer handling and add buffer mapDave Airlie2010-02-221-13/+25
* r300g: precompute framebuffer register valuesMarek Olšák2010-02-211-1/+0
* r300g: add all missing colorbuffer formatsMarek Olšák2010-02-211-38/+22
* r300g: make r300_translate_texformat privateMarek Olšák2010-02-211-1/+1
* Revert "r300g: remove L8_UNORM from colorbuffer formats"Corbin Simpson2010-02-191-0/+1
* r300g: remove L8_UNORM from colorbuffer formatsMarek Olšák2010-02-191-1/+0
* r300g: add support for all missing non-FP sampler formatsMarek Olšák2010-02-181-50/+14
* r300g: fix the size of constant buffersMarek Olšák2010-02-151-0/+4
* r300g: fix texture formats: A4R4G4B4_UNORM, A1R5G5B5_UNORM, R5G6B5_UNORMMarek Olšák2010-02-141-3/+3
* r300g: Use util_format_name().José Fonseca2010-02-141-2/+2
* r300g: disable independent blend enablesMarek Olšák2010-02-131-5/+1
* r300g: Correct colorbuffer measurements.Corbin Simpson2010-02-091-1/+3
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-0/+3
* r300g: add L8_SRGB and A8L8_SRGB texture formatsMarek Olšák2010-02-061-0/+2
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* r300g: Fix memory leak on memory allocation failure.Vinson Lee2010-01-311-1/+4
* r300g: Independent blend enables only work on r500.Corbin Simpson2010-01-301-1/+5
* r300g: Dual-source blending isn't possible, period.Corbin Simpson2010-01-301-1/+0
* r300g: Add alpha render targets.Mathias Fröhlich2010-01-301-2/+2
* tgsi: add caps for fragment coord conventions (v3)Luca Barbieri2010-01-291-0/+6
* r300g: Clean up blend masks, change caps.Corbin Simpson2010-01-281-0/+4
* Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-281-0/+3
|\
| * r300g: Per-MRT blending is not supported.Corbin Simpson2010-01-261-0/+3
* | r300g: Add A8_UNORM texture format.Corbin Simpson2010-01-261-0/+1
|/
* r300g: Check for bogus texture targets.Corbin Simpson2010-01-171-0/+6
* r300g: simplify is_format_supportedMarek Olšák2010-01-171-46/+11
* r300g: output texture debug messages if only RADEON_DEBUG=tex is setMarek Olšák2010-01-171-4/+2
* r300g: move debug flags into r300_screenMarek Olšák2010-01-171-0/+1
* r300g: consolidate paramsMarek Olšák2010-01-061-3/+6
* r300g: Add a few more params.Corbin Simpson2009-12-201-0/+4
* Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-2/+3