summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965: Don't try to print the GLSL IR if it has been freedNeil Roberts2015-07-081-4/+7
* Revert "i965: Delete linked GLSL IR when using NIR."Kenneth Graunke2015-07-081-4/+1
* Revert "glsl: clone inputs and outputs during linking"Kenneth Graunke2015-07-081-3/+1
* i965: allocate at least 1 BLEND_STATE elementMike Stroyan2015-07-081-1/+1
* st/dri: don't set PIPE_BIND_SCANOUT for MSAA surfacesMarek Olšák2015-07-081-1/+1
* Revert SHA1 additions.Matt Turner2015-07-085-385/+0
* loader: Look for any version of currently linked libudev.soChris Wilson2015-07-081-18/+28
* nvc0: turn sample counts off during blitIlia Mirkin2015-07-081-0/+7
* i965/vs: Fix matNxM vertex attributes where M != 4.Kenneth Graunke2015-07-081-4/+11
* glsl: Make sure not to dereference NULLNeil Roberts2015-07-081-1/+1
* glsl: Add missing check for whether an expression is an add operationNeil Roberts2015-07-081-1/+1
* i965: Reserve more batch space to accomodate Gen6 perfmonitors.Kenneth Graunke2015-07-081-2/+2
* i965/skl: Set the pulls bary bit in 3DSTATE_PS_EXTRANeil Roberts2015-07-084-0/+9
* radeonsi: fix a hang with DrawTransformFeedback on 4 SE chipsMarek Olšák2015-07-081-0/+4
* nv50/ir: UCMP arguments are float, so make sure modifiers are appliedIlia Mirkin2015-07-081-1/+2
* winsys/radeon: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.Mario Kleiner2015-07-081-3/+10
* r600g: disable single-sample fast color clear due to hangsMarek Olšák2015-07-081-1/+6
* mesa/prog: relative offsets into constbufs are not constantIlia Mirkin2015-07-081-0/+2
* nv50/ir: don't emit src2 in immediate formIlia Mirkin2015-07-081-2/+2
* mesa: reset the source packing when creating temp transfer imageIlia Mirkin2015-07-081-0/+1
* nv50/ir: copy joinAt when splitting both before and afterIlia Mirkin2015-07-083-0/+5
* glsl: validate sampler array indexing for 'constant-index-expression'Tapani Pälli2015-07-081-0/+77
* mesa/st: use EmitNoIndirectSampler if !ARB_gpu_shader5Tapani Pälli2015-07-081-0/+5
* i915: use EmitNoIndirectSamplerTapani Pälli2015-07-081-0/+3
* i965: use EmitNoIndirectSampler for gen < 7Tapani Pälli2015-07-081-0/+4
* mesa/glsl: new compiler option EmitNoIndirectSamplerTapani Pälli2015-07-082-0/+13
* glsl: Allow dynamic sampler array indexing with GLSL ES < 3.00Tapani Pälli2015-07-081-19/+19
* nv50/ir: fix emission of address reg in 3rd sourceIlia Mirkin2015-07-081-2/+6
* nouveau: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.Mario Kleiner2015-07-081-1/+5
* meta: Only change and restore viewport 0 in mesa meta modeMike Stroyan2015-07-081-2/+2
* i965/fs: Fix ir_txs in emit_texture_gen4_simd16().Kenneth Graunke2015-07-081-3/+4
* nv50/ir: propagate modifier to right arg when const-folding madIlia Mirkin2015-07-081-1/+4
* i965: Delete linked GLSL IR when using NIR.Tapani Pälli2015-07-081-1/+4
* glsl: clone inputs and outputs during linkingTapani Pälli2015-07-081-1/+3
* winsys/radeon: Unmap GPU VM address range when destroying BOMichel Dänzer2015-07-083-4/+29
* i965/fs: Don't mess up stride for uniform integer multiplication.Matt Turner2015-07-081-4/+16
* egl/x11: Remove duplicate call to dri2_x11_add_configs_for_visualsBoyan Ding2015-06-251-5/+0
* nv50,nvc0: make sure to pushbuf_refn before putting bo into pushbuf_dataIlia Mirkin2015-06-254-0/+4
* nvc0: always put all tfb bufs into bufctxIlia Mirkin2015-06-251-3/+4
* glsl: binding point is a texture unit, which is a combined spaceIlia Mirkin2015-06-251-1/+1
* gbm: do not (over)link against libglapi.soEmil Velikov2015-06-251-1/+2
* gbm: dlopen libglapi so gbm_create_device worksFrank Henigman2015-06-251-0/+8
* i965/gen9: Implement Push Constant Buffer workaroundBen Widawsky2015-06-251-7/+41
* mesa: add GL_PROGRAM_PIPELINE support in KHR_debug callsIlia Mirkin2015-06-254-12/+24
* glsl: add version checks to conditionals for builtin variable enablementIlia Mirkin2015-06-251-5/+5
* glsl: handle conversions to double when comparing param matchesIlia Mirkin2015-06-251-3/+5
* egl/x11: Set version of swrastLoader to 2Boyan Ding2015-06-251-1/+1
* nvc0/ir: can't have a join on a load with an indirect sourceIlia Mirkin2015-06-251-1/+1
* nv50,nvc0: clamp uniform size to 64kIlia Mirkin2015-06-252-4/+4
* nvc0/ir: fix collection of first uses for texture barrier insertionIlia Mirkin2015-06-251-5/+11