| Commit message (Expand) | Author | Age | Files | Lines |
* | softpipe/query: force parenthesis around a logical not | Martin Peres | 2015-06-08 | 1 | -1/+1 |
* | radeonsi: Add CIK SDMA support | Michel Dänzer | 2015-06-08 | 7 | -21/+427 |
* | r600g,radeonsi: Assert that there's enough space after flushing | Michel Dänzer | 2015-06-08 | 1 | -3/+2 |
* | clover: clarify and fix the EGL interop error case | Marek Olšák | 2015-06-05 | 1 | -1/+6 |
* | tgsi/ureg: fix a coverity defect in emit_decls | Marek Olšák | 2015-06-05 | 1 | -3/+4 |
* | r600g: fix a coverity defect in streamout code | Marek Olšák | 2015-06-05 | 1 | -1/+1 |
* | tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarations | Marek Olšák | 2015-06-05 | 16 | -36/+158 |
* | tgsi/ureg: add support for output array declarations | Marek Olšák | 2015-06-05 | 4 | -31/+78 |
* | tgsi/ureg: add support for GS input array declarations | Marek Olšák | 2015-06-05 | 2 | -13/+28 |
* | tgsi/ureg: merge input and fs_input arrays | Marek Olšák | 2015-06-05 | 1 | -51/+33 |
* | tgsi/ureg: rename and simplify ureg_DECL_gs_input | Marek Olšák | 2015-06-05 | 2 | -19/+19 |
* | tgsi/ureg: add support for FS input array declarations | Marek Olšák | 2015-06-05 | 3 | -17/+60 |
* | tgsi/scan: get more information about arrays and handle arrays correctly (v2) | Marek Olšák | 2015-06-05 | 2 | -3/+25 |
* | draw: (trivial) fix NULL pointer dereference | Roland Scheidegger | 2015-06-05 | 1 | -2/+2 |
* | llvmpipe: Implement stencil export | Roland Scheidegger | 2015-06-04 | 4 | -15/+21 |
* | gallium/util: silence silence unused var warnings for non-debug build | Brian Paul | 2015-06-01 | 1 | -2/+1 |
* | gallivm: silence unused var warnings for non-debug build | Brian Paul | 2015-06-01 | 1 | -0/+1 |
* | pipebuffer: silence unused var warnings for non-debug build | Brian Paul | 2015-06-01 | 1 | -0/+1 |
* | draw: silence unused var warnings for non-debug build | Brian Paul | 2015-06-01 | 1 | -0/+4 |
* | gallivm: Remove stub disassemblerSymbolLookupCB. | Jose Fonseca | 2015-06-01 | 1 | -13/+1 |
* | vc4: Don't bother with safe list traversal in CSE. | Eric Anholt | 2015-05-29 | 1 | -1/+1 |
* | vc4: Convert from simple_list.h to list.h | Eric Anholt | 2015-05-29 | 19 | -139/+87 |
* | vc4: Make sure we allocate idle BOs from the cache. | Eric Anholt | 2015-05-29 | 1 | -1/+11 |
* | vc4: Fix return value handling for BO waits. | Eric Anholt | 2015-05-29 | 1 | -12/+15 |
* | gallivm: make sampling more robust when the sampler setup is bogus | Roland Scheidegger | 2015-05-29 | 1 | -6/+32 |
* | gallivm: Use the LLVM's C disassembly interface. | Jose Fonseca | 2015-05-29 | 1 | -223/+37 |
* | gallivm: Disable frame pointer omission on LLVM 3.7. | Jose Fonseca | 2015-05-29 | 1 | -0/+10 |
* | st/dri: fix postprocessing crash when there's no depth buffer | Marek Olšák | 2015-05-29 | 1 | -5/+4 |
* | radeon/llvm: reset temps_count on deallocation | Marek Olšák | 2015-05-29 | 1 | -0/+1 |
* | radeon/llvm: don't use a static array size for radeon_llvm_context::arrays (v2) | Marek Olšák | 2015-05-29 | 2 | -7/+12 |
* | softpipe: fix offset wrapping calculations (v2) | Dave Airlie | 2015-05-29 | 1 | -78/+68 |
* | gallivm: Workaround LLVM PR23628. | Jose Fonseca | 2015-05-28 | 1 | -0/+11 |
* | vc4: Just stream out fallback IB contents. | Eric Anholt | 2015-05-27 | 6 | -42/+41 |
* | vc4: Don't try to put our dmabuf-exported BOs into the BO cache. | Eric Anholt | 2015-05-27 | 1 | -0/+1 |
* | vc4: Don't forget to make our raster shadow textures non-raster. | Eric Anholt | 2015-05-27 | 1 | -0/+3 |
* | vc4: make vc4_begin_query() return a boolean | Samuel Pitoiset | 2015-05-27 | 1 | -1/+2 |
* | gallivm: Do not use NoFramePointerElim with LLVM 3.7. | Vinson Lee | 2015-05-27 | 2 | -0/+4 |
* | clover: Log build options when dumping clc source. | EdB | 2015-05-27 | 1 | -1/+1 |
* | xlib: fix X_GLXCreateContextAtrribs/Attribs typo | Brian Paul | 2015-05-26 | 1 | -10/+17 |
* | radeonsi: use a switch statement in si_delete_shader_selector | Marek Olšák | 2015-05-26 | 1 | -6/+13 |
* | radeonsi: use a switch statement in si_shader_selector_key | Marek Olšák | 2015-05-26 | 1 | -9/+16 |
* | radeonsi: fix scratch buffer setup for geometry shaders | Marek Olšák | 2015-05-26 | 1 | -2/+9 |
* | radeonsi: remove unused cases from si_shader_io_get_unique_index | Marek Olšák | 2015-05-26 | 1 | -14/+3 |
* | radeonsi: don't count special outputs for the VS export count | Marek Olšák | 2015-05-26 | 1 | -0/+5 |
* | radeonsi: add support for PIPE_CAP_TGSI_TEXCOORD | Marek Olšák | 2015-05-26 | 4 | -15/+13 |
* | tgsi/ureg: enable creating tessellation shaders with ureg_create_shader | Marek Olšák | 2015-05-26 | 1 | -4/+14 |
* | tgsi/text: enable parsing tessellation shaders | Marek Olšák | 2015-05-26 | 1 | -0/+4 |
* | gallium: rename TGSI tessellation processor types to match pipe shader names | Marek Olšák | 2015-05-26 | 5 | -17/+17 |
* | gallium: use const in set_tess_state | Marek Olšák | 2015-05-26 | 2 | -4/+4 |
* | clover: Build fix for FreeBSD. | Koop Mast | 2015-05-26 | 1 | -0/+1 |