summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* mapi/glapi: Fix dll linkage of GLES1 symbols.José Fonseca2014-11-281-0/+1
* 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
* i965/Gen6-7: Do not replace texcoords with point coord if not drawing pointsChris Forbes2014-11-262-12/+49
* glsl: Make lower_constant_arrays_to_uniforms require dereferences.Kenneth Graunke2014-11-261-2/+7
* mesa: Fix Get(GL_TRANSPOSE_CURRENT_MATRIX_ARB) to transposeChris Forbes2014-11-261-1/+1
* glsl: Generate unique names for each const array lowered to uniformsChris Forbes2014-11-261-1/+5
* i965: Handle nested uniform array indexingChris Forbes2014-11-261-29/+37
* 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
* i965: Fix segfault in WebGL Conformance on IvybridgeChad Versace2014-11-191-3/+4
* 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-194-5/+97
* 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
* st/mesa: copy sampler_array_size field when copying instructionsBrian Paul2014-11-191-1/+6
* 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-188-10/+345
* nine: Add drirc options (v2)Axel Davy2014-11-184-0/+54
* 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
* i965: Move fs_visitor ra pass to new fs_visitor::allocate_registers()10.4-branchpointKristian Høgsberg2014-11-142-59/+69
* i965: Move fs_visitor optimization pass into new method fs_visitor::optimize()Kristian Høgsberg2014-11-142-65/+72
* i965: Move more code into codegen-branch of the fs_visitor::run() if statementKristian Høgsberg2014-11-141-12/+11
* i965: Refactor fs_generator APIKristian Høgsberg2014-11-144-39/+23
* 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
* freedreno/ir3: half vs full reg in standalone compiler outputRob Clark2014-11-141-6/+10
* st/dri: Support EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR/GLX_CONTEXT_DEBUG_BIT_ARB on...José Fonseca2014-11-142-11/+9
* egl: remove egl_gallium from the loaderMarek Olšák2014-11-141-14/+0
* configure.ac: remove enable flags for EGL and GBM Gallium state trackersMarek Olšák2014-11-141-8/+0
* i965/vec4: Combine all the math emitters.Kenneth Graunke2014-11-132-104/+17
* i965/vec4: Use const references in emit() functions.Kenneth Graunke2014-11-132-15/+14