aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* intel: Don't enable GL_ARB_draw_instanced pre-gen4.Eric Anholt2012-03-021-1/+1
* i965: Enable the GL_ARB_draw_instanced extension.Kenneth Graunke2012-02-291-0/+1
* intel: remove MAX_WIDTH usage in intelInitContext()Brian Paul2012-02-241-4/+2
* i915: Initialize swrast_texture_image structure fields.Paul Berry2012-02-221-0/+2
* intel: bump DRI_IMAGE extension version to 3Jesse Barnes2012-02-221-1/+1
* gbm: track buffer format through DRI driversJesse Barnes2012-02-222-0/+5
* intel: Silence valgrind warning for getparam ioctl argument.Eric Anholt2012-02-211-0/+1
* intel: Fix rendering from textures after RenderTexture().Eric Anholt2012-02-174-60/+10
* intel: Improve the fallback debug for framebuffer status checks.Eric Anholt2012-02-171-2/+17
* i965: Emit Ivybridge VS workaround flushes.Kenneth Graunke2012-02-152-2/+25
* intel: Avoid divide by zero for very small linear blitsIan Romanick2012-02-071-1/+1
* intel: Remove num_mapped_regions assertion from _intel_batchbuffer_flushIan Romanick2012-02-071-7/+0
* intel: check for LLC support when reading mapsEugeni Dodonov2012-02-041-1/+1
* intel: verify if hardware has LLC supportEugeni Dodonov2012-02-044-0/+12
* intel: FBOs with texture border are unsupportedIan Romanick2012-02-031-0/+11
* i965: Add a driconf option to force GLSL extension behavior to "warn".Eric Anholt2012-01-301-1/+2
* intel: Use libdrm's decode functionality instead of the gpu-tools copy.Eric Anholt2012-01-303-2793/+41
* intel: Pass the gl_renderbuffer to render_target_supported() vtable method.Eric Anholt2012-01-272-2/+2
* intel: Make a renderbuffer wrapping a texture have the same _BaseFormat.Eric Anholt2012-01-271-1/+1
* intel: Simplify intel_renderbuffer_update_wrapper() by passing in the image.Eric Anholt2012-01-271-20/+9
* intel: Drop intel_wrap_miptree().Eric Anholt2012-01-271-53/+3
* intel: Fix accum buffer mapping since the swrast rework.Eric Anholt2012-01-271-5/+7
* mesa: remove ctx->Const.sRGBCapableMarek Olšák2012-01-251-1/+0
* intel: use swrast code to map/unmap renderbuffers for swrast renderingBrian Paul2012-01-241-79/+2
* intel: remove intel_span_supports_format()Brian Paul2012-01-243-21/+0
* intel: derive intel_renderbuffer from swrast_renderbufferBrian Paul2012-01-245-41/+47
* intel: use intel_rb_format() to get renderbuffer formatBrian Paul2012-01-246-22/+34
* mesa: rename gl_renderbuffer::Data to BufferBrian Paul2012-01-241-3/+3
* mesa: remove gl_renderbuffer::DataTypeBrian Paul2012-01-242-5/+1
* mesa: remove gl_renderbuffer:RowStride fieldBrian Paul2012-01-242-3/+1
* intel: remove most of the span Get/PutRow codeBrian Paul2012-01-242-134/+1
* mesa: use gl_renderbuffer::Map for all depth/stencil accessesBrian Paul2012-01-241-6/+8
* intel: make intel_renderbuffer_map/unmap() staticBrian Paul2012-01-242-6/+3
* swrast: s/Data/Map/ in swrast_texture_imageBrian Paul2012-01-241-3/+3
* intel/gen6: Some framebuffers having separate depthstencil should be unsupportedChad Versace2012-01-201-0/+9
* mesa: Set default access flags based on the run-time APIIan Romanick2012-01-191-1/+1
* gbm: Validate usage flags in gbm_bo_create_from_egl_image()Kristian Høgsberg2012-01-181-2/+14
* intel: Return if pointer to intel_context is nullAnuj Phogat2012-01-171-7/+7
* intel: Drop the version override code now that we don't have any left.Eric Anholt2012-01-171-8/+0
* intel: Fix warnings of undefined ffs().Eric Anholt2012-01-171-0/+1
* i965: Fix gen6,gen7 when used with a non-HiZ capable DDXChad Versace2012-01-161-4/+13
* intel: Fix segfault in glXSwapBuffers with no bound contextAnuj Phogat2012-01-161-5/+7
* intel: move declaration before codeBrian Paul2012-01-121-1/+1
* intel: fix mapping of malloc'd renderbuffersBrian Paul2012-01-121-0/+15
* mesa: remove _mesa_ffs(), implement ffs() for non-GNU platformsBrian Paul2012-01-122-2/+2
* Enable is_front_buffer_rendering variable in case of GL_FRONT_AND_BACKAnuj Phogat2012-01-111-1/+1
* i965: Fix compiler warning from uninitialized "success" value.Eric Anholt2012-01-111-1/+1
* i965/gen7: Enable HiZChad Versace2012-01-101-1/+1
* mesa: rework ctx->Driver.CopyTexSubImage() parametersBrian Paul2012-01-073-54/+29
* i965: Turn on ARB_depth_buffer_float by default.Eric Anholt2012-01-061-2/+1