summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* st/dri: implement the fence interfaceMarek Olšák2015-04-301-0/+80
* egl/dri2: return the latest sync status in eglGetSyncAttribKHRMarek Olšák2015-04-301-1/+8
* egl/dri2: implement EGL_KHR_cl_event2 (v2)Marek Olšák2015-04-306-12/+111
* egl/dri2: implement EGL_KHR_wait_syncMarek Olšák2015-04-305-0/+47
* egl/dri2: implement EGL_KHR_fence_syncMarek Olšák2015-04-303-5/+133
* mesa: add GL_OES_EGL_syncMarek Olšák2015-04-301-0/+1
* egl/dri: don't expose configs with an accumulation bufferMarek Olšák2015-04-301-0/+9
* nvc0/ir: fix predicated PFETCH for realIlia Mirkin2015-04-302-2/+2
* nv50/ir: fix asFlow() const helper for OP_JOINIlia Mirkin2015-04-291-1/+1
* nvc0/ir: fix predicated PFETCH emissionIlia Mirkin2015-04-292-2/+6
* gk110/ir: fix set with a register dest to not auto-set the abs flagIlia Mirkin2015-04-291-1/+1
* i965/blorp: Prepare drawing rectangle for flipped coordinatesTopi Pohjolainen2015-04-301-2/+2
* i965/blorp: Add support for layered renderingTopi Pohjolainen2015-04-304-5/+9
* i965/blorp: Allow blend state to be set for multiple render targetsTopi Pohjolainen2015-04-303-19/+18
* i965/blorp: Prepare for attributes other than render positionTopi Pohjolainen2015-04-304-7/+12
* i965/blorp: Remove unused argumentsTopi Pohjolainen2015-04-303-21/+12
* i965/gen7/blorp: Remove unused argumentsTopi Pohjolainen2015-04-301-47/+28
* i965/blorp: Allow caller to provide sampler settingsTopi Pohjolainen2015-04-303-8/+14
* i965/blorp: Refactor vertex buffer state setupTopi Pohjolainen2015-04-301-26/+34
* i965/blorp: Remove constant parameterTopi Pohjolainen2015-04-303-20/+0
* i965/gen8: Expose state base address setupTopi Pohjolainen2015-04-302-2/+5
* i965/ps/gen8: Refactor state uploadingTopi Pohjolainen2015-04-302-26/+58
* i965/ps/gen7: Refactor state uploadingTopi Pohjolainen2015-04-302-20/+45
* i965: Refactor sampler state setupTopi Pohjolainen2015-04-302-22/+47
* i965: Remove dependency to tex object in default color setupTopi Pohjolainen2015-04-301-11/+11
* i965: Refactor and expose brw_upload_binding_table()Topi Pohjolainen2015-04-302-7/+21
* i965: Expose and refactor brw_update_renderbuffer_surfaces()Topi Pohjolainen2015-04-302-21/+35
* i965: Refactor rb surface setup to allow caller to store offsetsTopi Pohjolainen2015-04-305-58/+59
* i965/gen8: Use constant pointers for reading miptree detailsTopi Pohjolainen2015-04-301-2/+2
* i965/ps: Use SET_FIELD() for sampler countTopi Pohjolainen2015-04-303-4/+7
* glx: Massive update of comments in struct extension_infoIan Romanick2015-04-291-4/+65
* winsys/radeon: add a private interface for radeon_surfaceMarek Olšák2015-04-2917-47/+286
* winsys/radeon: move radeon_winsys.h to drivers/radeonMarek Olšák2015-04-2919-21/+16
* clover: remove util/compatEdB2015-04-2912-367/+56
* i965: Don't try to apply the opt_sampler_eot extension for vsNeil Roberts2015-04-291-0/+3
* r300: do not link against libdrm_intelEmil Velikov2015-04-291-1/+1
* clover: make module::symbol::name a stringEdB2015-04-293-4/+24
* clover: remove compat::stringEdB2015-04-297-129/+26
* clover: remove compat classes that match std oneEdB2015-04-296-70/+6
* clover: compile all sources with c++11EdB2015-04-291-1/+2
* st/nine: Remove Managed texture hack.Axel Davy2015-04-291-3/+4
* st/nine: Enforce LOD 0 for D3DUSAGE_AUTOGENMIPMAPAxel Davy2015-04-292-3/+10
* st/nine: Some D3DUSAGE_AUTOGENMIPMAP fixesAxel Davy2015-04-293-2/+17
* st/nine: util_gen_mipmap doesn't need we reset states.Axel Davy2015-04-291-2/+0
* st/nine: D3DUSAGE_AUTOGENMIPMAP is forbidden for volumesAxel Davy2015-04-292-16/+1
* st/nine: Fix NineBaseTexture9_PreLoadAxel Davy2015-04-291-1/+1
* st/nine: Rewrite Managed texture uploadsAxel Davy2015-04-291-96/+125
* st/nine: Bound the dirty regions to resource sizeAxel Davy2015-04-293-0/+16
* st/nine: Simplify Surface9 Managed resources implementationAxel Davy2015-04-294-93/+53
* st/nine: Remove impossible cases with Managed texturesAxel Davy2015-04-292-34/+8