aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915
Commit message (Expand)AuthorAgeFilesLines
* dri: Introduce SWAP_METHOD tokensThomas Hellstrom2017-08-101-1/+1
* mesa/dri: drop unneeded mm.h includeDave Airlie2017-08-032-2/+0
* xmlconfig: move into src/utilNicolai Hähnle2017-07-313-3/+3
* mesa: drop fence type parameter from NewSyncObject()Samuel Pitoiset2017-07-281-1/+1
* i915: remove local vblank_mode optionEmil Velikov2017-07-191-1/+0
* dri: Make classic drivers allow __DRI_CTX_FLAG_NO_ERROR.Kenneth Graunke2017-07-171-1/+1
* dri: Add KHR_no_error DRI extensionGrigori Goronzy2017-07-141-0/+1
* i965/i915: Add UYVY as the supported formatJohnson Lin2017-06-301-9/+12
* i915: use different CFLAGS/LIBS variables than i965/anvLionel Landwerlin2017-06-271-2/+2
* i915: On Gen <= 3 there are no array texturesIan Romanick2017-06-264-17/+0
* i915: On Gen <= 3 there is no W-tilingIan Romanick2017-06-264-29/+9
* i915: Remove unused fields intel_mipmap_tree::logical_(width|height|depth)0Ian Romanick2017-06-262-11/+0
* i915: Remove unused field intel_mipmap_tree::array_spacing_lod0Ian Romanick2017-06-261-9/+0
* i915: On Gen <= 3 there is no multisamplingIan Romanick2017-06-263-38/+9
* i915: Trivial code reformattingIan Romanick2017-06-261-56/+54
* i915,i965: Don't condition use of GLSL clear on the current APIIan Romanick2017-06-261-1/+1
* i915: Fix gl_Fragcoord interpolationVille Syrjälä2017-06-225-16/+21
* mesa: replace VP/FP/ATIfs _Enabled flags with helper functionsMarek Olšák2017-06-222-2/+2
* mesa: don't update draw buffer bounds in _mesa_update_stateMarek Olšák2017-06-222-0/+7
* mesa: replace ctx->Polygon._FrontBit with a helper functionMarek Olšák2017-06-221-0/+1
* mesa: replace _mesa_update_stencil() with helper functionsMarek Olšák2017-06-223-3/+5
* i915: Always emit W on gen3Ville Syrjälä2017-06-211-6/+4
* i915: Fix wpos_tex vs. -1 comparisonVille Syrjälä2017-06-143-3/+4
* mesa: inline vbo_exec_invalidate_state() and call from mesa coreTimothy Arceri2017-06-092-2/+0
* mesa: stop passing state bitfield to UpdateState()Timothy Arceri2017-06-092-2/+5
* mesa: rename _mesa_add_renderbuffer* functionsTimothy Arceri2017-04-181-6/+5
* i915: take ownership rather than adding reference for new renderbuffersTimothy Arceri2017-04-101-4/+5
* i915: remove BindProgramMarek Olšák2017-03-291-25/+0
* Android: drop Android 4.4 (KitKat) supportRob Herring2017-03-221-5/+0
* i915: remove extern "C" guardsEmil Velikov2017-02-215-40/+0
* i915: remove 'virtual' and extern C workaroundsEmil Velikov2017-02-211-9/+4
* Revert "i915: Always enable GL 2.0 support."Matt Turner2017-02-152-4/+25
* i915, i965: automake: remove NA include directiveEmil Velikov2017-01-271-1/+0
* i915: automake: include builddir prior to srcdirEmil Velikov2017-01-271-1/+1
* i915: Add XRGB8888 format to intel_screen_make_configsDerek Foreman2017-01-131-1/+2
* st/mesa/glsl: add new is_arb_asm flag in gl_programTimothy Arceri2017-01-061-4/+6
* i915: remove unneeded #include "util/simple_list.h"Brian Paul2016-11-202-2/+0
* st/mesa/r200/i915/i965: move ARB program fields into a unionTimothy Arceri2016-11-172-14/+14
* st/mesa/r200/i915/i965: use rzalloc() to create gl_programTimothy Arceri2016-11-031-2/+2
* r200/i915/st/mesa/compiler: use common inputs read fieldTimothy Arceri2016-10-263-6/+6
* st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri2016-10-265-32/+32
* mesa/i965/i915/r200: eliminate gl_vertex_programTimothy Arceri2016-10-261-2/+2
* mesa: remove gl_shader_compiler_options::EmitNoNoiseMarek Olšák2016-10-191-1/+0
* i915: workaround multiple intelFenceExtension definitionsEmil Velikov2016-10-141-0/+1
* i915: store reference to the context within struct intel_fence (v2)Mauro Rossi2016-10-141-11/+44
* i915/sync: Implement DRI2_Fence extensionMauro Rossi2016-10-143-30/+152
* i915/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync'Mauro Rossi2016-10-142-26/+30
* i915/i965: remove commented out warningTimothy Arceri2016-10-011-3/+1
* i915: Enable EGL_KHR_gl_texture_3D_imageAdam Jackson2016-09-231-0/+3
* i915: Check return value of screen->image.loader->getBuffersEmil Velikov2016-08-301-6/+9