summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri/drm
Commit message (Expand)AuthorAgeFilesLines
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-6/+6
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* xmlpool: Fix out-of-tree builds.Johannes Obermayr2013-01-131-0/+1
* Remove hacks for static MakefilesMatt Turner2013-01-131-3/+0
* scons: Update for xmlpool/options.h generation.José Fonseca2013-01-121-0/+1
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* state_trackers/dri/drm: Convert to automakeMatt Turner2013-01-103-27/+44
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-1/+1
* st/dri: implement MSAA for GLX/DRI2 framebuffersMarek Olšák2012-12-071-4/+44
* gallium: pass the current context to the flush_front state tracker functionMarek Olšák2012-12-071-1/+2
* st/dri: refactor dri_fill_in_modesMarek Olšák2012-12-071-1/+1
* st/dri: always allocate private depth-stencil buffersMarek Olšák2012-12-071-59/+49
* st/dri: implement new driver hook flush_with_flagsMarek Olšák2012-12-021-22/+6
* dri: Rework planar image interfaceJakob Bornecrantz2012-08-311-1/+81
* st/dri: Support width and height gettersJakob Bornecrantz2012-08-261-1/+7
* st/dri: Claim to support validate_usageJakob Bornecrantz2012-08-261-1/+16
* st/dri: Add shared usage on buffers createdJakob Bornecrantz2012-08-221-0/+3
* st/dri: Fix crash in st/dri from dri format commitJakob Bornecrantz2012-02-231-2/+1
* gbm: track buffer format through DRI driversJesse Barnes2012-02-221-0/+6
* st/dri: Support 24bit formats in dri2_allocate_bufferBenjamin Franzke2012-01-301-0/+3
* gbm: Validate usage flags in gbm_bo_create_from_egl_image()Kristian Høgsberg2012-01-181-1/+1
* st/dri: Use depth instead of bpp when communicating formats with the X server v3Thomas Hellstrom2011-12-071-3/+38
* st/dri: Fix memory leak on error path.Vinson Lee2011-11-071-1/+3
* dri: drop drisw_util.hGeorge Sapountzis2011-11-041-1/+1
* dri: unify __DRIscreenRecGeorge Sapountzis2011-11-041-1/+1
* dri: unify __DriverAPIRecGeorge Sapountzis2011-11-041-1/+1
* gallium/dri: Remove references to vblank.José Fonseca2011-11-021-1/+0
* Fix gallium dri compile and a merge conflictKristian Høgsberg2011-11-021-8/+0
* dri: Remove unused dri texmem.cKristian Høgsberg2011-11-021-2/+1
* dri: Drop unused dri renderbuffer helper functionsKristian Høgsberg2011-11-021-2/+1
* dri: Remove unnecessary timestamp pointer indirectionKristian Høgsberg2011-11-021-1/+1
* dri: Remove cliprect information from __DRIdrawableKristian Høgsberg2011-11-021-18/+1
* dri: Remove driMediaStreamCounterExtensionKristian Høgsberg2011-11-021-2/+0
* dri: Remove driSwapControlExtensionKristian Høgsberg2011-11-021-2/+0
* dri: Drop driCopySubBufferExtensionKristian Høgsberg2011-11-021-2/+0
* dri: Drop driReadDrawableExtensionKristian Høgsberg2011-11-021-2/+0
* dri: Drop driLegacyExtensionKristian Høgsberg2011-11-021-1/+0
* st/dri/sw: Implement texture_from_pixmapBenjamin Franzke2011-11-021-0/+9
* st/dri: Hook up throttling based on the drm driver_descriptor configurationThomas Hellstrom2011-10-141-1/+23
* configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin2011-10-041-1/+1
* st/dri: add support for __DRI_IMAGE_FORMAT_ABGR8888Chia-I Wu2011-09-091-0/+6
* st/dri: Bind the post-processing queue to driLauri Kasanen2011-08-191-3/+10
* st/dri: remove an unused-but-set variableMarek Olšák2011-08-161-1/+0
* dri2: check if context is valid before flushing the pipeCooper Yuan2011-08-161-1/+2
* dri2: add code to dri2_Flush extension.Cooper Yuan2011-08-161-0/+4
* st/dri: remove an unused-but-set variableMarek Olšák2011-08-051-7/+0
* st/dri: remove a dummy function dri2_create_contextMarek Olšák2011-08-051-15/+1
* scons: Expose pkg-config in a simpler manner.José Fonseca2011-06-301-1/+1
* st-api: Rework how drawables are invalidated v3.Thomas Hellstrom2011-06-291-3/+1