mesa.git
2016-10-06 Kenneth Graunkei965: Introduce downcast helpers for prog_data structures.
2016-10-06 Chad Versacei965/sync: Rename awkward variable
2016-10-06 Chad Versacei965/sync: Rename intel_syncobj.c -> brw_sync.c
2016-10-06 Chad Versacei965/sync: Replace 'intel' prefix with 'brw'
2016-10-06 Chad Versacei965/sync: Fix uninitalized usage and leak of mutex
2016-10-05 Jason Ekstrandnir: Use the correct infos structure for copying atomic...
2016-10-05 Samuel Pitoisetnvc0: dump program binary when chipset has been forced
2016-10-05 Marek Olšákradeonsi: fix texture border colors for compute shaders
2016-10-05 Marek Olšákgallium/radeon/winsyses: set reasonable max_alloc_size
2016-10-05 Marek Olšákradeonsi: fix interpolateAt opcodes for .zw components
2016-10-05 Marek Olšákradeonsi: add assertions to validate interpolation...
2016-10-05 Marek Olšákradeonsi: interpolate colors after interpolation weight...
2016-10-05 Marek Olšáktgsi/scan: don't set interp flags for inputs only used...
2016-10-05 Marek Olšákddebug: dump most driver information with GALLIUM_DDEBU...
2016-10-05 Karol Herbstnv50/ra: let simplify return an error and handle that
2016-10-05 Nanley Cheryintel/blorp: Use documented RECTLIST vertex positions
2016-10-05 Jason Ekstrandanv/meta: Roll clear_image into CmdClearDepthStencilImage
2016-10-05 Jason Ekstrandanv: Use blorp for VkCmdFillBuffer
2016-10-05 Kyle Brennemanegl: Implement EGL_KHR_debug (v2)
2016-10-05 Kyle Brennemanegl: Track EGL_KHR_debug state when going through EGL...
2016-10-05 Lionel Landwerlinintel: aubinator: pack supported generations into an...
2016-10-05 Ben Widawskyi965/l3: Add explicit way size calculation for bxt
2016-10-05 Nicolai Hähnlevirgl: Fix build regression of commit 8a943564
2016-10-05 Nicolai Hähnlest/mesa: enable GL_KHR_robustness
2016-10-05 Nicolai Hähnlegallium/radeon: implement set_device_reset_callback
2016-10-05 Nicolai Hähnlest/mesa: set a device reset callback when available
2016-10-05 Nicolai Hähnlest/mesa: extract conversion from pipe_reset_status...
2016-10-05 Nicolai Hähnleddebug: add pass-through of set_device_reset_callback
2016-10-05 Nicolai Hähnlegallium: add pipe_context::set_device_reset_callback
2016-10-05 Nicolai Hähnlevirgl: use the new parent/child pools for transfers
2016-10-05 Nicolai Hähnlevc4: use the new parent/child pools for transfers
2016-10-05 Nicolai Hähnlefreedreno: use the new parent/child pools for transfers
2016-10-05 Nicolai Hähnler300: use the new parent/child pools for transfers...
2016-10-05 Nicolai Hähnlegallium/radeon: use the new parent/child pools for...
2016-10-05 Nicolai Hähnleutil/slab: re-design to allow migration between pools...
2016-10-05 Nicolai Hähnleutil: use GCC atomic intrinsics with explicit memory...
2016-10-05 Lionel Landwerlini965: use L3 data cache for SSBOs
2016-10-05 Kenneth Graunkemesa: Raise INVALID_ENUM in FramebufferTexture*D for...
2016-10-05 Kenneth Graunkemesa: Reorganize check_textarget().
2016-10-05 Kenneth Graunkeaubinator: use the correct format specifier for printin...
2016-10-05 Kenneth Graunkeaubinator: Use less -RS instead of -r for the implicit...
2016-10-05 Kenneth Graunkei965: Drop _NEW_TRANSFORM from 3DSTATE_VS atom on Gen7.
2016-10-05 Kenneth Graunkei965: Fix brw_clear_cache to clean up TCS/TES shaders.
2016-10-05 Kenneth Graunkei965: Add missing BRW_CS_PROG_DATA to CS work group...
2016-10-05 Kenneth Graunkei965: Add missing BRW_NEW_CS_PROG_DATA to compute const...
2016-10-05 Kenneth Graunkei965: Add missing BRW_NEW_FS_PROG_DATA to render target...
2016-10-05 Kenneth Graunkei965: Move BRW_NEW_FRAGMENT_PROGRAM from 3DSTATE_PS...
2016-10-05 Kenneth Graunkei965: Add missing BRW_NEW_VS_PROG_DATA to 3DSTATE_CLIP.
2016-10-05 Kenneth Graunkei965: Fix missing _NEW_TRANSFORM in Gen8+ 3DSTATE_DS...
2016-10-04 Ian Romanicki965: Enable ARB_shader_atomic_counter_ops
2016-10-04 Ian Romanicki965: Refactor emission of atomic counter operations
2016-10-04 Ian Romanicknir/intrinsics: Add more atomic_counter ops
2016-10-04 Ian Romanicknir/intrinsics: Include atomic_counter_ in the names...
2016-10-04 Ian Romanickglsl: Kill __intrinsic_atomic_sub
2016-10-04 Ian Romanickglsl: Remove ir_function_signature::_is_intrinsic field
2016-10-04 Ian Romanickglsl: Add ir_function_signature::is_intrinsic() method
2016-10-04 Ian Romanickglsl: Use the ir_intrinsic_* enums instead of the __int...
2016-10-04 Ian Romanickglsl: Track a unique intrinsic ID with each intrinsic...
2016-10-04 Ian Romanickglsl: Don't emit ir_binop_carry during ir_binop_imul_hi...
2016-10-04 Timothy Arcerii965: fix unused variable warning in brw_emit_gpgpu_wal...
2016-10-04 Timothy Arcerii965: add MAYBE_UNUSED to assert param
2016-10-04 Timothy Arcerii965: wrap unused function in #ifndef NDEBUG
2016-10-04 Timothy Arcerii965: fix unused variable warning in gen7_block_read_sc...
2016-10-04 Timothy Arcerii965: add MAYBE_UNUSED to assert param
2016-10-04 Jose Fonsecagallivm: Use AVX2 gather instrinsics.
2016-10-04 Roland Scheideggergallivm: Use 8 wide AoS sampling on AVX2.
2016-10-04 José Fonsecagallivm: Basic AVX2 support.
2016-10-04 Chad Versaceegl: Drop duplicate check on EGLSync type
2016-10-04 Chad Versaceegl: Cleanup control flow in _eglParseSyncAttribList
2016-10-04 Chad Versaceegl: Add _eglConvertIntsToAttribs()
2016-10-04 Chad Versaceegl: Fix an error path in eglCreateSync*
2016-10-04 Chad Versaceegl: Fix truncation error in _eglParseSyncAttribList64
2016-10-04 Chad Versaceegl: Fix missing unlock in eglGetSyncAttribKHR
2016-10-04 Anuj Phogatanv/gen7_pipeline: Fix typo in semicolon
2016-10-04 Anuj Phogatanv/gen7_pipeline: Set sample mask field in 3DSTATE_PS
2016-10-04 Anuj Phogatanv/gen7_pipeline: Move ksp{1,2} state setting next...
2016-10-04 Anuj Phogatanv/gen7: Make use of local variable prog_data
2016-10-04 Anuj Phogatanv/gen8_pipeline: Add an assert to ensure use_alt_mode...
2016-10-04 Anuj Phogatanv/gen8_pipeline: Fix typo in semicolon
2016-10-04 Anuj Phogatintel/genxml: Keep the value name 'Alternate' uniform...
2016-10-04 Anuj Phogatintel/genxml: Fix typo in gen75.xml
2016-10-04 Anuj Phogati965/gen8+: Enable GL_OES_viewport_array
2016-10-04 Anuj Phogatmesa: Add a check for OES_viewport_array
2016-10-04 Anuj Phogatmesa: Enable enums for OES_viewport_array
2016-10-04 Anuj Phogatanv/gen7_pipeline: Use MSDISPMODE_PERSAMPLE for non...
2016-10-04 Anuj Phogatanv/blorp: Handle zero width/height blits in blorp_copy()
2016-10-04 Anuj Phogatintel/isl: Add an assert to check zero width/height...
2016-10-04 Leo Liust/omx/dec/h265: add scaling list data
2016-10-04 Leo Liust/omx/dec/h265: fix the skip for before and after...
2016-10-04 Leo Liust/omx/dec/h265: set the default reference picture...
2016-10-04 Leo Liust/omx/dec/h265: decoder size should follow from sps
2016-10-04 Leo Liust/omx/dec/h265: increase dpb max size to 32
2016-10-04 Eric Engestromnir/spirv: Remove a duplicate spirv2nir from .gitignore
2016-10-04 Nicolai Hähnleradeonsi: optionally run the LLVM IR verifier pass
2016-10-04 Nicolai Hähnlegallium/radeon: fix argument type of llvm.{cttz,ctlz...
2016-10-04 Nicolai Hähnlegallium/radeon: unify the creation of basic blocks
2016-10-04 Nicolai Hähnlegallium/radeon: merge branch and loop flow control...
2016-10-04 Nicolai Hähnlegallium/radeon: simplify if/else/endif blocks
2016-10-04 Nicolai Hähnlegallium/radeon: label basic blocks by the corresponding...
2016-10-04 Nicolai Hähnlegallium/radeon: cleanup and fix branch emits
next