summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-05-20freedreno/a3xx: add sRBG texture supportRob Clark2-0/+15
2014-05-20freedreno: update generated headersRob Clark4-20/+21
2014-05-20freedreno/a3xx: fix write to bogus registerRob Clark1-2/+2
2014-05-20freedreno/a3xx: account for special inputs/outputsRob Clark1-2/+2
2014-05-20freedreno/a3xx: fix MAX_INPUTS shader capRob Clark3-1/+9
2014-05-20freedreno/a3xx/compiler: add KILL_IFRyan Houdek1-1/+35
2014-05-20freedreno/a3xx/compiler: start adding integer supportRyan Houdek1-0/+169
2014-05-20freedreno/a3xx: occlusion query supportRob Clark5-3/+185
2014-05-20freedreno: add support for hw queriesRob Clark10-8/+734
2014-05-20freedreno/query: allow multiple query implementationsRob Clark6-107/+269
2014-05-20freedreno/a3xx: add point-sizeRob Clark1-4/+14
2014-05-20freedreno: update generated headersRob Clark4-54/+252
2014-05-20freedreno/a2xx: fix compiler warningRob Clark1-1/+1
2014-05-20glapi: Avoid heap corruption in _glapi_tableJeremy Huddleston Sequoia1-1/+1
2014-05-16mesa: fix double-freeing of dispatch tables inside glBegin/End.Brian Paul1-2/+2
2014-05-16glsl_to_tgsi: Make sure the 'shader' member is always initializedMichel Dänzer1-0/+3
2014-05-16i965/fb: Use meta path for stencil up/downsamplingTopi Pohjolainen1-1/+8
2014-05-16i965/meta: Stencil blit for miptree updownsamplingTopi Pohjolainen2-0/+38
2014-05-16i965/fb: Use meta path for stencil blitsTopi Pohjolainen1-0/+9
2014-05-16i965/meta: Stencil blitsTopi Pohjolainen3-0/+497
2014-05-16meta: Refactor state save/restore for framebuffer texture blitsTopi Pohjolainen2-22/+52
2014-05-16i965: Extend brw_get_rb_for_first_slice() for specified level/layerTopi Pohjolainen2-7/+29
2014-05-16i965/gen8: Surface state overriding for stencilTopi Pohjolainen1-13/+21
2014-05-16i965/wm: Surface state overrides for configuring w-tiled as y-tiledTopi Pohjolainen2-0/+30
2014-05-16i965 meta up/downsample: Fix renderbuffer _BaseFormatJordan Justen1-1/+2
2014-05-16mesa/st: fix number of ubos being declared in a shaderRoland Scheidegger1-3/+5
2014-05-16radeonsi: Fix anisotropic filtering state setupMichel Dänzer3-13/+12
2014-05-16glsl: simplify the M_PI*f macros, fixes build on OpenBSDJonathan Gray1-5/+3
2014-05-16i965: Don't _swrast_BlitFramebuffer when doing CopyTexSubImage.Kenneth Graunke1-1/+1
2014-05-16wayland: Move version 2 request to end of interface specificationKristian Høgsberg1-16/+19
2014-05-16meta: Refactor configuration of renderbuffer samplingTopi Pohjolainen2-13/+30
2014-05-16meta: Refactor binding of renderbuffer as texture imageTopi Pohjolainen2-30/+47
2014-05-16meta: Merge compiling and linking of blit programTopi Pohjolainen3-31/+39
2014-05-16i965/blorp: Expose coordinate scissoring and mirroringTopi Pohjolainen4-118/+213
2014-05-16i965/gen8: Use helper variables for surface parametersTopi Pohjolainen1-4/+8
2014-05-14i965/gen8: Set depth extent fieldJordan Justen1-1/+1
2014-05-14i965/gen8 depth: Set depth size based on LOD0 for 3D texturesJordan Justen1-2/+2
2014-05-14i965/gen7 depth: Set depth size based on LOD0 for 3D texturesJordan Justen1-2/+2
2014-05-14i965/gen8 renderbuffer: Set depth size based on LOD0 for 3D texturesJordan Justen1-1/+1
2014-05-14i965/gen7 renderbuffer: Set depth size based on LOD0 for 3D texturesJordan Justen1-1/+1
2014-05-14i965/Gen8: Set up layer constraints properly for depth buffersChris Forbes1-9/+6
2014-05-14i965/Gen7: Set up layer constraints properly for depth buffersChris Forbes1-9/+6
2014-05-14i965/Gen8: Set up layer constraints properly for renderbuffersChris Forbes1-10/+5
2014-05-14i965/Gen7: Set up layer constraints properly for renderbuffersChris Forbes1-10/+7
2014-05-13nv50,nvc0: fix blit 3d path for 1d array texturesIlia Mirkin1-0/+6
2014-05-13nv50,nvc0: leave queries on during blit, turn them on for 2d engineIlia Mirkin6-6/+35
2014-05-13mesa/st: leave current query enabled during glBlitFramebufferIlia Mirkin3-0/+4
2014-05-13gallium: add bit to pipe_blit_info to leave current query enabledIlia Mirkin1-0/+3
2014-05-13nv50: fix setting of texture ms info to be per-stageIlia Mirkin3-6/+10
2014-05-13nv50/ir: make sure to reverse cond codes on all the OP_SET variantsIlia Mirkin1-1/+2