egl/wayland-egl: Fix for segfault in dri2_wl_destroy_surface.
[mesa.git] / src / mesa /
2016-08-23 Ilia Mirkindri: add a way to request that modes have matching...
2016-08-23 Jason Ekstrandi965/surface_formats: Don't advertise 8 or 16-bit RGB...
2016-08-23 Jan Ziakvbo: fix format string compiler warning for 32-bit...
2016-08-23 Dave Airliei965: report bound buffer size not underlying buffer...
2016-08-23 Dave Airliest/glsl_to_tgsi: fix st_src_reg_for_double constant.
2016-08-23 Dave Airliemesa/subroutines: drop the old subroutine index uploads.
2016-08-23 Dave Airliest/mesa: use the new subroutine index upload API.
2016-08-23 Dave Airliei965: use new subroutine index uploader.
2016-08-23 Dave Airliemesa: add api to write subroutine indicies to the progr...
2016-08-23 Dave Airliemesa/subroutines: start adding per-context subroutine...
2016-08-22 Matt Turnervbo: Make #if 0'd debugging code compile.
2016-08-22 Eric Anholtst/nir: Trim out unused VS input variables.
2016-08-20 Mauro Rossiandroid: i965: add per-gen libmesa_i965_gen{8,9} static
2016-08-20 Mauro Rossiandroid: i965: add per-gen libmesa_i965_gen{7,75} stati...
2016-08-20 Mauro Rossiandroid: i965: add per-gen libmesa_i965_gen6 static...
2016-08-20 Matt Turneri965/cfg: Factor common code out of switch statement.
2016-08-20 Daniel Scharrermesa: Fix fixed function spot lighting on newer hardwar...
2016-08-20 Matt Turneri965: Remove comment within a comment.
2016-08-19 Matt Turneri965/sched: Simplify work done by add_barrier_deps().
2016-08-19 Matt Turneri965/vec4: Ignore swizzle of VGRF for use by var_range_...
2016-08-19 Matt Turneri965/vec4: Print spills:fills.
2016-08-19 Eric Anholtnir: Add nir_builder support for individual system...
2016-08-19 Jason Ekstrandi965/blorp: Remove no longer used state setup helpers
2016-08-19 Jason Ekstrandi965/blorp: Use genxml for gen8-9 state setup
2016-08-19 Jason Ekstrandi965/blorp: Use genxml for gen7 state setup
2016-08-19 Jason Ekstrandi965/blorp: Add genxml-based vertex setup helpers
2016-08-19 Jason Ekstrandi965/blorp: Add a helper for emitting surface states
2016-08-19 Jason Ekstrandi965/blorp: Add genxml-based sampler state emit function
2016-08-19 Jason Ekstrandi965/blorp: Add genxml-based dynamic state emit functions
2016-08-19 Jason Ekstrandi965: Move gen6_blorp.c to a file that gets recompiled...
2016-08-19 Jason Ekstrandi965/blorp/gen6: Use genxml packing structs for state...
2016-08-19 Jason Ekstrandi965/blorp: Stop setting point and line rasterization...
2016-08-19 Jason Ekstrandi965/blorp/gen8: Move viewport setup to after wm state
2016-08-19 Jason Ekstrandi965/blorp/gen6-7: Move multisample setup to right...
2016-08-19 Jason Ekstrandi965/blorp/gen6-7: Move surfaces and samplers closer...
2016-08-19 Jason Ekstrandi965/blorp/gen7-8: Emit depth stencil state with CC...
2016-08-19 Jason Ekstrandi965/blorp/gen6: Move constant disables higher up
2016-08-19 Jason Ekstrandi965/blorp: Don't clear an empty region
2016-08-19 Jason Ekstrandi965/blorp: Move the non-static blorp state setup helpe...
2016-08-19 Jason Ekstrandi965/blorp: Make gen6 VS and GS disable helpers static
2016-08-19 Jason Ekstrandi965: Roll intel_reg.h into brw_defines.h
2016-08-19 Jason Ekstrandi965: Stop including brw_defines.h in brw_state.h
2016-08-19 Jason Ekstrandi965/state: Move is_drawing_lines/points to gen6_clip_s...
2016-08-19 Francisco Jerezi965/sched: Change the scheduling heuristics to favor...
2016-08-19 Francisco Jerezi965/sched: Assign a preferred exit node to each node...
2016-08-19 Francisco Jerezi965/sched: Calculate the critical path of scheduling...
2016-08-19 Francisco Jerezi965/fs: Switch to per-subspan discard jumps.
2016-08-19 Francisco Jerezi965/fs: Drop bogus writemasking disable bit from HALT...
2016-08-19 Ilia Mirkinmesa: avoid valgrind warning due to opaque only being...
2016-08-19 Ilia Mirkinvbo: remove unnecessary max_basevertex computation
2016-08-19 Ilia Mirkinvbo: add basevertex when looking up elements for vbo...
2016-08-18 Kenneth Graunkei965: Fix barrier count shift in scalar TCS backend.
2016-08-18 Kenneth Graunkei965: Fix execution size of scalar TCS barrier setup...
2016-08-18 Kenneth Graunkei965: Implement the WaPreventHSTessLevelsInterference...
2016-08-17 Jason Ekstrandi965/blorp: Use nir_alu_type for the texture data type
2016-08-17 Jason Ekstrandi965: brw_blorp_blit.cpp -> blorp_blit.c
2016-08-17 Jason Ekstrandi965: brw_blorp_clear.cpp -> blorp_clear.c
2016-08-17 Jason Ekstrandi965: Split brw_blorp.c/h into multiple files
2016-08-17 Jason Ekstrandi965/blorp: Factor the guts of blorp_hiz_exec into...
2016-08-17 Jason Ekstrandi965/blorp: Break the guts of do_single_blorp_clear...
2016-08-17 Jason Ekstrandi965/meta_util: Convert get_fast_clear_rect to take...
2016-08-17 Jason Ekstrandi965/blorp/clear: Move isl_surf setup higher in the...
2016-08-17 Jason Ekstrandi965/blorp: Refactor fast-clear logic a bit
2016-08-17 Jason Ekstrandi965/blorp/clear: Stop stomping the destination format
2016-08-17 Jason Ekstrandi965/meta_util: Only modify the input parameters in...
2016-08-17 Jason Ekstrandi965/blorp: Stop calling brw_meta_get_buffer_rect
2016-08-17 Jason Ekstrandi965/blorp: Pull the guts of resolve_color into a miptr...
2016-08-17 Jason Ekstrandi965/meta_util: Convert get_resolve_rect to use ISL
2016-08-17 Jason Ekstrandi965/blorp: Make the guts of brw_blorp_blit_miptrees...
2016-08-17 Jason Ekstrandi965/blorp: Add a new brw_blorp_surf intermediate struct
2016-08-17 Jason Ekstrandi965/blorp: Use the isl_surf for more params setup
2016-08-17 Jason Ekstrandi965/blorp: Do gen6 stencil offsets up-front
2016-08-17 Jason Ekstrandi965/blorp: Set up HiZ surfaces up-front
2016-08-17 Jason Ekstrandi964/blorp: Set up most aux surfaces up-front
2016-08-17 Jason Ekstrandi965/blorp: Stop using the miptree in state setup for...
2016-08-17 Jason Ekstrandi965/blorp/blit: Move format work-arounds before surfac...
2016-08-17 Jason Ekstrandi965/miptree: Add real support for HiZ
2016-08-17 Jason Ekstrandi965/miptree: Use the isl helpers for creating aux...
2016-08-17 Jason Ekstrandi965/miptree: Use mcs_mt->qpitch for aux surfaces
2016-08-17 Jason Ekstrandi965/miptree: Allow get_aux_isl_surf when there is...
2016-08-17 Jason Ekstrandi965/miptree: Support depth in get_isl_clear_color
2016-08-17 Jason Ekstrandi965/blorp: Remove unused fields from blorp_surface_info
2016-08-17 Jason Ekstrandi965/blorp: Simplify depth buffer state setup a bit
2016-08-17 Jason Ekstrandi965/blorp: Use the generic surface state path for...
2016-08-17 Jason Ekstrandi965/blorp: Only do offset hacks for fake W-tiling...
2016-08-17 Jason Ekstrandi965/blorp: Add a z_offset field to blorp_surface_info
2016-08-17 Jason Ekstrandi965/blorp: Pass the Z component into all texture opera...
2016-08-17 Jason Ekstrandi965/blorp: Rework hiz rect alignment calculations
2016-08-17 Jason Ekstrandi965/blorp: Map 1-D render targets with DIM_LAYOUT_GEN4...
2016-08-17 Jason Ekstrandi965/miptree: Fill out the isl_surf::usage field
2016-08-17 Jason Ekstrandi965/blorp: Use the isl_view from the blorp_surface_info
2016-08-17 Jason Ekstrandi965/blorp: Get rid of brw_blorp_surface_info::width...
2016-08-17 Jason Ekstrandi965/blorp: Move surface offset calculations into a...
2016-08-17 Jason Ekstrandi965/blorp: Use ISL to compute image offsets
2016-08-17 Jason Ekstrandi965/blorp: Add an isl_view to blorp_surface_info
2016-08-17 Jason Ekstrandi965/blorp: Move intratile offset calculations out...
2016-08-17 Jason Ekstrandi965/blorp: Refactor interleaved multisample destinatio...
2016-08-17 Jason Ekstrandi965/blorp: Get rid of brw_blorp_surface_info::array_layout
2016-08-17 Jason Ekstrandi965/blorp: Use isl_msaa_layout instead of intel_msaa_l...
2016-08-17 Jason Ekstrandi965/blorp: Use the ISL aux_layout for deciding whether...
next