mesa.git
2015-12-29 Kristian Høgsberg... i965: Assert that SYSTEM_VALUE_VERTEX_ID gets lowered
2015-12-29 Kristian Høgsberg... mesa: Add core mesa support for GL_ARB_shader_draw_para...
2015-12-29 Kristian Høgsberg... mesa/vbo: Add draw_id field to struct _mesa_prim
2015-12-29 Aaron Watrynir: Remove function overload in control flow test
2015-12-29 Nicolai Hähnleradeonsi: add RADEON_REPLACE_SHADERS debug option
2015-12-29 Nicolai Hähnleradeonsi: count compilations in si_compile_llvm
2015-12-29 Nicolai Hähnlegallium/util: add DEBUG_GET_ONCE_OPTION
2015-12-29 Grazvydas Ignotasr600: fix constant buffer size programming
2015-12-28 Kenneth Graunkedocs: Mark ARB_tessellation_shader as done on all i965...
2015-12-28 Kenneth Graunkei965: Enable ARB_tessellation_shader on Gen7-7.5.
2015-12-28 Kenneth Graunkei965: Don't set interleave or complete on TCS EOT message.
2015-12-28 Kenneth Graunkei965: Relase input URB Handles on Gen7/7.5 when TCS...
2015-12-28 Kenneth Graunkei965: Use proper TCS barrier ID bits for Ivybridge...
2015-12-28 Kenneth Graunkei965: Use proper TCS Instance ID bits for Ivybridge...
2015-12-28 Kenneth Graunkei965: Port tessellation evaluation shaders to vec4...
2015-12-28 Kenneth Graunkei965: Emit a real 3DSTATE_DS on Gen7.
2015-12-28 Kenneth Graunkei965: Emit a real 3DSTATE_HS on Gen7.
2015-12-28 Kenneth Graunkei965: Add the TCS/TES state upload atoms to the gen7_at...
2015-12-28 Jason Ekstrandnir: Get rid of function overloads
2015-12-28 Ilia Mirkinnvc0: don't forget to reset VTX_TMP bufctx slot after...
2015-12-28 Ilia Mirkinnv50,nvc0: add a note when converting vertex elements...
2015-12-24 Connor Abbottgallium/auxiliary: don't build NIR sources with MSVC200...
2015-12-23 Anuj Phogati965: Add tr_mode and mip tail information in surface...
2015-12-23 Jordan Justeni965/gen8/cs: Gen8 requires 64 byte alignment for push...
2015-12-23 Rob Clarkfreedreno/ir3: spelling..
2015-12-23 Rob Clarknir/print: print variable constant-initializers
2015-12-23 Kenneth Graunkedocs: Clarify that ARB_tessellation_shader is only...
2015-12-23 Kenneth Graunkedocs: Mark ARB_tessellation_shader as done on i965...
2015-12-23 Kenneth Graunkei965: Enable ARB_tessellation_shader on Gen8+.
2015-12-23 Kenneth Graunkei965: Handle mix-and-match TCS/TES with separate shader...
2015-12-23 Kenneth Graunkei965: Defer input lowering for tessellation stages...
2015-12-23 Kenneth Graunkei965: Automatically create a passthrough TCS when needed.
2015-12-23 Kenneth Graunkei965: Start program_string_id from 1, not 0.
2015-12-23 Kenneth Graunkei965: Create and set a new brw_tcs_prog_data::outputs_w...
2015-12-23 Kenneth Graunkei965: Upload HS push constants whenever default tess...
2015-12-23 Kenneth Graunkei965: Only call _mesa_load_state_parameters if prog...
2015-12-23 Kenneth Graunkei965: Switch TCS gl_program/gl_shader_program checks...
2015-12-23 Kenneth Graunkei965: Remove unnecessary brw->tess_ctrl_program assertions.
2015-12-23 Kenneth Graunkei965: Consolidate BRW_NEW_TESS_{CTRL,EVAL}_PROGRAM...
2015-12-23 Kenneth Graunkei965: Only call brw_upload_tcs/tes_prog when using...
2015-12-23 Kenneth Graunkenir: Add a glsl_vec_type() helper.
2015-12-22 Kenneth Graunkenir: Use writemasked store_vars in glsl_to_nir.
2015-12-22 Kenneth Graunkenir: Add a writemask to store intrinsics.
2015-12-22 Tapani Pällimesa: update gl_HelperInvocation support status in...
2015-12-22 Tapani Pällimesa: fix interface matching done in validate_io
2015-12-22 Iago Toral... mesa: add SSBOs to the list of fragment shader side...
2015-12-22 Iago Toral... i965: Ensure FS execution in presence of atomic buffers
2015-12-22 Iago Toral... mesa: Add a _mesa_active_fragment_shader_has_side_effec...
2015-12-22 Kenneth Graunkei965: Implement gl_PatchVerticesIn by baking it into...
2015-12-22 Kenneth Graunkei965: Add tessellation control shaders.
2015-12-22 Kenneth Graunkei965: Add tessellation evaluation shaders
2015-12-22 Timothy Arcerinir: remove field only used in GLSL IR when assigning...
2015-12-22 Ben Skeggsnouveau: enable use of new kernel interfaces
2015-12-22 Ben Skeggsnvc0: remove use of deprecated sw class identifier
2015-12-22 Ben Skeggsnv50: fix g98+ vdec class allocation
2015-12-22 Ben Skeggsnouveau: remove use of deprecated nouveau_device_wrap()
2015-12-22 Ben Skeggsnouveau: fix screen creation failure paths
2015-12-22 Ben Skeggsnouveau: return nouveau_screen from hw-specific creatio...
2015-12-22 Ben Skeggsnouveau: remove use of deprecated nouveau_device::drm_v...
2015-12-22 Ben Skeggsnouveau: remove use of deprecated nouveau_device::fd
2015-12-22 Ben Skeggsnouveau: bump required libdrm version to 2.4.66
2015-12-21 Dave Airlier600: fix viewport clipping handling (v2)
2015-12-21 Dave Airlieradeonsi: fix viewport clipping handling. (v2)
2015-12-21 Dave Airlier600: drop VTX_CNT_EN write from initial state
2015-12-21 Nicolai Hähnlegallium/radeon: fix regression in a number of driver...
2015-12-21 Ben Widawskyi965: Only apply CS stall workaround pre-SKL
2015-12-21 Ilia Mirkinglx/dri3: a drawable might not be bound at wait time
2015-12-21 Emil Velikovdocs: add news item and link release notes for 11.0.8
2015-12-21 Emil Velikovdocs: add sha256 checksums for 11.0.8
2015-12-21 Emil Velikovdocs: add release notes for 11.0.8
2015-12-19 Dave Airlieglsl: count attributes for vertex inputs properly.
2015-12-19 Kenneth Graunkeralloc: Fix ralloc_adopt() to the old context's last...
2015-12-19 Dave Airlieglsl: fix transform feedback for 64-bit outupts.
2015-12-19 Dave Airlieglsl: fix partial marking for fp64 types.
2015-12-19 Dave Airlieglsl: only update doubles inputs for vertex inputs.
2015-12-19 Eric Anholtvc4: Do instruction scheduling on the QIR to hide textu...
2015-12-19 Eric Anholtvc4: Fix latency handling for QPU texture scheduling.
2015-12-19 Eric Anholtvc4: Keep sample mask writes from being reordered after...
2015-12-19 Dave Airlieglsl: fix count_attribute_slots to allow for different...
2015-12-19 Dave Airlieglsl: use dual slot helper in the linker code.
2015-12-19 Dave Airlieglsl/fp64: add helper for dual slot double detection.
2015-12-19 Dave Airlieglsl: pass stage into mark function
2015-12-18 Rob Herringfreedreno/ir3: fix 32-bit builds with pointer-to-int...
2015-12-18 Matt Turneri965/vec4: Optimize predicate handling for any/all.
2015-12-18 Matt Turnernir: Delete bany, ball, fany, fall.
2015-12-18 Matt Turnerglsl: Implement all(v) as all_equal(v, true).
2015-12-18 Matt Turnerglsl: Remove ir_unop_any.
2015-12-18 Matt Turnerglsl: Implement any(v) as any_nequal(v, false).
2015-12-18 Nicolai Hähnlegallium/radeon: only dispose locally created target...
2015-12-18 Roland Scheideggergallium/util: (trivial) include p_shader_tokens.h in...
2015-12-17 Roland Scheideggerdraw: fix clip test with NaNs
2015-12-17 Roland Scheideggerdraw: fix pstipple and aaline stages wrt sampler_views...
2015-12-17 Miklós Mátéswrast: move two global defines to the only place where...
2015-12-17 Miklós Mátémesa: improve debug log in atifragshader
2015-12-17 Miklós Mátéprogram: fix comment about the fog formula
2015-12-17 Miklós Mátémesa: Don't leak ATIfs instructions in DeleteFragmentShader
2015-12-17 Oded Gabbayconfigura.ac: fix test for SSE4.1 assembler support
2015-12-17 Jonathan Grayconfigure: check for python2.7 for PYTHON2
2015-12-17 Jonathan Grayconfigure.ac: use pkg-config for libelf
2015-12-17 Jordan Justeni965/screen: Allow OpenGLES 3.1 for gen8+
next