summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-18Increment version to 10.4.0-rc1mesa-10.4.0-rc1Emil Velikov1-1/+1
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 Sindholt87-0/+32748
2014-11-18gallium/auxiliary: add contained and rect checks (v6)Christoph Bumiller2-0/+136
2014-11-18gallium/auxiliary: add inc and dec alternative with return (v4)Christoph Bumiller1-0/+52
2014-11-18gallium/auxiliary: implement sw_probe_wrapped (v2)Christoph Bumiller3-1/+36
2014-11-18winsys/sw/wrapper: implement is_displaytarget_format_supported for swrastChristoph Bumiller1-0/+14
2014-11-18tgsi/ureg: add ureg_UARL shortcut (v2)Christoph Bumiller1-0/+1
2014-11-14i965: Move fs_visitor ra pass to new fs_visitor::allocate_registers()10.4-branchpointKristian Høgsberg2-59/+69
2014-11-14i965: Move fs_visitor optimization pass into new method fs_visitor::optimize()Kristian Høgsberg2-65/+72
2014-11-14i965: Move more code into codegen-branch of the fs_visitor::run() if statementKristian Høgsberg1-12/+11
2014-11-14i965: Refactor fs_generator APIKristian Høgsberg4-39/+23
2014-11-14st/wgl: Implement WGL_EXT_create_context_es/es2_profile.José Fonseca3-63/+78
2014-11-14st/xlib: Generate errors as specified.José Fonseca1-16/+109
2014-11-14freedreno/ir3: move some helpersRob Clark2-65/+71
2014-11-14freedreno: rename draw->draw_vboRob Clark4-6/+6
2014-11-14freedreno/a3xx: missing u_upload_destroyRob Clark1-0/+2
2014-11-14freedreno: fix borked check for a320.0Rob Clark1-1/+1
2014-11-14freedreno/ir3: half vs full reg in standalone compiler outputRob Clark1-6/+10
2014-11-14st/dri: Support EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR/GLX_CONTEXT_DEBUG_BIT_ARB on...José Fonseca2-11/+9
2014-11-14egl: remove egl_gallium from the loaderMarek Olšák1-14/+0
2014-11-14configure.ac: remove enable flags for EGL and GBM Gallium state trackersMarek Olšák3-85/+4
2014-11-13i965/vec4: Combine all the math emitters.Kenneth Graunke2-104/+17
2014-11-13i965/vec4: Use const references in emit() functions.Kenneth Graunke2-15/+14
2014-11-13i965: Use macros to create prototypes for emitter helpers.Kenneth Graunke1-57/+41
2014-11-13i965: Always enable VF statisticsBen Widawsky1-2/+1
2014-11-13i915: Emit 3DSTATE_SCISSOR_RECTANGLE_0 before 3DSTATE_SCISSOR_ENABLEVille Syrjälä6-17/+17
2014-11-13i915: Don't call _mesa_meta_glsl_Clear() on gen2Ville Syrjälä1-1/+1
2014-11-13i915: Protect macro argument for TEXTURE_SET()Ville Syrjälä1-1/+1
2014-11-13i915: Kill intel_context::hw_stencilVille Syrjälä2-2/+0
2014-11-13i915: Accept GL_DEPTH_STENCIL GL_DEPTH_COMPONENT formats for renderbuffersVille Syrjälä1-0/+9
2014-11-13i915: Override mip filter to nearest with anisoVille Syrjälä1-0/+2
2014-11-13i915: Use L8A8 instead of I8 to simulate A8 on gen2Ville Syrjälä3-3/+5
2014-11-13i915: Fix GL_DOT3_RGBA a bitVille Syrjälä1-2/+3
2014-11-13linker: Add a missing space in an error messageNeil Roberts1-1/+1
2014-11-13llvmpipe: Call pipe_thread_wait() on Linux.José Fonseca1-0/+6
2014-11-12i915g: we also have more than 0 viewports!Kenneth Graunke1-0/+3
2014-11-12vc4: Avoid reusing a pointer from c->outputs[] after add_output().Eric Anholt1-5/+6
2014-11-12vc4: Fix assumption of TGSI OUT[0] being POSITION in the VS.Eric Anholt1-5/+5
2014-11-12nvc0: remove unused mm_VRAM_fe0Ilia Mirkin2-9/+0
2014-11-12st/glx: Implement GLX_EXT_create_context_es2_profile.José Fonseca2-37/+54
2014-11-12Revert "clover: Fix build after llvm r221375"Tom Stellard1-4/+0
2014-11-12gallivm: Fix build with LLVM 3.6 (r221751).José Fonseca1-1/+10
2014-11-11i965/cfg: Remove if_block/else_block.Matt Turner3-30/+1
2014-11-11i965/fs: Don't use if_block/else_block in SEL peephole.Matt Turner1-6/+11
2014-11-11ilo: clean up gen6_3DSTATE_SF()Chia-I Wu3-90/+105
2014-11-11ilo: clean up gen7_3DSTATE_STREAMOUT()Chia-I Wu2-45/+35
2014-11-11ilo: rework gen7_3DSTATE_SO_DECL_LIST()Chia-I Wu1-60/+66
2014-11-11ilo: add 3DSTATE_SO_BUFFER variantsChia-I Wu2-24/+25