aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965: Remove unneeded VS workaround stalls on Baytrail.Greg Hunt2014-06-264-6/+6
* softpipe: use last_level from sampler view, not from the resourceRoland Scheidegger2014-06-261-19/+20
* targets/automake.inc: s/GALLIUM_VIDEO_CFLAGS/GALLIUM_TARGET_CFLAGS/Emil Velikov2014-06-264-4/+4
* auxiliary/vl: Remove no longer used SPLIT_TARGETSEmil Velikov2014-06-261-8/+0
* targets/radeonsi/omx: convert to static/shared pipe-driversEmil Velikov2014-06-265-72/+12
* targets/r600/omx: convert to static/shared pipe-driversEmil Velikov2014-06-264-51/+18
* targets/omx-nouveau: convert to static/shared pipe-driversEmil Velikov2014-06-267-68/+73
* st/omx: avoid using dynamic vid_(enc|dec)_base and avc_(name|role)Emil Velikov2014-06-264-94/+18
* st/omx: provide constant number of componentsEmil Velikov2014-06-261-8/+7
* glx: Added missing null check in GetDrawableAttribute()Juha-Pekka Heikkila2014-06-261-4/+8
* mesa/main: In register_surface() verify gl_texture_object was foundJuha-Pekka Heikkila2014-06-261-0/+6
* mesa/main: Verify calloc return value in register_surface()Juha-Pekka Heikkila2014-06-261-0/+5
* glsl: Add missing null check in push_back()Juha-Pekka Heikkila2014-06-261-2/+11
* glsl: check _mesa_hash_table_create return value in link_uniform_blocksJuha-Pekka Heikkila2014-06-262-0/+8
* i965/fs: Check variable_storage return value in fs_visitor::visitJuha-Pekka Heikkila2014-06-261-0/+6
* i965: Handle miptree creation failure in intel_alloc_texture_storage()Juha-Pekka Heikkila2014-06-261-0/+3
* i965: Check calloc return value in gather_statistics_results()Juha-Pekka Heikkila2014-06-261-1/+14
* i965/vec4: Try constant propagate after copy propagate made progress.Matt Turner2014-06-251-2/+4
* i965/vec4: Make try_copy_propagate() static.Matt Turner2014-06-252-7/+4
* i965/vec4: Rename try_copy/constant_propagat{ion,e} to match the fs.Matt Turner2014-06-252-8/+8
* i965/vec4: Constant propagate into 2-src math instructions on Gen8.Matt Turner2014-06-251-2/+9
* i965/fs: Constant propagate into 2-src math instructions on Gen8.Matt Turner2014-06-251-2/+9
* i965/fs: Make try_constant_propagate() static.Matt Turner2014-06-252-3/+2
* i965: Make can_do_source_mods() a member of the instruction classes.Matt Turner2014-06-256-14/+12
* glsl: Treat an interface block specifier as a level of struct nestingChris Forbes2014-06-261-0/+8
* glsl: Disallow primitive type layout qualifier on variables.Chris Forbes2014-06-261-0/+7
* glsl: Relax combinations of layout qualifiers with other qualifiers.Chris Forbes2014-06-261-28/+8
* glsl: Don't convert reductions of ivec to a dot-productIan Romanick2014-06-251-1/+3
* 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