summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-03nv30: avoid doing extra work on clear and hitting unexpected statesIlia Mirkin5-9/+11
2015-06-03st/dri: fix postprocessing crash when there's no depth bufferMarek Olšák1-5/+4
2015-06-03mesa: Enable ARB_direct_state_access by default for core profileIan Romanick1-1/+1
2015-06-03dispatch_sanity: Validate the compatibility profile dispatch table tooIan Romanick1-0/+493
2015-06-03dispatch_sanity: Split list of GL 3.1 functions in to core and commonIan Romanick1-71/+342
2015-06-03mesa: Don't install glVertexAttribL* functions in compatibility profileIan Romanick2-1/+3
2015-06-03glapi: Make GL_ARB_direct_state_access functions exclusive to core profileIan Romanick1-0/+100
2015-06-03glapi: Store exec table version info outside the XMLIan Romanick3-12/+185
2015-06-03Revert "mesa: Add an extension flag for ARB_direct_state_access"Ian Romanick2-2/+1
2015-06-03mesa: Use the profile instead of an extension bit to validate GL_TEXTURE_CUBE...Ian Romanick1-3/+10
2015-06-03Revert "mesa: Add ARB_direct_state_access checks in XFB functions"Ian Romanick1-42/+0
2015-06-03Revert "mesa: Add ARB_direct_state_access checks in buffer object functions"Ian Romanick1-105/+0
2015-06-03Revert "mesa: Add ARB_direct_state_access checks in FBO functions"Ian Romanick4-127/+0
2015-06-03Revert "mesa: Add ARB_direct_state_access checks in renderbuffer functions"Ian Romanick1-21/+0
2015-06-03Revert "mesa: Add ARB_direct_state_access checks in texture functions"Ian Romanick6-200/+0
2015-06-03Revert "mesa: Add ARB_direct_state_access checks in VAO functions"Ian Romanick2-86/+0
2015-06-03Revert "mesa: Add ARB_direct_state_access checks in sampler object functions"Ian Romanick1-7/+0
2015-06-03Revert "mesa: Add ARB_direct_state_access checks in program pipeline functions"Ian Romanick1-6/+0
2015-06-03Revert "mesa: Add ARB_direct_state_access checks in query object functions"Ian Romanick1-7/+0
2015-06-03Revert "i915: Enable ARB_direct_state_access"Ian Romanick1-1/+0
2015-06-03Revert "i965: Enable ARB_direct_state_access"Ian Romanick1-1/+0
2015-06-03Revert "st/mesa: Enable ARB_direct_state_access"Ian Romanick1-6/+0
2015-06-03i965/fs: Properly handle explicit depth in SIMD16 with dual-source blendJason Ekstrand1-1/+5
2015-06-03i965: Emit 3DSTATE_MULTISAMPLE before WM_HZ_OP (gen8+)Ben Widawsky1-0/+10
2015-06-03i965/fs: Fix lowering of integer multiplication with cmod.Matt Turner1-0/+11
2015-05-27Increment version to 10.6.0-rc2mesa-10.6.0-rc2Emil Velikov1-1/+1
2015-05-27mesa: do not use _glapi_new_nop_table() for DRI buildsBrian Paul3-4/+65
2015-05-27radeonsi: fix scratch buffer setup for geometry shadersMarek Olšák1-2/+9
2015-05-27clover: Build fix for FreeBSD.Koop Mast1-0/+1
2015-05-27i965/skl: Add a message header for the TXF_MCS instruction in vec4vsNeil Roberts1-2/+18
2015-05-27nv30: falling back to draw path for edgeflag does no goodIlia Mirkin1-3/+2
2015-05-27nv30/draw: switch varying hookup logic to know about texcoordsIlia Mirkin1-9/+16
2015-05-27nv30/draw: allocate vertex buffers in gartIlia Mirkin1-6/+10
2015-05-27nv30/draw: only use the DMA1 object (GART) if the bo is not in VRAMIlia Mirkin1-3/+3
2015-05-27nv30/draw: fix indexed draws with swtnl path and a resource index bufferIlia Mirkin1-3/+3
2015-05-27glsl: avoid leaking linked gl_shader when there's a late linker errorIlia Mirkin1-2/+8
2015-05-27llvmpipe: (trivial) add parantheses in (!x == y) expressionRoland Scheidegger1-1/+1
2015-05-27st/mesa: don't leak glsl_to_tgsi object on link failureIlia Mirkin1-0/+1
2015-05-27nv30/draw: draw expects constbuf size in bytes, not vec4 unitsIlia Mirkin1-1/+1
2015-05-27nv30/draw: avoid leaving stale pointers in draw stateIlia Mirkin1-4/+4
2015-05-27nv30: fix clip plane uploads and enable changesIlia Mirkin1-9/+7
2015-05-27nv30: avoid leaking render state and draw shadersIlia Mirkin3-0/+16
2015-05-27nv30: don't leak fragprog constsIlia Mirkin1-0/+1
2015-05-27nv50/ir: avoid messing up arg1 of PFETCHIlia Mirkin1-2/+18
2015-05-27nvc0: a geometry shader can have up to 1024 vertices outputIlia Mirkin1-1/+1
2015-05-27i965/fs: Fix implied_mrf_writes for scratch writesJason Ekstrand1-1/+1
2015-05-27nvc0/ir: LOAD's can't be used for shader inputsIlia Mirkin2-0/+2
2015-05-27nv50/ir: guess that the constant offset is the starting slot of arrayIlia Mirkin1-2/+4
2015-05-27nvc0/ir: set ftz when sources are floats, not just destinationsIlia Mirkin1-3/+2
2015-05-27u_math: uses assert, include assert.hDave Airlie1-0/+1