radv: replace conditional compilation with MAYBE_UNUSED
[mesa.git] / src / mesa /
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.
2017-09-05 Dave Airliemesa/bindless: reorder gl_bindless_image gl_bindless_sa...
2017-09-05 Tapani Pällivbo: fix build errors on android
2017-09-04 Nicolai Hähnlest/glsl_to_tgsi: inline src_register into translate_src
2017-09-04 Nicolai Hähnlest/glsl_to_tgsi: ir_load_ubo always has a second index
2017-09-04 Nicolai Hähnlest/drawpixels: always use two-dimensional constant...
2017-09-03 Roland Scheideggerst/mesa: fix view template initialization in try_pbo_re...
2017-09-02 Kenneth Graunkegenxml: Make Border Color Pointer an address on Gen4...
2017-09-02 Kenneth Graunkei965: Inline emit_reloc in __genx_combine_address
2017-09-02 Kenneth Graunkei965: Fix crash in fallback GTT mapping.
2017-09-02 Kenneth Graunkei965: Fix state flagging of Gen6 SOL programs.
2017-09-02 Kenneth Graunkei965: Drop useless gen6_brw_upload_ff_gs_prog() wrapper.
2017-09-01 Kenneth Graunkei965: Move BATCH_SZ define into intel_batchbuffer.c.
2017-09-01 Kenneth Graunkei965: Drop batch_size argument from brw_bufmgr_init().
2017-09-01 Chris Wilsoni965: Rename brw_bo::offset64 to gtt_offset.
2017-09-01 Kenneth Graunkei965: Drop the BRW_BATCH_STRUCT macro.
2017-09-01 Kenneth Graunkei965: Don't double count the batch in aperture_space.
2017-09-01 Brian Paulst/mesa: only try to create 1x msaa surfaces for "fake...
2017-08-31 Charmaine Leevbo: fix offset in minmax cache key
2017-08-30 Kenneth Graunkei965: Use BLORP for buffer object stall avoidance blits...
2017-08-30 Kenneth Graunkei965: Always flush caches after blitting to a GL buffer...
next