summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-05-01i965: Fix the file comment for intel_image.hEric Anholt1-5/+8
2014-05-01i965: Rename intel_regions.h to something more appropriate now.Eric Anholt6-6/+6
2014-05-01i965: Delete the intel_regions.c code.Eric Anholt22-256/+4
2014-05-01i965: Drop region usage from DRI2 winsys-allocated buffers.Eric Anholt1-13/+17
2014-05-01i965: Drop a funny assert about mt pitch.Eric Anholt1-1/+0
2014-05-01i965: Fix intel_bufferobj_buffer range for blit drawpixels.Eric Anholt1-3/+2
2014-05-01i965: Drop use of intel_region from miptrees.Eric Anholt20-256/+242
2014-05-01i965: Replace the region in DRIimage with just a BO pointer and stride.Eric Anholt6-162/+83
2014-05-01i965: Make intel_set_texture_region just take a BO and pitch.Eric Anholt1-29/+27
2014-05-01i965: Stop making a pointless region for DRI2 to just throw it away.Eric Anholt3-37/+43
2014-05-01i965: Drop the global GEM name from regions.Eric Anholt5-25/+12
2014-05-01i965: Drop the tiling argument to intel_miptree_create_for_bo.Eric Anholt6-11/+10
2014-05-01i965: Drop pointless cast of texObj to intelObj.Eric Anholt1-3/+1
2014-05-01i965: Move intel_region_get_aligned_offset() to be a miptree function.Eric Anholt7-72/+69
2014-05-01i965: Move intel_region_get_tile_masks() to be a miptree function.Eric Anholt6-48/+47
2014-05-01i965: Fix another broken offset-aligned-to-tile test.Eric Anholt1-3/+1
2014-05-01i965: Fix offset-aligned-to-tile test in dma_buf import.Eric Anholt1-3/+1
2014-05-01i965: Reuse intel_miptree_get_tile_offsets().Eric Anholt1-12/+3
2014-05-01i965: Fix format of private renderbuffersVille Syrjälä1-19/+33
2014-05-01i915: Don't advertise Z formats in TextureFormatSupported on gen2Ville Syrjälä1-13/+15
2014-05-01i915: Fix format of private renderbuffersVille Syrjälä1-16/+30
2014-05-01i965: Fix crash in do_blit_readpixels()Anuj Phogat1-0/+7
2014-05-01osmesa: Fix typo in _MaxEnabledTexImageUnit.José Fonseca1-1/+1
2014-05-01i965/vec4: Port untyped atomic message support to Broadwell.Kenneth Graunke2-1/+38
2014-05-01i965/vec4: Port untyped surface reads support to Broadwell.Kenneth Graunke2-1/+28
2014-05-01i965/fs: Port untyped atomic message support to Broadwell.Kenneth Graunke2-1/+38
2014-05-01i965/fs: Port untyped surface read support to Broadwell.Kenneth Graunke2-1/+30
2014-05-01i965/fs: Set fs_inst::header_present for untyped atomics/surface reads.Kenneth Graunke1-0/+2
2014-05-01i965: Disassemble atomic operations and other DP:DC1 stuff on Broadwell.Kenneth Graunke1-0/+65
2014-05-01i965: Implement the create_raw_surface() hook on Broadwell.Kenneth Graunke1-0/+17
2014-05-01i965: Drop mark_surface_used from gen8 generators.Kenneth Graunke4-28/+6
2014-05-01i965/fs: Add support for fs_inst::force_writemask_all on Broadwell.Kenneth Graunke1-0/+1
2014-05-01i965: Actually emit PIPELINE_SELECT and 3DSTATE_VF_STATISTICS.Kenneth Graunke3-15/+8
2014-04-30i965: Don't enable reset notification support on Gen4-5.Kenneth Graunke1-4/+9
2014-04-30i965: Fix state flag comments on color_buffer_write_enabled() calls.Eric Anholt3-1/+3
2014-04-30i965: Drop bogus state flag comment.Eric Anholt1-1/+0
2014-04-30i965: Track the number of samples in the drawbuffer.Eric Anholt5-22/+29
2014-04-30radeon: Drop the remaining driver usage of _ReallyEnabled.Eric Anholt8-29/+40
2014-04-30i915: Drop use of _ReallyEnabled.Eric Anholt2-45/+44
2014-04-30mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt21-44/+33
2014-04-30mesa: Drop dead last_ReallyEnabled fields from drivers.Eric Anholt3-4/+0
2014-04-30mesa: Drop _EnabledUnits.Eric Anholt11-15/+15
2014-04-30i915: Redo texture unit walking on i830.Eric Anholt1-10/+6
2014-04-30i965/vec4: Remove 'mul_arg' from try_emit_mad().Matt Turner2-7/+12
2014-04-30i965/fs: Remove 'mul_arg' from try_emit_mad().Matt Turner2-7/+12
2014-04-29i965: Fix a few base addresses on Broadwell.Kenneth Graunke1-2/+2
2014-04-28dri_util: cleanup dri extension handlingEmil Velikov2-5/+5
2014-04-28dri/radeon: use a const __DRIextension arrayEmil Velikov2-17/+14
2014-04-28drivers/dri: cleanup dri extension instantiationEmil Velikov6-28/+37
2014-04-28Check for dladdr(), rather than assuming we have it if we have RTLD_DEFAULTJon TURNEY2-4/+4