i965: Pass the EGL/DRI context priority through to the kernel
[mesa.git] / src / mesa / drivers /
2017-10-20 Chris Wilsoni965: Pass the EGL/DRI context priority through to...
2017-10-20 Chris Wilsoni965: Record the presence of the kernel scheduler
2017-10-20 Chris Wilsonegl,dri: Propagate context priority hint to driver...
2017-10-19 Kenneth Graunkei965: Don't disable aux buffers for non-overlapping...
2017-10-19 Kenneth Graunkei965: Remove the intel_miptree_prepare_fb_fetch wrapper.
2017-10-19 Kenneth Graunkei965: Only resolve texture levels/layers that are accessed.
2017-10-19 Kenneth Graunkei965: Make intel_miptree_prepare_texture() take level...
2017-10-19 Iago Toral Quirogai965/sbe: fix active components for SSO programs with...
2017-10-19 Chris Wilsoni965: Do not log a perf warning when mapping an idle bo
2017-10-19 Matt Turneri965: Use a union to bitcast a float
2017-10-16 Dylan Bakermeson: Don't try to install dri drivers unless one...
2017-10-16 Kenneth GraunkeRevert "i965/tex_image: Reference the renderbuffer...
2017-10-16 Chris Wilsoni965: Only put external handles into the handle ht
2017-10-16 Jason Ekstrandi965/miptree: Drop the invalidate parameter form copy_t...
2017-10-13 Kenneth Graunkei965: Rename brw->no_batch_wrap to intel_batchbuffer...
2017-10-13 Kenneth Graunkei965: Delete dead brw_context fields.
2017-10-13 Mario Kleineri965: Complete 'expose RGBA visuals only on Android'
2017-10-13 Ville Syrjälämeson: Build i915
2017-10-13 Jason Ekstrandintel/cs: Make thread_local_id a regular builtin param
2017-10-13 Jason Ekstrandintel/compiler: Allocate pull_param in assign_constant_...
2017-10-13 Jason Ekstrandintel: Allocate prog_data::[pull_]param deeper inside...
2017-10-13 Jason Ekstrandintel/vs: Grow the param array for clip planes
2017-10-13 Jason Ekstrandintel/cs: Grow prog_data::param on-demand for thread_lo...
2017-10-13 Jason Ekstrandintel/compiler: Stop adding params for texture sizes
2017-10-13 Jason Ekstrandi965: Only add the wpos state reference if we lowered...
2017-10-13 Jason Ekstrandintel/compiler: Add a flag for pull constant support
2017-10-13 Jason Ekstrandi965: Store image_param in brw_context instead of prog_data
2017-10-13 Jason Ekstrandi965: Use prog->info.num_images for needs_dc computation
2017-10-13 Jason Ekstrandintel: Rewrite the world of push/pull params
2017-10-13 Jason Ekstrandi965: Get rid of gen7_cs_state.c
2017-10-13 Jason Ekstrandi965: Add a helper for populating constant buffers
2017-10-13 Jason Ekstrandi965: Move brw_upload_pull_constants to gen6_constant_s...
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
next