| Commit message (Expand) | Author | Age | Files | Lines |
* | radeonsi: move si_upload_const_buffer to a better place | Marek Olšák | 2014-01-28 | 5 | -70/+29 |
* | radeonsi: inline si_translate_index_buffer | Marek Olšák | 2014-01-28 | 4 | -60/+19 |
* | radeonsi: inline si_upload_index_buffer | Marek Olšák | 2014-01-28 | 3 | -13/+2 |
* | r600g,radeonsi: consolidate remaining obviously duplicated pipe_screen code | Marek Olšák | 2014-01-28 | 1 | -25/+1 |
* | r600g,radeonsi: consolidate get_compute_param | Marek Olšák | 2014-01-28 | 3 | -102/+1 |
* | r600g,radeonsi: consolidate get_paramf and get_video_param | Marek Olšák | 2014-01-28 | 1 | -54/+0 |
* | r600g,radeonsi: consolidate variables for CS tracing | Marek Olšák | 2014-01-28 | 5 | -26/+21 |
* | r600g,radeonsi: consolidate get_timestamp, get_driver_query_info | Marek Olšák | 2014-01-28 | 2 | -9/+1 |
* | r600g,radeonsi: consolidate get_name and get_vendor queries | Marek Olšák | 2014-01-28 | 1 | -29/+0 |
* | r600g,radeonsi: consolidate the contents of r600_resource.c | Marek Olšák | 2014-01-28 | 5 | -69/+0 |
* | radeonsi: advertise the pipeline statistics query | Marek Olšák | 2014-01-28 | 1 | -1/+1 |
* | radeonsi: use queries from r600g | Marek Olšák | 2014-01-28 | 9 | -757/+40 |
* | r600g: move queries to drivers/radeon | Marek Olšák | 2014-01-28 | 1 | -6/+4 |
* | gallium: remove PIPE_CAP_SCALED_RESOLVE | Marek Olšák | 2014-01-23 | 1 | -1/+0 |
* | radeonsi: use hardware scissors correctly | Marek Olšák | 2014-01-23 | 1 | -35/+20 |
* | radeonsi: handle R600_CONTEXT_PS_PARTIAL_FLUSH in si_emit_cache_flush | Marek Olšák | 2014-01-23 | 1 | -1/+2 |
* | radeonsi: Rename the commonly occurring rscreen variable. | Andreas Hartmetz | 2014-01-14 | 3 | -86/+86 |
* | radeonsi: Rename the commonly occurring rctx/r600 variables. | Andreas Hartmetz | 2014-01-14 | 18 | -757/+757 |
* | radeonsi: Rename r600_trace_emit->si_trace_emit. | Andreas Hartmetz | 2014-01-14 | 2 | -2/+2 |
* | radeonsi: Rename R600->SI in some remaining defines. | Andreas Hartmetz | 2014-01-14 | 8 | -22/+22 |
* | radeonsi: Rename radeonsi->si remaining identifiers in si_uvd.c. | Andreas Hartmetz | 2014-01-14 | 1 | -2/+2 |
* | radeonsi: Rename r600->si remaining identifiers in si_state_draw.c. | Andreas Hartmetz | 2014-01-14 | 1 | -2/+2 |
* | radeonsi: Rename r600->si remaining identifiers in si_resource.c. | Andreas Hartmetz | 2014-01-14 | 1 | -6/+6 |
* | radeonsi: Rename r600->si remaining identifiers in si_query.c. | Andreas Hartmetz | 2014-01-14 | 1 | -18/+18 |
* | radeonsi: Rename r600->si remaining identifiers in si_pipe.c. | Andreas Hartmetz | 2014-01-14 | 1 | -36/+36 |
* | radeonsi: Rename r600->si remaining identifier in si_hw_context.c. | Andreas Hartmetz | 2014-01-14 | 1 | -1/+1 |
* | radeonsi: Rename radeonsi->si remaining identifiers in si_compute.c. | Andreas Hartmetz | 2014-01-14 | 1 | -8/+8 |
* | radeonsi: Rename r600->si remaining identifiers in si_blit.c. | Andreas Hartmetz | 2014-01-14 | 1 | -110/+110 |
* | radeonsi: Rename r600->si for functions in si_pipe.h. | Andreas Hartmetz | 2014-01-14 | 12 | -57/+57 |
* | radeonsi: Rename r600->si for functions in si.h. | Andreas Hartmetz | 2014-01-14 | 4 | -46/+46 |
* | radeonsi: Rename r600->si for functions in si_resource.h. | Andreas Hartmetz | 2014-01-14 | 9 | -17/+17 |
* | radeonsi: Rename r600->si for structs in si_resource.h. | Andreas Hartmetz | 2014-01-14 | 3 | -7/+7 |
* | radeonsi: Rename r600->si for structs in si.h. | Andreas Hartmetz | 2014-01-14 | 3 | -24/+24 |
* | radeonsi: Rename r600->si for structs in si_pipe.h. | Andreas Hartmetz | 2014-01-14 | 20 | -195/+195 |
* | radeonsi: Apply si_* file naming scheme. | Andreas Hartmetz | 2014-01-14 | 24 | -107/+79 |
* | radeonsi: handle NULL colorbuffers correctly | Marek Olšák | 2014-01-13 | 1 | -9/+11 |
* | radeonsi: calculate NUM_BANKS for DB correctly on CIK | Marek Olšák | 2014-01-06 | 1 | -4/+19 |
* | radeonsi: set correct pipe config for Hawaii in DB | Marek Olšák | 2014-01-06 | 1 | -15/+18 |
* | radeon/compute: Stop leaking LLVMContexts in radeon_llvm_parse_bitcode | Aaron Watry | 2013-12-23 | 1 | -3/+10 |
* | radeonsi: Use htile_buffer for depth only when there is no stencil. | Andreas Hartmetz | 2013-12-22 | 1 | -0/+8 |
* | radeonsi: Only scan pixel shaders for TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS | Michel Dänzer | 2013-12-20 | 1 | -4/+7 |
* | radeonsi: set CB_DISABLE if the color mask is 0 | Marek Olšák | 2013-12-18 | 1 | -3/+8 |
* | radeonsi: add the htile buffer to the CS ioctl buffer list | Marek Olšák | 2013-12-18 | 1 | -0/+2 |
* | radeonsi: improve HiZ precision for less and lequal depth functions | Marek Olšák | 2013-12-17 | 1 | -1/+7 |
* | radeonsi: make DB_RENDER_OVERRIDE an invariant register | Marek Olšák | 2013-12-17 | 3 | -50/+3 |
* | radeonsi: flush HTILE when appropriate | Marek Olšák | 2013-12-17 | 3 | -2/+8 |
* | radeonsi: move invariant regs to si_init_config | Marek Olšák | 2013-12-14 | 2 | -31/+26 |
* | radeonsi: use shader-based MSAA resolving when hw-based one cannot be used | Marek Olšák | 2013-12-14 | 1 | -83/+35 |
* | gallium/u_blitter: remove useless parameters from some functions | Marek Olšák | 2013-12-14 | 1 | -3/+2 |
* | r600g,radeonsi: fix initialized buffer range tracking for DMA, add comments | Marek Olšák | 2013-12-12 | 1 | -9/+12 |