summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915
Commit message (Expand)AuthorAgeFilesLines
* i915: Fix gen2 texblend setupVille Syrjälä2014-06-231-1/+1
* i915: add a missing NULL pointer checkLubomir Rintel2014-05-301-1/+1
* meta: Split _swrast_BlitFramebuffer out of the meta blit path.Kenneth Graunke2014-05-231-4/+4
* mesa: Remove support for desktop OpenGL GL_EXT_separate_shader_objectsIan Romanick2014-05-021-1/+0
* i915: Don't advertise Z formats in TextureFormatSupported on gen2Ville Syrjälä2014-05-011-13/+15
* i915: Fix format of private renderbuffersVille Syrjälä2014-05-011-16/+30
* i915: Drop use of _ReallyEnabled.Eric Anholt2014-04-302-45/+44
* mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt2014-04-301-1/+1
* mesa: Drop dead last_ReallyEnabled fields from drivers.Eric Anholt2014-04-301-1/+0
* mesa: Drop _EnabledUnits.Eric Anholt2014-04-302-2/+2
* i915: Redo texture unit walking on i830.Eric Anholt2014-04-301-10/+6
* drivers/dri: cleanup dri extension instantiationEmil Velikov2014-04-281-3/+3
* i915: Fix build error.Iago Toral Quiroga2014-04-081-6/+0
* Add the EGL_MESA_configless_context extensionNeil Roberts2014-03-121-6/+0
* intel: When checking for updating front buffer reading, use the right fb.Eric Anholt2014-03-111-1/+1
* dri/i9*5: correctly calculate the amount of system memoryEmil Velikov2014-03-011-1/+1
* i915: Allocate the sys_buffer using _mesa_align_mallocIan Romanick2014-02-281-7/+8
* i915: Only allow 8 vertex texture unitsIan Romanick2014-02-281-0/+1
* mesa: allow buffers to be mapped multiple timesMarek Olšák2014-02-253-56/+65
* mesa: add storage flags parameter to Driver.BufferDataMarek Olšák2014-02-251-1/+4
* intel: Remove some dead code I noticed in intel_screen.c.Eric Anholt2014-02-221-4/+0
* mesa: GL_ARB_half_float_pixel is not optionalIan Romanick2014-02-111-1/+0
* mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke2014-02-096-12/+12
* dri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888Keith Packard2014-01-301-0/+3
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-2710-44/+44
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-277-15/+15
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-2710-29/+29
* mesa: change gl_format to mesa_formatMark Mueller2014-01-2712-37/+37
* mesa: GL_EXT_framebuffer_blit is not optionalIan Romanick2014-01-271-1/+0
* i915: Silence warning: unused parameter warning in intel_bufferobj_bufferIan Romanick2014-01-203-13/+5
* i915: Ensure that intel_bufferobj_map_range meets alignment guaranteesIan Romanick2014-01-201-7/+21
* mesa: Convert gl_context::Viewport to gl_context::ViewportArrayCourtney Goeltzenleuchter2014-01-201-12/+12
* mesa: Update gl_scissor_attrib to support ARB_viewport_arrayCourtney Goeltzenleuchter2014-01-203-21/+29
* s/Tungsten Graphics/VMware/José Fonseca2014-01-1757-119/+119
* mesa: Eliminate parameters to dd_function_table::ScissorIan Romanick2014-01-154-24/+26
* mesa: Eliminate parameters to dd_function_table::DepthRangeIan Romanick2014-01-152-2/+2
* mesa: Eliminate parameters to dd_function_table::ViewportIan Romanick2014-01-151-13/+2
* i915: Remove spurious calls to DepthRangeIan Romanick2014-01-152-9/+2
* mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry2014-01-092-27/+27
* i915: Add support for gl_FragData[0] reads.Henri Verbeet2013-12-221-0/+1
* mesa: GL_EXT_packed_depth_stencil is not optionalIan Romanick2013-12-201-1/+0
* dri_util: Don't assume __DRIcontext->driverPrivate is a gl_contextKristian Høgsberg2013-12-137-6/+14
* mesa: initialize gl_renderbuffer::Depth in coreMarek Olšák2013-11-231-2/+0
* mesa: Remove PROGRAM_ENV_PARAM enum.Eric Anholt2013-11-151-8/+0
* mesa: Remove PROGRAM_LOCAL_PARAM enum.Eric Anholt2013-11-151-3/+0
* i915: Actually enable __DRI2rendererQueryExtensionRecIan Romanick2013-11-151-0/+1
* dri: Change value param to unsignedIan Romanick2013-11-131-1/+1
* i915: Use drm_intel_get_aperture_sizes instead of drmAgpSizeIan Romanick2013-11-131-2/+6
* dri/i915, dri/i965: Fix support for planar imagesAnder Conselvan de Oliveira2013-11-121-1/+2
* i915, i965: Fix memory leak in intel_miptree_create_for_bo.Vinson Lee2013-11-111-1/+3