summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/radeonsi_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: move init state to new handlingChristian König2012-07-241-0/+1
* radeonsi: move dsa state to new handlingChristian König2012-07-241-1/+0
* gallium: Add PIPE_CAP_START_INSTANCEFredrik Höglund2012-06-191-0/+1
* radeonsi: Add proper SI family names.Michel Dänzer2012-05-141-1/+3
* radeonsi: remove slab allocator for pipe_resource (used mainly for user buffers)Marek Olšák2012-05-131-33/+0
* gallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENTMarek Olšák2012-04-301-0/+3
* gallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák2012-04-301-0/+2
* winsys/radeon: simplify buffer map/unmap functionsMarek Olšák2012-04-291-2/+2
* radeonsi: stop using u_vbuf and adapt to gallium interface changesMarek Olšák2012-04-241-8/+11
* radeonsi: s/DUAL_SOURCE_BLEND/MAX_DUAL_SOURCE_RENDER_TARGETS/Tom Stellard2012-04-141-1/+1
* radeonsi: initial WIP SI codeTom Stellard2012-04-131-0/+731