summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* i965/bxt: Fix conservative wm thread counts.Ben Widawsky2016-01-251-1/+1
* i965: Implement a drirc workaround for broken dual color blending.Kenneth Graunke2016-01-228-9/+28
* i965/fs: Remove unused count from vs urb setupBen Widawsky2016-01-221-6/+0
* i915: correctly parse/set the context flagsEmil Velikov2016-01-221-0/+2
* i965/vec4/tcs: Return NULL instead of false in brw_compile_tcs()Eduardo Lima Mitev2016-01-211-1/+1
* i965: Implement compute sampler state atom.Francisco Jerez2016-01-194-1/+24
* i965: Trigger CS state reemission when new sampler state is uploaded.Francisco Jerez2016-01-192-1/+2
* i965/vec4: Spaces around operators.Matt Turner2016-01-191-1/+1
* i965: Inform compiler of variable range to silence warning.Matt Turner2016-01-191-1/+2
* i965: adding missing headers to the dist tarballEmil Velikov2016-01-181-0/+2
* i965/fs: Always set channel 2 of texture headers in some stagesJason Ekstrand2016-01-151-0/+8
* i965/fs/generator: Take an actual shader stage rather than a stringJason Ekstrand2016-01-157-11/+14
* i965/vec4: Use UW type for multiply into accumulator on GEN8+Jason Ekstrand2016-01-151-1/+5
* i965: Apply add_const_offset_to_base for vec4 VS inputs too.Kenneth Graunke2016-01-141-5/+5
* i965: Make add_const_offset_to_base() work at the shader level.Kenneth Graunke2016-01-141-17/+21
* i965: Make an is_scalar boolean in brw_compile_vs().Kenneth Graunke2016-01-141-5/+5
* i965/gen7.5+: Disable resource streamer during GPGPU workloads.Francisco Jerez2016-01-143-1/+42
* i965/gen7: Emit stall and dummy primitive draw after switching to the 3D pipe...Francisco Jerez2016-01-141-0/+24
* i965/gen4-5: Emit MI_FLUSH as required prior to switching pipelines.Francisco Jerez2016-01-141-0/+13
* i965/gen6-7: Implement stall and flushes required prior to switching pipelines.Francisco Jerez2016-01-141-0/+37
* i965/gen8+: Invalidate color calc state when switching to the GPGPU pipeline.Francisco Jerez2016-01-141-0/+20
* i965: Add state bit to trigger re-emission of color calculator state.Francisco Jerez2016-01-143-0/+4
* nir: Lower bitfield_extract.Matt Turner2016-01-143-0/+7
* i965: Remove unused hw_must_use_separate_stencilBen Widawsky2016-01-133-5/+1
* i965: Drop extra newline from shader compile messages.Matt Turner2016-01-132-2/+2
* glsl: Delete the ir_binop_bfm and ir_triop_bfi opcodes.Kenneth Graunke2016-01-134-29/+9
* i965/fs: Skip assertion on NaN.Matt Turner2016-01-131-1/+2
* i965/fs: Add debugging to constant combining pass.Matt Turner2016-01-131-1/+20
* i965/gen9: Don't allow the RGBX formats for texturing/renderingNeil Roberts2016-01-131-0/+28
* i965: Mark TCS URB writes as having side effects.Kenneth Graunke2016-01-121-0/+1
* meta/blit: Use internal functions for sampler object accessIan Romanick2016-01-111-2/+2
* i965: Upload 3DSTATE_BINDING_TABLE_POINTERS_HS when !TCS on Gen9+.Kenneth Graunke2016-01-111-3/+4
* Add missing platform information for KBLMark Janes2016-01-111-0/+5
* glsl: Move _mesa_shader_stage_to_string/abbrev to shader_enums.cKristian Høgsberg Kristensen2016-01-084-4/+0
* i965: Move GLSL lowering passes out of libi965_compiler.laKristian Høgsberg Kristensen2016-01-081-5/+5
* i965/compiler: Enable more lowering in NIRJason Ekstrand2016-01-071-0/+7
* i965: use _mesa_delete_buffer_objectNicolai Hähnle2016-01-071-1/+1
* i915: use _mesa_delete_buffer_objectNicolai Hähnle2016-01-071-1/+1
* radeon: use _mesa_delete_buffer_objectNicolai Hähnle2016-01-071-1/+1
* mesa: Add KBL PCI IDs and platform information.Sarah Sharp2016-01-061-0/+60
* nir: Add a lower_fdiv option, turn fdiv into fmul/frcp.Kenneth Graunke2016-01-051-0/+1
* i965: Only turn on ARB_compute_shader if we can write registers.Kenneth Graunke2016-01-051-2/+3
* i965: Use rcp in brw_lower_texture_gradients rather than 1.0 / x.Kenneth Graunke2016-01-051-1/+1
* i965/gen9: Modify the conditions to use blitter on skl+Anuj Phogat2016-01-051-3/+9
* i965/gen9: Return false in place of assert in intelEmitCopyBlit()Anuj Phogat2016-01-051-3/+4
* i965/gen9: Remove regions overlap check in fast copy blitAnuj Phogat2016-01-051-5/+0
* i965/gen9: Don't use fast copy blit in case of non power of 2 cppAnuj Phogat2016-01-051-2/+4
* i915/i965: Fix typo in perf_debug messageIan Romanick2016-01-052-2/+2
* i965: quieten compiler warning about out-of-bounds accessIlia Mirkin2016-01-051-0/+1
* i965/wm: use binding size for ubo/ssbo when automatic size is unsetIlia Mirkin2016-01-051-4/+10