aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri/common
Commit message (Expand)AuthorAgeFilesLines
* st/dri: Hook up throttling based on the drm driver_descriptor configurationThomas Hellstrom2011-10-142-1/+4
* st/dri: Implement the new dri2 throttling extensionThomas Hellstrom2011-10-142-2/+136
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-4/+4
* st/dri: remove the call to driInitExtensionsMarek Olšák2011-09-101-20/+0
* st/dri: Bind the post-processing queue to driLauri Kasanen2011-08-193-1/+34
* st/dri: Indent driconf optionsLauri Kasanen2011-08-171-7/+11
* st/dri: remove unused variablesMarek Olšák2011-07-101-2/+0
* st/dri: Get rid of the evil struct dri_drawable::context memberThomas Hellstrom2011-06-292-5/+0
* st-api: Rework how drawables are invalidated v3.Thomas Hellstrom2011-06-291-0/+1
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-2/+2
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-12/+12
* st/dri: Track drawable context bindingsJakob Bornecrantz2011-02-203-1/+13
* st/dri: Set render_buffer in dri_fill_st_visualBenjamin Franzke2011-02-101-2/+4
* st/dri: Fix surfaceless gl using contexts with previous bound surfacesBenjamin Franzke2011-02-101-2/+6
* st/dri: Fix warningJakob Bornecrantz2011-01-211-0/+1
* gallium: support for array textures and related changesRoland Scheidegger2010-12-022-4/+2
* st/dri: Add support for surfaceless current contexts.Chia-I Wu2010-11-103-2/+7
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-136-6/+6
* st/dri: Remove unnecessary header.Vinson Lee2010-09-251-1/+0
* dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg2010-09-223-8/+6
* st/dri: Use profiles to create OpenGL ES contexts.Chia-I Wu2010-09-103-43/+11
* gallium: Add context profile support to st_api.Chia-I Wu2010-09-101-3/+7
* st/dri: Call dri_init_extensions only for API_OPENGL.Chia-I Wu2010-09-081-1/+9
* st/dri: Use enum st_api_type internally.Chia-I Wu2010-09-084-24/+36
* st/dri: Add multi-api supportnobled2010-09-084-13/+38
* st/dri: Make clear which API's are supportednobled2010-09-081-1/+4
* st/dri: Remove unnecessary main/mtype.h.Chia-I Wu2010-08-241-1/+0
* st/dri: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri2010-08-202-0/+6
* st/dri: make dri_drawable_validate_att staticGeorge Sapountzis2010-08-132-7/+2
* st/dri: move TFP code to dri_drawable.cGeorge Sapountzis2010-08-132-0/+54
* st/dri: Remove unnecessary headers.Vinson Lee2010-07-312-2/+0
* st/dri: move backend hooks to appropriate objectGeorge Sapountzis2010-07-305-17/+19
* st/dri: drop dri1_helperGeorge Sapountzis2010-07-306-217/+4
* st/dri: mv driDriverAPI to backendsGeorge Sapountzis2010-07-302-43/+4
* gallium: Convert state trackers to drm driver interfaceJakob Bornecrantz2010-06-061-2/+0
* gallium: fix TFP on galliumDave Airlie2010-05-311-0/+2
* st/dri: Remove DRI1 supportJakob Bornecrantz2010-05-251-23/+6
* st_api: Give get_egl_image arguments directly to the functionJakob Borncrantz2010-05-211-3/+5
* gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz2010-05-213-2/+12
* st_api: Add get param function to st_managerJakob Bornecrantz2010-05-211-0/+8
* st/dri: adapt to interface changesRoland Scheidegger2010-05-172-19/+48
* Update dri state tracker to use new API aware context createXavier Chantry2010-05-022-2/+4
* st/dri: Don't check for null when user ensures non-nullJakob Bornecrantz2010-04-271-30/+22
* st/dri: Use flush function of old context not newJakob Bornecrantz2010-04-271-1/+1
* st/dri: Refactor dri_st_api into other filesJakob Bornecrantz2010-04-268-287/+164
* st/dri: Make st_framebuffer_iface the base for dri_drawableJakob Bornecrantz2010-04-265-36/+21
* st/dri: Make st_manager the base for dri_screenJakob Bornecrantz2010-04-266-79/+29
* st/dri: Add hooks for framebuffer functionsJakob Bornecrantz2010-04-264-29/+48
* st/dri: Make lookup_egl_image a hookJakob Bornecrantz2010-04-262-6/+11
* st_api: Remove st_moduleJakob Bornecrantz2010-04-261-2/+2