summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* glsl: Fix prorgram interface query locations biasing for SSO.Kenneth Graunke2016-04-011-8/+3
* glsl: Return -1 for program interface query locations in many cases.Kenneth Graunke2016-04-011-53/+9
* glsl: Consolidate gl_VertexIDMESA -> gl_VertexID query hacks.Kenneth Graunke2016-04-011-17/+0
* glsl: Add all system variables to the input resource list.Kenneth Graunke2016-04-011-8/+1
* mesa: Make _mesa_choose_tex_format() handle stencil textures.Kenneth Graunke2016-04-011-0/+5
* gallium: distinguish between shader IR in get_compute_paramBas Nieuwenhuizen2016-04-021-6/+7
* gallium: add threads per block TGSI propertyBas Nieuwenhuizen2016-04-021-0/+18
* gallium: add compute shader IR typeBas Nieuwenhuizen2016-04-021-0/+1
* i965: Add an implemnetation of nir_op_fquantize2f16Jason Ekstrand2016-04-012-0/+53
* Android: fix x86 gallium buildsRob Herring2016-04-015-5/+55
* mesa: add GL_OES/EXT_draw_buffers_indexed supportIlia Mirkin2016-03-312-0/+12
* 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
* ptn: Fix all users of ptn_swizzleIan Romanick2016-03-311-6/+6
* ptn: Silence unused parameter warningIan Romanick2016-03-311-2/+2
* mesa: add GL_EXT_copy_image supportIlia Mirkin2016-03-301-0/+1
* mesa: add GL_OES_copy_image supportIlia Mirkin2016-03-306-1/+128
* mesa: remove duplicate MAX_GEOMETRY_SHADER_INVOCATIONS entryIlia Mirkin2016-03-301-3/+0
* st/mesa: add ES sample-shading supportIlia Mirkin2016-03-301-0/+6
* mesa: add GL_OES_shader_multisample_interpolation supportIlia Mirkin2016-03-303-3/+14
* mesa: add GL_OES_sample_shading supportIlia Mirkin2016-03-304-3/+8
* mesa: add OES_sample_variables to extension table, add enable bitIlia Mirkin2016-03-302-0/+2
* 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
* mesa: add query support for GL_TRANSFORM_FEEDBACK_BUFFER interfaceTimothy Arceri2016-03-313-2/+51
* glsl: add transform feedback buffers to resource listTimothy Arceri2016-03-313-3/+3
* mesa: add support to query GL_TRANSFORM_FEEDBACK_BUFFER_INDEXTimothy Arceri2016-03-312-0/+7
* mesa: add support to query GL_OFFSET for GL_TRANSFORM_FEEDBACK_VARYINGTimothy Arceri2016-03-312-3/+12
* mesa: rename tranform feeback varying macro XFB to XFVTimothy Arceri2016-03-311-6/+6
* glsl: validate global out xfb_stride qualifiers and set stride on empty buffersTimothy Arceri2016-03-311-0/+7
* mesa: split transform feedback buffer into its own structTimothy Arceri2016-03-316-20/+28
* glsl: use bitmask of active xfb buffer indicesTimothy Arceri2016-03-314-22/+24
* i965: Don't inline intel_batchbuffer_require_space().Matt Turner2016-03-302-26/+28
* mesa: allow mutable buffer textures to back GL ES imagesIlia Mirkin2016-03-291-1/+6
* mesa: make _mesa_prepare_mipmap_level() staticBrian Paul2016-03-292-15/+8
* meta: use _mesa_prepare_mipmap_levels()Brian Paul2016-03-291-24/+8
* xlib: add support for GLX_ARB_create_contextBrian Paul2016-03-293-0/+77
* st/mesa: simplify st_generate_mipmap()Brian Paul2016-03-291-78/+24
* mesa: new _mesa_prepare_mipmap_levels() function for mipmap generationBrian Paul2016-03-292-31/+62
* i965: Don't use CUBE wrap modes for integer formats on IVB/BYT.Kenneth Graunke2016-03-291-1/+5
* Revert "i965: Set address rounding bits for GL_NEAREST filtering as well."Kenneth Graunke2016-03-291-6/+3
* st/mesa: implement new DMA-buf based VDPAU interop v2Christian König2016-03-291-49/+132