summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* r600g: implement the pipe_screen fence functionsFredrik Höglund2011-03-291-0/+145
* r600g: Original R600 does not support per-MRT blendsAlex Deucher2011-03-141-2/+11
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-1/+1
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-2/+1
* r600g: Constant buffers can contain up to 4096 constants.Henri Verbeet2011-03-071-1/+1
* gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák2011-03-051-1/+2
* r600g: start using drm minor version to enable things.Dave Airlie2011-03-011-1/+1
* r600g: indentation fixesJerome Glisse2011-02-281-2/+1
* r600g: implement instanced drawing supportChristian König2011-02-281-1/+1
* r600g: EXT_texture_array support.Dave Airlie2011-02-241-1/+4
* r600g: Request DWORD aligned vertex buffers.Fabian Bieler2011-02-231-1/+1
* r600g: add support for s3tc formats.Dave Airlie2011-02-151-0/+2
* r600g: slab-allocate buffer and transfer structuresMarek Olšák2011-02-081-1/+39
* r600g: use the same upload buffer for vertices, indices, and constantsMarek Olšák2011-02-081-22/+6
* u_vbuf_mgr: add a way to specify the BIND flag for the upload bufferMarek Olšák2011-02-081-0/+1
* u_vbuf_mgr: make the uploader publicMarek Olšák2011-02-081-1/+1
* Revert "r600g: do not flush the uploader" (with comments)Marek Olšák2011-02-081-0/+7
* r600g: Add support for relative addressing on constant buffers.Henri Verbeet2011-02-071-1/+1
* r600g: Remove vs_resource and ps_resource from the pipe context.Henri Verbeet2011-02-071-14/+0
* r600g: correctly report supported vertex formatsMarek Olšák2011-02-071-3/+8
* r600g: use the new vertex buffer managerMarek Olšák2011-02-071-15/+11
* r600g: do not flush the uploaderMarek Olšák2011-02-061-3/+0
* r600g: consolidate draw_vbo functions (v2)Marek Olšák2011-01-301-2/+1
* r600g: make r600_drawl inherit pipe_draw_infoMarek Olšák2011-01-301-1/+1
* r600g: add back u_upload_mgr integrationMarek Olšák2011-01-301-8/+12
* r600g: handle PIPE_CAP_ARRAY_TEXTURESMarek Olšák2011-01-281-0/+1
* r600g: Implement timer queries.Mathias Fröhlich2011-01-251-1/+4
* r600g: fix PIPE_CAP_INSTANCED_DRAWING warningChristian König2011-01-161-0/+1
* r600g: allow constant buffers to be user buffers.Dave Airlie2011-01-071-0/+8
* r600g: add support for NI (Northern Islands) GPUsAlex Deucher2011-01-061-0/+6
* r600g: Get rid of r600_blit_uncompress_depth_ptr.Henri Verbeet2010-12-241-2/+0
* r600g: specialized upload managerJerome Glisse2010-12-091-16/+5
* r600g: avoid useless shader rebuild at draw callJerome Glisse2010-12-061-2/+2
* r600g: build fetch shader from vertex elementsJerome Glisse2010-12-061-0/+2
* r600g: indentation fixJerome Glisse2010-12-031-3/+3
* r600g: bump texture/cb limits appropriately for evergreenAlex Deucher2010-12-021-2/+14
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-1/+1
* r600g: add support for ontario APUsAlex Deucher2010-11-221-0/+2
* gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák2010-11-221-0/+2
* r600g: code cleanup (indent, trailing space, empty line ...)Jerome Glisse2010-11-171-2/+2
* r600g: fill out CAPs for indirect addressingMarek Olšák2010-11-121-0/+5
* r600g: Mention AMD in the renderer string.Henri Verbeet2010-11-071-18/+18
* r600g: Swap the util_blitter_destroy call order.José Fonseca2010-11-031-2/+3
* r600g: Destroy the winsys in r600_destroy_screen().Tilman Sauerbeck2010-11-021-0/+3
* r600g: Delete custom_dsa_flush on shutdown.Tilman Sauerbeck2010-11-021-0/+2
* r600g: We don't support PIPE_CAP_PRIMITIVE_RESTART.Tilman Sauerbeck2010-11-021-0/+1
* r600g: Destroy the blitter.Tilman Sauerbeck2010-10-271-0/+2
* r600g: initial translate state supportDave Airlie2010-10-211-0/+9
* r600g: get tiling info from kernelDave Airlie2010-10-181-0/+2
* r600g: the vs/ps const arrays weren't actually being used.Dave Airlie2010-10-131-14/+0