meta: Don't save or restore the renderbuffer binding
[mesa.git] / src / mesa / drivers /
2016-02-10 Ian Romanickmeta: Don't save or restore the renderbuffer binding
2016-02-10 Ian Romanickmeta: Use _mesa_CreateRenderbuffers instead of _mesa_Ge...
2016-02-10 Ian Romanicki965/meta: Use _mesa_CreateRenderbuffers instead of...
2016-02-10 Chris Forbesi965/blorp: Fix hiz ops on MSAA surfaces
2016-02-10 Topi Pohjolaineni965/gen8: Remove dead assertion
2016-02-10 Topi Pohjolaineni965: Use constant pointer when checking for compression
2016-02-10 Kenneth Graunkei965/vec4: Drop support for ATTR as an instruction...
2016-02-10 Kenneth Graunkei965/vec4/gs: Stop munging the ATTR containing gl_Point...
2016-02-10 Kenneth Graunkei965: Apply VS attribute workarounds in NIR.
2016-02-09 Jason Ekstrandi965/vec4: Plumb separate surfaces and samplers through...
2016-02-09 Jason Ekstrandi965/vec4: Separate the sampler from the surface in...
2016-02-09 Jason Ekstrandi965/fs: Plumb separate surfaces and samplers through...
2016-02-09 Jason Ekstrandi965/fs: Separate the sampler from the surface in gener...
2016-02-09 Jason Ekstrandi965/fs: Add an enum for keeping track of texture instr...
2016-02-09 Jason Ekstrandnir: Separate texture from sampler in nir_tex_instr
2016-02-09 Jason Ekstrandnir/tex_instr: Rename sampler to texture
2016-02-09 Kenneth Graunkei965: Explicitly write the "TR DS Cache Disable" bit...
2016-02-09 Kenneth Graunkei965: Use nir_lower_load_const_to_scalar().
2016-02-09 Kenneth Graunkei965: Don't add barrier deps for FB write messages.
2016-02-08 Francisco Jerezi965: Rename define for the PIPE_CONTROL DC flush bit.
2016-02-08 Francisco Jerezi965: Invalidate state cache before L3 partitioning...
2016-02-08 Francisco Jerezi965: Fix cache pollution race during L3 partitioning...
2016-02-08 Francisco Jerezi965/fs: Don't emit unnecessary SEL instruction from...
2016-02-08 Matt Turneri965/vec4: Update vec4 unit tests for commit 01dacc83ff.
2016-02-08 Brian Pauldri/common: include debug_output.h to silence warning
2016-02-05 Matt Turneri965/vec4: don't copy ATTR into 3src instructions with...
2016-02-05 Neil Robertsmain: Use a derived value for the default sample count
2016-02-04 Patrick RudolphDRI_CONFIG: Add option to override vendor id
2016-02-04 Matt Turneri965/fs: Allocate single register at a time for constants.
2016-02-02 Jordan Justeni965/gen8: Initialize aux_mode to GEN8_SURFACE_AUX_MODE...
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-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-01-28 Ben Widawskyi965/skl: Utilize new 5th bit for gateway messages
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-22 Kenneth Graunkei965: Implement a drirc workaround for broken dual...
2016-01-22 Ben Widawskyi965/fs: Remove unused count from vs urb setup
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-20 Francisco Jerezi965: Implement compute sampler state atom.
2016-01-20 Francisco Jerezi965: Trigger CS state reemission when new sampler...
2016-01-19 Matt Turneri965/vec4: Spaces around operators.
2016-01-19 Matt Turneri965: Inform compiler of variable range to silence...
2016-01-18 Emil Velikovi965: adding missing headers to the dist tarball
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 Matt Turnernir: Lower bitfield_extract.
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 Neil Robertsi965/gen9: Don't allow the RGBX formats for texturing...
2016-01-12 Kenneth Graunkei965: Mark TCS URB writes as having side effects.
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 Kenneth Graunkei965: Upload 3DSTATE_BINDING_TABLE_POINTERS_HS when...
2016-01-11 Mark JanesAdd missing platform information for KBL
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 Jason Ekstrandi965/compiler: Enable more lowering in NIR
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
next