summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* gallium: add a cull distance semanticZack Rusin2013-06-105-2/+20
* draw: fix clipper invocation statisticsZack Rusin2013-06-105-6/+33
* draw: enable user plane clipping when clipdistance is usedZack Rusin2013-06-102-7/+20
* draw: make sure clipdistances work with geometry shadersZack Rusin2013-06-106-2/+22
* Revert "i965: Disable unused pipeline stages once at startup on Gen7+."Kenneth Graunke2013-06-113-6/+13
* swrast: add texfetch code for some XBGR formatsBrian Paul2013-06-112-9/+46
* mesa: add missing texture strings in tex_target_name()Brian Paul2013-06-101-0/+5
* winsys/radeon: add env var to disable VM on Cayman/TrinityAlex Deucher2013-06-101-0/+2
* mesa: Add a _mesa_problem to document a piglit failure on i965.Eric Anholt2013-06-101-0/+6
* i965/vs: Avoid the MUL/MACH/MOV sequence for small integer multiplies.Eric Anholt2013-06-101-13/+37
* i965/vs: Allow copy propagation into MUL/MACH.Eric Anholt2013-06-101-2/+4
* i965/vs: Use the MAD instruction when possible.Eric Anholt2013-06-104-0/+43
* draw: Add A8R8G8B8 to draw_print_arraysRichard Sandiford2013-06-101-0/+7
* draw: Fix type mismatch between draw_private.h and LLVMRichard Sandiford2013-06-101-1/+1
* util: Use sizeof(void *) rather than 0 as the fallback cache line sizeRichard Sandiford2013-06-101-0/+5
* llvmpipe: Use saturating add/sub for UNORM formatsRichard Sandiford2013-06-101-0/+8
* intel: Reserve less batchbuffer space.Kenneth Graunke2013-06-101-4/+3
* i965: Allocate push constant L3 space once at startup on Gen7+.Kenneth Graunke2013-06-104-12/+4
* i965: Disable unused pipeline stages once at startup on Gen7+.Kenneth Graunke2013-06-103-13/+9
* i965: Don't emit PIPELINE_SELECT from BLORP.Kenneth Graunke2013-06-101-19/+0
* i965: Emit invariant state once at startup on Gen6+.Kenneth Graunke2013-06-103-4/+20
* i965: Delete some dead state atom prototypes.Kenneth Graunke2013-06-101-9/+0
* i965: Change return type of check_state() to bool.Kenneth Graunke2013-06-101-2/+2
* i965: Remove unused second parameter of brw_print_dirty_count().Kenneth Graunke2013-06-101-4/+4
* glsl: Allow the use of determinant() in GLSL 1.50.Kenneth Graunke2013-06-101-0/+4
* glcpp: Automatically #define GL_core_profile 1 on GLSL 1.50+.Kenneth Graunke2013-06-101-0/+3
* glsl: Parse "#version 150 core" directives.Kenneth Graunke2013-06-101-0/+13
* glsl: Bail on parsing if the #version directive is bogus.Kenneth Graunke2013-06-101-0/+6
* dlist: fix save_SamplerParameteriChris Forbes2013-06-091-1/+1
* mesa: Prevent possible out-of-bounds read by save_SamplerParameteriv.Vinson Lee2013-06-081-1/+4
* nvc0: fix up video buffer alignment requirementsMaarten Lankhorst2013-06-081-5/+3
* freedreno: better scissor fixRob Clark2013-06-085-28/+43
* freedreno: gmem bypassRob Clark2013-06-087-30/+168
* freedreno: add a3xx supportRob Clark2013-06-0835-3/+8955
* freedreno: prepare for a3xxRob Clark2013-06-0849-2008/+2798
* gallivm: work around slow code generated for interleaving 128bit vectorsRoland Scheidegger2013-06-081-0/+22
* st/xlib: Flush the front buffer before doing CopySubBufferStéphane Marchesin2013-06-071-0/+4
* st/xlib: Fix upside down coordinates for CopySubBufferStéphane Marchesin2013-06-071-1/+1
* mesa: Report core FBO incompleteness cases through GL_ARB_debug_output.Eric Anholt2013-06-071-18/+25
* intel: flush fake front buffer if server is about to destroy it.Paul Berry2013-06-071-0/+9
* intel: flush fake front buffer more robustly.Paul Berry2013-06-071-11/+9
* intel: make intel_flush_front safe to call during initial MakeCurrentPaul Berry2013-06-071-1/+1
* mesa: Expose MAX_FRAGMENT_INPUT_COMPONENTS on ES3 and desktop 3.2.Eric Anholt2013-06-072-0/+10
* mesa: Expose texture array getters on GLES3.Eric Anholt2013-06-072-2/+10
* mesa: Fix the return value of TEXTURE_BINDING_2D_ARRAY.Eric Anholt2013-06-071-1/+1
* mesa: Expose texel offset limits in GLES3.Eric Anholt2013-06-072-5/+6
* util: add comment about bogus transfer flagsRoland Scheidegger2013-06-071-0/+1
* util: fix util_clear_render_target and util_clear_depth_stencil layer handlingRoland Scheidegger2013-06-071-87/+103
* llvmpipe: move create_surface/destroy_surface functions to lp_surface.cRoland Scheidegger2013-06-072-59/+59
* llvmpipe: add support for layered renderingRoland Scheidegger2013-06-0715-110/+195