summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-29nv50,nvc0: always pull out bufctx on context destructionChristoph Bumiller2-9/+7
2014-05-23Bump version to 10.2-rc4mesa-10.2-rc4Ian Romanick1-1/+1
2014-05-23Merge remote-tracking branch 'robclark/freedreno-10.2' into 10.2Ian Romanick29-229/+1847
2014-05-23i965: Properly return *RESET* status in glGetGraphicsResetStatusARBPavel Popov1-5/+13
2014-05-23targets/egl-static: add missing line break in ldflagsEmil Velikov1-1/+1
2014-05-23mesa: Fix unbinding GL_DEPTH_STENCIL_ATTACHMENTJames Legg1-0/+6
2014-05-23meta blit: Set Z texcoord during meta blit to sample the correct layerJordan Justen1-1/+8
2014-05-23i965: Listen to BRW_NEW_FRAGMENT_PROGRAM for 3DSTATE_PS_BLEND.Kenneth Graunke2-2/+3
2014-05-23i965: Use WE_all for FB write header setup on Broadwell.Kenneth Graunke1-6/+7
2014-05-23meta: Use gl_FragColor to output color values to all the draw buffersAnuj Phogat1-11/+4
2014-05-23meta: Refactor _mesa_meta_setup_blit_shader() to avoid duplicate shader codeAnuj Phogat1-53/+48
2014-05-23tgsi: add GS_INVOCATIONS to property names arrayIlia Mirkin1-1/+2
2014-05-23nv50,nvc0: fix 3d blits with mipmap levelsIlia Mirkin2-11/+19
2014-05-23nv50/ir: fix constant folding for OP_MUL subop HIGHIlia Mirkin1-4/+43
2014-05-23nv50/ir: fix s32 x s32 -> high s32 multiply logicIlia Mirkin2-11/+82
2014-05-23meta: Avoid _swrast_BlitFramebuffer in the meta CopyTexSubImage code.Kenneth Graunke1-6/+6
2014-05-23meta: Split _swrast_BlitFramebuffer out of the meta blit path.Kenneth Graunke8-25/+56
2014-05-23meta: Drop unnecessary early returns in _mesa_meta_BlitFramebuffer.Kenneth Graunke1-8/+0
2014-05-23Revert "i965: Don't _swrast_BlitFramebuffer when doing CopyTexSubImage."Kenneth Graunke1-1/+1
2014-05-23i965/fbo: Only try stencil meta blits on gen >= 8Topi Pohjolainen1-2/+4
2014-05-23mesa: Disable GL_EXT_framebuffer_multisample_blit_scaled on Broadwell.Kenneth Graunke1-1/+2
2014-05-23nv50/ir: fix integer mul lowering for u32 x u32 -> high u32Ilia Mirkin1-3/+4
2014-05-23nv50/ir: make sure that texprep/texquerylod's args get coalescedIlia Mirkin1-0/+2
2014-05-20darwin: Fix test for kCGLPFAOpenGLProfile support at runtimeJeremy Huddleston Sequoia1-5/+9
2014-05-20freedreno: don't advertise texture arrays for nowRob Clark1-1/+1
2014-05-20freedreno/a3xx: shadow sampler supportRob Clark2-3/+46
2014-05-20freedreno/a3xx/compiler: refactor trans_samp()Rob Clark1-47/+90
2014-05-20freedreno: update generated headersRob Clark4-4/+10
2014-05-20freedreno/a3xx: use util_format_compose_swizzles()Rob Clark1-9/+9
2014-05-20freedreno/a3xx/compiler: 1D texturesRob Clark1-4/+25
2014-05-20freedreno: fix capsRob Clark1-2/+2
2014-05-20freedreno: fix index buffer offsetRob Clark1-1/+1
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-16Bump version to 10.2-rc3mesa-10.2-rc3Ian Romanick1-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