summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove the ATI_envmap_bumpmap extensionJason Ekstrand2014-06-3032-860/+8
* meta: Use AMD_vertex_shader_layer instead of a GS for layered clears.Kenneth Graunke2014-06-301-37/+16
* docs: mark "Geometry shader multiple streams" as done for i965Samuel Iglesias Gonsalvez2014-06-301-1/+1
* i965: Enable vertex streams up to MAX_VERTEX_STREAMS.Iago Toral Quiroga2014-06-301-0/+4
* mesa: Enable simultaneous queries on different streams.Iago Toral Quiroga2014-06-302-10/+11
* i965: Implement GL_PRIMITIVES_GENERATED with non-zero streams.Iago Toral Quiroga2014-06-302-7/+26
* i965: Implement GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN with non-zero streams.Iago Toral Quiroga2014-06-301-4/+4
* mesa: Include stream information in indexed queries.Iago Toral Quiroga2014-06-302-0/+2
* glsl: include streamId when reading/printing ir_variable IR.Samuel Iglesias Gonsalvez2014-06-302-2/+11
* glsl: include streamId when reading/printing emit-vertex and end-primitive IR.Iago Toral Quiroga2014-06-302-8/+27
* i965/gs: Set control data bits for vertices emitted in stream mode.Iago Toral Quiroga2014-06-302-1/+51
* glsl: Validate vertex emission in geometry shaders.Iago Toral Quiroga2014-06-301-14/+134
* glsl: Add support for EmitStreamVertex() and EndStreamPrimitive().Iago Toral Quiroga2014-06-301-0/+58
* glsl: Modify ir_end_primitive to have a stream.Iago Toral Quiroga2014-06-307-16/+64
* glsl: Modify ir_emit_vertex to have a stream.Iago Toral Quiroga2014-06-3010-21/+68
* i965/gs: Set number of control data bits for stream mode.Iago Toral Quiroga2014-06-301-4/+5
* glsl: Store info about geometry shaders that emit vertices to non-zero streams.Iago Toral Quiroga2014-06-304-0/+5
* glsl: Only geometry shader outputs can be associated with non-zero streams.Iago Toral Quiroga2014-06-301-0/+5
* glsl: Two varyings can't write to the same buffer from different streams.Iago Toral Quiroga2014-06-301-0/+17
* glsl: Add methods to retrive a varying's name and streamId.Iago Toral Quiroga2014-06-301-0/+10
* glsl: Fail to link if inter-stage input/outputs are not assigned to stream 0Iago Toral Quiroga2014-06-301-0/+8
* glsl: Assign GLSL StreamIds to transform feedback outputs.Iago Toral Quiroga2014-06-302-3/+16
* i965: Enable transform feedback for streams > 0Iago Toral Quiroga2014-06-301-24/+43
* mesa: add StreamId information to transform feedback outputs.Iago Toral Quiroga2014-06-302-0/+2
* glsl: Add parsing support for multi-stream output in geometry shaders.Samuel Iglesias Gonsalvez2014-06-307-1/+144
* st/omx: strcpy the string into the allocated bufferEmil Velikov2014-06-281-3/+3
* mesa: expose ARB_seamless_cubemap_per_texture when supportedIlia Mirkin2014-06-282-0/+2
* st/omx: keep the name, (name|role)_specific strings dynamically allocatedEmil Velikov2014-06-272-9/+52
* docs: Update the status of a few things in GL3.txtChris Forbes2014-06-271-8/+8
* nv50: fix dri3 prime buffer creationAxel Davy2014-06-271-2/+6
* nvc0: fix dri3 prime buffer creationDave Airlie2014-06-271-1/+1
* gallium/dri2: implement blitImageAxel Davy2014-06-271-3/+51
* dri/image: add blitImage to the specificationAxel Davy2014-06-271-1/+23
* gallium: Add __DRIimageDriverExtension support to galliumAxel Davy2014-06-271-183/+286
* dri3: use invalidate.Axel Davy2014-06-271-0/+7
* dri3: fix image extension checking.Dave Airlie2014-06-271-10/+6
* glxext: Send the Drawable's ID in the GLX_BufferSwapComplete eventJasper St. Pierre2014-06-272-5/+6
* i965: Enable compressed multisample support (CMS) on Broadwell.Kenneth Graunke2014-06-261-8/+0
* i965: Add 2x MSAA support to the MCS allocation function.Kenneth Graunke2014-06-261-0/+1
* i965: Hook up the MCS buffers in SURFACE_STATE on Broadwell.Kenneth Graunke2014-06-261-0/+10
* i965: Drop SINT workaround for CMS layout on Broadwell.Kenneth Graunke2014-06-261-3/+1
* i965: Add plumbing for Broadwell's auxiliary surface support.Kenneth Graunke2014-06-261-7/+37
* i965: Add auxiliary surface field #defines for Broadwell.Jordan Justen2014-06-261-0/+10
* i965: Disassemble all of DP write message control bits on Gen6.Kenneth Graunke2014-06-261-1/+1
* i965: Pass brw to brw_try_compact_instruction().Matt Turner2014-06-263-5/+4
* i965: Add is_cherryview flag to brw_context.Matt Turner2014-06-262-0/+2
* i965: Add CSEL opcode definition for Gen8.Matt Turner2014-06-261-0/+1
* i965: Document which instructions are generation specific.Matt Turner2014-06-261-20/+20
* i965: Don't set UIP for ENDIF/WHILE.Matt Turner2014-06-261-0/+4
* i965: Replace struct brw_compact_instruction with brw_compact_inst.Matt Turner2014-06-266-61/+24