summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_screen.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-05intel: Share common __DRIimage allocation codeKristian Høgsberg1-40/+19
2012-07-05intel: Just look up image->internal_format using _mesa_get_format_base_formatKristian Høgsberg1-10/+2
2012-07-05intel: Remove unused __DRIimage::data_type fieldKristian Høgsberg1-12/+0
2012-05-03gbm: Add gbm_bo_write entry pointKristian Høgsberg1-2/+30
2012-04-30i965: Support Android RGBX8888 format for EGL generated imagesSean V Kelley1-0/+10
2012-04-30intel: set dri_format field for all imagesAnder Conselvan de Oliveira1-0/+18
2012-04-30intel: properly return the image format on intel_query_imageAnder Conselvan de Oliveira1-1/+2
2012-04-11i965: When the kernel lacks the LLC check, assume it's present on gen >= 6.Eric Anholt1-3/+7
2012-04-11intel: Drop backwards compat code for not having libdrm with the LLC check.Eric Anholt1-4/+0
2012-04-10i965: Stop lying about cpp and height of a stencil buffer.Paul Berry1-9/+15
2012-04-02i965/aub: Dump a final bitmap from DestroyContext.Kenneth Graunke1-29/+35
2012-03-21intel: Handle devid overrides using libdrm.Eric Anholt1-19/+4
2012-03-21intel: Ask libdrm to dump an AUB file if INTEL_DEBUG=aub.Eric Anholt1-0/+32
2012-03-20i965: Change the hiz-override env var to a driconf option.Eric Anholt1-26/+5
2012-03-05i965: fixup W-tile offset computation to take swizzling into accountDaniel Vetter1-0/+26
2012-02-22intel: bump DRI_IMAGE extension version to 3Jesse Barnes1-1/+1
2012-02-22gbm: track buffer format through DRI driversJesse Barnes1-0/+4
2012-02-21intel: Silence valgrind warning for getparam ioctl argument.Eric Anholt1-0/+1
2012-02-04intel: verify if hardware has LLC supportEugeni Dodonov1-0/+8
2012-01-30i965: Add a driconf option to force GLSL extension behavior to "warn".Eric Anholt1-1/+2
2012-01-24intel: derive intel_renderbuffer from swrast_renderbufferBrian Paul1-7/+7
2012-01-24mesa: remove gl_renderbuffer::DataTypeBrian Paul1-1/+1
2012-01-18gbm: Validate usage flags in gbm_bo_create_from_egl_image()Kristian Høgsberg1-2/+14
2012-01-17intel: Return if pointer to intel_context is nullAnuj Phogat1-7/+7
2012-01-16intel: Fix segfault in glXSwapBuffers with no bound contextAnuj Phogat1-5/+7
2012-01-11i965: Fix compiler warning from uninitialized "success" value.Eric Anholt1-1/+1
2012-01-10i965/gen7: Enable HiZChad Versace1-1/+1
2012-01-06i965/gen7: Enable transform feedback as long as kernel support is present.Eric Anholt1-0/+4
2012-01-02intel: include version.h in intel_screen.c to silence warningBrian Paul1-0/+1
2012-01-02dri2: Add plumbing to get context version requirements and flags to driversIan Romanick1-6/+31
2011-12-08mesa/drivers: use new swrast renderbuffer functionsBrian Paul1-7/+8
2011-11-30i965: Don't perform the precompile on fragment shaders by default.Eric Anholt1-1/+5
2011-11-22i965/gen6: Enable HiZ by defaultChad Versace1-6/+2
2011-11-21intel: Replace intel_renderbuffer::region with a miptree [v3]Chad Versace1-1/+2
2011-11-15intel: Fix separate stencil in builtin DRI2 backendChad Versace1-9/+80
2011-11-04dri: unify __DRIscreenRecGeorge Sapountzis1-8/+8
2011-11-04dri: unify __DriverAPIRecGeorge Sapountzis1-1/+1
2011-11-02dri: Drop driReadDrawableExtensionKristian Høgsberg1-1/+0
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-41/+44
2011-09-26intel: Rename region->buffer to region->bo, and remove accessor function.Eric Anholt1-1/+1
2011-09-09intel: add support for __DRI_IMAGE_FORMAT_ABGR8888Chia-I Wu1-0/+10
2011-07-07intel: Rely on intel_region_reference()'s support of *dst != NULL.Eric Anholt1-1/+0
2011-06-23intel: Implement DRIimageExtension::dupImageBenjamin Franzke1-1/+26
2011-06-08intel: Request DRI2 buffers for separate stencil and hizChad Versace1-6/+22
2011-06-08intel: Add assertions to intelCreateBuffer()Chad Versace1-3/+12
2011-06-08intel: Add flags to intel_screen for hiz and separate stencilChad Versace1-0/+60
2011-05-17intel: Initial IS_GEN7 plumbing.Kenneth Graunke1-1/+3
2011-05-06egl: Add a cursor use bit to MESA_drm_imageKristian Høgsberg1-1/+9
2011-04-26intel: Use tiling for dri2AllocateBuffer implementationKristian Høgsberg1-1/+10
2011-04-26intel: Set gen in intelInitScreen, just copy value in intelInitContextKristian Høgsberg1-0/+12