mesa.git
2016-04-03 Jose Fonsecagallivm: Use standard LLVMSetAlignment from LLVM 3...
2016-04-02 Timothy Arcerimesa: remove unrequired else
2016-04-02 Ilia Mirkingm107/ir: add OP_SELP emission, used in DSQRT lowering
2016-04-02 Ilia Mirkinnv50/ir: we can't load local memory directly into an...
2016-04-02 Christian Schmidbauerst/nine: specify WINAPI only for i386 and amd64
2016-04-02 Samuel Pitoisetnv50/ir: fix envyas variants when building the code lib
2016-04-02 Brian Paulsvga: remove unused svga_compile_key::texture_msaa...
2016-04-02 Brian Paulsvga: check TXF instruction's target to determine MSAA
2016-04-02 Brian Paultgsi: add simple tgsi_is_msaa_target() helper
2016-04-02 Timothy Arceriglsl: rename var and simplify if
2016-04-02 Timothy Arceriglsl: store ubo or ssbo index in block index
2016-04-02 Timothy Arceriglsl: store stage reference in gl_uniform_block
2016-04-02 Timothy Arceriglsl: simplify buffer block resource limit checking
2016-04-02 Timothy Arceriglsl: simplify SSBO resources check
2016-04-02 Timothy Arceriglsl: split buffer block arrays earlier
2016-04-02 Timothy Arceriglsl: only set buffer block binding once during initial...
2016-04-02 Kenneth Graunkeglsl: Fix prorgram interface query locations biasing...
2016-04-02 Kenneth Graunkeglsl: Return -1 for program interface query locations...
2016-04-02 Kenneth Graunkeglsl: Consolidate gl_VertexIDMESA -> gl_VertexID query...
2016-04-02 Kenneth Graunkeglsl: Clean up some leftover cruft.
2016-04-02 Kenneth Graunkeglsl: Add all system variables to the input resource...
2016-04-02 Kenneth Graunkeglsl: Delete hack for VS system values.
2016-04-02 Kenneth Graunkeglsl: Make add_interface_variables only consider the...
2016-04-02 Kenneth Graunkeglsl: Clarify "mask" variable in add_interface_variables().
2016-04-02 Kenneth Graunkeglsl: Pass stage to add_interface_variables().
2016-04-02 Kenneth Graunkeglsl: Make vertex ID lowering declare gl_BaseVertex...
2016-04-02 Kenneth Graunkeglsl: Exclude ir_var_hidden variables from the program...
2016-04-02 Kenneth Graunkemesa: Make _mesa_choose_tex_format() handle stencil...
2016-04-02 Jordan Justenglsl: Don't require matching centroid qualifiers
2016-04-01 Bas Nieuwenhuizengallium: distinguish between shader IR in get_compute_param
2016-04-01 Bas Nieuwenhuizengallium: add global buffer memory barrier bit
2016-04-01 Bas Nieuwenhuizengallium: add threads per block TGSI property
2016-04-01 Bas Nieuwenhuizengallium: add compute shader IR type
2016-04-01 Timothy Arceriglsl: remove tabs and fix some other style issues in...
2016-04-01 Jason Ekstrandi965: Add an implemnetation of nir_op_fquantize2f16
2016-04-01 Jason Ekstrandnir: Add an opcode for stomping a 32-bit value to 16...
2016-04-01 Samuel Pitoisetnvc0: enable compute shaders on GK104 and GM107+
2016-04-01 Samuel Pitoisetnvc0: bump the maximum number of UBOs for compute on...
2016-04-01 Samuel Pitoisetnvc0/ir: do not lower shared+atomics on GM107+
2016-04-01 Samuel Pitoisetnvc0/ir: add atomics support on shared memory for Kepler
2016-04-01 Samuel Pitoisetnvc0/ir: fix wrong pred emission for ld lock on GK104
2016-04-01 Samuel Pitoisetnvc0/ir: add support for compute UBOs on Kepler
2016-04-01 Samuel Pitoisetnvc0: add indirect compute support on Kepler
2016-04-01 Samuel Pitoisetnvc0: reduce likelihood of collision for real buffers...
2016-04-01 Samuel Pitoisetnvc0: store ubo info to the driver constbuf on Kepler
2016-04-01 Samuel Pitoisetnvc0: bind user uniforms for compute on Kepler
2016-04-01 Samuel Pitoisetnvc0: bind shader buffers for compute on Kepler
2016-04-01 Samuel Pitoisetnvc0: bind driver cb for compute on c7[] for Kepler
2016-04-01 Jose Fonsecagallivm: Prevent disassembly debug output from being...
2016-04-01 Rob Clarkcompiler: random comment fixup
2016-04-01 Brian Pauldocs: minor updates to license.html file
2016-04-01 Mauro Rossiradeonsi: use util_strchrnul() to fix android build...
2016-04-01 Rob Herringegl: android: enable EGL_FRAMEBUFFER_TARGET_ANDROID...
2016-04-01 Rob Herringegl: Add EGL_RECORDABLE_ANDROID attribute
2016-04-01 Rob Herringegl: Add EGL_FRAMEBUFFER_TARGET_ANDROID attribute
2016-04-01 Rob HerringAndroid: fix x86 gallium builds
2016-04-01 Jose Fonsecagallivm: Use vector selects on LLVM 3.3+.
2016-04-01 Alejandro Piñeiroglsl: do not raise unitialized variable warnings on...
2016-04-01 Ilia Mirkinnv50,nvc0: add PIPE_BIND_LINEAR support to is_format_su...
2016-04-01 Ilia Mirkinmesa: add GL_OES/EXT_draw_buffers_indexed support
2016-03-31 Kenneth Graunkei965: Use brw->urb.min_vs_urb_entries instead of 32...
2016-03-31 Kenneth Graunkei965: Fix textureSize() depth value for 1 layer surface...
2016-03-31 Ian Romanicknir: Simplify a bcsel to logical-or
2016-03-31 Ian Romanickptn: Fix all users of ptn_swizzle
2016-03-31 Ian Romanickptn: Silence unused parameter warning
2016-03-31 Samuel Pitoisettgsi: silence compiler warning in fetch_sampler_unit()
2016-03-31 Samuel Pitoisettgsi: fix out of bounds access in exec_atomop()
2016-03-31 Brian Paultgsi: split tgsi_util_get_texture_coord_dim() function...
2016-03-31 Brian Paultgsi: skip texture query opcodes when examining texture...
2016-03-31 Pierre Moreaunv50/ir: Check for valid insn instead of def size
2016-03-31 Ilia Mirkinmesa: add GL_EXT_copy_image support
2016-03-31 Ilia Mirkinmesa: add GL_OES_copy_image support
2016-03-31 Ilia Mirkinmesa: remove duplicate MAX_GEOMETRY_SHADER_INVOCATIONS...
2016-03-31 Ilia Mirkinst/mesa: add ES sample-shading support
2016-03-31 Ilia Mirkinmesa: add GL_OES_shader_multisample_interpolation support
2016-03-31 Ilia Mirkinmesa: add GL_OES_sample_shading support
2016-03-31 Ilia Mirkinglsl: add GL_OES_sample_variables support
2016-03-31 Ilia Mirkinmesa: add OES_sample_variables to extension table,...
2016-03-31 Ilia Mirkinglsl: add gl_MaxSamples, new in GL 4.5 / GL ES 3.2
2016-03-31 Matt Turneri965: Don't add barrier deps for FB write messages.
2016-03-31 Matt Turneri965: Add and use is_scheduling_barrier() function.
2016-03-31 Matt Turneri965: Remove NOP insertion kludge in scheduler.
2016-03-31 Matt Turneri965: Assert that an instruction is not inserted around...
2016-03-31 Matt Turneri965: Relax restriction on scheduling last instruction.
2016-03-31 Matt Turneri965/vec4/tcs: Set conditional mod on TCS_OPCODE_SRC0_0...
2016-03-31 Matt TurnerRevert "i965: Don't add barrier deps for FB write messa...
2016-03-31 Matt Turneri965: Simplify full scheduling-barrier conditions.
2016-03-31 Matt Turneri965: Remove incorrect cycle estimates.
2016-03-31 Dave Airliest/mesa: fix fallout from xfb changes.
2016-03-31 Matt Turnernir: Fix typo from commit 6702f1acde9.
2016-03-31 Timothy Arceridocs: mark xfb_* qualifiers as DONE
2016-03-31 Timothy Arcerimesa: add query support for GL_TRANSFORM_FEEDBACK_BUFFE...
2016-03-31 Timothy Arceriglsl: add transform feedback buffers to resource list
2016-03-31 Timothy Arcerimesa: add support to query GL_TRANSFORM_FEEDBACK_BUFFER...
2016-03-31 Timothy Arcerimesa: add support to query GL_OFFSET for GL_TRANSFORM_F...
2016-03-31 Timothy Arcerimesa: rename tranform feeback varying macro XFB to XFV
2016-03-31 Timothy Arceriglsl: always enable transform feedback mode when xfb_st...
2016-03-31 Timothy Arceriglsl: handle varyings that are not written to but have...
2016-03-31 Timothy Arceriglsl: when lowering named interface set assigned flag
2016-03-31 Timothy Arceriglsl: reset current stream tracker
next