| Commit message (Expand) | Author | Age | Files | Lines |
* | freedreno/ir3: add support for FS_COLOR0_WRITES_ALL_CBUFS property | Ilia Mirkin | 2015-04-02 | 2 | -1/+10 |
* | freedreno/a3xx: add independent blend function support | Ilia Mirkin | 2015-04-02 | 2 | -8/+9 |
* | freedreno: remove alpha key from ir3_shader | Ilia Mirkin | 2015-04-02 | 9 | -42/+8 |
* | i915g: Implement EGL_EXT_image_dma_buf_import | Stéphane Marchesin | 2015-04-01 | 5 | -7/+38 |
* | configure: nuke --with-max-{width,height} | Emil Velikov | 2015-04-01 | 1 | -1/+1 |
* | gallium: ship tgsi_to_nir.h in the tarball | Emil Velikov | 2015-04-01 | 1 | -1/+2 |
* | automake,scons: Put NIR source files in a separate var to fix SCons build. | Jose Fonseca | 2015-04-01 | 2 | -1/+4 |
* | automake: Fix out-of-source builds. | Jose Fonseca | 2015-04-01 | 1 | -0/+1 |
* | vc4: Add shader-db dumping of NIR instruction count. | Eric Anholt | 2015-04-01 | 1 | -0/+29 |
* | vc4: Convert to consuming NIR. | Eric Anholt | 2015-04-01 | 5 | -720/+707 |
* | gallium: Add tgsi_to_nir to get a nir_shader for a TGSI shader. | Eric Anholt | 2015-04-01 | 3 | -0/+1454 |
* | vc4: Tell shader-db how big our UBOs are, if present. | Eric Anholt | 2015-04-01 | 1 | -0/+6 |
* | gallivm: (trivial) fix the logic deciding if function call should be used... | Roland Scheidegger | 2015-04-01 | 1 | -3/+1 |
* | egl: add initial EGL_MESA_image_dma_buf_export v2.4 | Dave Airlie | 2015-04-01 | 1 | -1/+31 |
* | gallivm: do some hack heuristic to disable texture functions | Roland Scheidegger | 2015-04-01 | 1 | -0/+40 |
* | nouveau: synchronize "scratch runout" destruction with the command stream | Marcin Ślusarz | 2015-03-31 | 2 | -19/+37 |
* | clover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STATUS when compilation fa... | Tom Stellard | 2015-03-31 | 1 | -0/+2 |
* | radeonsi/compute: Default to the same PIPE_SHADER_CAP values as other shader ... | Tom Stellard | 2015-03-31 | 1 | -1/+5 |
* | radeon/vce: implement video usability information support | Leo Liu | 2015-03-31 | 3 | -0/+59 |
* | st/omx/enc: export framerate to vce driver | Leo Liu | 2015-03-31 | 1 | -4/+4 |
* | llvmpipe: enable ARB_texture_gather | Roland Scheidegger | 2015-03-31 | 1 | -2/+3 |
* | gallivm: implement TG4 for ARB_texture_gather | Roland Scheidegger | 2015-03-31 | 2 | -40/+133 |
* | gallivm: add gather support to sampler interface | Roland Scheidegger | 2015-03-31 | 3 | -21/+34 |
* | gallivm: simplify sampler interface | Roland Scheidegger | 2015-03-31 | 6 | -271/+218 |
* | util/debug: Update MgwHelp link, drop BfdHelp link. | Jose Fonseca | 2015-03-31 | 1 | -10/+2 |
* | gallivm: Fix build against LLVM 3.7 SVN r233648 | Michel Dänzer | 2015-03-31 | 1 | -0/+5 |
* | vc4: Drop integer multiplies with 0 to moves of 0. | Eric Anholt | 2015-03-30 | 1 | -0/+8 |
* | vc4: Add a constant folding pass. | Eric Anholt | 2015-03-30 | 4 | -0/+113 |
* | vc4: Don't bother masking out the low 24 bits for integer multiplies | Eric Anholt | 2015-03-30 | 1 | -12/+8 |
* | vc4: Make integer multiply use 24 bits for the low parts. | Eric Anholt | 2015-03-30 | 1 | -5/+5 |
* | radeonsi: Cache LLVMTargetMachineRef in context instead of in screen | Michel Dänzer | 2015-03-30 | 6 | -30/+41 |
* | freedreno/a3xx: add support for point sprite coordinate replacement | Ilia Mirkin | 2015-03-28 | 4 | -30/+28 |
* | freedreno/a3xx: make vs-set point size work | Ilia Mirkin | 2015-03-28 | 3 | -2/+10 |
* | freedreno/a3xx: point size should not be divided by 2 | Ilia Mirkin | 2015-03-28 | 2 | -5/+5 |
* | freedreno/a3xx: fix 3d texture layout | Ilia Mirkin | 2015-03-28 | 2 | -7/+16 |
* | freedreno/a3xx: LAYERSZ2 appears to have no effect on arrays | Ilia Mirkin | 2015-03-28 | 1 | -2/+1 |
* | llvmpipe: simplify address calculation for 4x4 blocks | Roland Scheidegger | 2015-03-28 | 4 | -76/+35 |
* | gallivm: fix texture function name (key) when using txf/ld | Roland Scheidegger | 2015-03-28 | 1 | -2/+5 |
* | nv50/ir/gk110: fix offset flag position for TXD opcode | Ilia Mirkin | 2015-03-27 | 1 | -0/+1 |
* | nv50/ir: take postFactor into account when doing peephole optimizations | Ilia Mirkin | 2015-03-27 | 1 | -4/+8 |
* | gallivm: Fix build since llvm r233411 | Jan Vesely | 2015-03-27 | 1 | -0/+4 |
* | gallivm: use llvm function calls for texturing instead of inlining | Roland Scheidegger | 2015-03-27 | 2 | -26/+438 |
* | gallivm: pass jit_context pointer through to sampling | Roland Scheidegger | 2015-03-27 | 11 | -112/+171 |
* | gallium/vl: partially revert "Use util_cpu_to_le{16,32} in many more places." | Christian König | 2015-03-27 | 1 | -1/+5 |
* | tgsi: fix out-of-bounds access for cube arrays | Ilia Mirkin | 2015-03-26 | 1 | -1/+1 |
* | gallium/util: remove u_linkage | Ilia Mirkin | 2015-03-26 | 5 | -220/+0 |
* | gallium/hud: avoid overflowing hud graph name size | Ilia Mirkin | 2015-03-26 | 1 | -1/+2 |
* | gallium/util: Use HAVE___BUILTIN_FFS* macros. | Jonathan Gray | 2015-03-24 | 1 | -2/+16 |
* | vc4: Add a dump-the-surface-contents routine. | Eric Anholt | 2015-03-24 | 2 | -0/+101 |
* | vc4: Allow DRI3 on simulation, as well. | Eric Anholt | 2015-03-24 | 1 | -0/+5 |