meta: Delete the PBO texsubimage path for real
[mesa.git] / src / mesa / drivers /
2017-10-13 Jason Ekstrandmeta: Delete the PBO texsubimage path for real
2017-10-13 Chris Wilsoni965: Share the flush for brw_blorp_miptree_download...
2017-10-13 Jason Ekstrandmeta: Delete the PBO texture upload/download path
2017-10-13 Jason Ekstrandi965: Use blorp instead of meta for PBO pixel reads
2017-10-13 Jason Ekstrandi965: Use blorp instead of meta for PBO texture downloads
2017-10-13 Jason Ekstrandi965/tex: Use blorp texture upload for all CCS_E textures
2017-10-13 Jason Ekstrandi965: Use blorp instead of meta for PBO texture uploads
2017-10-13 Jason Ekstrandi965: Add blorp-based texture upload and download paths
2017-10-13 Kenneth Graunkei965: Refactor y-flipping coordinate transform.
2017-10-13 Jason Ekstrandi965/tex: Check if there is data to upload up-front
2017-10-13 Jason Ekstrandi965/barrier: Do the correct flushes for framebuffer...
2017-10-13 Jason Ekstrandi965/barrier: Do the correct flushes for texture updates
2017-10-13 Kenneth Graunkei965: Ignore GL_SKIP_DECODE_EXT for textures accessed...
2017-10-13 Kenneth Graunkemeta: Unset the textures_used_by_txf bitfield.
2017-10-11 Kenneth Graunkei965: Drop brw_bo_alloc in ARB_indirect_parameters...
2017-10-11 Kenneth Graunkei965: Allow mapped VBOs during drawing in non-debug...
2017-10-11 Kenneth Graunkei965: Make brw_update_texture_surface static.
2017-10-10 Dave Airliemesa: rename various buffer bindings to one struct.
2017-10-10 Kenneth Graunkei965: Disable auxiliary buffers when there are self...
2017-10-10 Kenneth Graunkei965: minor whitespace fix
2017-10-10 Eric Anholtmesa: Only expose GLES's EXT_texture_type_2_10_10_10_RE...
2017-10-09 Lionel Landwerlini965: silence coverity warning
2017-10-09 Dylan Bakermeson: build classic swrast
2017-10-09 Dylan Bakermeson: Add support for configuring dri drivers directory.
2017-10-09 Dylan Bakermeson: Build i965 and dri stack
2017-10-06 Tapani Pällii965: pass wanted format to intel_miptree_create_for_dr...
2017-10-04 Matt Turneri965: Add Atom graphics names to parse_devid_override()
2017-10-03 Matt Turnermesa: Remove force_s3tc_enable driconf variable
2017-10-03 Matt Turnermesa: Drop Mesa_DXTn from gl_context
2017-10-02 Plamena Manolovai965: Implement ARB_indirect_parameters.
2017-10-02 Plamena Manolovai965: Refactor brw_try_draw_prims.
2017-10-02 Plamena Manolovai965: Indroduce brw_finish_drawing.
2017-10-02 Plamena Manolovai965: Introduce brw_prepare_drawing.
2017-10-02 Iago Toral Quirogai965: skip reading unused slots at the begining of...
2017-09-28 Jason Ekstrandi965/link: Use prog->nir instead of creating a temporary
2017-09-28 Jason Ekstrandi965/link: Make more use of NIR_PASS
2017-09-28 Jason Ekstrandi965/link: Make better use of temporary variables
2017-09-28 Iago Toral Quirogai965: enable up to 32 inputs for geometry shaders in...
2017-09-26 Kenneth Graunkei965: Convert brw->*_program into a brw->programs[i...
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-20 Louis-Francis Ratt... i965: Fix duplication of DRI images
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 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 Tapani Pällii965: fix build warning on clang
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-13 Kenneth Graunkei965: Add an INTEL_DEBUG=submit option for printing...
2017-09-12 Iago Toral Quirogai965: do not fallback to linear tiling for stencil...
2017-09-10 Eric Engestromi965/tex: add missing include
2017-09-08 Kenneth Graunkei965: Don't special case the batchbuffer when reference...
2017-09-06 Emil Velikovi965: expose RGBA visuals only on Android
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.
next