summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nir/nir_lower_io: Add vec4 supportIago Toral Quiroga2015-08-033-33/+86
* i965/nir: Pass a is_scalar boolean to brw_create_nir()Eduardo Lima Mitev2015-08-035-7/+12
* i965/nir/vec4: Add shader function implementationEduardo Lima Mitev2015-08-032-1/+11
* i965/nir/vec4: Add setup for system valuesAlejandro Piñeiro2015-08-032-1/+50
* i965/vec4: Redefine make_reg_for_system_value() to allow reuse in NIR->vec4 passAlejandro Piñeiro2015-08-038-11/+19
* i965/nir/vec4: Add setup of uniform variablesIago Toral Quiroga2015-08-032-3/+97
* i965/nir/vec4: Add setup of input variables in NIR->vec4 passEduardo Lima Mitev2015-08-032-1/+12
* i965/vec4: Move type_size() method to brw_vec4_visitor classEduardo Lima Mitev2015-08-032-6/+17
* i965/nir/vec4: Select between new nir_vec4 or current vec4_visitor code-pathsEduardo Lima Mitev2015-08-032-10/+22
* i965/nir/vec4: Add implementation placeholders for a new NIR->vec4 passEduardo Lima Mitev2015-08-033-0/+273
* mesa: Replace F_TO_I() with _mesa_lroundevenf().Matt Turner2015-08-036-42/+42
* mesa: Add -fno-trapping-math to CFLAGS.Matt Turner2015-08-031-2/+2
* mesa: Add -fno-math-errno to CFLAGS.Matt Turner2015-08-031-0/+3
* r600,compute: force tiling on 2D and 3D texture compute resourcesZoltan Gilian2015-08-031-2/+9
* clover: handle setKernelArg errorsZoltan Gilian2015-08-031-0/+15
* clover: fix image resource depth and array_sizeZoltan Gilian2015-08-032-1/+2
* nir: Use a single bit for the dual-source blend indexTimothy Arceri2015-08-031-2/+6
* clover: pass image attributes to the kernelZoltan Gilian2015-08-034-11/+171
* clover: move find_kernels to functionsZoltan Gilian2015-08-031-13/+15
* mesa: fix type for array indexing validationTimothy Arceri2015-08-031-1/+1
* mesa/es3.1: Allow multisampled textures for GLES 3.1Marta Lofstedt2015-08-031-2/+2
* mesa/es3.1: Allow query of GL_TEXTURE_MULTISAMPLEMarta Lofstedt2015-08-031-1/+3
* mesa/es3.1: Allow enable of GL_SAMPLE_MASKMarta Lofstedt2015-08-031-1/+1
* mesa/es3.1: Allow textures with target GL_TEXTURE_2D_MULTISAMPLEMarta Lofstedt2015-08-032-3/+3
* mesa/es3.1: Allow GL_DEPTH_STENCIL_TEXTURE_MODEMarta Lofstedt2015-08-031-1/+3
* mesa/es3.1: Allow GL_SAMPLE_MASKMarta Lofstedt2015-08-031-1/+1
* mesa/es3.1: Allow binding GL_DRAW_INDIRECT_BUFFER with gles 3.1Marta Lofstedt2015-08-031-2/+3
* r600g: re-enable single-sample fast clearMarek Olšák2015-08-031-6/+1
* r600g: fix the CB_SHADER_MASK setupMarek Olšák2015-08-032-4/+5
* r600g: fix the single-sample fast clear setupMarek Olšák2015-08-031-2/+6
* radeonsi: flush if the memory usage for an IB is too highMarek Olšák2015-08-022-0/+17
* opencl: use versioned .so in mesa.icdIgor Gnatenko2015-08-014-2/+5
* includes/GL: remove duplicated extension declarations from glx.hEmil Velikov2015-08-011-92/+0
* docs: rename/bump 10.7.0 release notes to 11.0.0Emil Velikov2015-08-012-7/+7
* winsys/radeon: don't leak the fd when it is 0Emil Velikov2015-08-011-2/+2
* configure.ac: check for mkostemp()Emil Velikov2015-08-011-0/+1
* egl/wayland: use drmGetNodeTypeFromFd helper instead of opencoding itEmil Velikov2015-08-012-19/+3
* egl/wayland: use designated initializersEmil Velikov2015-08-011-13/+13
* egl: remove ifdef $(egl_extension) compile guardsEmil Velikov2015-08-013-65/+1
* egl/wayland: libdrm is a hard requirement, treat it as suchEmil Velikov2015-08-012-2/+3
* egl: consolidate ifdef HAVE_LIBDRM blocksEmil Velikov2015-08-011-108/+102
* configure.ac: null,android,gdi are not valid egl-platformsEmil Velikov2015-08-012-6/+3
* Revert "gallium/radeon: re-enable unsafe math for graphics shaders"Marek Olšák2015-08-011-4/+0
* clover: make dispatch matches functions defEdB2015-07-311-5/+18
* gallivm: Fix GCC unused-variable warning.Vinson Lee2015-07-311-2/+1
* glx: Fix missing bit decl for EXT_texture_integerAdam Jackson2015-07-311-0/+1
* glsl: Initialize parse-state in constructor of lower_subroutine.Matt Turner2015-07-311-3/+3
* glx: Fix image size computation for EXT_texture_integer (v2)Adam Jackson2015-07-312-0/+11
* radeonsi: copy *8_SNORM bits exactly in resource_copy_regionMarek Olšák2015-07-311-1/+3
* r600g: early exit in r600_clear if there's nothing to doMarek Olšák2015-07-311-0/+2