mesa.git
2016-05-14 Jason Ekstrandi965/blorp: Add MSAA encode/decode support to the NIR...
2016-05-14 Jason Ekstrandi965/blorp: Add support for W-[de]tiling to the NIR...
2016-05-14 Jason Ekstrandi965/blorp: Add support for discard-based bounds checks...
2016-05-14 Jason Ekstrandi965/blorp: Add initial support for NIR-based blit...
2016-05-14 Jason Ekstrandi965/blorp: Refactor getting the blit kernel into a...
2016-05-14 Jason Ekstrandi965/blorp: Use NIR for clear shaders
2016-05-14 Jason Ekstrandi965/blorp: Create the program key in get_clear_kernel
2016-05-14 Jason Ekstrandi965/blorp: Add a helper for compiling NIR shaders
2016-05-14 Jason Ekstrandblorp: Add initial state setup support for SIMD8 dispatch
2016-05-14 Jason Ekstrandi965/blorp: Add a param array to prog_data
2016-05-14 Jason Ekstrandi965/blorp: Add a prog_data_init helper
2016-05-14 Jason Ekstrandi965/fs: Implement the new NIR MCS texturing
2016-05-14 Jason Ekstrandnir: Add texture opcodes and source types for multisamp...
2016-05-14 Jason Ekstrandnir/builder: Add a helper for grabbing multiple channel...
2016-05-14 Jason Ekstrandnir/builder: Generate the alu helpers directly in python
2016-05-14 Jason Ekstrandi965/fs: Use MRF0 for the repclear message
2016-05-14 Jason Ekstrandi965/blorp: Simplify the sample layout calculation
2016-05-14 Jason Ekstrandi965/fs: Organize prog_data by ksp number rather than...
2016-05-14 Jason Ekstrandi965/gen7_wm: Move where we set the fast clear op
2016-05-14 Jason Ekstrandi965/fs: Stop setting dispatch_grf_start_reg from the...
2016-05-14 Jason Ekstrandi965/fs: Clean up the logic in compile_fs a bit
2016-05-14 Jason Ekstrandi965/state: Clean up WM/PS state to pull more things...
2016-05-14 Jason Ekstrandi965/fs: Rework the persample shading key/prog_data...
2016-05-14 Jason Ekstrandnir: Add an info bit for uses_sample_qualifier
2016-05-14 Kenneth Graunkei965: Fix undefined df bits in brw_reg comparisons.
2016-05-14 Dave Airliei965: disable cull distance temporarily.
2016-05-14 Dave AirlieRevert "glsl: Extend lowering pass for gl_ClipDistance...
2016-05-14 Ian Romanickdocs: Mark GL_OES_shader_io_blocks as started
2016-05-13 Kristian Høgsberg... docs: update ARB_cull_distance status.
2016-05-13 Kristian Høgsberg... i965: Add support for GL_ARB_cull_distance
2016-05-13 Ilia Mirkinst/mesa: flip y coordinate of interpolateAtOffset for...
2016-05-13 Ilia Mirkinglsl: make sure that textureProj(bias) variants are...
2016-05-13 Ilia Mirkinglsl: be more strict when validating shader inputs
2016-05-13 Ilia Mirkinglsl: make sure that interpolateAt arguments are variables
2016-05-13 Tobias Klausmannmesa/st: Add support for GL_ARB_cull_distance (v2)
2016-05-13 Tobias Klausmanngallium: Add a pipe cap for arb_cull_distance
2016-05-13 Tobias Klausmannglsl: Add arb_cull_distance support (v3)
2016-05-13 Tobias Klausmannglsl: Extend lowering pass for gl_ClipDistance to suppo...
2016-05-13 Dave Airlieglsl: rename lower_clip_distance to lower_distance.
2016-05-13 Tobias Klausmannmesa/main: Add support for GL_ARB_cull_distance (v2)
2016-05-13 Tobias Klausmannglapi: Add GL_ARB_cull_distance
2016-05-13 Nanley Cheryanv/copy: Fix copying Images from Buffers with larger...
2016-05-13 Maarten Lankhorst.mailmap: Fix my email addresses.
2016-05-13 Nicolai Hähnleradeonsi/sid_tables: rename reg_table to sid_reg_table
2016-05-13 Nicolai Hähnleradeonsi/sid_tables: store offset into global fields...
2016-05-13 Nicolai Hähnleradeonsi/sid_tables: store strings by offset instead...
2016-05-13 Nicolai Hähnler600: remove TABLE_SIZE macro
2016-05-13 Nicolai Hähnler600: move alu_op_table to .c file
2016-05-13 Nicolai Hähnler600: move cf_op_table to .c file
2016-05-13 Nicolai Hähnler600: move fetch_op_table to .c file
2016-05-13 Nicolai Hähnler600: protect r600_isa.h with extern "C"
2016-05-13 Bas Nieuwenhuizengallium/ddebug: Implement launch_grid.
2016-05-13 Bas Nieuwenhuizengallium/ddebug: Support compute states.
2016-05-13 Bas Nieuwenhuizengallium/ddebug: Add passthrough for get_compute_param.
2016-05-12 Ian Romanicknir: Remove empty visit_call_src and visit_load_const_s...
2016-05-12 Ian Romanicknir: Silence unused parameter warnings
2016-05-12 Leo Liuvl/dri: fix close fd error out
2016-05-12 Samuel Pitoisetnvc0: fix indentation in nvc0_invalidate_resource_storage()
2016-05-12 Samuel Pitoisetnvc0: save some CPU cycles in nvc0_context_unreference_...
2016-05-12 Samuel Pitoisetnvc0: invalidate texture buffers for compute
2016-05-12 Tim Rowleyswr: properly expose compressed format support
2016-05-12 Jason Ekstrandanv: Don't advertise shaderImageGatherExtended
2016-05-12 Rob Clarknir: glsl_get_bit_size() should take glsl_type
2016-05-12 Topi Pohjolaineni965/gen9: Enable lossless compression
2016-05-12 Topi Pohjolaineni965: Set render state for lossless compressed
2016-05-12 Topi Pohjolaineni965/wm: Don't sample lossless compressed as multisampled
2016-05-12 Topi Pohjolaineni965/gen9: Setup MCS for compressed texture surfaces
2016-05-12 Topi Pohjolaineni965/blorp: Do not resolve lossless compressed blit...
2016-05-12 Topi Pohjolaineni965/blorp: Prepare blits for lossless compression
2016-05-12 Topi Pohjolaineni965: Deferred allocation of mcs for lossless compressed
2016-05-12 Topi Pohjolaineni965: Add flag telling if miptree is for client consumption
2016-05-12 Topi Pohjolaineni965: Add helper for lossless compression support
2016-05-12 Topi Pohjolaineni965/gen9: Prepare surface state setup for lossless...
2016-05-12 Topi Pohjolaineni965/gen8: Expose auxiliary mode resolver
2016-05-12 Topi Pohjolaineni965: Relax assertion of halign == 16 for lossless...
2016-05-12 Topi Pohjolaineni965/blorp: Set full resolve for lossless compressed
2016-05-12 Topi Pohjolaineni965/blorp: Do not skip fast color clear with new color
2016-05-12 Kenneth Graunkei965: Enable scalar GS by default.
2016-05-12 Kenneth Graunkei965: Reduce the SIMD8 GS push constant threshold from...
2016-05-12 Kenneth Graunkei965: Delete bogus assertion in emit_gs_input_load().
2016-05-12 Kenneth Graunkei965: Support instanced GS inputs in the scalar backend.
2016-05-12 Kenneth Graunkei965: Use an early return for the push case in emit_gs_...
2016-05-12 Kenneth Graunkei965: Drop BRW_NEW_BLORP from stipple and line paramete...
2016-05-12 Jakob Sinclairglsl: fixed uninitialized pointer
2016-05-12 Ilia Mirkinnvc0: fix gl_SampleMaskIn computation
2016-05-12 Ilia Mirkinnv50/ir: generalize interp fixups to be able to fixup...
2016-05-11 Jason Ekstrand.mailmap: Update the e-mail addresses for Kristian...
2016-05-11 Jason Ekstrand.mailmap: Use Connor Abbott's personal e-mail
2016-05-11 Giuseppe BilottaAdd .mailmap
2016-05-11 Jason Ekstrandi965: Stop splitting fma() prior to optimization
2016-05-11 Jason Ekstrandptn: Emit mul+add for MAD
2016-05-11 Jason Ekstrandnir/algebraic: Separate ffma lowering from fusing
2016-05-11 Rob Clarkanv: fix build break
2016-05-11 Rob Clarkmesa/st: split the type_size calculation into it's...
2016-05-11 Rob Clarkglsl: export accessor for builtin-uniform descriptors
2016-05-11 Rob Clarknir/lower-io: add support for lowering inputs
2016-05-11 Rob Clarknir/lower-io: split out some helper fxns
2016-05-11 Rob Clarknir: rename lower_outputs_to_temporaries -> lower_io_to...
2016-05-11 Rob Clarknir: move callsite of lower_outputs_to_temporaries
2016-05-11 Rob Clarknir: lower-io-types pass
next