summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600
AgeCommit message (Expand)Author
2010-12-07r600g: remove dead codeJerome Glisse
2010-12-06r600g: avoid useless shader rebuild at draw callJerome Glisse
2010-12-06r600g: build fetch shader from vertex elementsJerome Glisse
2010-12-05r600g: Cleanup fetch shader resources in r600_pipe_shader_destroy().Henri Verbeet
2010-12-03r600g: more indentation fix + warning silencing + dead code removalJerome Glisse
2010-12-03r600g: indentation fixJerome Glisse
2010-12-03r600g: update polygon offset only when rasterizer or zbuffer changeJerome Glisse
2010-12-03r600g: set address of pop instructions to next instructionFabian Bieler
2010-12-03r600g: dump raw shader output for debuggingJerome 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-29r600g: it looks like r600 can handle dword offsets in the indices.Dave Airlie
2010-11-27r600g: Fix the PIPE_FORMAT_A8_UNORM color swap for Evergreen as well.Henri Verbeet
2010-11-27r600g: Fix the PIPE_FORMAT_L8A8_UNORM color swaps.Henri Verbeet
2010-11-23r600g: Removed duplicated call to tgsi_split_literal_constant().Tilman Sauerbeck
2010-11-23r600g: Only compare active vertex elementsMathias Fröhlich
2010-11-22r600g: add support for ontario APUsAlex Deucher
2010-11-22r600g: fix additional EVENT_WRITE packetAlex Deucher
2010-11-22gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák
2010-11-22r600g: pick correct color swap for A8 fbos.Dave Airlie
2010-11-20r600g: Fix location for clip plane registersOwen W. Taylor
2010-11-19r600g: use full range of VS resources for vertex samplersAlex Deucher
2010-11-19r600g: use meaningful defines for chiprevAlex Deucher
2010-11-19r600g: translate ARR instruction for evergreenAlex Deucher
2010-11-19r600g: add fetch shader capabilitiesJerome Glisse
2010-11-17r600g: fix buffer alignmentAlex Deucher
2010-11-17r600g: code cleanup (indent, trailing space, empty line ...)Jerome Glisse
2010-11-17r600g: Synchronize supported color formats between Evergreen and r600/r700.Henri Verbeet
2010-11-17r600g: Swizzle vertex data only once.Henri Verbeet
2010-11-15r600g: Add PIPE_FORMAT_L8A8_UNORM for Evergreen as well.Henri Verbeet
2010-11-15r600g: Evergreen has two extra frac_bits for the sampler LOD state.Henri Verbeet
2010-11-12r600g: fill out CAPs for indirect addressingMarek Olšák
2010-11-11r600g: enforce minimum stride on render target texture imagesKeith Whitwell
2010-11-11r600g: do not try to use staging resource for depth texturesKeith Whitwell
2010-11-11r600g: guard experimental s3tc code with R600_ENABLE_S3TCKeith Whitwell
2010-11-09r600: fix my pessimism about PIPE_TRANSFER_x flagsKeith Whitwell
2010-11-09r600g: translate ARR instructionKeith Whitwell
2010-11-09r600g: attempt to turn on DXTn formatsKeith Whitwell
2010-11-09r600g: avoid recursion with staged uploadsKeith Whitwell
2010-11-08r600g: implement texture_get_handle (needed for eglExportDRMImageMESA)Benjamin Franzke
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-03evergreeng: set hardware pixelcenters according to gl_rasterization_rulesKeith Whitwell
2010-11-03evergreeng: respect linewidth state, use integer widths onlyKeith Whitwell
2010-11-03r600g: don't call debug_get_bool_option for tiling more than onceKeith Whitwell
2010-11-03evergreeng: protect against null constant buffersKeith Whitwell
2010-11-03r600g: set hardware pixel centers according to gl_rasterization_rulesKeith Whitwell
2010-11-03r600g: remove unused flink, domain fields from r600_resourceKeith Whitwell
2010-11-03r600g: use a buffer in GTT as intermediate on texture up and downloadsKeith Whitwell
2010-11-03r600g: propogate resource usage flags to winsys, use to choose bo domainsKeith Whitwell