i965/fs/generator: Take an actual shader stage rather than a string
[mesa.git] / src / mesa /
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...
2016-01-11 Ian Romanickmeta/generate_mipmap: Use internal functions for sample...
2016-01-11 Ian Romanickmeta/blit: Don't pollute the sampler object namespace...
2016-01-11 Ian Romanickmeta/blit: Save and restore the sampler using gl_sample...
2016-01-11 Ian Romanickmeta/blit: Use internal functions for sampler object...
2016-01-11 Ian Romanickmeta/blit: Group the SamplerParameteri calls with the...
2016-01-11 Ian Romanickmesa: Refator _mesa_BindSampler to make _mesa_bind_sampler
2016-01-11 Ian Romanickmesa: Add _mesa_set_sampler_srgb_decode method
2016-01-11 Ian Romanickmesa: Add _mesa_set_sampler_filters method
2016-01-11 Ian Romanickmesa: Add _mesa_set_sampler_wrap method
2016-01-11 Ian Romanickmesa: Mark Identity as const
2016-01-11 Kenneth Graunkei965: Upload 3DSTATE_BINDING_TABLE_POINTERS_HS when...
2016-01-11 Mark JanesAdd missing platform information for KBL
2016-01-11 Dave Airliemesa/uniform_query: add IROUNDD and use for doubles...
2016-01-10 Rhys Kiddmesa: Update todo regarding StencilOp and StencilOpSepa...
2016-01-09 Nicolai Hähnlemesa: merge bind_atomic_buffers_{base|range}
2016-01-09 Nicolai Hähnlemesa: merge bind_shader_storage_buffers_{base|range}
2016-01-09 Nicolai Hähnlemesa: merge bind_uniform_buffers_{base|range}
2016-01-09 Nicolai Hähnlemesa: merge bind_xfb_buffers_{base|range}
2016-01-08 Kristian Høgsberg... glsl: Move _mesa_shader_stage_to_string/abbrev to shade...
2016-01-08 Kristian Høgsberg... i965: Move GLSL lowering passes out of libi965_compiler.la
2016-01-08 Jordan Justenmesa: Use separate indices for UBO & SSBO during binding
2016-01-08 Jordan Justenmesa: Map program UBOs and SSBOs to Interface Blocks
2016-01-08 Jose Fonsecamesa/main: Avoid `void function returning a value`...
2016-01-08 Marek Olšákst/mesa: add support for POSITION and FACE system values
2016-01-08 Marek Olšákprogram: add a helper for rewriting FP position input...
2016-01-08 Marek Olšákglsl: optionally declare gl_FragCoord & gl_FrontFacing...
2016-01-08 Marek Olšáktgsi/ureg: remove index parameter from ureg_DECL_system...
2016-01-08 Marek Olšákst/mesa: remove dead code from mesa_to_tgsi
2016-01-08 Nicolai Hähnlemesa: check that internalformat of CopyTexImage*D is...
2016-01-08 Jason Ekstrandi965/compiler: Enable more lowering in NIR
2016-01-07 Ilia Mirkinst/mesa: expose ARB_indirect_parameters when the backen...
2016-01-07 Ilia Mirkinmesa: add support for ARB_indirect_parameters draw...
2016-01-07 Ilia Mirkinmesa: add parameter buffer, used for ARB_indirect_param...
2016-01-07 Ilia Mirkinglapi: add ARB_indirect_parameters definitions
2016-01-07 Ilia Mirkinst/mesa: add support for new mesa indirect draw interface
2016-01-07 Ilia Mirkinvbo: create a new draw function interface for indirect...
2016-01-07 Nicolai Hähnlei965: use _mesa_delete_buffer_object
2016-01-07 Nicolai Hähnlei915: use _mesa_delete_buffer_object
2016-01-07 Nicolai Hähnleradeon: use _mesa_delete_buffer_object
2016-01-07 Nicolai Hähnlest/mesa: use _mesa_delete_buffer_object
2016-01-07 Nicolai Hähnlemesa/bufferobj: make _mesa_delete_buffer_object externa...
2016-01-06 Sarah Sharpmesa: Add KBL PCI IDs and platform information.
2016-01-06 Brian Paulst/mesa: minor clean-ups in st_atom.c
2016-01-06 Brian Paulst/mesa: replace bitmap size checks with assertion
2016-01-06 Brian Paulst/mesa: check texture target in allocate_full_mipmap()
2016-01-06 Brian Paulst/mesa: move mipmap allocation check logic into a...
2016-01-06 Brian Paulmain: s/GLuint/GLbitfield for state bitmasks
2016-01-06 Brian Paulvbo: s/GLuint/GLbitfield/ for state bitmasks
2016-01-06 Brian Paulst/mesa: use GLbitfield in st_state_flags, add comments
2016-01-06 Brian Pauls/GLuint/GLbitfield/ for st_invalidate_state() parameter
2016-01-06 Brian Paulst/mesa: be more careful about state validation in...
2016-01-06 Brian Paulst/mesa: move bitmap cache flushing out of state validation
2016-01-06 Brian Paulst/mesa: check state->mesa in early return check in...
2016-01-06 Brian Paulst/mesa: protect debug printf() with a conditional...
2016-01-06 Brian Paulst/mesa: fix comment indentation in st_flush_bitmap_cache()
2016-01-06 Kenneth Graunkenir: Add a lower_fdiv option, turn fdiv into fmul/frcp.
2016-01-06 Kenneth Graunkei965: Only turn on ARB_compute_shader if we can write...
next