summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-09-04i965: Momentarily pretend to support ARB_texture_stencil8 for blits.Kenneth Graunke1-0/+7
2015-09-04mesa: add GL_RED, GL_RG support for floating point texturesTapani Pälli1-3/+34
2015-09-04Revert "i965: Advertise a line width of 40.0 on Cherryview and Skylake."Kenneth Graunke1-5/+1
2015-09-04i965: Fix copy propagation type changes.Kenneth Graunke1-0/+1
2015-09-04i965/fs: Handle MRF destinations in lower_integer_multiplication().Matt Turner1-4/+4
2015-09-02radeonsi: fix a Unigine Heaven hang when drirc is missingMarek Olšák4-1/+29
2015-09-02r600g: fix calculation for gpr allocationDave Airlie1-1/+1
2015-09-02r600/sb: update last_cf for finalize if.Dave Airlie1-0/+3
2015-09-02mesa: add missing queries for ARB_direct_state_accessDaniel Scharrer2-0/+98
2015-09-02mesa: only copy the requested teximage facesIlia Mirkin1-2/+2
2015-09-02i965/fs: Split VGRFs after lowering pull constantsJason Ekstrand1-2/+2
2015-09-02mesa: create multisample fallback textures like normal texturesMarek Olšák1-0/+2
2015-09-02mesa: enable texture stencil8 for multisampleDave Airlie1-2/+5
2015-09-02i965: Always re-emit the pipeline select during invariant state emissionChris Wilson1-1/+2
2015-09-02glsl: create program resource list after LinkShaderTapani Pälli2-4/+2
2015-09-02glsl: expose build_program_resource_list functionTapani Pälli2-1/+5
2015-09-02glsl: build stageref mask using IR, not symbol tableTapani Pälli1-3/+11
2015-09-02mesa/readpixels: check strides are equal before skipping conversionDave Airlie1-1/+2
2015-09-02texcompress_s3tc/fxt1: fix stride checks (v1.1)Dave Airlie2-5/+5
2015-09-02st/readpixels: fix accel path for skipimages.Dave Airlie1-2/+2
2015-09-02i965: Prevent coordinate overflow in intel_emit_linear_blitChris Wilson1-36/+34
2015-09-02gallium/radeon: fix the ADDRESS_HI mask for EVENT_WRITE CIK packetsMarek Olšák1-8/+8
2015-09-02r600g/sb: Don't crash on empty if jump targetGlenn Kennard1-1/+4
2015-09-02r600g/sb: Don't read junk after EOPGlenn Kennard3-1/+6
2015-09-02r600g/sb: Handle undef in read port trackerGlenn Kennard1-1/+1
2015-09-02mesa/texgetimage: fix missing stencil checkDave Airlie1-0/+7
2015-09-02nv50: fix 2d engine blits for 64- and 128-bit formatsIlia Mirkin1-0/+4
2015-09-02mesa/arb_gpu_shader_fp64: add support for glGetUniformdvDave Airlie2-16/+14
2015-09-02nv50,nvc0: disable depth bounds test on blitIlia Mirkin2-0/+3
2015-09-02i965/bdw: Fix 3DSTATE_VF_INSTANCING when the edge flag is usedNeil Roberts1-2/+13
2015-09-02i965: Swap the order of the vertex ID and edge flag attributesNeil Roberts2-29/+57
2015-09-02r600g: Fix assert in tgsi_cmpGlenn Kennard1-2/+2
2015-09-02st/mesa: pass through 4th opcode argument in bitmap/pixel visitorsIlia Mirkin1-6/+6
2015-09-02st/mesa: fix assignments with 4-operand arguments (i.e. BFI)Ilia Mirkin1-1/+1
2015-09-02mesa: update fbo state in glTexStorageTapani Pälli1-0/+15
2015-08-22Revert "radeonsi: properly set the raster_config for KV"Emil Velikov1-9/+5
2015-08-19glsl: avoid compiler's segfault when processing operators with void argumentsRenaud Gaubert2-2/+16
2015-08-19i965/bdw: Fix setting the instancing state for the SGVS elementNeil Roberts1-1/+1
2015-08-19glx: Fix __glXWireToEvent for BufferSwapCompleteAdam Jackson1-0/+3
2015-08-19nv50,nvc0: take level into account when doing eng2d multi-layer blitsIlia Mirkin2-8/+20
2015-08-19gm107/ir: indirect handle goes first on maxwell alsoIlia Mirkin1-8/+4
2015-08-19radeonsi: properly set the raster_config for KVAlex Deucher1-5/+9
2015-08-19egl/x11: don't abort when creating a DRI2 drawable failsFrank Binns1-1/+19
2015-08-19r600g: allow setting geometry shader sampler statesMarek Olšák1-5/+0
2015-08-19r600g: fix polygon offset scaleMarek Olšák2-2/+2
2015-08-19radeonsi: fix polygon offset scaleMarek Olšák1-1/+1
2015-08-19mesa/formats: don't byteswap when building array formatsOded Gabbay1-11/+3
2015-08-19mesa/formats: Don't flip channels of null array formatsJason Ekstrand1-1/+2
2015-08-19mesa/formats: Fix swizzle flipping for big-endian targetsJason Ekstrand1-4/+12
2015-08-19mesa/formats: Only do byteswapping for packed formatsJason Ekstrand1-3/+3