summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * i965: Remove NOP insertion kludge in scheduler.Matt Turner2016-03-301-20/+5
| * i965: Assert that an instruction is not inserted around itself.Matt Turner2016-03-301-0/+4
| * i965: Relax restriction on scheduling last instruction.Matt Turner2016-03-301-20/+3
| * i965/vec4/tcs: Set conditional mod on TCS_OPCODE_SRC0_010_IS_ZERO.Matt Turner2016-03-302-2/+3
| * Revert "i965: Don't add barrier deps for FB write messages."Matt Turner2016-03-301-4/+3
| * i965: Simplify full scheduling-barrier conditions.Matt Turner2016-03-301-27/+8
| * i965: Remove incorrect cycle estimates.Matt Turner2016-03-301-10/+0
| * st/mesa: fix fallout from xfb changes.Dave Airlie2016-03-311-2/+2
| * nir: Fix typo from commit 6702f1acde9.Matt Turner2016-03-301-1/+1
| * docs: mark xfb_* qualifiers as DONETimothy Arceri2016-03-311-1/+1
| * mesa: add query support for GL_TRANSFORM_FEEDBACK_BUFFER interfaceTimothy Arceri2016-03-314-2/+52
| * glsl: add transform feedback buffers to resource listTimothy Arceri2016-03-315-5/+18
| * mesa: add support to query GL_TRANSFORM_FEEDBACK_BUFFER_INDEXTimothy Arceri2016-03-314-8/+18
| * mesa: add support to query GL_OFFSET for GL_TRANSFORM_FEEDBACK_VARYINGTimothy Arceri2016-03-313-3/+13
| * mesa: rename tranform feeback varying macro XFB to XFVTimothy Arceri2016-03-311-6/+6
| * glsl: always enable transform feedback mode when xfb_stride definedTimothy Arceri2016-03-311-0/+10
| * glsl: handle varyings that are not written to but have an xfb_offsetTimothy Arceri2016-03-312-10/+32
| * glsl: when lowering named interface set assigned flagTimothy Arceri2016-03-311-0/+11
| * glsl: reset current stream trackerTimothy Arceri2016-03-311-0/+6
| * glsl: generate link error when implicit stride is to largeTimothy Arceri2016-03-311-15/+22
| * glsl: add xfb_stride link time validationTimothy Arceri2016-03-312-8/+39
| * glsl: validate global out xfb_stride qualifiers and set stride on empty buffersTimothy Arceri2016-03-314-0/+94
| * mesa: split transform feedback buffer into its own structTimothy Arceri2016-03-317-25/+34
| * glsl: use bitmask of active xfb buffer indicesTimothy Arceri2016-03-315-24/+33
| * glsl: sort xfb varyings in offset/buffer orderTimothy Arceri2016-03-311-0/+19
| * glsl: basic linking support for xfb qualifiersTimothy Arceri2016-03-313-13/+52
| * glsl: add xfb helpers and fields to the tfeedback_decl classTimothy Arceri2016-03-312-2/+30
| * glsl: add helper to process xfb qualifiers during linkingTimothy Arceri2016-03-312-0/+71
| * glsl: add helper to generate xfb varying namesTimothy Arceri2016-03-311-0/+43