i965: make use of nir linking
[mesa.git] / src / mesa /
2017-09-26 Timothy Arcerii965: make use of nir linking
2017-09-26 Timothy Arcerii965: call brw_shader_gather_info() from the callers...
2017-09-26 Timothy Arcerii965: create a brw_shader_gather_info() helper
2017-09-25 Kenneth Graunkei965: Rename do_flush_locked to submit_batch().
2017-09-25 Kenneth Graunkei965: Use atomic ops in get_new_program_id().
2017-09-25 Kenneth Graunkei965: Convert brw_bufmgr to use C11 mutexes instead...
2017-09-25 Kenneth Graunkei965: Delete dead meta stencil blit program fields...
2017-09-21 Kenneth Graunkei965: Force outputs_written to contain varyings needed...
2017-09-21 Kenneth Graunkei965: Compute VS/GS output VUE map from the NIR info.
2017-09-21 Kenneth Graunkei965: Fix brw_finish_batch to grow the batchbuffer.
2017-09-21 Kenneth Graunkei965: Move MI_BATCHBUFFER_END handling into brw_finish_...
2017-09-21 Ilia Mirkinnv20: Enable ARB_texture_border_clamp
2017-09-21 Ian Romanicknv20: Fix GL_CLAMP
2017-09-21 Topi Pohjolaineni965/gen8: Remove unused gen8_emit_3dstate_multisample()
2017-09-21 Tapani Pällimesa: free current ComputeProgram state in _mesa_free_c...
2017-09-21 Timothy Arcerimesa/st: fix infinite loops
2017-09-20 Louis-Francis Ratt... i965: Fix duplication of DRI images
2017-09-19 Ian Romanickglsl: Unify ir_constant::const_elements and ::components
2017-09-19 Ian Romanickglsl: Rename ir_constant::array_elements to ::const_ele...
2017-09-19 Jason EkstrandRevert "i965: Reset miptree aux state on update_image_b...
2017-09-19 Kenneth Graunkei965: Fix batch map failure check in INTEL_DEBUG=bat...
2017-09-18 Jason Ekstrandi965: Use prepare_external instead of make_shareable...
2017-09-18 Jason Ekstrandi965/tex_image: Reference the renderbuffer miptree...
2017-09-18 Jason Ekstrandi965: Reset miptree aux state on update_image_buffer
2017-09-18 Jason Ekstrandintel/isl: Add a drm_modifier_get_default_aux_state...
2017-09-18 Kenneth Graunkei965: Warn for GTT fallbacks when mapping the batch...
2017-09-18 Kenneth Graunkei965: Plumb brw through to intel_batchbuffer_reset().
2017-09-18 Nicolai Hähnlegallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
2017-09-18 Nicolai Hähnlest/glsl_to_tgsi: fix theoretical memory leak
2017-09-18 Iago Toral Quirogai965: emit BRW_NEW_AUX_STATE on aux state changes
2017-09-18 Iago Toral Quirogai965: emit BRW_NEW_AUX_STATE when we change the fast...
2017-09-18 Iago Toral Quirogai965: emit BRW_NEW_AUX_STATE if we drop the aux surface
2017-09-18 Iago Toral Quirogai965: rename BRW_NEW_FAST_CLEAR_COLOR to BRW_NEW_AUX_STATE
2017-09-16 Kenneth Graunkei965: Add an INTEL_DEBUG=reemit option.
2017-09-15 Eric Engestromi965: drop unused variables
2017-09-15 Jason Ekstrandi965/tex: Unify the TexImage and TexSubImage code
2017-09-15 Jason Ekstrandi965/tex: Remove the for_glTexImage parameter from...
2017-09-15 Jason Ekstrandi965/tex: Make a couple of helpers static
2017-09-15 Jason Ekstrandi965: Move TexSubImage functions to intel_tex_image.c
2017-09-15 Jason Ekstrandi965/blorp: Set r8stencil_needs_update when writing...
2017-09-15 Gert Wollnymesa/st/tests: Correct build flags and force -std=c++11
2017-09-15 Tapani Pällii965: fix build warning on clang
2017-09-15 Timothy Arcerist/mesa: set UseSTD430AsDefaultPacking const based...
2017-09-15 Timothy Arcerimesa/st: add LOAD support for UBOs
2017-09-15 Timothy Arcerimesa/st: create add_buffer_to_load_and_stores() helper
2017-09-14 Dave Airliest/glsl->tgsi: fix u64 to bool comparisons.
2017-09-14 Kenneth Graunkei965: Print size of validation and relocation lists...
2017-09-14 Kenneth Graunkei965: Disentangle batch and state buffer flushing.
2017-09-14 Kenneth Graunkei965: Delete BATCH_RESERVED handling.
2017-09-14 Kenneth Graunkei965: Make BLORP properly avoid batch wrapping.
2017-09-14 Kenneth Graunkei965: Grow the batch/state buffers if we need space...
2017-09-14 Kenneth Graunkei965: Use a separate state buffer, but avoid changing...
2017-09-14 Kenneth Graunkei965: Pass screen to intel_batchbuffer_reset().
2017-09-14 Kenneth Graunkei965: Prepare INTEL_DEBUG=bat decoding for a separate...
2017-09-14 Kenneth Graunkei965: Split brw_emit_reloc into brw_batch_reloc and...
2017-09-14 Kenneth Graunkei965: Refactor relocs into a brw_reloc_list structure.
2017-09-14 Kenneth Graunkei965: Move brw_state_batch code to intel_batchbuffer.c
2017-09-14 Kenneth Graunkei965: Drop a useless ret == 0 check.
2017-09-14 Kenneth Graunkei965: Use a WC map and memcpy for the batch instead...
2017-09-14 Kenneth Graunkei965: Use batch->bo->size in brw_emit_reloc assertion.
2017-09-14 Kenneth Graunkei965: Delete a batch size assertion that isn't very...
2017-09-14 Jason Ekstrandi965/screen: Implement queryDmaBufFormatModifierAttirbs
2017-09-14 Jason Ekstrandi965/screen: Report the correct number of image planes
2017-09-14 Eric Engestromdri/radeon: use ARRAY_SIZE macro
2017-09-14 Jeremy Huddleston... mesa: Deal with size differences between GLuint and...
2017-09-13 Kenneth Graunkei965: Add an INTEL_DEBUG=submit option for printing...
2017-09-13 Nicolai Hähnlest/glsl_to_tgsi: remove unused code in temprename
2017-09-13 Nicolai Hähnlest/glsl_to_tgsi: be precise about merging scopes
2017-09-12 Iago Toral Quirogai965: do not fallback to linear tiling for stencil...
2017-09-12 Aaron Watrymesa/st: Include builddir/src/compiler/glsl to fix...
2017-09-11 Nicolai Hähnlest/glsl_to_tgsi: only the first (inner-most) array...
2017-09-10 Eric Engestromi965/tex: add missing include
2017-09-08 Brian Paulmesa: whitespace, formatting fixes in teximage.c
2017-09-08 Brian Paulmesa: provide more info in some texture image error...
2017-09-08 Thomas Hellstrommesa/st: Fix frontbuffer rendering regression
2017-09-08 Kenneth Graunkei965: Don't special case the batchbuffer when reference...
2017-09-07 Gert Wollnymesa/st/tests: Fix regressions with libunwind enabled...
2017-09-07 Gert Wollnymesa/st/tests: Fix classic build regressions introduced...
2017-09-07 Iago Toral Quirogamesa/main: Fix GetTransformFeedbacki64 for glTransformF...
2017-09-07 Marek Olšákst/mesa: skip draw calls with pipe_draw_info::count...
2017-09-07 Eric Engestrommesa: allow user to set MESA_NO_ERROR=0
2017-09-06 Emil Velikovmesa: replace date/time macros with MESA_GIT_SHA1
2017-09-06 Emil Velikovmesa: don't use %s for PACKAGE_VERSION macro
2017-09-06 Emil Velikovi965: expose RGBA visuals only on Android
2017-09-06 Gert Wollnymesa/st/st_glsl_to_tgsi_temprename.cpp: Fix compilation...
2017-09-06 Gert Wollnymesa/st: glsl_to_tgsi: tie in new temporary register...
2017-09-06 Gert Wollnymesa/st: glsl_to_tgsi: Add test set for evaluation...
2017-09-06 Gert Wollnymesa/st: glsl_to_tgsi: add register rename mapping...
2017-09-06 Gert Wollnymesa/st: glsl_to_tgsi: add tests for the new temporary...
2017-09-06 Gert Wollnymesa/st: glsl_to_tgsi: implement new temporary register...
2017-09-06 Gert Wollnymesa/st: glsl_to_tgsi move some helper classes to extra...
2017-09-06 Dave Airliest_glsl_to_tgsi: rewrite rename registers to use array...
2017-09-06 Iago Toral Quirogamesa/main: Fix GetTextureImage error reporting
2017-09-05 Dave Airliemesa/mtypes: repack gl_sampler_object.
2017-09-05 Dave Airliemesa/mtypes: repack gl_texture_object.
2017-09-05 Dave Airliemesa/mtypes: repack gl_shader_program_data.
2017-09-05 Dave Airliemesa/mtypes: reorganise gl_shader
2017-09-05 Dave Airliemesa/mtypes: repack display list structs.
2017-09-05 Dave Airliemesa/mtypes: reduce size of gl_sync_object.
2017-09-05 Dave Airliemesa/mtypes: reorg vertex/fragment program state.
next