summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965: Enable INTEL_performance_query for Gen5+.Petri Latvala2014-05-021-1/+3
* mesa: Remove support for desktop OpenGL GL_EXT_separate_shader_objectsIan Romanick2014-05-022-2/+0
* mesa/sso: Enable GL_ARB_separate_shader_objects by defaultIan Romanick2014-05-021-6/+4
* meta: Fix saving the program pipeline stateIan Romanick2014-05-022-34/+53
* mesa: Add a texUnit parameter to dd_function_table::BindTextureFredrik Höglund2014-05-021-4/+4
* i965: Fix the file comment for intel_image.hEric Anholt2014-05-011-5/+8
* i965: Rename intel_regions.h to something more appropriate now.Eric Anholt2014-05-016-6/+6
* i965: Delete the intel_regions.c code.Eric Anholt2014-05-0122-256/+4
* i965: Drop region usage from DRI2 winsys-allocated buffers.Eric Anholt2014-05-011-13/+17
* i965: Drop a funny assert about mt pitch.Eric Anholt2014-05-011-1/+0
* i965: Fix intel_bufferobj_buffer range for blit drawpixels.Eric Anholt2014-05-011-3/+2
* i965: Drop use of intel_region from miptrees.Eric Anholt2014-05-0120-256/+242
* i965: Replace the region in DRIimage with just a BO pointer and stride.Eric Anholt2014-05-016-162/+83
* i965: Make intel_set_texture_region just take a BO and pitch.Eric Anholt2014-05-011-29/+27
* i965: Stop making a pointless region for DRI2 to just throw it away.Eric Anholt2014-05-013-37/+43
* i965: Drop the global GEM name from regions.Eric Anholt2014-05-015-25/+12
* i965: Drop the tiling argument to intel_miptree_create_for_bo.Eric Anholt2014-05-016-11/+10
* i965: Drop pointless cast of texObj to intelObj.Eric Anholt2014-05-011-3/+1
* i965: Move intel_region_get_aligned_offset() to be a miptree function.Eric Anholt2014-05-017-72/+69
* i965: Move intel_region_get_tile_masks() to be a miptree function.Eric Anholt2014-05-016-48/+47
* i965: Fix another broken offset-aligned-to-tile test.Eric Anholt2014-05-011-3/+1
* i965: Fix offset-aligned-to-tile test in dma_buf import.Eric Anholt2014-05-011-3/+1
* i965: Reuse intel_miptree_get_tile_offsets().Eric Anholt2014-05-011-12/+3
* i965: Fix format of private renderbuffersVille Syrjälä2014-05-011-19/+33
* i915: Don't advertise Z formats in TextureFormatSupported on gen2Ville Syrjälä2014-05-011-13/+15
* i915: Fix format of private renderbuffersVille Syrjälä2014-05-011-16/+30
* i965: Fix crash in do_blit_readpixels()Anuj Phogat2014-05-011-0/+7
* osmesa: Fix typo in _MaxEnabledTexImageUnit.José Fonseca2014-05-011-1/+1
* i965/vec4: Port untyped atomic message support to Broadwell.Kenneth Graunke2014-05-012-1/+38
* i965/vec4: Port untyped surface reads support to Broadwell.Kenneth Graunke2014-05-012-1/+28
* i965/fs: Port untyped atomic message support to Broadwell.Kenneth Graunke2014-05-012-1/+38
* i965/fs: Port untyped surface read support to Broadwell.Kenneth Graunke2014-05-012-1/+30
* i965/fs: Set fs_inst::header_present for untyped atomics/surface reads.Kenneth Graunke2014-05-011-0/+2
* i965: Disassemble atomic operations and other DP:DC1 stuff on Broadwell.Kenneth Graunke2014-05-011-0/+65
* i965: Implement the create_raw_surface() hook on Broadwell.Kenneth Graunke2014-05-011-0/+17
* i965: Drop mark_surface_used from gen8 generators.Kenneth Graunke2014-05-014-28/+6
* i965/fs: Add support for fs_inst::force_writemask_all on Broadwell.Kenneth Graunke2014-05-011-0/+1
* i965: Actually emit PIPELINE_SELECT and 3DSTATE_VF_STATISTICS.Kenneth Graunke2014-05-013-15/+8
* i965: Don't enable reset notification support on Gen4-5.Kenneth Graunke2014-04-301-4/+9
* i965: Fix state flag comments on color_buffer_write_enabled() calls.Eric Anholt2014-04-303-1/+3
* i965: Drop bogus state flag comment.Eric Anholt2014-04-301-1/+0
* i965: Track the number of samples in the drawbuffer.Eric Anholt2014-04-305-22/+29
* radeon: Drop the remaining driver usage of _ReallyEnabled.Eric Anholt2014-04-308-29/+40
* i915: Drop use of _ReallyEnabled.Eric Anholt2014-04-302-45/+44
* mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt2014-04-3021-44/+33
* mesa: Drop dead last_ReallyEnabled fields from drivers.Eric Anholt2014-04-303-4/+0
* mesa: Drop _EnabledUnits.Eric Anholt2014-04-3011-15/+15
* i915: Redo texture unit walking on i830.Eric Anholt2014-04-301-10/+6
* i965/vec4: Remove 'mul_arg' from try_emit_mad().Matt Turner2014-04-302-7/+12
* i965/fs: Remove 'mul_arg' from try_emit_mad().Matt Turner2014-04-302-7/+12