| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | i915: Drop context fields specific to 965+ chipsets. | Eric Anholt | 2013-06-28 | 2 | -48/+2 |
* | i915: Drop all has_llc code. | Eric Anholt | 2013-06-28 | 8 | -226/+10 |
* | i915: Remove the remainder of the batchbuffer caching. | Eric Anholt | 2013-06-28 | 2 | -24/+0 |
* | i915: Remove miscellanous uncalled gen4 code from formerly shared files. | Eric Anholt | 2013-06-28 | 9 | -311/+0 |
* | i915: Remove most of the code under gen >= 4 checks. | Eric Anholt | 2013-06-28 | 8 | -162/+17 |
* | i915: Remove fake ETC support that only existed on gen4+ | Eric Anholt | 2013-06-28 | 2 | -129/+10 |
* | i915: Remove separate stencil code. | Eric Anholt | 2013-06-28 | 11 | -506/+21 |
* | i915: Remove the I915 macro from the formerly shared code. | Eric Anholt | 2013-06-28 | 10 | -116/+5 |
* | i915: Remove all the MSAA support code. | Eric Anholt | 2013-06-28 | 14 | -1251/+59 |
* | i915: Remove all the HiZ code from i915. | Eric Anholt | 2013-06-28 | 13 | -716/+4 |
* | mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadow | Ian Romanick | 2013-06-28 | 8 | -26/+8 |
* | mesa: GL_ARB_texture_storage_multisample is not optional with GL_ARB_texture_... | Ian Romanick | 2013-06-28 | 4 | -5/+3 |
* | mesa: GL_ARB_texture_storage is not optional | Ian Romanick | 2013-06-28 | 7 | -16/+3 |
* | mesa: GL_ARB_shading_language_100 is not optional | Ian Romanick | 2013-06-28 | 5 | -6/+1 |
* | mesa: GL_ARB_shader_objects is not optional | Ian Romanick | 2013-06-28 | 10 | -31/+16 |
* | mesa: GL_NV_blend_square is not optional | Ian Romanick | 2013-06-28 | 9 | -11/+1 |
* | mesa: GL_EXT_fog_coord is not optional | Ian Romanick | 2013-06-28 | 14 | -29/+7 |
* | mesa: GL_EXT_secondary_color is not optional | Ian Romanick | 2013-06-28 | 13 | -33/+10 |
* | mesa: GL_EXT_framebuffer_object is not optional | Ian Romanick | 2013-06-28 | 13 | -35/+12 |
* | mesa: Remove GL_MESA_resize_buffers | Ian Romanick | 2013-06-28 | 6 | -21/+0 |
* | mesa: Remove _mesa_{enable, disable}_extension and _mesa_extension_is_enabled | Ian Romanick | 2013-06-28 | 2 | -51/+0 |
* | mesa: Just set extension flags instead of calling _mesa_enable_extension | Ian Romanick | 2013-06-28 | 1 | -3/+2 |
* | mesa: Remove _mesa_enable_._._extensions functions | Ian Romanick | 2013-06-28 | 2 | -87/+0 |
* | swrast: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensions | Ian Romanick | 2013-06-28 | 1 | -56/+0 |
* | osmesa: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensions | Ian Romanick | 2013-06-28 | 1 | -5/+0 |
* | wmesa: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensions | Ian Romanick | 2013-06-28 | 1 | -5/+0 |
* | x11: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensions | Ian Romanick | 2013-06-28 | 1 | -10/+1 |
* | i965: Merge the two GEN >= 6 extension enable blocks | Ian Romanick | 2013-06-28 | 1 | -7/+6 |
* | i965: Move GEN >= 4 extensions into the "always on" list | Ian Romanick | 2013-06-28 | 1 | -43/+35 |
* | i965: Move GEN >= 3 extensions into the "always on" list | Ian Romanick | 2013-06-28 | 1 | -17/+16 |
* | i915: Remove GEN >= 4 extension support | Ian Romanick | 2013-06-28 | 1 | -76/+3 |
* | i965: Split surface format code into a new file (brw_surface_formats.c). | Kenneth Graunke | 2013-06-28 | 3 | -702/+732 |
* | mesa: Return ZeroVec/dummyReg instead of NULL pointer | Anuj Phogat | 2013-06-28 | 1 | -4/+2 |
* | mesa: Fix build with older gcc since update of glext.h | Tom Stellard | 2013-06-28 | 1 | -4/+0 |
* | mesa: Remove GL_EXT_clip_volume_hint | Ian Romanick | 2013-06-27 | 4 | -16/+0 |
* | i965,i915: Return early if miptree allocation fails | Chad Versace | 2013-06-27 | 2 | -0/+4 |
* | mesa: move declarations before code | Brian Paul | 2013-06-27 | 1 | -2/+3 |
* | i965: Move the remaining intel code to the i965 directory. | Eric Anholt | 2013-06-26 | 67 | -11392/+11367 |
* | i915: Fork the shared code from i965. | Eric Anholt | 2013-06-26 | 43 | -25/+14731 |
* | i915: Remove dead symlink. | Eric Anholt | 2013-06-26 | 1 | -1/+0 |
* | i965: Be more careful with the interleaved user array upload optimization | Ian Romanick | 2013-06-26 | 1 | -1/+17 |
* | mesa: add const qualifier to glMultiDrawElementsEXT() indices param | Brian Paul | 2013-06-26 | 2 | -2/+2 |
* | mesa: remove const from glDebugMessageCallbackARB() function parameter | Brian Paul | 2013-06-26 | 2 | -3/+3 |
* | i965/vs: Combine code generation's inst->opcode switch statements. | Kenneth Graunke | 2013-06-26 | 1 | -163/+166 |
* | i965: Remove broken source type assertions from brw_alu3(). | Kenneth Graunke | 2013-06-26 | 1 | -14/+5 |
* | i965: Add back strict type assertions for MAD and LRP. | Kenneth Graunke | 2013-06-26 | 1 | -2/+16 |
* | st/mesa: add casts to silence MSVC warnings | Brian Paul | 2013-06-26 | 5 | -8/+8 |
* | st/mesa: make rtt_level, face, slice unsigned to silence MSVC warnings | Brian Paul | 2013-06-26 | 1 | -1/+1 |
* | i915: Drop dead batch dumping code. | Eric Anholt | 2013-06-26 | 3 | -860/+0 |
* | intel: Drop little bits of dead code. | Eric Anholt | 2013-06-26 | 5 | -15/+0 |