tgsi/scan: add tgsi_shader_info::reads_samplemask
[mesa.git] / src / mesa /
2016-02-02 Roland ScheideggerRevert "i965: Provide sse2 version for rgba8 <-> bgra8...
2016-02-02 Roland Scheideggeri965: Provide sse2 version for rgba8 <-> bgra8 swizzle
2016-02-02 Roland Scheideggermesa: fix typo in python scripts
2016-02-01 Ilia Mirkinst/mesa: treat a write as a read for range purposes
2016-02-01 Matt Turneri965/gen7+: Use NIR for lowering of pack/unpack opcodes.
2016-02-01 Matt Turneri965/vec4: Implement nir_op_pack_uvec2_to_uint.
2016-02-01 Matt Turneri965/fs: Implement support for extract_word.
2016-02-01 Matt Turnerglsl: Remove 2x16 half-precision pack/unpack opcodes.
2016-02-01 Matt Turneri965/fs: Switch from GLSL IR to NIR for un/packHalf2x16...
2016-02-01 Matt Turneri965: Make separate nir_options for scalar/vector stages.
2016-02-01 Matt Turneri965: Move brw_compiler_create() to new brw_compiler.c.
2016-02-01 Marta Lofstedtmesa: enable enums for OES_geometry_shader
2016-01-30 Ilia Mirkinst/mesa: enable ARB_shader_storage_buffer_object when...
2016-01-30 Ilia Mirkinst/mesa: add shader buffer barrier bit
2016-01-30 Ilia Mirkinst/mesa: add support for memory barrier intrinsics
2016-01-30 Ilia Mirkinst/mesa: use RESQ to find buffer size
2016-01-30 Ilia Mirkinst/mesa: add support for SSBO binding and GLSL intrinsics
2016-01-30 Ilia Mirkinst/mesa: add atomic counter support
2016-01-30 Ilia Mirkinmesa: add PROGRAM_IMMEDIATE, PROGRAM_BUFFER
2016-01-28 Ben Widawskyi965/skl: Utilize new 5th bit for gateway messages
2016-01-26 Ilia Mirkinglsl: add GL_OES_geometry_point_size and conditionalize...
2016-01-26 Emil Velikovglsl: move to compiler/
2016-01-26 Emil Velikovnir: move to compiler/
2016-01-26 Emil Velikovnir: move glsl_types.{cpp,h} to compiler
2016-01-26 Emil Velikovnir: move shader_enums.[ch] to compiler
2016-01-25 Ben Widawskyi965/bxt: Fix conservative wm thread counts.
2016-01-25 Ian Romanickmeta: Use internal functions to set texture parameters
2016-01-25 Ian Romanickmeta/blit: Restore GL_DEPTH_STENCIL_TEXTURE_MODE state...
2016-01-25 Ian Romanickmeta/copy_image: Fix typo in comment
2016-01-25 Ian Romanickmesa: Don't include meta.h
2016-01-24 Marek OlšákRevert "mesa: enable enums for OES_geometry_shader"
2016-01-22 Kenneth Graunkei965: Implement a drirc workaround for broken dual...
2016-01-22 Jeremy Huddleston... Revert "mesa: Deal with size differences between GLuint...
2016-01-22 Ben Widawskyi965/fs: Remove unused count from vs urb setup
2016-01-22 Marta Lofstedtmesa: Update _mesa_has_geometry_shaders
2016-01-22 Marta Lofstedtmesa: enable enums for OES_geometry_shader
2016-01-22 Marta Lofstedtglapi: add GL_OES_geometry_shader extension
2016-01-22 Emil Velikovi915: correctly parse/set the context flags
2016-01-22 Eduardo Lima Mitevi965/vec4/tcs: Return NULL instead of false in brw_comp...
2016-01-21 Rob Clarkgallium: add GREMEDY_string_marker
2016-01-21 Rob Clarkmesa: wire up EmitStringMarker for KHR_debug
2016-01-21 Rob Clarkmesa: add GREMEDY_string_marker
2016-01-21 Neil Robertstexobj: Remove redundant checks that the texture cube...
2016-01-21 Neil Robertstexobj: Fix the completeness checks for cube textures
2016-01-21 Jeremy Huddleston... mesa: Deal with size differences between GLuint and...
2016-01-21 Jeremy Huddleston... mesa: Fix format warnings
2016-01-21 Jeremy Huddleston... mesa: Fix some function prototype mismatching
2016-01-20 Francisco Jerezi965: Implement compute sampler state atom.
2016-01-20 Francisco Jerezi965: Trigger CS state reemission when new sampler...
2016-01-19 Timothy Arcerimesa: remove link validation that should be done elsewhere
2016-01-19 Matt Turneri965/vec4: Spaces around operators.
2016-01-19 Matt Turneri965: Inform compiler of variable range to silence...
2016-01-19 Marta Lofstedtmesa: Move sanity check of BindVertexBuffer for OpenGL...
2016-01-18 Ilia Mirkinst/mesa: restore the stObj's size if it was cleared out
2016-01-18 Emil Velikovi965: adding missing headers to the dist tarball
2016-01-18 Timothy Arcerimesa: fix segfault in glUniformSubroutinesuiv()
2016-01-16 Jason Ekstrandi965/fs: Always set channel 2 of texture headers in...
2016-01-16 Jason Ekstrandi965/fs/generator: Take an actual shader stage rather...
2016-01-16 Jason Ekstrandi965/vec4: Use UW type for multiply into accumulator...
2016-01-15 Kenneth Graunkei965: Apply add_const_offset_to_base for vec4 VS inputs...
2016-01-15 Kenneth Graunkei965: Make add_const_offset_to_base() work at the shade...
2016-01-15 Kenneth Graunkei965: Make an is_scalar boolean in brw_compile_vs().
2016-01-15 Francisco Jerezi965/gen7.5+: Disable resource streamer during GPGPU...
2016-01-15 Francisco Jerezi965/gen7: Emit stall and dummy primitive draw after...
2016-01-15 Francisco Jerezi965/gen4-5: Emit MI_FLUSH as required prior to switchi...
2016-01-15 Francisco Jerezi965/gen6-7: Implement stall and flushes required prior...
2016-01-15 Francisco Jerezi965/gen8+: Invalidate color calc state when switching...
2016-01-15 Francisco Jerezi965: Add state bit to trigger re-emission of color...
2016-01-14 Ilia Mirkinst/mesa: use surface format to generate mipmaps when...
2016-01-14 Charmaine Leegallium/st: add pipe_context::generate_mipmap()
2016-01-14 Brian Paulst/mesa: declare struct pipe_screen in st_cb_bufferobje...
2016-01-14 Matt Turnernir: Lower bitfield_extract.
2016-01-14 Brian Paulst/mesa: add check for color logicop in blit_copy_pixels()
2016-01-14 Nicolai Hähnlest/mesa: implement Driver.InvalidateBufferSubData
2016-01-14 Nicolai Hähnlest/mesa: use pipe->invalidate_resource instead of buffe...
2016-01-14 Nicolai Hähnlemesa: add Driver.InvalidateBufferSubData
2016-01-14 Nicolai Hähnlemesa: fix the checks in _mesa_InvalidateBuffer(Sub...
2016-01-14 Neil Robertstexobj: Check completeness with InternalFormat rather...
2016-01-14 Ben Widawskyi965: Remove unused hw_must_use_separate_stencil
2016-01-14 Matt Turneri965: Drop extra newline from shader compile messages.
2016-01-13 Kenneth Graunkeglsl: Delete the ir_binop_bfm and ir_triop_bfi opcodes.
2016-01-13 Matt Turneri965/fs: Skip assertion on NaN.
2016-01-13 Matt Turneri965/fs: Add debugging to constant combining pass.
2016-01-13 Brian Paulmeta: remove const qualifier on _mesa_meta_fb_tex_blit_...
2016-01-13 Brian Paulst/mesa: fix incorrect buffer token passed to _mesa_Bin...
2016-01-13 Neil Robertsi965/gen9: Don't allow the RGBX formats for texturing...
2016-01-13 Tapani Pällimesa: do not validate io of non-compute and compute...
2016-01-12 Timothy Arcerimesa: print the invalid enum when CreateShader fails
2016-01-12 Kenneth Graunkei965: Mark TCS URB writes as having side effects.
2016-01-12 Tapani Pällimesa: use gl_shader_variable in program resource list
2016-01-12 Erik Faye-Lundmain: get rid of needless conditional
2016-01-11 Ian Romanickmeta: Unconditionally set GL_SKIP_DECODE_EXT
2016-01-11 Ian Romanickmeta: Only bind the sampler in one place
2016-01-11 Ian Romanickmeta/decompress: Don't pollute the sampler object namespace
2016-01-11 Ian Romanickmeta/decompress: Save and restore the sampler using...
2016-01-11 Ian Romanickmeta/decompress: Track sampler using gl_sampler_object...
2016-01-11 Ian Romanickmeta/decompress: Use internal functions for sampler...
2016-01-11 Ian Romanickmeta/generate_mipmap: Don't pollute the sampler object...
2016-01-11 Ian Romanickmeta/generate_mipmap: Save and restore the sampler...
2016-01-11 Ian Romanickmeta/generate_mipmap: Track sampler using gl_sampler_ob...
next