summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.h
Commit message (Expand)AuthorAgeFilesLines
* r600g: implement MSAA for CaymanMarek Olšák2012-08-311-0/+1
* r600g: implement color resolve for r600Marek Olšák2012-08-301-1/+10
* r600g: implement draw_rectangle callbackMarek Olšák2012-08-301-0/+4
* r600g: implement MSAA for r700Marek Olšák2012-08-301-0/+2
* r600g: implement compression for MSAA colorbuffers for evergreenMarek Olšák2012-08-271-0/+6
* r600g: cleanup names around depth decompressionMarek Olšák2012-08-271-4/+4
* r600g: fix lockups with dual_src_blend v2Vadim Girlin2012-08-221-0/+8
* r600g: Move common compute/3D register init to its own functionarchibald2012-08-201-0/+5
* r600g: rename r600_resource_texture to r600_textureMarek Olšák2012-08-161-3/+3
* r600: update sampler, sampler_view code for the futureBrian Paul2012-08-161-2/+3
* r600g: implement MSAA color resolveMarek Olšák2012-08-151-0/+3
* r600g: implement MSAA depth-stencil decompression and resolveMarek Olšák2012-08-151-1/+4
* r600g: implement set_sample_maskMarek Olšák2012-08-151-0/+7
* r600g: implement alpha-to-oneMarek Olšák2012-08-151-0/+5
* r600g: atomize sampler state v2Jerome Glisse2012-08-061-8/+16
* r600g: precompute color buffer state in pipe_surface and reuse itMarek Olšák2012-08-041-4/+2
* r600g: drop the old texture allocation codeMarek Olšák2012-08-041-2/+0
* r600g: don't decompress depth or stencil if there isn't anyMarek Olšák2012-08-041-0/+1
* r600g: Atomize compute shader stateTom Stellard2012-07-271-1/+6
* r600g: Add helper functions for emitting compute SET_CONTEXT packetsTom Stellard2012-07-271-0/+18
* r600g: implement wait-free buffer transfer for DISCARD_RANGEMarek Olšák2012-07-181-0/+3
* r600g: always derive alphatest state from the first colorbufferMarek Olšák2012-07-181-1/+1
* r600g: atomize alphatest stateMarek Olšák2012-07-181-3/+9
* r600g: remove unused code after conversion of sampler viewsMarek Olšák2012-07-171-4/+0
* r600g: convert sampler view emission into atomsMarek Olšák2012-07-171-9/+26
* r600g: properly track which textures are depthMarek Olšák2012-07-171-3/+3
* r600g: consolidate code for setting sampler views and fix bugs in the processMarek Olšák2012-07-171-0/+5
* r600g: remove unused flag have_depth_fbMarek Olšák2012-07-171-1/+1
* r600g: do fine-grained vertex buffer updatesMarek Olšák2012-07-171-7/+5
* r600g: don't check the R600_GLSL130 env varMarek Olšák2012-07-151-1/+0
* r600g: Emit vertex buffers using the same method as constant buffersTom Stellard2012-07-151-2/+8
* r600g: Unify 3D and compute vertex buffer emissionTom Stellard2012-07-151-0/+5
* r600g: flush depth textures bound to vertex shadersMarek Olšák2012-07-121-1/+1
* r600g: do fine-grained depth texture flushingMarek Olšák2012-07-121-1/+3
* r600g: remove is_flush from DSA stateMarek Olšák2012-07-121-2/+1
* r600g: move CB_SHADER_MASK setup into cb_misc_stateMarek Olšák2012-07-121-3/+3
* r600g: move MULTIWRITE setup into cb_misc_state for r6xx-r7xxMarek Olšák2012-07-121-1/+2
* r600g: move CB_TARGET_MASK setup into new cb_misc_stateMarek Olšák2012-07-121-1/+8
* r600g/compute: Disable growing the memory poolTom Stellard2012-07-111-1/+0
* r600g: improve flushed depth texture handling v2Vadim Girlin2012-07-111-1/+3
* r600g/compute: Use evergreen_cb() for binding RATsTom Stellard2012-07-091-0/+3
* r600g: Add start_compute_cs atom to struct r600_contextTom Stellard2012-07-091-0/+3
* r600g: Add pkt_flag member to struct r600_command_bufferTom Stellard2012-07-091-3/+16
* r600g: enable DUAL_EXPORT mode when possible on r6xx/r7xxJerome Glisse2012-06-271-0/+1
* r600g: enable DUAL_EXPORT mode when possibleVadim Girlin2012-06-271-0/+5
* r600g: avoid unnecessary shader exports v2Vadim Girlin2012-06-271-4/+1
* r600g: cache shader variants instead of rebuilding v3Vadim Girlin2012-06-271-9/+29
* r600g: inline r600_blit_push_depth and use resource_copy_regionMarek Olšák2012-06-251-1/+0
* r600g: enable streamout by default on r7xx and DRM 2.17.0Marek Olšák2012-06-171-0/+1
* r600g: compute support for evergreenAdam Rak2012-06-011-0/+23