summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERSEmil Velikov2015-04-221-1/+0
* drirc: Add "Second Life" quirk (allow_glsl_extension_directive_midshader).Kenneth Graunke2015-04-221-0/+4
* glsl_to_tgsi: don't use a potentially-undefined immediate for ir_query_levelsMarek Olšák2015-04-221-5/+3
* glsl_to_tgsi: fix out-of-bounds constant access and crash for uniformsMarek Olšák2015-04-221-4/+7
* i965: Rewrite ir_tex to ir_txl with lod 0 for vertex shadersKristian Høgsberg2015-04-221-0/+9
* i965: Fix software primitive restart with indirect draws.Kenneth Graunke2015-04-221-2/+4
* st/mesa: align cube map arrays layersDave Airlie2015-04-221-1/+1
* st/mesa: convert sub image for cube map arrays to 2d arrays for uploadDave Airlie2015-04-221-0/+5
* i965: Flush batchbuffer containing the query on glQueryCounter.Mathias Froehlich2015-04-221-0/+2
* i965: Fix URB size for CHVVille Syrjälä2015-04-081-1/+1
* i965: Do not render primitives in non-zero streams then TF is disabledIago Toral Quiroga2015-04-081-0/+13
* i965: Add forgotten multi-stream code to Gen8 SOL state.Kenneth Graunke2015-04-081-0/+9
* i965: Fix instanced geometry shaders on Gen8+.Kenneth Graunke2015-04-081-0/+2
* xmlpool: don't forget to ship the MOSEmil Velikov2015-04-081-1/+8
* st/mesa: update arrays when the current attrib has been updatedIlia Mirkin2015-04-081-1/+1
* st_glsl_to_tgsi: only do mov copy propagation on temps (v2)Dave Airlie2015-04-081-0/+1
* i965: Set nr_params to the number of uniform components in the VS/GS path.Francisco Jerez2015-03-263-15/+4
* i965: Fix out-of-bounds accesses into pull_constant_loc arrayIago Toral Quiroga2015-03-111-2/+7
* i965/fs: Don't issue FB writes for bound but unwritten color targets.Kenneth Graunke2015-03-111-3/+9
* i965/fs: Make emit_shader_time_end() insert before EOT.Kenneth Graunke2015-03-112-23/+18
* i965/fs: Make get_timestamp() pass back the MOV rather than emitting it.Kenneth Graunke2015-03-112-5/+16
* i965/fs: Make emit_shader_time_write return rather than emit.Kenneth Graunke2015-03-112-10/+8
* i965/fs: Set smear on shader_time diff register.Kenneth Graunke2015-03-111-0/+1
* i965/fs: Set force_writemask_all on shader_time instructions.Kenneth Graunke2015-03-111-2/+7
* meta: Fix the y offset for 1D_ARRAY in _mesa_meta_pbo_TexSubImageNeil Roberts2015-03-111-0/+8
* meta: Allow GL_UN/PACK_IMAGE_HEIGHT in _mesa_meta_pbo_Get/TexSubImageNeil Roberts2015-03-111-12/+20
* Revert "common: Fix PBOs for 1D_ARRAY."Neil Roberts2015-03-111-36/+26
* meta: In pbo_{Get,}TexSubImage don't repeatedly rebind the source texNeil Roberts2015-03-111-4/+0
* i965: Avoid applying negate to wrong MAD source.Matt Turner2015-03-071-15/+13
* main: Fix target checking for CopyTexSubImage*D.Laura Ekstrand2015-03-071-8/+54
* main: Fix target checking for CompressedTexSubImage*D.Laura Ekstrand2015-03-071-15/+65
* intel: fix EGLImage renderbuffer _BaseFormatFrank Henigman2015-03-072-3/+2
* i965/vec4: Don't lose the saturate modifier in copy propagation.Andrey Sudnik2015-03-071-1/+1
* i965: Split Gen4-5 BlitFramebuffer code; prefer BLT over Meta.Kenneth Graunke2015-03-071-1/+49
* i965: Tell intel_get_memcpy() which direction the memcpy() is going.Matt Turner2015-03-075-42/+106
* i965/fs: Don't propagate cmod to inst with different type.Matt Turner2015-03-072-0/+38
* i965/fs: Don't use backend_visitor::instructions after creating the CFG.Matt Turner2015-03-071-10/+0
* main/base_tex_format: Properly handle STENCIL_INDEX1/4/16Jason Ekstrand2015-03-071-0/+3
* meta/TexSubImage: Stash everything other than PIXEL_TRANSFER/store in meta_beginJason Ekstrand2015-03-071-4/+4
* i965: Consider scratch writes to have side effects.Matt Turner2015-03-071-0/+1
* mesa: Correct backwards NULL check.Matt Turner2015-03-071-1/+1
* mesa: Free memory allocated for luminance in readpixels.Matt Turner2015-03-071-0/+1
* mesa: Indent break statements and add a missing one.Matt Turner2015-03-071-5/+6
* i965/gs: Check newly-generated GS-out VUE map against correct stageChris Forbes2015-03-071-1/+1
* i965/vec4: Fix implementation of i2b.Matt Turner2015-03-071-1/+1
* i965/fs/nir: Use emit_math for nir_op_fpowIan Romanick2015-03-071-1/+1
* xmlpool: make sure we ship options.hEmil Velikov2015-03-021-1/+1
* mesa: drop Makefile from get_hash.h dependency listEmil Velikov2015-03-021-1/+1
* mesa: fix dependency tracking of generated sourcesEmil Velikov2015-03-021-0/+2
* mesa: rename format_info.c to format_info.hEmil Velikov2015-03-024-6/+6