aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i915: Drop chipset detection code for 965+ chipsets.Eric Anholt2013-06-282-238/+2
* i915: Drop context fields specific to 965+ chipsets.Eric Anholt2013-06-282-48/+2
* i915: Drop all has_llc code.Eric Anholt2013-06-288-226/+10
* i915: Remove the remainder of the batchbuffer caching.Eric Anholt2013-06-282-24/+0
* i915: Remove miscellanous uncalled gen4 code from formerly shared files.Eric Anholt2013-06-289-311/+0
* i915: Remove most of the code under gen >= 4 checks.Eric Anholt2013-06-288-162/+17
* i915: Remove fake ETC support that only existed on gen4+Eric Anholt2013-06-282-129/+10
* i915: Remove separate stencil code.Eric Anholt2013-06-2811-506/+21
* i915: Remove the I915 macro from the formerly shared code.Eric Anholt2013-06-2810-116/+5
* i915: Remove all the MSAA support code.Eric Anholt2013-06-2814-1251/+59
* i915: Remove all the HiZ code from i915.Eric Anholt2013-06-2813-716/+4
* mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadowIan Romanick2013-06-288-26/+8
* mesa: GL_ARB_texture_storage_multisample is not optional with GL_ARB_texture_...Ian Romanick2013-06-284-5/+3
* mesa: GL_ARB_texture_storage is not optionalIan Romanick2013-06-287-16/+3
* mesa: GL_ARB_shading_language_100 is not optionalIan Romanick2013-06-285-6/+1
* mesa: GL_ARB_shader_objects is not optionalIan Romanick2013-06-2810-31/+16
* mesa: GL_NV_blend_square is not optionalIan Romanick2013-06-289-11/+1
* mesa: GL_EXT_fog_coord is not optionalIan Romanick2013-06-2814-29/+7
* mesa: GL_EXT_secondary_color is not optionalIan Romanick2013-06-2813-33/+10
* mesa: GL_EXT_framebuffer_object is not optionalIan Romanick2013-06-2813-35/+12
* mesa: Remove GL_MESA_resize_buffersIan Romanick2013-06-288-23/+1
* mesa: Remove _mesa_{enable, disable}_extension and _mesa_extension_is_enabledIan Romanick2013-06-282-51/+0
* mesa: Just set extension flags instead of calling _mesa_enable_extensionIan Romanick2013-06-281-3/+2
* mesa: Remove _mesa_enable_._._extensions functionsIan Romanick2013-06-282-87/+0
* swrast: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensionsIan Romanick2013-06-281-56/+0
* osmesa: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensionsIan Romanick2013-06-281-5/+0
* wmesa: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensionsIan Romanick2013-06-281-5/+0
* x11: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensionsIan Romanick2013-06-281-10/+1
* i965: Merge the two GEN >= 6 extension enable blocksIan Romanick2013-06-281-7/+6
* i965: Move GEN >= 4 extensions into the "always on" listIan Romanick2013-06-281-43/+35
* i965: Move GEN >= 3 extensions into the "always on" listIan Romanick2013-06-281-17/+16
* i915: Remove GEN >= 4 extension supportIan Romanick2013-06-281-76/+3
* i965: Split surface format code into a new file (brw_surface_formats.c).Kenneth Graunke2013-06-283-702/+732
* radeonsi: disable 2D tiling on CIK for nowAlex Deucher2013-06-281-1/+4
* radeonsi: add llvm processor names for CIKAlex Deucher2013-06-281-0/+3
* radeonsi: emit PA_SC_RASTER_CONFIG[_1] on cikAlex Deucher2013-06-281-17/+34
* radeonsi: PA_CL_ENHANCE is privileged on CIKAlex Deucher2013-06-281-2/+3
* radeonsi: update surface sync packet emit for CIKAlex Deucher2013-06-281-6/+17
* radeonsi: store chip class in the pm4 structAlex Deucher2013-06-285-19/+62
* radeonsi: properly handle DB tiling setup on CIKAlex Deucher2013-06-281-7/+155
* radeonsi: emit additional shader pgm rsrc registers for CIKAlex Deucher2013-06-281-0/+11
* radeonsi: emit TA_BC_BASE_ADDR_HI for border color on CIKAlex Deucher2013-06-281-0/+2
* radeonsi: fix VGT_PRIMITIVE_TYPE emit for CIKAlex Deucher2013-06-281-1/+4
* radeonsi: register updates for CIKAlex Deucher2013-06-281-65/+931
* radeonsi: initial PM4 changes for CIKAlex Deucher2013-06-282-8/+15
* radeonsi: initial support for CIK chipsAlex Deucher2013-06-283-1/+22
* radeonsi: rename SI chip class from TAHITI to SIAlex Deucher2013-06-283-4/+4
* r600g: Fix buildTom Stellard2013-06-281-2/+2
* mesa: Return ZeroVec/dummyReg instead of NULL pointerAnuj Phogat2013-06-281-4/+2
* mesa: Fix build with older gcc since update of glext.hTom Stellard2013-06-282-8/+0