summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Fix zero-division in llvmpipe_texture_layout()Takashi Iwai2014-06-251-1/+1
* i965/fs: Don't fix_math_operand() on Gen >= 8.Matt Turner2014-06-241-2/+4
* i965/vec4: Don't fix_math_operand() on Gen >= 8.Matt Turner2014-06-241-2/+6
* i965/vec4: Don't return void from a void function.Matt Turner2014-06-241-4/+4
* r600g/compute: Defer the creation of the temporary resourceBruno Jiménez2014-06-242-20/+28
* r600g/compute: Handle failures in compute_memory_pool_finalizeJan Vesely2014-06-241-1/+4
* r600g/compute: Fix possible endless loop in compute_memory_pool allocations.Jan Vesely2014-06-241-2/+5
* r600: Fix use after free in compute_memory_promote_item.Jan Vesely2014-06-241-1/+2
* nouveau: dup fd before passing it to deviceIlia Mirkin2014-06-241-2/+17
* mesa: Don't use derived vertex state in api_arrayelt.cFredrik Höglund2014-06-241-54/+57
* nvc0: allow VIEWPORT_INDEX and LAYER to be used as input semanticsIlia Mirkin2014-06-231-0/+2
* mesa/st: handle gl_Layer input semanticIlia Mirkin2014-06-231-0/+5
* nv50/ir: allow gl_ViewportIndex to work on non-provoking verticesTobias Klausmann2014-06-232-2/+30
* draw: (trivial) fix clamping of viewport indexRoland Scheidegger2014-06-241-1/+1
* i965: Don't emit SURFACE_STATEs for gather workarounds on Broadwell.Kenneth Graunke2014-06-232-8/+15
* targets/(vdpau|xvmc): hardlink against the installed libraryEmil Velikov2014-06-232-3/+3
* i965: Allow the blorp blit between BGR and RGBNeil Roberts2014-06-231-7/+21
* glsl: Silence many unused parameter warningsIan Romanick2014-06-231-1/+1
* targets/xvmc: correctly generate the symlinksEmil Velikov2014-06-231-6/+6
* targets/vdpau: correctly generate the symlinksEmil Velikov2014-06-231-5/+5
* i915: Fix gen2 texblend setupVille Syrjälä2014-06-231-1/+1
* mesa: Make Geom.UsesEndPrimitive a bool instead of a GLbooleanIago Toral Quiroga2014-06-232-3/+3
* targets/r600/xvmc: convert to static/shared pipe-driversEmil Velikov2014-06-225-71/+10
* targets/xvmc-nouveau: convert to static/shared pipe-driversEmil Velikov2014-06-227-68/+96
* targets/radeonsi/vdpau: convert to static/shared pipe-driversEmil Velikov2014-06-225-75/+13
* targets/r600/vdpau: convert to static/shared pipe-driversEmil Velikov2014-06-224-54/+19
* targets/vdpau-nouveau: convert to static/shared pipe-driversEmil Velikov2014-06-2217-70/+161
* Partially revert "glsl: Add builtin define for ARB_fragment_layer_viewport"Chris Forbes2014-06-221-0/+6
* freedreno: use util_copy_framebuffer_state()Rob Clark2014-06-221-12/+1
* freedreno/a3xx: WFI fixes/cleanupRob Clark2014-06-225-48/+41
* glsl: Add gl_Layer and gl_ViewportIndex builtins to fragment shaderChris Forbes2014-06-221-0/+5
* glsl: Add builtin define for ARB_fragment_layer_viewportChris Forbes2014-06-221-6/+3
* glsl: Add extension plumbing for ARB_fragment_layer_viewportChris Forbes2014-06-223-0/+4
* mesa: Add extension plumbing for ARB_fragment_layer_viewportChris Forbes2014-06-222-0/+2
* glapi: Add (empty) api section for ARB_fragment_layer_viewportChris Forbes2014-06-221-1/+7
* i965: Save meta stencil blit programs in the context.Kenneth Graunke2014-06-212-8/+13
* scons: avoid building any piece of i915Emil Velikov2014-06-213-35/+0
* gallivm: Fix build after LLVM commit 211259Aaron Watry2014-06-201-1/+3
* glx: Don't crash on swap event for a Window (non-GLXWindow)Daniel Manjarres2014-06-201-4/+8
* r600g/compute: Use gallium util functions for double listsBruno Jiménez2014-06-202-111/+46
* r600g/compute: Map only against intermediate buffersBruno Jiménez2014-06-201-6/+4
* r600g/compute: Implement compute_memory_demote_itemBruno Jiménez2014-06-202-0/+54
* r600g/compute: Avoid problems when promoting items mapped for readingBruno Jiménez2014-06-201-4/+8
* r600g/compute: Only move to the pool the buffers marked for promotingBruno Jiménez2014-06-202-60/+91
* r600g/compute: divide the item list in twoBruno Jiménez2014-06-202-51/+49
* r600g/compute: Add statuses to the compute_memory_itemsBruno Jiménez2014-06-202-1/+18
* r600g/compute: Add an util function to know if an item is in the poolBruno Jiménez2014-06-201-0/+5
* r600g/compute: Add an intermediate resource for OpenCL buffersBruno Jiménez2014-06-203-6/+41
* mesa: Copy Geom.UsesEndPrimitive when cloning a geometry program.Iago Toral Quiroga2014-06-201-0/+1
* mesa: Init Geom.UsesEndPrimitive in shader programs.Iago Toral Quiroga2014-06-201-0/+1