aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915
Commit message (Expand)AuthorAgeFilesLines
* 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
* dri: add __DRIimageLoaderExtension and __DRIimageDriverExtensionKeith Packard2013-11-075-4/+152
* dri/i915,dri/i965: Use driGLFormatToImageFormat and driImageFormatToGLFormatKeith Packard2013-11-071-49/+4
* dri/intel: Add explicit size parameter to intel_region_alloc_for_fdKeith Packard2013-11-073-5/+5
* dri/intel: Split out DRI2 buffer update code to separate functionKeith Packard2013-11-071-41/+49
* i915: Wire up initial support for DRI_RENDERER_QUERY extensionIan Romanick2013-11-071-0/+81
* i915: Refactor the renderer string creation out of intelGetStringIan Romanick2013-11-072-13/+23
* i915: Refactor the vendor string out of intelGetStringIan Romanick2013-11-072-2/+4
* mesa/dri: Move context flag validation down into the driversIan Romanick2013-11-071-0/+5
* mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategyIan Romanick2013-11-071-0/+6
* i915: Bring sanity to the Viewport functionIan Romanick2013-11-054-28/+22
* i915: Fix logic_op check.Vinson Lee2013-11-031-2/+1
* i915: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt2013-10-245-19/+122
* dri: Move driver config options to dri driver extensions.Eric Anholt2013-10-241-4/+9
* mesa: Move U_FIXED/S_FIXED macros from i965 to macros.h.Kenneth Graunke2013-10-131-13/+0
* mesa: Move ROUND_DOWN_TO() macro from i915/i965 to macros.h.Kenneth Graunke2013-10-131-13/+0
* intel: Remove silly check for !bufmgr.Eric Anholt2013-10-101-6/+0
* dri: Move API version validation into dri/common.Eric Anholt2013-10-103-76/+9
* mesa/drivers: drop HAVE_*_DRI from individual makefilesEmil Velikov2013-10-011-3/+0
* i915: Fix memory leak in do_blit_readpixels.Vinson Lee2013-09-301-0/+1
* mesa: Remove some remaining FEATURE_* detritus.Eric Anholt2013-09-262-18/+0
* mesa: Use -Bsymbolic in the linker to locally resolve Mesa-internal symbols.Eric Anholt2013-09-231-1/+1
* i915: Set VertexProgram.MaxOutputComponents and FragmentProgram.MaxInputCompo...Ian Romanick2013-09-191-0/+2
* gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...Axel Davy2013-09-061-0/+3
* i915: Optimize SEQ and SNE when two operands are uniformsIan Romanick2013-08-261-12/+70
* dri: Choose a decent global driNConfigOptions.Eric Anholt2013-08-171-4/+1
* i915,i965: Fix memory leak in try_pbo_upload (v2)Vinson Lee2013-08-151-0/+1
* mesa: default DEPTH_TEXTURE_MODE should be RED in the core profileMarek Olšák2013-07-301-1/+1
* i915: Remove i965+ chip names.Kenneth Graunke2013-07-091-1/+0
* mesa: Remove unused allow_large_textures driconf from classic drivers.Eric Anholt2013-06-281-2/+1