summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915
Commit message (Expand)AuthorAgeFilesLines
...
* i915, i965: Silence unused parameter warnings in intel_mipmap_tree.hIan Romanick2015-09-101-0/+4
* mesa/formats: remove compressed formats from matching functionNanley Chery2015-08-252-2/+2
* Delete duplicate function is_power_of_two() and use _mesa_is_pow_two()Anuj Phogat2015-07-291-1/+1
* mesa: Use floats for viewport bounds.Matt Turner2015-07-291-1/+1
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-207-17/+17
* i915: remove unused driFd variableEmil Velikov2015-07-132-3/+0
* i915: use EmitNoIndirectSamplerTapani Pälli2015-06-301-0/+3
* program: Shrink and rename SaturateMode field to Saturate.Matt Turner2015-06-031-1/+1
* Revert "i915: Enable ARB_direct_state_access"Ian Romanick2015-05-281-1/+0
* i915: Enable ARB_direct_state_accessFredrik Höglund2015-05-141-0/+1
* main: Refactor _mesa_update_draw_buffer_bounds.Laura Ekstrand2015-05-142-2/+2
* main: Refactor _mesa_update_framebuffer.Laura Ekstrand2015-05-142-2/+2
* main: Rename framebuffer renderbuffer software fallback.Laura Ekstrand2015-05-141-1/+1
* i915/sync: Return early when calloc failsChad Versace2015-05-071-0/+2
* i915/sync: Don't crash when deleting sync objectChad Versace2015-05-071-1/+3
* Fix a few typosZoë Blade2015-04-274-7/+7
* android: fix the building rules for Android 5.0Chih-Wei Huang2015-04-221-0/+4
* i915: replace __FUNCTION__ with __func__Marius Predut2015-04-1424-107/+107
* i915: add parens to silence operator precedence warningBrian Paul2015-03-111-1/+1
* i915: Fix GCC unused-but-set-variable warning in release build.Vinson Lee2015-03-091-4/+1
* i915: Remove unused IS_GEN2 macroIan Romanick2015-03-091-5/+0
* i915: Remove (mostly) unused IS_915 macroIan Romanick2015-03-091-5/+3
* i915: Remove (mostly) unused IS_PNV, IS_PNVG, and IS_PNVGM macrosIan Romanick2015-03-091-5/+3
* i915: Remove IS_9XX macroIan Romanick2015-03-092-5/+2
* i915: Remove unused IS_MOBILE macroIan Romanick2015-03-091-10/+0
* i915: Fix GCC unused-variable warning in release build.Vinson Lee2015-03-061-2/+1
* intel: fix EGLImage renderbuffer _BaseFormatFrank Henigman2015-03-031-2/+1
* i915: Remove hand-rolled memcpy implementation.Matt Turner2015-03-022-29/+1
* i915: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-1/+1
* i915: replace INLINE with inlineBrian Paul2015-02-2610-22/+22
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-232-3/+3
* mesa: Use u_math.h from macros.hEric Anholt2015-02-201-6/+0
* mesa: Add gallium include dirs to more parts of the tree.Eric Anholt2015-02-201-0/+2
* i915: For the love of all that is holy, stop saying "IGD"Adam Jackson2015-02-181-7/+7
* i915c: Use the actual MIN instruction.Kenneth Graunke2015-02-171-15/+1
* DD: Refactor BlitFramebuffer.Laura Ekstrand2015-02-021-6/+8
* mesa: Move simple_list.h to src/util.Eric Anholt2015-01-282-2/+2
* i965: Require pixel alignment for GPU copy blitCody Northrop2014-12-161-2/+3
* i915: Add headers to distribution.Matt Turner2014-12-121-1/+25
* i915: Alphabetize source list.Matt Turner2014-12-121-23/+23
* mesa: Add a source parameter to _mesa_gl_debug.Matt Turner2014-12-052-0/+3
* i915: Only use TEXCOORDTYPE_VECTOR with cube maps on gen2Ville Syrjälä2014-11-201-18/+19
* i915: Emit 3DSTATE_SCISSOR_RECTANGLE_0 before 3DSTATE_SCISSOR_ENABLEVille Syrjälä2014-11-136-17/+17
* i915: Don't call _mesa_meta_glsl_Clear() on gen2Ville Syrjälä2014-11-131-1/+1
* i915: Protect macro argument for TEXTURE_SET()Ville Syrjälä2014-11-131-1/+1
* i915: Kill intel_context::hw_stencilVille Syrjälä2014-11-132-2/+0
* i915: Accept GL_DEPTH_STENCIL GL_DEPTH_COMPONENT formats for renderbuffersVille Syrjälä2014-11-131-0/+9
* i915: Override mip filter to nearest with anisoVille Syrjälä2014-11-131-0/+2
* i915: Use L8A8 instead of I8 to simulate A8 on gen2Ville Syrjälä2014-11-132-3/+2
* i915: Fix GL_DOT3_RGBA a bitVille Syrjälä2014-11-131-2/+3