summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* st/nine: Fix vertex declarations for non-standard (usage/index)Axel Davy2014-12-037-108/+89
* st/nine: sm1_declusage_to_tgsi, do not restrict indices with TGSI_SEMANTIC_GE...Axel Davy2014-12-031-60/+52
* st/nine: Queries: Fix D3DISSUE_END behaviour.Axel Davy2014-12-031-4/+6
* r600g/sb: fix issues cause by GLSL switching to loops for switchDave Airlie2014-12-031-12/+38
* freedreno/ir3: fix UMADIlia Mirkin2014-12-031-9/+9
* freedreno/a3xx: only enable blend clamp for non-float formatsIlia Mirkin2014-12-032-4/+7
* nv50/ir/tgsi: handle TGSI_OPCODE_ARRChristoph Bumiller2014-12-031-1/+4
* st/nine: Fix setting of the shift modifier in nine_shaderAxel Davy2014-12-031-2/+4
* st/nine: remove unused pipe_viewport_state::translate[3] and scale[3]David Heidelberg2014-12-031-2/+0
* st/nine: fix wrong variable resetAxel Davy2014-12-031-1/+1
* st/nine: return GetAvailableTextureMem in bytes as expected (v2)David Heidelberg2014-12-031-1/+5
* st/nine: Add pool check to SetTexture (v2)Axel Davy2014-12-031-1/+9
* st/nine: propertly declare constants (v2)Axel Davy2014-12-031-5/+2
* st/nine: call DBG() at more external entry pointsStanislaw Halik2014-12-0317-0/+171
* st/nine: rework the way D3DPOOL_SYSTEMMEM is handledAxel Davy2014-12-038-127/+51
* st/nine: Rework Basetexture9 and Resource9.Axel Davy2014-12-0310-33/+36
* st/nine: clean device9ex.Axel Davy2014-12-034-15/+19
* freedreno/ir3: don't pass consts to madsh.m16 in MOD logicIlia Mirkin2014-11-281-0/+3
* r600g: merge the TXQ and BUFFER constant buffers (v1.1)Dave Airlie2014-11-284-72/+62
* st/wgl: Don't export wglGetExtensionsStringARB.José Fonseca2014-11-281-1/+0
* util/u_snprintf: Don't redefine HAVE_STDINT_H as 0.José Fonseca2014-11-281-1/+1
* nine: the .pc file should not follow mesa versionEmil Velikov2014-11-262-2/+2
* r600g: do all CUBE ALU operations before gradient texture operations (v2.1)Dave Airlie2014-11-261-64/+72
* r600: fix texture gradients instruction emission (v2)Dave Airlie2014-11-261-28/+31
* nv50,nvc0: buffer resources can be bound as other things down the lineIlia Mirkin2014-11-242-14/+14
* nv50,nvc0: actually check constbufs for invalidationIlia Mirkin2014-11-242-3/+6
* nv50/ir: set neg modifiers on min/max argsIlia Mirkin2014-11-241-0/+2
* r600g: limit texture offset application to specific types (v2)Dave Airlie2014-11-191-3/+18
* r600g: geom shaders: always load texture src regs from inputsDave Airlie2014-11-191-1/+2
* radeonsi: support per-sample gl_FragCoordMarek Olšák2014-11-191-12/+13
* st/mesa: add a fallback for clear_with_quad when no vs_layerIlia Mirkin2014-11-192-0/+76
* r600g/cayman: handle empty vertex shadersDave Airlie2014-11-191-4/+8
* r600g/cayman: fix texture gather testsDave Airlie2014-11-191-4/+11
* r600g/cayman: fix integer multiplication output overwrite (v2)Dave Airlie2014-11-191-3/+23
* radeonsi: Disable asynchronous DMA except for PIPE_BUFFERMichel Dänzer2014-11-191-0/+15
* nv50,nvc0: use clip_halfz setting when creating rasterizer stateIlia Mirkin2014-11-196-3/+10
* nine: Implement threadpoolAxel Davy2014-11-187-10/+340
* nine: Add drirc options (v2)Axel Davy2014-11-183-0/+41
* nine: Add state tracker nine for Direct3D9 (v3)Joakim Sindholt2014-11-1880-0/+28388
* gallium/auxiliary: add contained and rect checks (v6)Christoph Bumiller2014-11-182-0/+136
* gallium/auxiliary: add inc and dec alternative with return (v4)Christoph Bumiller2014-11-181-0/+52
* gallium/auxiliary: implement sw_probe_wrapped (v2)Christoph Bumiller2014-11-183-1/+36
* winsys/sw/wrapper: implement is_displaytarget_format_supported for swrastChristoph Bumiller2014-11-181-0/+14
* tgsi/ureg: add ureg_UARL shortcut (v2)Christoph Bumiller2014-11-181-0/+1
* st/wgl: Implement WGL_EXT_create_context_es/es2_profile.José Fonseca2014-11-143-63/+78
* st/xlib: Generate errors as specified.José Fonseca2014-11-141-16/+109
* freedreno/ir3: move some helpersRob Clark2014-11-142-65/+71
* freedreno: rename draw->draw_vboRob Clark2014-11-144-6/+6
* freedreno/a3xx: missing u_upload_destroyRob Clark2014-11-141-0/+2
* freedreno: fix borked check for a320.0Rob Clark2014-11-141-1/+1