summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-08global id hacksglobal-id-tempJordan Justen7-5/+119
2015-08-05glsl: Mark gl_GlobalInvocationID dependencies as usedcs-global-id-v1Jordan Justen1-0/+33
2015-08-05glsl/cs: Lower gl_GlobalInvocationID variableJordan Justen4-0/+181
2015-08-05glsl/cs: Add gl_GlobalInvocationID variableJordan Justen2-0/+3
2015-08-05i965/fs: Set first_non_payload_grf in assign_curb_setupJordan Justen1-4/+5
2015-08-05i965: Run vector splitting for CS in brw_link_shaderJordan Justen1-0/+1
2015-08-05i965/nir: Support gl_WorkGroupID variableJordan Justen1-0/+16
2015-08-05i965/cs: Initialize gl_WorkGroupID variable from payloadJordan Justen2-0/+20
2015-08-05nir: Add gl_WorkGroupID system variableJordan Justen2-0/+4
2015-08-05glsl/cs: Add gl_WorkGroupID variableJordan Justen2-0/+3
2015-08-05i965/nir: Support gl_LocalInvocationID variableJordan Justen1-0/+16
2015-08-05i965/cs: Initialize gl_LocalInvocationID from payloadJordan Justen2-2/+24
2015-08-05i965/cs: Initialize gl_LocalInvocationID in push constant dataJordan Justen1-4/+50
2015-08-05i965/cs: Reserve local invocation id in payload regsJordan Justen4-0/+46
2015-08-05nir: Add gl_LocalInvocationID variableJordan Justen2-0/+4
2015-08-05glsl/cs: Add gl_LocalInvocationID variableJordan Justen2-0/+11
2015-08-05i965/cs: Setup push constant data for uniformsJordan Justen5-5/+138
2015-08-05i965/cs: Enable barrier in MEDIA_INTERFACE_DESCRIPTORJordan Justen4-1/+8
2015-08-05nir: add missing type to type_size_vec4()Timothy Arceri1-0/+2
2015-08-05mesa: Add missing check of format and type in glTexSubImageXD on GLES 3.0Eduardo Lima Mitev1-47/+69
2015-08-05mesa: Fix error returned by glCopyTexImage2D() upon an invalid internal formatEduardo Lima Mitev1-9/+9
2015-08-05mesa: Validate target before resolving tex obj in glTex(ture)SubImageXDEduardo Lima Mitev1-15/+14
2015-08-05mesa: Fix errors values returned by glShaderBinary()Eduardo Lima Mitev1-3/+14
2015-08-05mesa: do not modify args when errors with GetProgramResourceNameTapani Pälli1-6/+0
2015-08-05glsl: add variable mode check to build_stagerefTapani Pälli1-4/+13
2015-08-04dri: set the __DRI_API_OPENGL bit based on max gl compat versionFrank Binns1-1/+3
2015-08-04egl: Add eglQuerySurface surface type check for EGL_LARGEST_PBUFFER attribFrank Binns1-1/+2
2015-08-04egl/dri: Add error info needed for EGL_EXT_image_dma_buf_import extensionFrank Binns2-2/+10
2015-08-04vc4: Use nir_lower_load_const_to_scalar().Eric Anholt1-0/+1
2015-08-04nir: Add a nir_lower_load_const_to_scalar() pass.Eric Anholt3-0/+105
2015-08-04vc4: Don't bother de-SSAing values that aren't part of phi webs.Eric Anholt1-15/+44
2015-08-04nir: Add algebraic opt for no-op iand.Eric Anholt1-0/+1
2015-08-04vc4: Don't bother saturating the dst color for blending.Eric Anholt1-8/+2
2015-08-04vc4: Make r4-writes implicitly move to a temp, and allocate temps to r4.Eric Anholt8-107/+106
2015-08-04vc4: Drop a dead prototype.Eric Anholt1-8/+0
2015-08-04Revert "nir: Use a single bit for the dual-source blend index"Eric Anholt1-6/+2
2015-08-04freedreno/a4xx: add independent blend function supportRob Clark2-8/+10
2015-08-04freedreno/a4xx: MRT supportRob Clark12-132/+212
2015-08-04freedreno: move the half-precision logic into coreRob Clark4-31/+38
2015-08-04freedreno: simplify/cleanup resource status trackingRob Clark4-48/+71
2015-08-04freedreno: fix stream-out caps vec4->componentsRob Clark1-2/+2
2015-08-04freedreno: small bit of cleanup about max rendertargetsRob Clark13-17/+40
2015-08-04glx: Use _mesa_lroundevenf() in glPixelStoref().Matt Turner1-12/+13
2015-08-04util: Use SSE intrinsics in _mesa_lroundeven{f,}.Matt Turner1-0/+22
2015-08-04mesa: Use _mesa_lroundevenf() in some more places.Matt Turner2-12/+6
2015-08-03vl/mpeg12: Silence GCC unused-variable warning.Vinson Lee1-0/+1
2015-08-04glsl: replace old hash table with new and faster oneAlejandro Seguí1-7/+11
2015-08-03glsl: Add constuctors for the common cases of glsl_struct_fieldIan Romanick4-56/+53
2015-08-03i965: Make gen7_upload_ps_state staticIan Romanick2-10/+1
2015-08-03i965: Remove extern declaration for nonexistent state atomIan Romanick1-1/+0