aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* mesa/arb_gpu_shader_fp64: add support for glGetUniformdvDave Airlie2015-09-022-16/+14
* nv50,nvc0: disable depth bounds test on blitIlia Mirkin2015-09-022-0/+3
* i965/bdw: Fix 3DSTATE_VF_INSTANCING when the edge flag is usedNeil Roberts2015-09-021-2/+13
* i965: Swap the order of the vertex ID and edge flag attributesNeil Roberts2015-09-022-29/+57
* r600g: Fix assert in tgsi_cmpGlenn Kennard2015-09-021-2/+2
* st/mesa: pass through 4th opcode argument in bitmap/pixel visitorsIlia Mirkin2015-09-021-6/+6
* st/mesa: fix assignments with 4-operand arguments (i.e. BFI)Ilia Mirkin2015-09-021-1/+1
* mesa: update fbo state in glTexStorageTapani Pälli2015-09-021-0/+15
* Revert "radeonsi: properly set the raster_config for KV"Emil Velikov2015-08-221-9/+5
* glsl: avoid compiler's segfault when processing operators with void argumentsRenaud Gaubert2015-08-192-2/+16
* i965/bdw: Fix setting the instancing state for the SGVS elementNeil Roberts2015-08-191-1/+1
* glx: Fix __glXWireToEvent for BufferSwapCompleteAdam Jackson2015-08-191-0/+3
* nv50,nvc0: take level into account when doing eng2d multi-layer blitsIlia Mirkin2015-08-192-8/+20
* gm107/ir: indirect handle goes first on maxwell alsoIlia Mirkin2015-08-191-8/+4
* radeonsi: properly set the raster_config for KVAlex Deucher2015-08-191-5/+9
* egl/x11: don't abort when creating a DRI2 drawable failsFrank Binns2015-08-191-1/+19
* r600g: allow setting geometry shader sampler statesMarek Olšák2015-08-191-5/+0
* r600g: fix polygon offset scaleMarek Olšák2015-08-192-2/+2
* radeonsi: fix polygon offset scaleMarek Olšák2015-08-191-1/+1
* mesa/formats: don't byteswap when building array formatsOded Gabbay2015-08-191-11/+3
* mesa/formats: Don't flip channels of null array formatsJason Ekstrand2015-08-191-1/+2
* mesa/formats: Fix swizzle flipping for big-endian targetsJason Ekstrand2015-08-191-4/+12
* mesa/formats: Only do byteswapping for packed formatsJason Ekstrand2015-08-191-3/+3
* nouveau: no need to do tnl wakeup, state updates are always hooked upIlia Mirkin2015-08-192-2/+0
* mesa: clear existing swizzle info before bitwise-OROded Gabbay2015-08-191-0/+5
* vc4: add missing nir include, to fix the buildEmil Velikov2015-08-191-0/+1
* meta/copy_image: Stash off the scissorJason Ekstrand2015-08-191-2/+2
* i965/fs: Fix fs_inst::regs_read() for sources in the ATTR file.Francisco Jerez2015-08-061-0/+1
* mesa: Fix error returned by glCopyTexImage2D() upon an invalid internal formatEduardo Lima Mitev2015-08-061-9/+9
* mesa: Validate target before resolving tex obj in glTex(ture)SubImageXDEduardo Lima Mitev2015-08-061-15/+14
* mesa: Fix errors values returned by glShaderBinary()Eduardo Lima Mitev2015-08-061-3/+14
* egl: Add eglQuerySurface surface type check for EGL_LARGEST_PBUFFER attribFrank Binns2015-08-061-1/+2
* egl/dri: Add error info needed for EGL_EXT_image_dma_buf_import extensionFrank Binns2015-08-061-0/+4
* r600g: fix the CB_SHADER_MASK setupMarek Olšák2015-08-062-4/+5
* radeonsi: completely rework updating descriptors without CP DMAMarek Olšák2015-08-014-271/+128
* radeonsi: rework how shader pointers to descriptors are setMarek Olšák2015-08-015-91/+156
* opencl: use versioned .so in mesa.icdIgor Gnatenko2015-08-013-2/+2
* nv50: avoid segfault with enabled but unbound vertex attribSamuel Pitoiset2015-08-011-0/+5
* winsys/radeon: don't leak the fd when it is 0Emil Velikov2015-08-011-2/+2
* egl/wayland: libdrm is a hard requirement, treat it as suchEmil Velikov2015-08-011-2/+0
* i965/skl: Add production thread counts and URB sizeBen Widawsky2015-08-011-5/+5
* glsl: Fix a bug where LHS swizzles of swizzles were too small.Kenneth Graunke2015-08-011-2/+2
* st/mesa: don't ignore texture buffer state changesMarek Olšák2015-08-013-3/+6
* nvc0: fix geometry program revalidation of clipping paramsIlia Mirkin2015-08-011-1/+1
* meta: Fix reading luminance texture as rgba in _mesa_meta_pbo_GetTexSubImage()Anuj Phogat2015-08-011-2/+34
* mesa: Add a helper function _mesa_need_luminance_to_rgb_conversion()Anuj Phogat2015-08-012-0/+22
* meta: Don't do fragment color clamping in _mesa_meta_pbo_GetTexSubImageAnuj Phogat2015-08-011-0/+5
* meta: Abort meta pbo path if readpixels need signed-unsigned conversionAnuj Phogat2015-08-011-0/+26
* meta: Fix transfer operations check in meta pbo path for readpixelsAnuj Phogat2015-08-011-4/+9
* mesa: Turn get_readpixels_transfer_ops() in to a global functionAnuj Phogat2015-08-012-7/+15