summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-18i965/cfg: Ignore non-CF instructions in unreachable blocks.wip/nir-gvnMatt Turner1-0/+11
2016-08-18i965/fs: Bail out of opt_sampler_eot() if last instruction isn't EOT.Matt Turner1-1/+2
2016-08-17i965/cfg: Factor common code out of switch statement.Matt Turner1-8/+2
2016-08-10i965/vec4: Make opt_vector_float reset at the top of each blockJason Ekstrand1-80/+82
2016-08-10i965/nir: Use GCM and GVNJason Ekstrand1-0/+1
2016-08-10nir/gcm: Add value numbering supportJason Ekstrand2-6/+25
2016-08-10nir/gcm: Call nir_metadata_preserveJason Ekstrand1-0/+3
2016-08-08anv/pipeline/gen7: Set multisample modesLionel Landwerlin3-3/+14
2016-08-08anv/pipeline: rename info to rs_info in emit_rs_stateLionel Landwerlin1-8/+8
2016-08-08Revert "glsl: don't try to lower non-gl builtins as if they were gl_FragData"Marek Olšák1-2/+1
2016-08-08egl/android: Add support for YV12 pixel format (v2)Tomasz Figa1-6/+50
2016-08-08st/mesa: Make Gallium's BlitFramebuffer follow the GL 4.4 sRGB rules.Kenneth Graunke1-4/+16
2016-08-08meta: Make Meta's BlitFramebuffer() follow the GL 4.4 sRGB rules.Kenneth Graunke1-54/+30
2016-08-08i965: Make BLORP's BlitFramebuffer follow the GL 4.4 sRGB rules.Kenneth Graunke1-2/+5
2016-08-08i965: Make BLORP do sRGB encode/decode on ES 2 as well.Kenneth Graunke1-2/+2
2016-08-08Revert "st/mesa: use sRGB formats for MSAA resolving if destination is sRGB"Kenneth Graunke1-32/+0
2016-08-08i965: Drop the "do resolves in sRGB" hack.Kenneth Graunke1-24/+0
2016-08-08i965: Bail on the BLT path if BlitFramebuffer requires sRGB conversion.Kenneth Graunke2-2/+10
2016-08-08egl/android: Make get_fourcc() accept HAL formatsTomasz Figa1-9/+11
2016-08-08egl/android: Refactor image creation to separate flink and prime paths (v2)Tomasz Figa1-42/+57
2016-08-08egl/android: Respect buffer mask in droid_image_get_buffers (v2)Tomasz Figa1-5/+15
2016-08-08egl/android: Remove unused variables in droid_get_buffers_with_format()Tomasz Figa1-3/+0
2016-08-08anv/pipeline/gen7: Set the depth format in 3DSTATE_SFJason Ekstrand3-2/+25
2016-08-08isl: Add a helper for getting a depth format from an isl_formatJason Ekstrand2-0/+26
2016-08-08anv/pipeline: Unify 3DSTATE_RASTER and 3DSTATE_SF setup between gen7 and gen8Jason Ekstrand3-91/+62
2016-08-08anv/pipeline/gen8: Set 3DSTATE_SF::StatisticsEnableJason Ekstrand1-0/+1
2016-08-08anv/pipeline/gen8: Unconditionally set DXMultisampleRasterizaitonEnableJason Ekstrand1-9/+2
2016-08-08anv/pipeline/gen8: Use fewer designated initializers in emit_rs_stateJason Ekstrand1-26/+27
2016-08-08genxml: Make 3DSTATE_SF more consistent between gen7 and gen8+Jason Ekstrand3-6/+12
2016-08-08anv/pipeline/gen8: Remove an old commentJason Ekstrand1-2/+0
2016-08-08mesa: Skip ES 3.0/3.1 transform feedback primitive counting error.Kenneth Graunke1-1/+17
2016-08-08mesa: Share code between _mesa_validate_DrawArrays[_Instanced].Kenneth Graunke1-64/+25
2016-08-08glsl: Implicitly enable OES_shader_io_blocks if geom/tess are enabled.Kenneth Graunke1-0/+11
2016-08-08glsl: Expose gl_PointSize if OES/EXT_tessellation_point_size is enabled.Kenneth Graunke1-1/+5
2016-08-08glsl: Add extension plumbing for OES/EXT_tessellation_shader.Kenneth Graunke4-3/+19
2016-08-08mesa: Move tessellation shader gets to GL_CORE, GLES31 section.Kenneth Graunke1-33/+36
2016-08-08mesa: Add {OES,EXT}_tessellation_shader to the extensions table.Kenneth Graunke2-2/+9
2016-08-08mapi: Add PatchParameteriOES and PatchParameteriEXT.Kenneth Graunke2-0/+13
2016-08-08radeonsi: add has_draw_indirect_multi flagNicolai Hähnle3-1/+14
2016-08-08radeonsi: transpose indirect/index draw dispatchNicolai Hähnle1-45/+31
2016-08-08radeonsi: move index buffer calculations in si_emit_draw_packets upNicolai Hähnle1-9/+12
2016-08-08radeonsi: unify emitting PKT3_SET_BASE for indirect drawsNicolai Hähnle1-16/+9
2016-08-08winsys/amdgpu: query ME/PFP/CE firmware versionsNicolai Hähnle3-0/+28
2016-08-08radeonsi: move spi_ps_input_addr override outside of the loopNicolai Hähnle1-3/+3
2016-08-08radeonsi: drop unnecessary u_pstipple.h includeNicolai Hähnle1-1/+0
2016-08-08radeonsi: do not pass the return type to buffer_load_constNicolai Hähnle1-18/+18
2016-08-07glsl: Combine GS and TES array resizing visitors.Kenneth Graunke1-72/+35
2016-08-07glsl: Fix location bias for patch variables.Kenneth Graunke1-0/+3
2016-08-07glsl: Fix the program resource names of gl_TessLevelOuter/Inner[].Kenneth Graunke1-0/+12
2016-08-07glsl: Delete bogus ir_set_program_inouts assert.Kenneth Graunke1-3/+7