summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915
Commit message (Expand)AuthorAgeFilesLines
* 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
* i915: Fix wrong sizeof argument in i915_update_tex_unit.Vinson Lee2012-11-211-1/+1
* intel: Push face/level -> slice handling to the caller of get_image_offset().Eric Anholt2012-11-191-1/+1
* automake: Merge per-type *_FILES variables in intel drivers.Eric Anholt2012-11-122-5/+2
* mesa: Remove support for named parameters.Kenneth Graunke2012-10-161-1/+0
* mesa: Remove Mesa IR opcodes that existed only for NV_vertex_program.Eric Anholt2012-10-151-1/+0
* dri drivers: Link dricommon before dynamic librariesMatt Turner2012-10-031-2/+2
* build: Set visibility CFLAGS in dri/i915Matt Turner2012-10-011-0/+1
* i915: Don't free the intel_context structure when intelCreateContext fails.Ian Romanick2012-09-281-3/+0
* mesa: s/FREE/free/Brian Paul2012-09-012-4/+4
* intel: Move RenderMode fallback func to i915 driver.Eric Anholt2012-08-282-0/+20
* mesa: Use a new, more specific hook for shader uniform changes.Kenneth Graunke2012-08-251-0/+8
* i915: Validate API and version in i915CreateContextIan Romanick2012-08-132-1/+36
* intel: Rename INTEL_DEBUG=fall to INTEL_DEBUG=perf.Eric Anholt2012-08-122-3/+3
* intel: use _mesa_meta_Clear with OpenGL ES 1.1 v2Tapani Pälli2012-08-081-3/+3
* mesa: Move DepthMode to texture objectPauli Nieminen2012-08-011-1/+1
* intel: Make more consistent use of _mesa_is_{user,winsys}_fbo()Paul Berry2012-07-262-2/+4
* i830: Fix stack corruptionChad Versace2012-07-201-1/+1
* intel: Add offset field to miptreeKristian Høgsberg2012-07-111-1/+1
* make: Fold ASM_CFLAGS into DEFINES.Eric Anholt2012-06-211-1/+0
* i830: Fix crash for GL_STENCIL_TEST in i830Enable()Kurt Roeckx2012-05-291-1/+1
* i965: Gut the separate OpenGL ES extension enabling.Kenneth Graunke2012-05-232-2/+0
* i915: Drop gen4+ code from the forked clear code.Eric Anholt2012-05-231-10/+1
* intel: Fork the intel_clear.c file between i915 and i965.Eric Anholt2012-05-231-1/+203
* intel: use _mesa_is_winsys/user_fbo() helpersBrian Paul2012-05-012-4/+6
* autoconf: pass -Wall to automakeDylan Noblesmith2012-04-291-2/+2
* i915: set SPRITE_POINT_ENABLE bit correctlyYuanhan Liu2012-04-094-12/+48
* intel: Drop the INTEL_STRICT_CONFORMANCE environment variable.Eric Anholt2012-03-201-11/+1