summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915
AgeCommit message (Expand)AuthorFilesLines
2014-09-27i915: Fix black buffers when importing prime fdsAndreas Pokorny1-0/+2
2014-08-15dri/common: Move __DRI2_RENDERER_PREFFERED_PROFILE handling to driQueryRender...Emil Velikov1-3/+0
2014-08-13android: dri/i9*5: remove used _INCLUDES variableEmil Velikov2-6/+1
2014-08-13android: dri: use the installed libdrm headersEmil Velikov1-2/+1
2014-08-13android: dri/i915: do not build an 'empty' driverEmil Velikov1-1/+1
2014-08-11mesa: move ShaderCompilerOptions into gl_constantsMarek Olšák1-2/+2
2014-08-11mesa: make _mesa_override_glsl_version context-independentMarek Olšák1-1/+1
2014-08-04util: Move ralloc to a new src/util directory.Kenneth Graunke3-3/+3
2014-07-17i915: Fix up intelInitScreen2 for DRI3Adel Gadllah1-1/+2
2014-06-23i915: Fix gen2 texblend setupVille Syrjälä1-1/+1
2014-06-16Enable GL_ARB_explicit_uniform_location in the drivers.Tapani Pälli1-0/+1
2014-06-14mesa/drivers: Fix clang constant-logical-operand warnings.Vinson Lee1-4/+4
2014-05-30i915: add a missing NULL pointer checkLubomir Rintel1-1/+1
2014-05-19meta: Split _swrast_BlitFramebuffer out of the meta blit path.Kenneth Graunke1-4/+4
2014-05-02mesa: Remove support for desktop OpenGL GL_EXT_separate_shader_objectsIan Romanick1-1/+0
2014-05-01i915: Don't advertise Z formats in TextureFormatSupported on gen2Ville Syrjälä1-13/+15
2014-05-01i915: Fix format of private renderbuffersVille Syrjälä1-16/+30
2014-04-30i915: Drop use of _ReallyEnabled.Eric Anholt2-45/+44
2014-04-30mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt1-1/+1
2014-04-30mesa: Drop dead last_ReallyEnabled fields from drivers.Eric Anholt1-1/+0
2014-04-30mesa: Drop _EnabledUnits.Eric Anholt2-2/+2
2014-04-30i915: Redo texture unit walking on i830.Eric Anholt1-10/+6
2014-04-28drivers/dri: cleanup dri extension instantiationEmil Velikov1-3/+3
2014-04-08i915: Fix build error.Iago Toral Quiroga1-6/+0
2014-03-12Add the EGL_MESA_configless_context extensionNeil Roberts1-6/+0
2014-03-11intel: When checking for updating front buffer reading, use the right fb.Eric Anholt1-1/+1
2014-03-01dri/i9*5: correctly calculate the amount of system memoryEmil Velikov1-1/+1
2014-02-28i915: Allocate the sys_buffer using _mesa_align_mallocIan Romanick1-7/+8
2014-02-28i915: Only allow 8 vertex texture unitsIan Romanick1-0/+1
2014-02-25mesa: allow buffers to be mapped multiple timesMarek Olšák3-56/+65
2014-02-25mesa: add storage flags parameter to Driver.BufferDataMarek Olšák1-1/+4
2014-02-22intel: Remove some dead code I noticed in intel_screen.c.Eric Anholt1-4/+0
2014-02-11mesa: GL_ARB_half_float_pixel is not optionalIan Romanick1-1/+0
2014-02-09mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke6-12/+12
2014-01-30dri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888Keith Packard1-0/+3
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller10-44/+44
2014-01-27mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller7-15/+15
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller10-29/+29
2014-01-27mesa: change gl_format to mesa_formatMark Mueller12-37/+37
2014-01-27mesa: GL_EXT_framebuffer_blit is not optionalIan Romanick1-1/+0
2014-01-20i915: Silence warning: unused parameter warning in intel_bufferobj_bufferIan Romanick3-13/+5
2014-01-20i915: Ensure that intel_bufferobj_map_range meets alignment guaranteesIan Romanick1-7/+21
2014-01-20mesa: Convert gl_context::Viewport to gl_context::ViewportArrayCourtney Goeltzenleuchter1-12/+12
2014-01-20mesa: Update gl_scissor_attrib to support ARB_viewport_arrayCourtney Goeltzenleuchter3-21/+29
2014-01-17s/Tungsten Graphics/VMware/José Fonseca57-119/+119
2014-01-15mesa: Eliminate parameters to dd_function_table::ScissorIan Romanick4-24/+26
2014-01-15mesa: Eliminate parameters to dd_function_table::DepthRangeIan Romanick2-2/+2
2014-01-15mesa: Eliminate parameters to dd_function_table::ViewportIan Romanick1-13/+2
2014-01-15i915: Remove spurious calls to DepthRangeIan Romanick2-9/+2
2014-01-09mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry2-27/+27