summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_pipe.c
AgeCommit message (Expand)Author
2011-03-14r600g: Original R600 does not support per-MRT blendsAlex Deucher
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-07r600g: Constant buffers can contain up to 4096 constants.Henri Verbeet
2011-03-05gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák
2011-03-01r600g: start using drm minor version to enable things.Dave Airlie
2011-02-28r600g: indentation fixesJerome Glisse
2011-02-28r600g: implement instanced drawing supportChristian König
2011-02-24r600g: EXT_texture_array support.Dave Airlie
2011-02-23r600g: Request DWORD aligned vertex buffers.Fabian Bieler
2011-02-15r600g: add support for s3tc formats.Dave Airlie
2011-02-08r600g: slab-allocate buffer and transfer structuresMarek Olšák
2011-02-08r600g: use the same upload buffer for vertices, indices, and constantsMarek Olšák
2011-02-08u_vbuf_mgr: add a way to specify the BIND flag for the upload bufferMarek Olšák
2011-02-08u_vbuf_mgr: make the uploader publicMarek Olšák
2011-02-08Revert "r600g: do not flush the uploader" (with comments)Marek Olšák
2011-02-07r600g: Add support for relative addressing on constant buffers.Henri Verbeet
2011-02-07r600g: Remove vs_resource and ps_resource from the pipe context.Henri Verbeet
2011-02-07r600g: correctly report supported vertex formatsMarek Olšák
2011-02-07r600g: use the new vertex buffer managerMarek Olšák
2011-02-06r600g: do not flush the uploaderMarek Olšák
2011-01-30r600g: consolidate draw_vbo functions (v2)Marek Olšák
2011-01-30r600g: make r600_drawl inherit pipe_draw_infoMarek Olšák
2011-01-30r600g: add back u_upload_mgr integrationMarek Olšák
2011-01-28r600g: handle PIPE_CAP_ARRAY_TEXTURESMarek Olšák
2011-01-25r600g: Implement timer queries.Mathias Fröhlich
2011-01-16r600g: fix PIPE_CAP_INSTANCED_DRAWING warningChristian König
2011-01-07r600g: allow constant buffers to be user buffers.Dave Airlie
2011-01-06r600g: add support for NI (Northern Islands) GPUsAlex Deucher
2010-12-24r600g: Get rid of r600_blit_uncompress_depth_ptr.Henri Verbeet
2010-12-09r600g: specialized upload managerJerome Glisse
2010-12-06r600g: avoid useless shader rebuild at draw callJerome Glisse
2010-12-06r600g: build fetch shader from vertex elementsJerome Glisse
2010-12-03r600g: indentation fixJerome Glisse
2010-12-02r600g: bump texture/cb limits appropriately for evergreenAlex Deucher
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-22r600g: add support for ontario APUsAlex Deucher
2010-11-22gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák
2010-11-17r600g: code cleanup (indent, trailing space, empty line ...)Jerome Glisse
2010-11-12r600g: fill out CAPs for indirect addressingMarek Olšák
2010-11-07r600g: Mention AMD in the renderer string.Henri Verbeet
2010-11-03r600g: Swap the util_blitter_destroy call order.José Fonseca
2010-11-02r600g: Destroy the winsys in r600_destroy_screen().Tilman Sauerbeck
2010-11-02r600g: Delete custom_dsa_flush on shutdown.Tilman Sauerbeck
2010-11-02r600g: We don't support PIPE_CAP_PRIMITIVE_RESTART.Tilman Sauerbeck
2010-10-27r600g: Destroy the blitter.Tilman Sauerbeck
2010-10-21r600g: initial translate state supportDave Airlie
2010-10-18r600g: get tiling info from kernelDave Airlie
2010-10-13r600g: the vs/ps const arrays weren't actually being used.Dave Airlie
2010-10-13r600g: reduce size of context structure.Dave Airlie