summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915
AgeCommit message (Expand)AuthorFilesLines
2017-06-28i915: Fix wpos_tex vs. -1 comparisonVille Syrjälä3-8/+7
2017-06-28i915: Fix gl_Fragcoord interpolationVille Syrjälä5-16/+21
2017-04-10i915: take ownership rather than adding reference for new renderbuffersTimothy Arceri1-4/+5
2017-03-29i915: remove BindProgramMarek Olšák1-25/+0
2017-03-22Android: drop Android 4.4 (KitKat) supportRob Herring1-5/+0
2017-02-21i915: remove extern "C" guardsEmil Velikov5-40/+0
2017-02-21i915: remove 'virtual' and extern C workaroundsEmil Velikov1-9/+4
2017-02-15Revert "i915: Always enable GL 2.0 support."Matt Turner2-4/+25
2017-01-27i915, i965: automake: remove NA include directiveEmil Velikov1-1/+0
2017-01-27i915: automake: include builddir prior to srcdirEmil Velikov1-1/+1
2017-01-13i915: Add XRGB8888 format to intel_screen_make_configsDerek Foreman1-1/+2
2017-01-06st/mesa/glsl: add new is_arb_asm flag in gl_programTimothy Arceri1-4/+6
2016-11-20i915: remove unneeded #include "util/simple_list.h"Brian Paul2-2/+0
2016-11-17st/mesa/r200/i915/i965: move ARB program fields into a unionTimothy Arceri2-14/+14
2016-11-03st/mesa/r200/i915/i965: use rzalloc() to create gl_programTimothy Arceri1-2/+2
2016-10-26r200/i915/st/mesa/compiler: use common inputs read fieldTimothy Arceri3-6/+6
2016-10-26st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri5-32/+32
2016-10-26mesa/i965/i915/r200: eliminate gl_vertex_programTimothy Arceri1-2/+2
2016-10-19mesa: remove gl_shader_compiler_options::EmitNoNoiseMarek Olšák1-1/+0
2016-10-14i915: workaround multiple intelFenceExtension definitionsEmil Velikov1-0/+1
2016-10-14i915: store reference to the context within struct intel_fence (v2)Mauro Rossi1-11/+44
2016-10-14i915/sync: Implement DRI2_Fence extensionMauro Rossi3-30/+152
2016-10-14i915/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync'Mauro Rossi2-26/+30
2016-10-01i915/i965: remove commented out warningTimothy Arceri1-3/+1
2016-09-23i915: Enable EGL_KHR_gl_texture_3D_imageAdam Jackson1-0/+3
2016-08-30i915: Check return value of screen->image.loader->getBuffersEmil Velikov1-6/+9
2016-08-24i915: remove unnecessary `if`Eric Engestrom1-3/+1
2016-08-23dri: add a way to request that modes have matching color/zs depthsIlia Mirkin1-2/+2
2016-08-01i915: Avoid aliasing violation.Matt Turner1-1/+3
2016-06-16mesa: Rename CoordReplaceBits back to CoordReplace.Mathias Fröhlich1-1/+1
2016-06-16i915: Convert i915 to use CoordsReplaceBits.Mathias Fröhlich1-10/+7
2016-05-10prog: Delete all remains of OPCODE_SNE, OPCODE_SEQ, OPCODE_SGT, and OPCODE_SLEIan Romanick1-148/+0
2016-03-09i915: limit extern "C" hack only for libdrm headersEmil Velikov1-7/+6
2016-03-01program: Remove OPCODE_KIL_NV.Matt Turner1-20/+0
2016-03-01mesa: Remove EmitCondCodes.Matt Turner1-1/+0
2016-02-29Android: clean-up and fix DRI module path handlingRob Herring1-1/+1
2016-02-29Android: fix build break from nir/glsl move to compiler/Rob Herring1-1/+2
2016-02-12i915: include teximage.hKenneth Graunke1-0/+1
2016-01-22i915: correctly parse/set the context flagsEmil Velikov1-0/+2
2016-01-07i915: use _mesa_delete_buffer_objectNicolai Hähnle1-1/+1
2016-01-05i915/i965: Fix typo in perf_debug messageIan Romanick1-1/+1
2015-10-15program: convert _mesa_init_gl_program() to take struct gl_program *Emil Velikov1-4/+5
2015-10-09program: remove _mesa_init_*_program wrappersMarek Olšák1-4/+3
2015-10-08util: Move DRI parse_debug_string() to utilKristian Høgsberg Kristensen1-2/+3
2015-10-06i915: remove unneeded #include of colormac.hMark Janes2-2/+0
2015-10-06i915: Drop broken front_buffer_reading/drawing optimizationVille Syrjälä3-41/+15
2015-10-06i915: Don't override NewFramebuffer just to call _mesa_new_framebufferIan Romanick2-15/+0
2015-10-06i830: Fix culling with user fbos on gen2Ville Syrjälä1-0/+2
2015-10-06i915: Adjust line size limitsVille Syrjälä1-2/+2
2015-10-06i915: Enable intel_render path for pointsVille Syrjälä1-5/+3