summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: Use macros to create prototypes for emitter helpers.Kenneth Graunke2014-11-131-57/+41
* i965: Always enable VF statisticsBen Widawsky2014-11-131-2/+1
* i915: Emit 3DSTATE_SCISSOR_RECTANGLE_0 before 3DSTATE_SCISSOR_ENABLEVille Syrjälä2014-11-136-17/+17
* i915: Don't call _mesa_meta_glsl_Clear() on gen2Ville Syrjälä2014-11-131-1/+1
* i915: Protect macro argument for TEXTURE_SET()Ville Syrjälä2014-11-131-1/+1
* i915: Kill intel_context::hw_stencilVille Syrjälä2014-11-132-2/+0
* i915: Accept GL_DEPTH_STENCIL GL_DEPTH_COMPONENT formats for renderbuffersVille Syrjälä2014-11-131-0/+9
* i915: Override mip filter to nearest with anisoVille Syrjälä2014-11-131-0/+2
* i915: Use L8A8 instead of I8 to simulate A8 on gen2Ville Syrjälä2014-11-133-3/+5
* i915: Fix GL_DOT3_RGBA a bitVille Syrjälä2014-11-131-2/+3
* linker: Add a missing space in an error messageNeil Roberts2014-11-131-1/+1
* llvmpipe: Call pipe_thread_wait() on Linux.José Fonseca2014-11-131-0/+6
* i915g: we also have more than 0 viewports!Kenneth Graunke2014-11-121-0/+3
* vc4: Avoid reusing a pointer from c->outputs[] after add_output().Eric Anholt2014-11-121-5/+6
* vc4: Fix assumption of TGSI OUT[0] being POSITION in the VS.Eric Anholt2014-11-121-5/+5
* nvc0: remove unused mm_VRAM_fe0Ilia Mirkin2014-11-122-9/+0
* st/glx: Implement GLX_EXT_create_context_es2_profile.José Fonseca2014-11-122-37/+54
* Revert "clover: Fix build after llvm r221375"Tom Stellard2014-11-121-4/+0
* gallivm: Fix build with LLVM 3.6 (r221751).José Fonseca2014-11-121-1/+10
* i965/cfg: Remove if_block/else_block.Matt Turner2014-11-113-30/+1
* i965/fs: Don't use if_block/else_block in SEL peephole.Matt Turner2014-11-111-6/+11
* ilo: clean up gen6_3DSTATE_SF()Chia-I Wu2014-11-113-90/+105
* ilo: clean up gen7_3DSTATE_STREAMOUT()Chia-I Wu2014-11-112-45/+35
* ilo: rework gen7_3DSTATE_SO_DECL_LIST()Chia-I Wu2014-11-111-60/+66
* ilo: add 3DSTATE_SO_BUFFER variantsChia-I Wu2014-11-112-24/+25
* ilo: add gen6_3dstate_constant()Chia-I Wu2014-11-112-84/+67
* ilo: add variants of 3DSTATE_{HS,DS}Chia-I Wu2014-11-112-12/+6
* ilo: add variants of 3DSTATE_GSChia-I Wu2014-11-113-63/+100
* ilo: add variants of 3DSTATE_VSChia-I Wu2014-11-113-16/+22
* ilo: add variants of 3DSTATE_PSChia-I Wu2014-11-112-36/+41
* ilo: add variants of 3DSTATE_WMChia-I Wu2014-11-113-54/+61
* ilo: add variants of 3DSTATE_CLIPChia-I Wu2014-11-113-24/+32
* ilo: prefix 3DSTATE_VF with gen75Chia-I Wu2014-11-112-4/+4
* st/va: MPEG4 call vlVaDecoderFixMPEG4Startcode()Michael Varga2014-11-101-0/+7