| Commit message (Expand) | Author | Age | Files | Lines |
* | radeonsi: Geometry shader micro-optimizations | Michel Dänzer | 2014-01-29 | 1 | -12/+10 |
* | radeonsi: We don't support indirect addressing of geometry shader inputs | Michel Dänzer | 2014-01-29 | 1 | -0/+4 |
* | radeonsi: Pass VS resource descriptors to the HW ES shader stage as well | Michel Dänzer | 2014-01-29 | 6 | -34/+58 |
* | radeonsi: Fix streamout from geometry shader | Michel Dänzer | 2014-01-29 | 1 | -10/+27 |
* | radeonsi: Simplify shader PM4 state handling | Michel Dänzer | 2014-01-29 | 3 | -61/+21 |
* | radeonsi: Properly match ES outputs to GS inputs | Michel Dänzer | 2014-01-29 | 1 | -5/+16 |
* | radeonsi: Really dump TGSI code before any TGSI->LLVM conversion attempt | Michel Dänzer | 2014-01-29 | 1 | -8/+8 |
* | radeonsi: Also export clip distances with geometry shader | Michel Dänzer | 2014-01-29 | 2 | -5/+9 |
* | radeonsi: Take GS into account for VS state in more places | Michel Dänzer | 2014-01-29 | 3 | -2/+14 |
* | radeonsi: Handle adjacency primitives | Michel Dänzer | 2014-01-29 | 1 | -4/+4 |
* | radeonsi: Handle TGSI_SEMANTIC_PRIMID | Michel Dänzer | 2014-01-29 | 3 | -2/+16 |
* | radeonsi: Generalize counting of shader parameters | Michel Dänzer | 2014-01-29 | 3 | -38/+48 |
* | radeonsi: Fix handling of geometry shader output vertex ID | Michel Dänzer | 2014-01-29 | 1 | -7/+19 |
* | radeonsi: Initial geometry shader support | Michel Dänzer | 2014-01-29 | 11 | -191/+1084 |
* | radeonsi: Refactor shader input / output handling code | Michel Dänzer | 2014-01-29 | 1 | -218/+268 |
* | i965/fs: Add a saturation propagation optimization pass. | Matt Turner | 2014-01-28 | 4 | -0/+107 |
* | i965: Add can_do_saturate() method to backend_instruction. | Matt Turner | 2014-01-28 | 2 | -0/+45 |
* | mesa: Generate correct error code in glDrawBuffers() | Anuj Phogat | 2014-01-28 | 1 | -3/+5 |
* | loader: fix running with --disable-egl builds | Dave Airlie | 2014-01-28 | 1 | -3/+4 |
* | i965: Ignore 'centroid' interpolation qualifier in case of persample shading | Anuj Phogat | 2014-01-28 | 1 | -1/+2 |
* | gbm: Make libgbm.so.1 symlink. | Matt Turner | 2014-01-28 | 1 | -0/+1 |
* | mesa: Allow depth = 0 parameter for TexImage3D. | Kevin Rogovin | 2014-01-28 | 1 | -2/+2 |
* | r600g,radeonsi: Don't set resource_create in r600_common_screen_init() | Tom Stellard | 2014-01-28 | 2 | -1/+1 |
* | c11: Add missing stdlib.h include. | José Fonseca | 2014-01-28 | 1 | -0/+1 |
* | loader: include dlfcn.h when building with HAVE_LIBUDEV | Emil Velikov | 2014-01-28 | 1 | -0/+2 |
* | gallivm: Workaround http://llvm.org/PR18600 | José Fonseca | 2014-01-28 | 1 | -2/+4 |
* | glsl: Avoid combining statements from different basic blocks. | Matt Turner | 2014-01-27 | 1 | -0/+35 |
* | glsl: Set proper swizzle when a channel is missing in vectorizing. | Matt Turner | 2014-01-27 | 1 | -4/+13 |
* | glsl: Use bitfieldInsert in ldexp() lowering. | Matt Turner | 2014-01-27 | 1 | -4/+10 |
* | glsl: Add constant evaluation of ir_binop_bfm. | Matt Turner | 2014-01-27 | 1 | -0/+17 |
* | glcpp: Resolve implicit GLSL version to 100 if the API is ES. | Matt Turner | 2014-01-27 | 4 | -5/+16 |
* | glcpp: Check version_resolved in the proper place. | Matt Turner | 2014-01-27 | 3 | -13/+13 |
* | r600g: s/r600_llvm_gpu_string/r600_get_llvm_processor_name/ | Michel Dänzer | 2014-01-28 | 1 | -1/+1 |
* | radeonsi: cleanup includes, add missing license | Marek Olšák | 2014-01-28 | 12 | -86/+49 |
* | radeonsi: remove open-coded PS_PARTIAL_FLUSH event | Marek Olšák | 2014-01-28 | 1 | -5/+3 |
* | radeonsi: move some inline functions from si_pipe.h to si_state.c | Marek Olšák | 2014-01-28 | 2 | -39/+30 |
* | radeonsi: remove si_resource.h | Marek Olšák | 2014-01-28 | 4 | -50/+13 |
* | radeonsi: remove si.h | Marek Olšák | 2014-01-28 | 3 | -45/+5 |
* | 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 | 4 | -57/+30 |
* | r600g,radeonsi: consolidate get_compute_param | Marek Olšák | 2014-01-28 | 7 | -267/+162 |
* | r600g,radeonsi: consolidate get_paramf and get_video_param | Marek Olšák | 2014-01-28 | 4 | -118/+70 |
* | r600g,radeonsi: consolidate variables for CS tracing | Marek Olšák | 2014-01-28 | 10 | -46/+42 |
* | r600g,radeonsi: consolidate get_timestamp, get_driver_query_info | Marek Olšák | 2014-01-28 | 4 | -41/+34 |
* | r600g,radeonsi: consolidate get_name and get_vendor queries | Marek Olšák | 2014-01-28 | 3 | -74/+50 |
* | radeon: place context-related functions first in r600_pipe_common.c | Marek Olšák | 2014-01-28 | 1 | -79/+87 |
* | r600g,radeonsi: consolidate the contents of r600_resource.c | Marek Olšák | 2014-01-28 | 13 | -163/+45 |
* | radeonsi: advertise the pipeline statistics query | Marek Olšák | 2014-01-28 | 1 | -1/+1 |