aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Ignore type in cmod prop if scan_inst is CMP.Matt Turner2015-03-181-12/+13
* i965/nir: Make our environment variable checking smarterJason Ekstrand2015-03-181-2/+22
* dri: add _glapi_set_nop_handler(), _glapi_new_nop_table() to dri_test.cBrian Paul2015-03-181-0/+11
* i965: Defer the throttle until we submit new commandsChris Wilson2015-03-182-34/+44
* i965: Throttle to the previous frameChris Wilson2015-03-183-11/+17
* i965: Throttle rendering to an fboChris Wilson2015-03-183-9/+29
* i965/fs: Apply gl_FrontFacing ? -1 : 1 optimization only for floatsIan Romanick2015-03-171-0/+3
* i965/fs: Change try_opt_frontfacing_ternary to eliminate assertsIan Romanick2015-03-171-5/+2
* i965/fs: Handle CMP.nz ... 0 and AND.nz ... 1 similarly in cmod propagationIan Romanick2015-03-172-1/+135
* i965: Mark paths in linear <-> tiled functions as unreachable().Matt Turner2015-03-171-0/+16
* i965/skl: Send a message header when doing constant loads SIMD4x2Neil Roberts2015-03-173-6/+53
* i965/fs: in MAD optimizations, switch last argument to be immediateTapani Pälli2015-03-171-1/+10
* i965: Emit IF/ELSE/ENDIF/WHILE JIP with type W on Gen7Antia Puentes2015-03-161-4/+4
* i965: De-duplicate is_expression_commutative() functions.Kenneth Graunke2015-03-154-46/+25
* i965/gen4-5: Cope with immutable-format texture revalidationChris Forbes2015-03-141-3/+10
* i965/vs: Add missing resolve_bool_comparison calls on GEN4 and GEN5Ian Romanick2015-03-131-0/+13
* i965/disasm: Fix format stringsChris Forbes2015-03-141-24/+24
* i965/disasm: Mark format() as being printf-style.Chris Forbes2015-03-141-0/+3
* meta: Remove error checks for texture <-> pixel-buffer transfers that don't b...Eduardo Lima Mitev2015-03-131-32/+0
* i965: Use NIR for scalar VS when INTEL_USE_NIR is set.Kenneth Graunke2015-03-121-5/+10
* i965/fs: Add VS output support to nir_setup_outputs().Kenneth Graunke2015-03-121-5/+11
* i965/fs: Handle VS inputs in the NIR backend.Kenneth Graunke2015-03-121-1/+22
* i965/fs: Refactor fs_visitor::nir_setup_inputs().Kenneth Graunke2015-03-121-10/+19
* i965: Implement NIR intrinsics for loading VS system values.Kenneth Graunke2015-03-121-0/+51
* i965/nir: Lower to registers a bit later.Kenneth Graunke2015-03-121-3/+3
* i965/nir: Optimize after nir_lower_var_copies().Kenneth Graunke2015-03-121-0/+3
* i965/fs: Store a pointer to brw_sampler_prog_key_data in the visitor.Kenneth Graunke2015-03-123-35/+33
* xlib: use strdup() instead of _mesa_strdup()Brian Paul2015-03-111-1/+2
* i915: add parens to silence operator precedence warningBrian Paul2015-03-111-1/+1
* i965: Fix out-of-bounds accesses into pull_constant_loc arrayIago Toral Quiroga2015-03-111-2/+7
* i965/gen6 gs: Convert brw_imm_ud/brw_imm_d to src_regJordan Justen2015-03-101-7/+7
* i965/fs: Use unsigned for CS/VS atomics pixel mask immediate dataJordan Justen2015-03-101-2/+2
* i965/gen8: Don't allocate hiz miptree structureJordan Justen2015-03-091-0/+105
* i965/gen7: Don't allocate hiz miptree structureJordan Justen2015-03-091-2/+104
* i965/gen8: Don't rely directly on the hiz miptree structureJordan Justen2015-03-091-3/+3
* i965/gen7: Don't rely directly on the hiz miptree structureJordan Justen2015-03-092-6/+7
* i965/hiz: Start to separate miptree out from hiz buffersJordan Justen2015-03-099-31/+79
* i965: Silence GCC maybe-uninitialized warning.Vinson Lee2015-03-091-1/+1
* i915: Fix GCC unused-but-set-variable warning in release build.Vinson Lee2015-03-091-4/+1
* meta: Plug memory leakBen Widawsky2015-03-091-1/+3
* i965/fs: Don't issue FB writes for bound but unwritten color targets.Kenneth Graunke2015-03-091-3/+9
* i965/fs: Make emit_shader_time_end() insert before EOT.Kenneth Graunke2015-03-092-23/+18
* i965/fs: Make get_timestamp() pass back the MOV rather than emitting it.Kenneth Graunke2015-03-092-5/+16
* i965/fs: Make emit_shader_time_write return rather than emit.Kenneth Graunke2015-03-092-10/+8
* i965/fs: Set smear on shader_time diff register.Kenneth Graunke2015-03-091-0/+1
* i965/fs: Set force_writemask_all on shader_time instructions.Kenneth Graunke2015-03-091-2/+7
* i915: Remove unused IS_GEN2 macroIan Romanick2015-03-091-5/+0
* i915: Remove (mostly) unused IS_915 macroIan Romanick2015-03-091-5/+3
* i915: Remove (mostly) unused IS_PNV, IS_PNVG, and IS_PNVGM macrosIan Romanick2015-03-091-5/+3
* i915: Remove IS_9XX macroIan Romanick2015-03-092-5/+2