summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* gallium: add QUERY_TIMESTAMP cap and get_timestamp screen functionMarek Olšák2012-07-101-0/+1
* r600g: Don't create a texture for the memory_pool during screen initTom Stellard2012-07-092-8/+24
* r600g: Update number of gprs when adding a vertex instructionTom Stellard2012-07-091-0/+4
* r600g/compute: Use evergreen_cb() for binding RATsTom Stellard2012-07-095-70/+48
* r600g: Add support for RATs in evergreen_cb()Tom Stellard2012-07-091-3/+11
* r600g: Use a texture as the underlying resource for compute_memory_poolTom Stellard2012-07-092-18/+37
* r600g: Add is_rat flag to r600_resource_textureTom Stellard2012-07-091-0/+1
* r600g: Add r600_context_pipe_state_emit()Tom Stellard2012-07-092-6/+71
* r600g: Add pkt_flag parameter to r600_context_block_emit_dirty()Tom Stellard2012-07-093-3/+15
* r600g/compute: Move LOOP_CONST initialization to start_compute_cs atomTom Stellard2012-07-091-14/+16
* r600g: Add start_compute_cs atom to struct r600_contextTom Stellard2012-07-094-94/+96
* r600g: Add pkt_flag member to struct r600_command_bufferTom Stellard2012-07-091-3/+16
* r600g: Only emit start_cs_cmd atom once for compute command streamsTom Stellard2012-07-091-2/+0
* r600g: fix stencil texturing with Z32_FLOAT_S8X24_UINTMarek Olšák2012-07-091-0/+2
* r600g: add assertions after translate_colorswap/colorformat/dbformat/texformatMarek Olšák2012-07-092-3/+17
* r600g: inline r600_hw_copy_regionMarek Olšák2012-07-091-21/+5
* r600g: enable dual src blending on r7xxMarek Olšák2012-07-091-1/+1
* r600g: use depth format from pipe_surface, not pipe_resourceMarek Olšák2012-07-092-4/+4
* r600g: use u_box_origin_2d helper functionMarek Olšák2012-07-091-10/+3
* r600g: remove stray semicolonMarek Olšák2012-07-071-1/+1
* radeon/llvm: Emit raw ISA for vertex fetch instructionsTom Stellard2012-06-291-20/+40
* r600g: enable DUAL_EXPORT mode when possible on r6xx/r7xxJerome Glisse2012-06-273-18/+57
* r600g: enable DUAL_EXPORT mode when possibleVadim Girlin2012-06-274-6/+55
* r600g: avoid unnecessary shader exports v2Vadim Girlin2012-06-276-28/+41
* r600g: cache shader variants instead of rebuilding v3Vadim Girlin2012-06-275-94/+217
* r600g: don't disable streamout if it hasn't been startedMarek Olšák2012-06-261-1/+1
* r600g: inline r600_blit_push_depth and use resource_copy_regionMarek Olšák2012-06-253-18/+11
* r600g: split flushed depth texture creation and flushingMarek Olšák2012-06-255-16/+34
* r600g: Unify SURFACE_SYNC packet emission for 3D and computeTom Stellard2012-06-213-101/+30
* r600g: Enable reusing of compute stateTom Stellard2012-06-211-6/+9
* r600g: Fix reading vtx instruction offset from bytestreamTom Stellard2012-06-211-1/+1
* make: Fold ASM_CFLAGS into DEFINES.Eric Anholt2012-06-211-1/+0
* r600g: fix z/stencil texture creation v2Jerome Glisse2012-06-191-15/+17
* gallium: Add PIPE_CAP_START_INSTANCEFredrik Höglund2012-06-191-0/+1
* r600g: enable streamout by default on r7xx and DRM 2.17.0Marek Olšák2012-06-173-8/+16
* r600g: fix lockups with streamout on r7xxMarek Olšák2012-06-152-0/+15
* r600g: compute CS space for streamout correctly, add commentsMarek Olšák2012-06-151-6/+7
* r600g: set SMX_ACTION_ENA to fix streamout cache flushes on some chipsetsMarek Olšák2012-06-151-1/+2
* winsys/radeon: enable IB submission to compute rings v2Christian König2012-06-151-1/+1
* r600g: Compute support for CaymanTom Stellard2012-06-064-18/+51
* radeon/llvm: Emit 2 bytes for vertex fetch offsetsTom Stellard2012-06-011-0/+2
* r600g: compute support for evergreenAdam Rak2012-06-0120-12/+2674
* r600g: handle R16G16B16_FLOAT and R32G32B32_FLOAT in translate_colorswapKai Wasserbäch2012-05-251-0/+2
* Revert "r600g: set round_mode to truncate and get rid of tgsi_f2i on evergreen"Vadim Girlin2012-05-252-6/+56
* radeon/llvm: fix sampler index in llvm_emit_texVadim Girlin2012-05-251-2/+4
* r600g: add RECIP_INT, PRED_SETE_INT to r600_bytecode_get_num_operandsVadim Girlin2012-05-251-0/+2
* r600g: Handle MUL_IEEE in r600_bytecode_get_num_operandsTom Stellard2012-05-171-0/+2
* gallium/radeon: Fix r300g tiling breakage.Michel Dänzer2012-05-161-0/+1
* r600g: Set tiling information for BOs being shared.Michel Dänzer2012-05-161-0/+12
* radeon/llvm: add SET_GRADIENTS*, fix SAMPLE_GVadim Girlin2012-05-151-5/+12