summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nir/gather_info: Add an assert for supported stagesJason Ekstrand2016-04-011-0/+6
* nir: Move variable_get_io_mask back into gather_infoJason Ekstrand2016-04-012-31/+31
* Merge remote-tracking branch 'public/master' into vulkanJason Ekstrand2016-04-01253-3691/+8701
|\
| * i965: Add an implemnetation of nir_op_fquantize2f16Jason Ekstrand2016-04-012-0/+53
| * nir: Add an opcode for stomping a 32-bit value to 16-bit precisionJason Ekstrand2016-04-011-0/+1
| * nvc0: enable compute shaders on GK104 and GM107+Samuel Pitoiset2016-04-011-1/+2
| * nvc0: bump the maximum number of UBOs for compute on KeplerSamuel Pitoiset2016-04-012-3/+0
| * nvc0/ir: do not lower shared+atomics on GM107+Samuel Pitoiset2016-04-011-7/+10
| * nvc0/ir: add atomics support on shared memory for KeplerSamuel Pitoiset2016-04-012-1/+108
| * nvc0/ir: fix wrong pred emission for ld lock on GK104Samuel Pitoiset2016-04-011-1/+4
| * nvc0/ir: add support for compute UBOs on KeplerSamuel Pitoiset2016-04-012-1/+57
| * nvc0: add indirect compute support on KeplerSamuel Pitoiset2016-04-011-34/+77
| * nvc0: reduce likelihood of collision for real buffers on KeplerSamuel Pitoiset2016-04-011-2/+2
| * nvc0: store ubo info to the driver constbuf on KeplerSamuel Pitoiset2016-04-014-1/+30
| * nvc0: bind user uniforms for compute on KeplerSamuel Pitoiset2016-04-012-27/+55
| * nvc0: bind shader buffers for compute on KeplerSamuel Pitoiset2016-04-012-3/+39
| * nvc0: bind driver cb for compute on c7[] for KeplerSamuel Pitoiset2016-04-014-45/+37
| * gallivm: Prevent disassembly debug output from being truncated.Jose Fonseca2016-04-011-9/+9
| * compiler: random comment fixupRob Clark2016-04-011-1/+1
| * docs: minor updates to license.html fileBrian Paul2016-04-011-5/+9
| * radeonsi: use util_strchrnul() to fix android build errorMauro Rossi2016-04-011-1/+2
| * egl: android: enable EGL_FRAMEBUFFER_TARGET_ANDROID and EGL_RECORDABLE_ANDROIDRob Herring2016-04-011-0/+4
| * egl: Add EGL_RECORDABLE_ANDROID attributeRob Herring2016-04-014-0/+9
| * egl: Add EGL_FRAMEBUFFER_TARGET_ANDROID attributeRob Herring2016-04-014-1/+10
| * Android: fix x86 gallium buildsRob Herring2016-04-015-5/+55
| * gallivm: Use vector selects on LLVM 3.3+.Jose Fonseca2016-04-011-3/+5
| * glsl: do not raise unitialized variable warnings on builtins/reserved GL vari...Alejandro PiƱeiro2016-04-011-1/+2
| * nv50,nvc0: add PIPE_BIND_LINEAR support to is_format_supportedIlia Mirkin2016-03-312-0/+18
| * mesa: add GL_OES/EXT_draw_buffers_indexed supportIlia Mirkin2016-03-315-1/+120
| * i965: Use brw->urb.min_vs_urb_entries instead of 32 for BLORP.Kenneth Graunke2016-03-311-4/+1
| * i965: Fix textureSize() depth value for 1 layer surfaces on Gen4-6.Kenneth Graunke2016-03-312-6/+18
| * nir: Simplify a bcsel to logical-orIan Romanick2016-03-311-0/+1
| * ptn: Fix all users of ptn_swizzleIan Romanick2016-03-311-6/+6
| * ptn: Silence unused parameter warningIan Romanick2016-03-311-2/+2
| * tgsi: silence compiler warning in fetch_sampler_unit()Samuel Pitoiset2016-04-011-1/+1
| * tgsi: fix out of bounds access in exec_atomop()Samuel Pitoiset2016-04-011-1/+1
| * tgsi: split tgsi_util_get_texture_coord_dim() function into twoBrian Paul2016-03-316-47/+46
| * tgsi: skip texture query opcodes when examining texture targetsBrian Paul2016-03-311-1/+15
| * nv50/ir: Check for valid insn instead of def sizePierre Moreau2016-03-311-2/+2
| * mesa: add GL_EXT_copy_image supportIlia Mirkin2016-03-302-0/+23
| * mesa: add GL_OES_copy_image supportIlia Mirkin2016-03-308-2/+151
| * mesa: remove duplicate MAX_GEOMETRY_SHADER_INVOCATIONS entryIlia Mirkin2016-03-301-3/+0
| * st/mesa: add ES sample-shading supportIlia Mirkin2016-03-302-3/+9
| * mesa: add GL_OES_shader_multisample_interpolation supportIlia Mirkin2016-03-308-10/+28
| * mesa: add GL_OES_sample_shading supportIlia Mirkin2016-03-305-3/+14
| * glsl: add GL_OES_sample_variables supportIlia Mirkin2016-03-304-4/+16
| * mesa: add OES_sample_variables to extension table, add enable bitIlia Mirkin2016-03-302-0/+2
| * glsl: add gl_MaxSamples, new in GL 4.5 / GL ES 3.2Ilia Mirkin2016-03-303-0/+9
| * i965: Don't add barrier deps for FB write messages.Matt Turner2016-03-301-1/+2
| * i965: Add and use is_scheduling_barrier() function.Matt Turner2016-03-301-4/+17