aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
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-282-2/+0
* mesa: GL_ARB_texture_storage_multisample is not optional with GL_ARB_texture_...Ian Romanick2013-06-281-1/+0
* mesa: GL_ARB_texture_storage is not optionalIan Romanick2013-06-282-2/+0
* mesa: GL_ARB_shading_language_100 is not optionalIan Romanick2013-06-282-2/+0
* mesa: GL_ARB_shader_objects is not optionalIan Romanick2013-06-282-2/+0
* mesa: GL_NV_blend_square is not optionalIan Romanick2013-06-285-5/+0
* mesa: GL_EXT_fog_coord is not optionalIan Romanick2013-06-285-5/+0
* mesa: GL_EXT_secondary_color is not optionalIan Romanick2013-06-285-5/+0
* mesa: GL_EXT_framebuffer_object is not optionalIan Romanick2013-06-285-5/+0
* swrast: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensionsIan Romanick2013-06-281-56/+0
* 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
* i965,i915: Return early if miptree allocation failsChad Versace2013-06-272-0/+4
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-2667-11392/+11367
* i915: Fork the shared code from i965.Eric Anholt2013-06-2643-25/+14731
* i915: Remove dead symlink.Eric Anholt2013-06-261-1/+0
* i965: Be more careful with the interleaved user array upload optimizationIan Romanick2013-06-261-1/+17
* i965/vs: Combine code generation's inst->opcode switch statements.Kenneth Graunke2013-06-261-163/+166
* i965: Remove broken source type assertions from brw_alu3().Kenneth Graunke2013-06-261-14/+5
* i965: Add back strict type assertions for MAD and LRP.Kenneth Graunke2013-06-261-2/+16
* i915: Drop dead batch dumping code.Eric Anholt2013-06-263-860/+0
* intel: Drop little bits of dead code.Eric Anholt2013-06-265-15/+0
* i965: Stop recomputing the miptree's size from the texture image.Eric Anholt2013-06-262-13/+7
* i965: Drop unused argument to translate_tex_format().Eric Anholt2013-06-263-4/+0
* i965/gen4-5: Stop using bogus polygon_offset_scale field.Eric Anholt2013-06-263-20/+1
* i915: Use the current drawbuffer's depth for polygon offset scale.Eric Anholt2013-06-261-1/+1
* intel: Add perf debug for glCopyPixels() fallback checks.Eric Anholt2013-06-261-33/+39
* i965: Add debug to INTEL_DEBUG=blorp describing hiz/blit/clear ops.Eric Anholt2013-06-263-0/+39
* i965/fs: Dump IR when fatally not compiling due to bad register spilling.Eric Anholt2013-06-261-1/+2
* xmlpool/build: Make sure to set mo properlyNaohiro Aota2013-06-251-1/+1
* i965: Remove the rest of brw_update_draw_buffer().Eric Anholt2013-06-251-27/+5
* i965: Stop updating FBO state on drawbuffers change.Eric Anholt2013-06-251-8/+0
* i965: Stop recomputing drawbuffer bounds on drawbuffer change.Eric Anholt2013-06-251-2/+0
* i965: Remove _NEW_DEPTH state flagging on drawbuffers change.Eric Anholt2013-06-252-3/+1
* intel: Stop doing special _NEW_STENCIL state flagging on drawbuffers.Eric Anholt2013-06-254-10/+5
* i965: Stop flagging viewport/scissor change on drawbuffers change.Eric Anholt2013-06-251-3/+0