summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* mesa: remove DD_TRI_OFFSET flagBrian Paul2013-04-171-0/+4
* mesa: remove DD_POINT_ATTEN flagBrian Paul2013-04-171-1/+3
* mesa: remove DD_LINE_STIPPLE flagBrian Paul2013-04-171-1/+3
* i830: Move assert-only code into the assert.Eric Anholt2013-04-121-4/+1
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-153-34/+34
* mesa: Make the drivers call a non-code-generated dispatch table setup.Eric Anholt2013-01-212-2/+2
* intel: Make intel_region's pitch be bytes instead of pixels.Eric Anholt2013-01-183-5/+4
* intel: Move validation of context version into intelInitContextChad Versace2013-01-153-33/+25
* xmlpool: Fix out-of-tree builds.Johannes Obermayr2013-01-131-0/+1
* Remove hacks for static MakefilesMatt Turner2013-01-131-3/+0
* driconf: Add translation-generation to build system, don't track generated filesCarl Worth2013-01-111-0/+3
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* intel: Clean up confusion between logical and physical surface dimensions.Paul Berry2013-01-091-18/+18
* drivers: compute version and then initialize exec tableJordan Justen2012-12-162-0/+16
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-1/+1