aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* i965: Rename brw_wm_sampler_state.c to brw_sampler_state.c.Kenneth Graunke2014-08-023-2/+2
* i965/blorp: Don't set min_mag_neq bit in Gen6 SAMPLER_STATE.Kenneth Graunke2014-08-021-2/+0
* i965/miptree: Layout 1D Array as 2D Array with height of 1Jordan Justen2014-08-011-0/+20
* xmlconfig: Use program_invocation_short_name when building for cygwinYaakov Selkowitz2014-07-291-0/+2
* i965/fs: Decide predicate/predicate_inverse outside of the for loop.Matt Turner2014-07-241-9/+14
* i965/fs: Swap if/else conditions in SEL peephole.Matt Turner2014-07-241-3/+3
* i965: Improve dead control flow elimination.Matt Turner2014-07-241-10/+15
* i965: Accelerate uploads of RGBA and BGRA GL_UNSIGNED_INT_8_8_8_8_REV texturesJason Ekstrand2014-07-231-1/+5
* i965/fs: Set LastRT on the final FB write on Broadwell.Kenneth Graunke2014-07-231-4/+2
* i965: Port INTEL_DEBUG=optimizer to the vec4 backend.Kenneth Graunke2014-07-231-6/+36
* i965: Save the gl_shader_stage enum in backend_visitor.Kenneth Graunke2014-07-232-1/+4
* i965: Don't print WE_normal in disassembly.Kenneth Graunke2014-07-231-1/+1
* meta: Add a meta implementation of GL_ARB_clear_textureNeil Roberts2014-07-231-0/+1
* i965/fs: Fix gl_SampleMask handling for SIMD16 on Gen8+.Kenneth Graunke2014-07-211-5/+0
* i965/fs: Fix gl_SampleID for 2x MSAA and SIMD16 mode.Kenneth Graunke2014-07-213-1/+11
* i965: Add missing persample_shading field to brw_wm_debug_recompile.Kenneth Graunke2014-07-211-0/+2
* i965/disasm: Don't disassemble the URB complete field on Broadwell.Kenneth Graunke2014-07-211-2/+4
* i965: Disable hex offset printing in disassembly.Kenneth Graunke2014-07-211-1/+2
* i965/vec4: Use foreach_inst_in_block a couple more places.Matt Turner2014-07-212-8/+2
* i965: Replace cfg instances with calls to calculate_cfg().Matt Turner2014-07-215-22/+22
* i965/cfg: Add a foreach_block_and_inst macro.Matt Turner2014-07-211-0/+4
* i965: Add cfg to backend_visitor.Matt Turner2014-07-219-33/+48
* i965: Silence unused parameter warningIan Romanick2014-07-191-1/+1
* i965: Silence 'comparison is always true' warningIan Romanick2014-07-191-2/+0
* i965: Silence many unused parameter warningsIan Romanick2014-07-191-0/+10
* Add support for RGBA8 and RGBX8 textures in intel_texsubimage_tiled_memcpyJason Ekstrand2014-07-171-0/+11
* i965: Improve debug output in intelTexImage and intelTexSubimageJason Ekstrand2014-07-172-1/+9
* st/mesa,gallium: add a workaround for Unigine Heaven 4.0 and Valley 1.0Marek Olšák2014-07-182-3/+22
* i965: Fix z_offset computation in intel_miptree_unmap_depthstencil()Anuj Phogat2014-07-171-2/+2
* Revert "i965: Extend compute-to-mrf pass to understand blocks of MOVs"Anuj Phogat2014-07-171-53/+10
* i915: Fix up intelInitScreen2 for DRI3Adel Gadllah2014-07-171-1/+2
* Revert "i965: Implement GL_PRIMITIVES_GENERATED with non-zero streams."Kenneth Graunke2014-07-162-26/+7
* i965: Don't copy propagate abs into Broadwell logic instructions.Kenneth Graunke2014-07-152-12/+6
* i965/fs: Use WE_all for gl_SampleID header register munging.Kenneth Graunke2014-07-151-5/+9
* i965/fs: Set force_uncompressed and force_sechalf on samplepos setup.Kenneth Graunke2014-07-151-6/+8
* i965: Set execution size to 8 for instructions with force_sechalf set.Kenneth Graunke2014-07-151-1/+1
* exec_list: Make various places use the new length() method.Connor Abbott2014-07-152-7/+2
* i965/fs: Relax interference check in register coalescing.Matt Turner2014-07-151-11/+12
* i965/fs: Perform CSE on sends-from-GRF rather than textures.Matt Turner2014-07-151-1/+1
* i965: Initialize new chunks of realloc'd memory.Matt Turner2014-07-151-0/+4
* i965/vec4: Invalidate live intervals in opt_cse, not _local.Matt Turner2014-07-141-3/+3
* i965/vec4: Move aeb list into opt_cse_local.Matt Turner2014-07-142-7/+7
* i965/fs: Invalidate live intervals in opt_cse, not _local.Matt Turner2014-07-141-3/+3
* i965/fs: Move aeb list into opt_cse_local.Matt Turner2014-07-142-7/+7
* Avoid mesa_dri_drivers import lib being installedJon TURNEY2014-07-131-2/+1
* i965/vec4: Silence warnings about unhandled interpolation opsChris Forbes2014-07-131-0/+3
* i965/fs: add support for ir_*_interpolate_at_* expressionsChris Forbes2014-07-132-2/+150
* i965/fs: Skip channel expressions splitting for interpolationChris Forbes2014-07-131-0/+25
* i965/fs: add generator support for pixel interpolator queryChris Forbes2014-07-134-0/+59
* i965: add low-level support for send to pixel interpolatorChris Forbes2014-07-132-0/+38