summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600
AgeCommit message (Expand)AuthorFilesLines
2014-02-05r600g: enable GLSL 3.30 on evergreen GPUsDave Airlie1-1/+1
2014-02-05r600g: properly propogate clip dist write valueDave Airlie1-0/+1
2014-02-05r600g: calculate a better value for array_size (v2)Dave Airlie1-1/+1
2014-02-05r600g: fix CAYMAN geometry shader supportDave Airlie1-2/+6
2014-02-05r600g: fix up shader out misc stuff for copy shaderDave Airlie2-1/+16
2014-02-05r600g: port the layered surface rendering patch from radeonsiDave Airlie3-21/+19
2014-02-05r600g: initial VS output layer supportDave Airlie4-14/+50
2014-02-05r600g: setup const texture buffers for geom shadersDave Airlie1-0/+6
2014-02-05r600g: calculate correct cut valueDave Airlie1-1/+11
2014-02-05r600g: fix dynamic_input_array_index.shader_testDave Airlie1-4/+44
2014-02-05r600g: add support for indirect geom ring writesDave Airlie1-7/+58
2014-02-05r600g: write proper output prim typeDave Airlie2-27/+26
2014-02-05r600g: enable instance cnt register with new enough kernelDave Airlie1-6/+6
2014-02-05r600g: add primitive input support for gsDave Airlie4-1/+19
2014-02-05r600g: emit streamout from dma copy shaderDave Airlie2-2/+8
2014-02-05r600g/gs: fix cases where number of gs inputs != number of gs outputsDave Airlie1-1/+6
2014-02-05r600g: increase array base for exported parametersDave Airlie1-0/+3
2014-02-05r600g: initialise the geom shader loop registers.Dave Airlie1-0/+2
2014-02-05r600g: emit NOPs at end of shaders in more casesDave Airlie1-2/+5
2014-02-05r600g: don't enable SB for geom shadersDave Airlie1-0/+3
2014-02-05r600g/sb: add MEM_RING supportDave Airlie4-5/+8
2014-02-05r600g: don't fail if we can't map VS->GS ring entriesDave Airlie1-4/+3
2014-02-05r600g: initial support for geometry shaders on evergreen (v2)Vadim Girlin15-206/+909
2014-02-05r600g: add hw register definitions for GS block setupVadim Girlin2-6/+75
2014-02-05r600g: defer shader variant selection and depending state updatesVadim Girlin3-69/+57
2014-02-05r600g/bc: add support for indexed memory writes.Dave Airlie3-4/+12
2014-02-05r600g: move barrier and end_of_program bits from output to cf struct (v2)Vadim Girlin4-30/+34
2014-02-05r600g: split streamout emit code into a separate functionDave Airlie1-103/+110
2014-02-04gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERSMarek Olšák1-2/+0
2014-01-31r600g: Removed unnecessary positivity check for unsigned int variable.Siavash Eliasi1-1/+1
2014-01-28r600g: s/r600_llvm_gpu_string/r600_get_llvm_processor_name/Michel Dänzer1-1/+1
2014-01-28r600g,radeonsi: consolidate remaining obviously duplicated pipe_screen codeMarek Olšák1-28/+7
2014-01-28r600g,radeonsi: consolidate get_compute_paramMarek Olšák2-165/+0
2014-01-28r600g,radeonsi: consolidate get_paramf and get_video_paramMarek Olšák1-64/+0
2014-01-28r600g,radeonsi: consolidate variables for CS tracingMarek Olšák4-20/+17
2014-01-28r600g,radeonsi: consolidate get_timestamp, get_driver_query_infoMarek Olšák1-32/+0
2014-01-28r600g,radeonsi: consolidate get_name and get_vendor queriesMarek Olšák1-45/+0
2014-01-28r600g,radeonsi: consolidate the contents of r600_resource.cMarek Olšák5-85/+11
2014-01-28r600g: move queries to drivers/radeonMarek Olšák7-922/+45
2014-01-27r600g/compute: Emit DEALLOC_STATE on cayman after dispatching a compute shader.Tom Stellard4-14/+10
2014-01-23gallium: remove PIPE_CAP_SCALED_RESOLVEMarek Olšák1-1/+0
2014-01-16radeon: Move gfx/dma cs cleanup to r600_common_context_cleanupAaron Watry1-7/+0
2014-01-13r600g: fix glClearBuffer by handling PIPE_CLEAR_COLORi flags correctlyMarek Olšák1-38/+31
2014-01-13r600g: handle NULL colorbuffers correctly on R600-R700Marek Olšák1-65/+55
2014-01-13r600g: handle NULL colorbuffers correctly on EvergreenMarek Olšák2-28/+54
2013-12-23r600/pipe: Stop leaking context->start_compute_cs_cmd.buf on EG/CMAaron Watry1-0/+2
2013-12-23r600/compute: Use the correct FREE macro when deleting compute stateAaron Watry1-1/+1
2013-12-23r600/compute: Free compiled kernels when deleting compute stateAaron Watry1-0/+2
2013-12-23radeon/compute: Stop leaking LLVMContexts in radeon_llvm_parse_bitcodeAaron Watry2-3/+19
2013-12-19r600g: Fix spelling errorAaron Watry1-1/+1