aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915
Commit message (Expand)AuthorAgeFilesLines
* i915: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt2013-10-245-19/+122
* dri: Move driver config options to dri driver extensions.Eric Anholt2013-10-241-4/+9
* mesa: Move U_FIXED/S_FIXED macros from i965 to macros.h.Kenneth Graunke2013-10-131-13/+0
* mesa: Move ROUND_DOWN_TO() macro from i915/i965 to macros.h.Kenneth Graunke2013-10-131-13/+0
* intel: Remove silly check for !bufmgr.Eric Anholt2013-10-101-6/+0
* dri: Move API version validation into dri/common.Eric Anholt2013-10-103-76/+9
* mesa/drivers: drop HAVE_*_DRI from individual makefilesEmil Velikov2013-10-011-3/+0
* i915: Fix memory leak in do_blit_readpixels.Vinson Lee2013-09-301-0/+1
* mesa: Remove some remaining FEATURE_* detritus.Eric Anholt2013-09-262-18/+0
* mesa: Use -Bsymbolic in the linker to locally resolve Mesa-internal symbols.Eric Anholt2013-09-231-1/+1
* i915: Set VertexProgram.MaxOutputComponents and FragmentProgram.MaxInputCompo...Ian Romanick2013-09-191-0/+2
* gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...Axel Davy2013-09-061-0/+3
* i915: Optimize SEQ and SNE when two operands are uniformsIan Romanick2013-08-261-12/+70
* dri: Choose a decent global driNConfigOptions.Eric Anholt2013-08-171-4/+1
* i915,i965: Fix memory leak in try_pbo_upload (v2)Vinson Lee2013-08-151-0/+1
* mesa: default DEPTH_TEXTURE_MODE should be RED in the core profileMarek Olšák2013-07-301-1/+1
* 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