gbm: Add new gbm_bo_import entry point
[mesa.git] / src / mesa / drivers / dri / intel / intel_screen.c
2012-07-16 Kristian Høgsberggbm: Add new gbm_bo_import entry point
2012-07-16 Kristian Høgsbergintel: Don't call _mesa_get_format_bytes for MESA_FORMA...
2012-07-11 Kristian Høgsbergintel: Implement __DRIimage::createSubImage and bump...
2012-07-11 Kristian Høgsbergintel: Add support for new __DRIimage formats
2012-07-05 Kristian Høgsbergintel: Share common __DRIimage allocation code
2012-07-05 Kristian Høgsbergintel: Just look up image->internal_format using _mesa_...
2012-07-05 Kristian Høgsbergintel: Remove unused __DRIimage::data_type field
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-03 Kristian Høgsberggbm: Add gbm_bo_write entry point
2012-04-30 Sean V Kelleyi965: Support Android RGBX8888 format for EGL generated...
2012-04-30 Ander Conselvan... intel: set dri_format field for all images
2012-04-30 Ander Conselvan... intel: properly return the image format on intel_query_...
2012-04-12 Eric Anholti965: When the kernel lacks the LLC check, assume it...
2012-04-12 Eric Anholtintel: Drop backwards compat code for not having libdrm...
2012-04-10 Paul Berryi965: Stop lying about cpp and height of a stencil...
2012-04-02 Kenneth Graunkei965/aub: Dump a final bitmap from DestroyContext.
2012-03-21 Eric Anholtintel: Handle devid overrides using libdrm.
2012-03-21 Eric Anholtintel: Ask libdrm to dump an AUB file if INTEL_DEBUG...
2012-03-20 Eric Anholti965: Change the hiz-override env var to a driconf...
2012-03-05 Daniel Vetteri965: fixup W-tile offset computation to take swizzling...
2012-02-22 Jesse Barnesintel: bump DRI_IMAGE extension version to 3
2012-02-22 Jesse Barnesgbm: track buffer format through DRI drivers
2012-02-21 Eric Anholtintel: Silence valgrind warning for getparam ioctl...
2012-02-04 Eugeni Dodonovintel: verify if hardware has LLC support
2012-01-30 Eric Anholti965: Add a driconf option to force GLSL extension...
2012-01-24 Brian Paulintel: derive intel_renderbuffer from swrast_renderbuffer
2012-01-24 Brian Paulmesa: remove gl_renderbuffer::DataType
2012-01-18 Kristian Høgsberggbm: Validate usage flags in gbm_bo_create_from_egl_image()
2012-01-18 Anuj Phogatintel: Return if pointer to intel_context is null
2012-01-16 Anuj Phogatintel: Fix segfault in glXSwapBuffers with no bound...
2012-01-11 Eric Anholti965: Fix compiler warning from uninitialized "success...
2012-01-10 Chad Versacei965/gen7: Enable HiZ
2012-01-06 Eric Anholti965/gen7: Enable transform feedback as long as kernel...
2012-01-02 Brian Paulintel: include version.h in intel_screen.c to silence...
2012-01-02 Ian Romanickdri2: Add plumbing to get context version requirements...
2011-12-08 Brian Paulmesa/drivers: use new swrast renderbuffer functions
2011-11-30 Eric Anholti965: Don't perform the precompile on fragment shaders...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-22 Chad Versacei965/gen6: Enable HiZ by default
2011-11-22 Chad Versaceintel: Replace intel_renderbuffer::region with a miptre...
2011-11-15 Chad Versaceintel: Fix separate stencil in builtin DRI2 backend
2011-11-04 George Sapountzisdri: unify __DRIscreenRec
2011-11-04 George Sapountzisdri: unify __DriverAPIRec
2011-11-02 Kristian Høgsbergdri: Drop driReadDrawableExtension
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-09-26 Eric Anholtintel: Rename region->buffer to region->bo, and remove...
2011-09-09 Chia-I Wuintel: add support for __DRI_IMAGE_FORMAT_ABGR8888
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-07 Eric Anholtintel: Rely on intel_region_reference()'s support of...
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-23 Benjamin Franzkeintel: Implement DRIimageExtension::dupImage
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-08 Chad Versaceintel: Request DRI2 buffers for separate stencil and hiz
2011-06-08 Chad Versaceintel: Add assertions to intelCreateBuffer()
2011-06-08 Chad Versaceintel: Add flags to intel_screen for hiz and separate...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-18 Kenneth Graunkeintel: Initial IS_GEN7 plumbing.
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-06 Kristian Høgsbergegl: Add a cursor use bit to MESA_drm_image
2011-04-26 Kristian Høgsbergintel: Use tiling for dri2AllocateBuffer implementation
2011-04-26 Kristian Høgsbergintel: Set gen in intelInitScreen, just copy value...
2011-04-26 Kristian Høgsbergintel: Use X tiling for DRM EGL Images
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-09 Eric Anholtintel: Don't complain when getparam fails due to a...
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-01 Chris Wilsoni965: Use negative relocation deltas to minimse vertex...
2011-02-28 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-26 Eric Anholtintel: Use the current context rather than last bound...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-21 Chris Wilsonintel: use pwrite for batch
2011-02-07 Benjamin Franzkeintel: Implement dri2::{Allocate,Release}Buffer
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-09 Vinson Leeintel: Include mfeatures.h in files that perform featur...
2010-12-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-13 Eric Anholtintel: Include stdbool so we can stop using GLboolean...
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-05 Eric Anholtintel: Add an env var override to execute for a differe...
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Kristian HøgsbergRename GLvisual and __GLcontextModes to struct gl_config
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-24 Eric Anholtintel: Dead comment removal.
2010-09-22 Kristian Høgsbergdri2: Make createImageFromName() take a __DRIscreen...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-25 Kristian Høgsbergintel: Support EGL_MESA_image_drm
2010-08-25 Kristian Høgsbergintel: Take an intel_screen pointer in intel_alloc_regi...
2010-08-17 Eric Anholti915: Enable ARB_fragment_shader by default.
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
next