aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915
Commit message (Expand)AuthorAgeFilesLines
* i915: Remove i965+ chip names.Kenneth Graunke2013-07-091-1/+0
* mesa: Remove unused allow_large_textures driconf from classic drivers.Eric Anholt2013-06-281-2/+1
* i915: Remove GLES 3.0 sRGB workaround.Kenneth Graunke2013-06-281-52/+0
* intel: Remove unused INTEL_MAX_FIXUP macro.Kenneth Graunke2013-06-281-2/+0
* i915: Remove a duplicated set of PCI IDs.Eric Anholt2013-06-282-14/+1
* i915: Remove various remaining dead code.Eric Anholt2013-06-283-10/+0
* i915: Remove dead debug flags.Eric Anholt2013-06-282-20/+0
* i915: Remove state batch emit support.Eric Anholt2013-06-283-10/+1
* i915: Drop unused register #defines from the shared reg file.Eric Anholt2013-06-281-67/+0
* i915: Drop 965+ GL version setup.Eric Anholt2013-06-281-22/+1
* i915: Remove gen6+ batchbuffer support.Eric Anholt2013-06-286-91/+25
* 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-281-1/+0
* mesa: GL_ARB_texture_storage is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_ARB_shading_language_100 is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_ARB_shader_objects is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_NV_blend_square is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_EXT_fog_coord is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_EXT_secondary_color is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_EXT_framebuffer_object is not optionalIan Romanick2013-06-281-1/+0
* i915: Remove GEN >= 4 extension supportIan Romanick2013-06-281-76/+3
* i965,i915: Return early if miptree allocation failsChad Versace2013-06-271-0/+2
* i915: Fork the shared code from i965.Eric Anholt2013-06-2643-25/+14731
* i915: Remove dead symlink.Eric Anholt2013-06-261-1/+0
* i915: Drop dead batch dumping code.Eric Anholt2013-06-263-860/+0
* intel: Drop little bits of dead code.Eric Anholt2013-06-261-2/+0
* i915: Use the current drawbuffer's depth for polygon offset scale.Eric Anholt2013-06-261-1/+1
* intel: Use accessor for stencil reference valuesChris Forbes2013-05-151-4/+5
* mesa: move max texture image unit constants to gl_program_constantsMarek Olšák2013-05-112-4/+4
* intel: use automake conditionals for defining FEATURE_{ES1,ES2}Andreas Boll2013-05-011-1/+10
* intel: Remove the last spans code!Eric Anholt2013-04-304-13/+6
* swrast: Always use MapTextureImage for mapping textures for swrast.Eric Anholt2013-04-301-2/+0
* intel: Fold the one last function intel_tex_format.c into the caller.Eric Anholt2013-04-292-2/+0
* i915: Add support for GL_EXT_texture_sRGB and GL_EXT_texture_sRGB_decode.Eric Anholt2013-04-292-0/+13
* i915: Correctly set the OQ counter bits.Eric Anholt2013-04-292-0/+2
* mesa: Introduce a globally-available minify() macro.Eric Anholt2013-04-211-9/+9
* mesa: remove gl_context::_TriangleCapsBrian Paul2013-04-171-3/+4
* mesa: remove DD_TRI_LIGHT_TWOSIDE flagBrian Paul2013-04-171-0/+3
* mesa: remove DD_TRI_UNFILLED flagBrian Paul2013-04-171-1/+3
* mesa: remove DD_TRI_STIPPLE flagBrian Paul2013-04-171-0/+2