mesa: Remove support for MSVC2008.
[mesa.git] / src / mesa / drivers /
2016-02-12 Topi Pohjolaineni965: Stop considering if msrt aux buffers need aux...
2016-02-12 Topi Pohjolaineni965: Separate miptree creation from auxiliary buffer...
2016-02-12 Topi Pohjolaineni965: Isolate aligned dimensions for stencil only
2016-02-12 Topi Pohjolaineni965: Restore vbo after color resolve during brw_try_dr...
2016-02-12 Topi Pohjolaineni965: Validate textures before altering driver state
2016-02-12 Kenneth Graunkei965: Make brw_clear_cache flag all the bits on both...
2016-02-12 Kenneth Graunkei965: Consider tessellation in get_pipeline_state_l3_we...
2016-02-12 Kenneth Graunkei965: Split brw_upload_texture_surfaces into compute...
2016-02-11 Jason Ekstrandi965/gs: Pass VerticesIn though prog_data
2016-02-11 Jason Ekstrandi965/fs: Pass usage of depth, W, and sample mask throug...
2016-02-11 Jason Ekstrandi965/fs: Refactor setup_payload_gen6 to assume FS
2016-02-11 Chris Forbesi965: ir: dump floats as %-g rather than %f, so we...
2016-02-11 Jordan Justeni965/gen7: Require kernel cmd_parser 5 for ARB_compute_...
2016-02-11 Marek Olšákmesa: call build_program_resource_list inside Driver...
2016-02-11 Jason Ekstrandnir: Remove the const_offset from nir_tex_instr
2016-02-10 Ben Widawskyi965: Make sure we blit a full compressed block
2016-02-10 Ian Romanickmeta/decompress: Don't pollute the renderbuffer namespace
2016-02-10 Ian Romanickmeta: Use internal functions for renderbuffer access
2016-02-10 Ian Romanickmeta/decompress: Track renderbuffer using gl_renderbuff...
2016-02-10 Ian Romanicki965/meta: Don't pollute the renderbuffer namespace
2016-02-10 Ian Romanicki965/meta: Use internal functions for renderbuffer...
2016-02-10 Ian Romanicki965/meta: Return struct gl_renderbuffer* from brw_get_...
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.
next