aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.h
Commit message (Expand)AuthorAgeFilesLines
* r600g/sb: improve math optimizations v2Vadim Girlin2013-07-111-0/+1
* r600g: improve the mechanism for recognizing an empty CSMarek Olšák2013-07-081-0/+1
* r600g: only flush the caches that need to be flushed during CP DMA operationsMarek Olšák2013-07-081-0/+2
* r600g: split INVAL_READ_CACHES into vertex, tex, and const cache flagsMarek Olšák2013-07-081-10/+15
* r600g: adjust flush flags (v3)Alex Deucher2013-07-081-0/+2
* r600g: fix texture offset computation for mapped MSAA depth buffersMarek Olšák2013-07-081-2/+0
* r600g/compute: Move compute_shader_create() function into evergreen_compute.cTom Stellard2013-06-281-4/+1
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-0/+1
* r600g: cleanup MSAA texture support checkingMarek Olšák2013-05-151-19/+1
* r600g: use old shader disassembler by defaultVadim Girlin2013-05-031-0/+1
* r600g/sb: use source bytecode in case of optimization errorsVadim Girlin2013-04-301-0/+1
* r600g: plug in optimizing backendVadim Girlin2013-04-301-0/+7
* r600/uvd: stop advertising MPEG4 on UVD 2.x chips v2Christian König2013-04-261-0/+3
* winsys/radeon: consolidate tracing into winsys v2Jerome Glisse2013-04-251-9/+2
* r600g: Add evergreen_emit_cs_constant_buffers() v2Tom Stellard2013-04-251-1/+10
* r600g: use CP DMA for buffer clears on evergreen+Alex Deucher2013-04-241-0/+3
* r600g: initialize CMASK and HTILE with the GPU using streamoutMarek Olšák2013-04-231-0/+7
* r600g: implement pipeline statistics queryMarek Olšák2013-04-161-0/+1
* r600g: add a debug flag for printing virtual addresses of resourcesMarek Olšák2013-04-161-0/+1
* r600g: add a query returning the amount of time spent during bo_map sync.Marek Olšák2013-04-161-0/+1
* radeon/uvd: add UVD implementation v5Christian König2013-04-111-0/+12
* gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2Tom Stellard2013-04-051-0/+2
* r600g: add a driver query returning the amount of requested VRAM and GTT memoryMarek Olšák2013-03-261-0/+2
* r600g: add a driver query returning the number of draw_vbo callsMarek Olšák2013-03-261-0/+6
* r600g: add debug options disabling various copy-buffer-related featuresMarek Olšák2013-03-111-0/+3
* r600g: remove r600.h, move the stuff elsewhere (mostly to r600_pipe.h)Marek Olšák2013-03-111-6/+101
* r600g: remove r600_hw_context_priv.h, move the stuff to r600_pipe.hMarek Olšák2013-03-111-0/+11
* r600g: remove deprecated state management codeMarek Olšák2013-03-111-8/+0
* r600g: atomize pixel shaderMarek Olšák2013-03-111-1/+8
* r600g: atomize vertex shaderMarek Olšák2013-03-111-3/+11
* r600g: inline r600_pipe_shader functionMarek Olšák2013-03-111-4/+4
* r600g: use a single env var R600_DEBUG, disable bytecode dumpingMarek Olšák2013-03-111-1/+14
* r600g: cleanup #include recursion between r600_pipe.h and evergreen_compute.hMarek Olšák2013-03-111-1/+0
* r600g: don't require dword alignment with CP DMA for buffer transfersMarek Olšák2013-03-011-0/+1
* r600g: unify vgt statesMarek Olšák2013-03-011-6/+0
* r600g: atomize streamout enablingMarek Olšák2013-03-011-9/+20
* r600g: workaround hyperz lockup on evergreenJerome Glisse2013-02-281-1/+3
* gallium/util: add helper util_max_layer from r600gMarek Olšák2013-02-261-16/+0
* r600g: use tables with ISA info v3Vadim Girlin2013-02-011-0/+2
* r600g: add cs memory usage accounting and limit it v3Jerome Glisse2013-01-311-0/+28
* r600g: real fix for non 3.8 kernelJerome Glisse2013-01-281-3/+5
* r600g: fix segfault with old kernel9.1-branchpointJerome Glisse2013-01-281-1/+1
* r600g: add async for staging buffer upload v2Jerome Glisse2013-01-281-0/+9
* r600g: add multi ring support with dma as first second ring v4Jerome Glisse2013-01-281-6/+34
* r600g: texture buffer object + glsl 1.40 enable support (v2)Dave Airlie2013-01-111-1/+9
* r600g: uniform buffer object supportDave Airlie2013-01-111-1/+1
* r600g: implement buffer copying using CP DMA for R7xx, Evergreen, CaymanMarek Olšák2013-01-081-2/+1
* r600g/radeon/winsys: indentation cleanupJerome Glisse2013-01-071-1/+1
* r600g: don't suspend TIME_ELAPSED queries during flushingMarek Olšák2012-12-211-12/+4
* r600g: add cs tracing infrastructure for lockup pin pointingJerome Glisse2012-12-201-0/+16