summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* android: dri: link against libmesa_utilEmil Velikov2015-04-221-1/+2
* android: dri/common: conditionally include drm_cflags/set __NOT_HAVE_DRM_HEmil Velikov2015-04-221-0/+14
* android: add $(mesa_top)/src include to the whole of mesaEmil Velikov2015-04-221-1/+0
* 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
* i965: Rewrite ir_tex to ir_txl with lod 0 for vertex shadersKristian Høgsberg2015-04-221-0/+9
* 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
* 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
* 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
* 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
* 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
* i965/skl: Implement WaDisable1DDepthStencilNeil Roberts2015-02-271-0/+12
* common: Fix PBOs for 1D_ARRAY.Laura Ekstrand2015-02-271-26/+36
* common: Correct PBO 2D_ARRAY handling.Laura Ekstrand2015-02-271-9/+17
* common: Correct texture init for meta pbo uploads and downloads.Laura Ekstrand2015-02-271-1/+4
* i965: Link test programs with gtest before pthreads.Matt Turner2015-02-241-10/+10
* i965/vec4: Add and use byte-MOV instruction for unpack 4x8.Matt Turner2015-02-244-2/+21
* i965/fs: Consider MOV.SAT to interfere if it has a source modifier.Matt Turner2015-02-242-4/+52
* i965/fs: Use fs_inst::overwrites_reg() in saturate propagation.Matt Turner2015-02-242-4/+44
* i965/fs: Add unit tests for saturate propagation pass.Matt Turner2015-02-242-0/+362
* i965: Prefer Meta over the BLT for BlitFramebuffer.Kenneth Graunke2015-02-241-7/+7
* meta: Fix saving the results of the current occlusion queryNeil Roberts2015-02-241-7/+10
* i965/vec4/vp: Use vec4_visitor::CMP.Matt Turner2015-02-241-2/+1
* i965: Fix integer border color on Haswell.Kenneth Graunke2015-02-243-0/+66