summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-12-03st/nine: Fix vertex declarations for non-standard (usage/index)Axel Davy7-108/+89
2014-12-03st/nine: sm1_declusage_to_tgsi, do not restrict indices with TGSI_SEMANTIC_GE...Axel Davy1-60/+52
2014-12-03st/nine: Queries: Fix D3DISSUE_END behaviour.Axel Davy1-4/+6
2014-12-03mesa: fix height error check for 1D array texturesBrian Paul1-1/+1
2014-12-03r600g/sb: fix issues cause by GLSL switching to loops for switchDave Airlie1-12/+38
2014-12-03mesa: fix arithmetic error in _mesa_compute_compressed_pixelstore()Brian Paul1-1/+1
2014-12-03freedreno/ir3: fix UMADIlia Mirkin1-9/+9
2014-12-03freedreno/a3xx: only enable blend clamp for non-float formatsIlia Mirkin2-4/+7
2014-12-03nv50/ir/tgsi: handle TGSI_OPCODE_ARRChristoph Bumiller1-1/+4
2014-12-03st/nine: Fix setting of the shift modifier in nine_shaderAxel Davy1-2/+4
2014-12-03st/nine: remove unused pipe_viewport_state::translate[3] and scale[3]David Heidelberg1-2/+0
2014-12-03st/nine: fix wrong variable resetAxel Davy1-1/+1
2014-12-03st/nine: return GetAvailableTextureMem in bytes as expected (v2)David Heidelberg1-1/+5
2014-12-03st/nine: Add pool check to SetTexture (v2)Axel Davy1-1/+9
2014-12-03st/nine: propertly declare constants (v2)Axel Davy1-5/+2
2014-12-03st/nine: call DBG() at more external entry pointsStanislaw Halik17-0/+171
2014-12-03st/nine: rework the way D3DPOOL_SYSTEMMEM is handledAxel Davy8-127/+51
2014-12-03st/nine: Rework Basetexture9 and Resource9.Axel Davy10-33/+36
2014-12-03st/nine: clean device9ex.Axel Davy4-15/+19
2014-11-28freedreno/ir3: don't pass consts to madsh.m16 in MOD logicIlia Mirkin1-0/+3
2014-11-28r600g: merge the TXQ and BUFFER constant buffers (v1.1)Dave Airlie4-72/+62
2014-11-28st/wgl: Don't export wglGetExtensionsStringARB.José Fonseca1-1/+0
2014-11-28mapi/glapi: Fix dll linkage of GLES1 symbols.José Fonseca1-0/+1
2014-11-28util/u_snprintf: Don't redefine HAVE_STDINT_H as 0.José Fonseca1-1/+1
2014-11-26nine: the .pc file should not follow mesa versionEmil Velikov2-2/+2
2014-11-26i965/Gen6-7: Do not replace texcoords with point coord if not drawing pointsChris Forbes2-12/+49
2014-11-26glsl: Make lower_constant_arrays_to_uniforms require dereferences.Kenneth Graunke1-2/+7
2014-11-26mesa: Fix Get(GL_TRANSPOSE_CURRENT_MATRIX_ARB) to transposeChris Forbes1-1/+1
2014-11-26glsl: Generate unique names for each const array lowered to uniformsChris Forbes1-1/+5
2014-11-26i965: Handle nested uniform array indexingChris Forbes1-29/+37
2014-11-26r600g: do all CUBE ALU operations before gradient texture operations (v2.1)Dave Airlie1-64/+72
2014-11-26r600: fix texture gradients instruction emission (v2)Dave Airlie1-28/+31
2014-11-24nv50,nvc0: buffer resources can be bound as other things down the lineIlia Mirkin2-14/+14
2014-11-24nv50,nvc0: actually check constbufs for invalidationIlia Mirkin2-3/+6
2014-11-24nv50/ir: set neg modifiers on min/max argsIlia Mirkin1-0/+2
2014-11-19i965: Fix segfault in WebGL Conformance on IvybridgeChad Versace1-3/+4
2014-11-19r600g: limit texture offset application to specific types (v2)Dave Airlie1-3/+18
2014-11-19r600g: geom shaders: always load texture src regs from inputsDave Airlie1-1/+2
2014-11-19radeonsi: support per-sample gl_FragCoordMarek Olšák1-12/+13
2014-11-19st/mesa: add a fallback for clear_with_quad when no vs_layerIlia Mirkin4-5/+97
2014-11-19r600g/cayman: handle empty vertex shadersDave Airlie1-4/+8
2014-11-19r600g/cayman: fix texture gather testsDave Airlie1-4/+11
2014-11-19r600g/cayman: fix integer multiplication output overwrite (v2)Dave Airlie1-3/+23
2014-11-19st/mesa: copy sampler_array_size field when copying instructionsBrian Paul1-1/+6
2014-11-19radeonsi: Disable asynchronous DMA except for PIPE_BUFFERMichel Dänzer1-0/+15
2014-11-19nv50,nvc0: use clip_halfz setting when creating rasterizer stateIlia Mirkin6-3/+10
2014-11-18nine: Implement threadpoolAxel Davy8-10/+345
2014-11-18nine: Add drirc options (v2)Axel Davy4-0/+54
2014-11-18nine: Add state tracker nine for Direct3D9 (v3)Joakim Sindholt80-0/+28388
2014-11-18gallium/auxiliary: add contained and rect checks (v6)Christoph Bumiller2-0/+136