etnaviv: etnaviv_fence: Simplify the return code logic
[mesa.git] / src / mesa /
2017-04-10 Kenneth Graunkei965: Use brw_emit_reloc() instead of drm_bacon_bo_emit...
2017-04-10 Kenneth Graunkei965: Change intel_batchbuffer_reloc() into brw_emit_re...
2017-04-10 Kenneth Graunkei965/drm: Drop GEM_SW_FINISH stuff.
2017-04-10 Kenneth Graunkei965/drm: Drop code to search for an existing bufmgr.
2017-04-10 Kenneth Graunkei965/drm: Unwrap the unnecessary drm_bacon_reloc_target...
2017-04-10 Kenneth Graunkei965/drm: Switch from uthash to Mesa's hash table.
2017-04-10 Kenneth Graunkei965/drm: Drop bo_gem::kflags.
2017-04-10 Kenneth Graunkei965/drm: Drop has_exec_async related API.
2017-04-10 Kenneth Graunkei965/drm: Drop softpin support for now.
2017-04-10 Kenneth Graunkei965/drm: Drop userptr support for now.
2017-04-10 Kenneth Graunkei965/drm: Delete engine checks.
2017-04-10 Kenneth Graunkei965/drm: Drop intel_chipset.h in favor of using gen_de...
2017-04-10 Kenneth Graunkei965/drm: Drop deprecated drm_bacon_bo::offset.
2017-04-10 Kenneth Graunkei965/drm: Drop has_wait_timeout.
2017-04-10 Kenneth Graunkei965/drm: Assume aperture size query will work.
2017-04-10 Kenneth Graunkei965/drm: Combine drm_bacon_bufmgr_gem and drm_bacon_bu...
2017-04-10 Kenneth Graunkei965/drm: Move _drm_bacon_context to intel_bufmgr_gem.c.
2017-04-10 Kenneth Graunkei965/drm: Drop cliprects and dr4 from execbuf variants.
2017-04-10 Kenneth Graunkei965/drm: Devirtualize the bufmgr.
2017-04-10 Kenneth Graunkei965/drm: Check INTEL_DEBUG & DEBUG_BUFMGR directly.
2017-04-10 Kenneth Graunkei965/drm: Use Mesa's macros.h instead of duplicating...
2017-04-10 Kenneth Graunkei965/drm: Use ALIGN, not ROUND_UP_TO.
2017-04-10 Kenneth Graunkei965/drm: Delete execbuf1 support.
2017-04-10 Kenneth Graunkei965/drm: Remove Gen2-3 fence accounting.
2017-04-10 Kenneth Graunkei965/drm: Remove some unused functions and macros.
2017-04-10 Kenneth Graunkei965/drm: Switch to util/list.h instead of libdrm_lists.h.
2017-04-10 Kenneth Graunkei965/drm: Port to Mesa's atomic header.
2017-04-10 Kenneth Graunkei965/drm: Use our internal libdrm (drm_bacon) rather...
2017-04-10 Kenneth Graunkei965/drm: s/drm_intel/drm_bacon/g
2017-04-10 Kenneth Graunkei965/drm: Drop libpciaccess dependencies.
2017-04-10 Kenneth Graunkei965/drm: Make libdrm_lists.h compile by defining typeof.
2017-04-10 Kenneth Graunkei965/drm: remove legacy defines, aub functions, and...
2017-04-10 Kenneth Graunkei965: Import libdrm_intel.
2017-04-10 Kenneth Graunkei965: Make sure we don't use CPU maps for the scanout...
2017-04-10 Kenneth Graunkei965: Stop calling drm_intel_bufmgr_gem_enable_fenced_r...
2017-04-10 Kenneth Graunkei965: Fix GLX_MESA_query_renderer video memory on 32...
2017-04-10 Bartosz Tomczykmesa: use single memcpy when strides match in glReadPix...
2017-04-10 Timothy Arcerimesa/st: take ownership rather than adding reference...
2017-04-10 Timothy Arcerix11: take ownership rather than adding reference for...
2017-04-10 Timothy Arceriosmesa: tidy up renderbuffer refCount initialisation
2017-04-10 Timothy Arceriswrast: take ownership rather than adding reference...
2017-04-10 Timothy Arceriradeon: take ownership rather than adding reference...
2017-04-10 Timothy Arcerinouveau: take ownership rather than adding reference...
2017-04-10 Timothy Arcerii965: take ownership rather than adding reference for...
2017-04-10 Timothy Arcerii915: take ownership rather than adding reference for...
2017-04-10 Timothy Arcerimesa: create _mesa_attach_renderbuffer_without_ref...
2017-04-08 Gustaw Smolarczykst/mesa: Use compressed fog mode for atifs.
2017-04-08 Gustaw Smolarczykmesa/main/ff_frag: Use compressed TexEnv Combine state.
2017-04-08 Gustaw Smolarczykmesa/main/ff_frag: Use compressed fog mode.
2017-04-08 Gustaw Smolarczykmesa/main: Maintain compressed TexEnv Combine state.
2017-04-08 Gustaw Smolarczykmesa/main: Maintain compressed fog mode.
2017-04-08 Gustaw Smolarczykmesa/main/ff_frag: Don't retrieve format if not necessary.
2017-04-08 Gustaw Smolarczykmesa/main/ff_frag: Use gl_texture_object::TargetIndex.
2017-04-08 Gustaw Smolarczykmesa/main/ff_frag: Store nr_enabled_units only once.
2017-04-08 Gustaw Smolarczykmesa/main/ff_frag: Simplify get_fp_input_mask.
2017-04-08 Gustaw Smolarczykmesa/main/ff_frag: Don't bother with VARYING_BIT_FOGC.
2017-04-08 Gustaw Smolarczykmesa/main/ff_frag: Remove unused struct.
2017-04-08 Gustaw Smolarczykmesa/main/ff_frag: Reduce the size of nr_enabled_units.
2017-04-08 Gustaw Smolarczykmesa/main/ff_frag: Remove enabled_units.
2017-04-08 Gustaw Smolarczykmesa/main/ff_frag: Use correct constant.
2017-04-08 Timothy Arcerimesa: simplify and optimise vertex bindings tracking
2017-04-07 Brian Paulst/mesa: silence unused/uninitialized var warnings
2017-04-07 Timothy Arcerimesa: fix renderbuffer leak
2017-04-06 Samuel Pitoisetmesa/main: simplify _mesa_IsRenderbuffer()
2017-04-06 Timothy Arcerimesa: stop abstracting texture object hashtable locking
2017-04-06 Timothy Arcerimesa: stop abstracting buffer object hashtable locking
2017-04-06 Jason Ekstrandi965/blorp: Bump the batch space estimate
2017-04-06 Jordan Justenintel/gen_decoder: return -1 for unknown command formats
2017-04-06 Nicolai Hähnlest/pbo: select the right swizzle for instance IDs
2017-04-05 Timothy Arcerimesa: use internal function when deleting buffers
2017-04-05 Timothy Arcerimesa: rework bind_buffer_object()
2017-04-05 Timothy Arcerimesa: small texstate tidy up
2017-04-05 Timothy Arcerimesa: tidy up renderbuffer RefCount initialisation
2017-04-05 Nicolai Hähnlest/mesa: enable ARB_shader_ballot
2017-04-05 Nicolai Hähnlest/glsl_to_tgsi: implement ARB_shader_ballot system...
2017-04-05 Nicolai Hähnlest/glsl_to_tgsi: implement ARB_shader_ballot builtin...
2017-04-05 Nicolai Hähnleglsl: add ARB_shader_ballot operations
2017-04-05 Nicolai Hähnlemesa: add GL_ARB_shader_ballot boilerplate
2017-04-05 Nicolai Hähnlest/mesa: plumbing for sparse buffers
2017-04-05 Nicolai Hähnlest/mesa: enable ARB_sparse_buffer when supported
2017-04-05 Nicolai Hähnlemesa: implement sparse buffer commitment
2017-04-05 Nicolai Hähnlemesa: implement sparse storage buffer allocation
2017-04-05 Nicolai Hähnlemesa: implement SPARSE_BUFFER_PAGE_SIZE_ARB
2017-04-05 Nicolai Hähnlemesa: Add GL_ARB_sparse_buffer boilerplate
2017-04-05 Matt Turnermesa: Replace program locks with atomic inc/dec.
2017-04-05 Jason Ekstrandi965/blorp: Align vertex buffers to 64B
2017-04-05 Kenneth Graunkemesa: Require mipmap completeness for glCopyImageSubDat...
2017-04-04 Francisco Jerezdrirc: Set glsl_zero_init for Kerbal Space Program.
2017-04-04 Marek Olšákgallium: decrease the size of pipe_resource - 64 -...
2017-04-03 Bartosz Tomczykmesa/glthread: Avoid unnecessary batch reallocation
2017-04-03 Bartosz Tomczykmesa/glthread: fix misaligned address access
2017-04-03 Bartosz Tomczykglsl: Fix blob memory leak
2017-04-03 Lionel Landwerlinaubinator/gen_decoder/i965: decode instructions from...
2017-04-03 Samuel Pitoisetst/mesa: add st_convert_image()
2017-04-03 Samuel Pitoisetst/mesa: make 'st' const in st_mesa_format_to_pipe_format()
2017-04-03 Bartosz Tomczykmesa/glthread: Call unmarshal_batch directly in glthrea...
2017-04-02 Timothy Arcerimesa: disable glthread when DEBUG_OUTPUT_SYNCHRONOUS...
2017-04-02 Edward O'Callaghanmesa/main: Fix memset in formatquery.c
2017-04-01 Erik Faye-Lundglsl: ir_explog_to_explog2 is no more
2017-04-01 Erik Faye-Lundst/mesa: avoid aliasing violation in st_cb_perfmon.c
next