Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
doyaGu pushed 2 commits to main doyaGu/BallanceModLoaderPlus
doyaGu pushed 14 commits to main doyaGu/d3d8to9
- Return D3D_OK for SetRenderState calls with D3DRS_ZVISIBLE (#173) 46f8e4b
- Take viewport X & Y coordinates into account during validation (#174) d3d0ee4
- Track and release state block tokens on device destruction (#176) 18bce66
- Fix resource leak after calling "IDirect3DDevice8::GetTexture" (#175) ac41b09
- Remove "CreateImageSurface" R8G8B8 swap with X8R8G8B (#177) 466fb1f
- Implement "IDirect3DDevice8::GetInfo" for "D3DDEVINFOID_VCACHE" (#179) 7136cbf
- Validate depth formats used with "IDirect3DDevice8::CopyRects" (#180) b65caf1
- Fix reference counting for shaders and state blocks to prevent a crash when exiting games (#181) 61be8d5
- Fix default value of "D3DRS_POINTSIZE_MIN" (#183) 52a36f0
- Add ValidatePixelShader, ValidateVertexShader and DebugSetMute exports (#182) b5d8458
- Clear existing rect/volume content on surface/volume locks (#185) 2a81c4e
- Validate state block calls during state recording (#186) f7012c9
- Add "D3DFMT_UNKNOWN" checks on object creation (#184) 7a2f98e
- Fix char pointer assignment compiler warnings (#187) These were introduced in commit b5d845828ed74fc56b70913d7e53ec3... b39e6d8
doyaGu pushed 70 commits to master doyaGu/xbyak
- [sample] add dump option to bf a9ec16f
- [sample] memfd waits to exit 258500e
- [sample] XBYAK_NO_OP_NAMES is no longer needed 4856dcc
- add {rd,wr}{fs,gs}base ee42b66
- v7.08 cb7d994
- Merge branch 'dev' 900c984
- define B4 and U in evex cb85e7f
- move test of rdfsbase etc. 0d96334
- [fix] vcvttpd2dq accepts not {er} but {sae} dd0991e
- add test of vcvttpd2dq with sae 395ac4b
- [fix] vfmadd supports {er} b57da14
- add tests of vfmadd with {er} 4babe05
- [fix] v{and,andn,or,xor} does not support {er}. v{max,min} support not {er} but {sae} cdaa396
- add tests of v{add,max,min} with {er}/{sae} b6d2b90
- [fix] v{max,min}{ph,sh} supports not {er} but {sae} d993342
- support YMM embedded rounding of AVX10.2 e7db8e6
- add test of avx10 on windows 0243537
- Merge branch 'dev' 1b8e34a
- v7.09 c68cc53
- [skip ci][doc]fix typo 347307f
- and 50 more ...
doyaGu pushed 56 commits to master doyaGu/openocd
- binarybuffer: str_to_buf(): align prefix to TCL syntax Integer values are interpreted by TCL as decimal, binary, oct... 4680d6e
- drivers/cmsis_dap: Fix buffer overflow in cmsis_dap_hid_open() Use mbstowcs() to get required length of wide charact... e01e180
- doc: fix stm32l4x option_write usage stm32l4x option_write works like stm32h7x option_write, i.e. expects the value ... ca72d23
- flash/stm32l4x: option_write usage: mask is optional If no mask is given, the value in the option register is replac... 7e271c9
- cpld: update warning to suggest virtex2 refresh virtex2 refresh replaced virtex2 program, but the even older program... 324469d
- jtag_vpi: fix signed/unsigned comparison jtag_vpi_stableclocks Change-Id: Id2b00fbc8ba627f4465c109fbde6e010faaff9d2 ... f9b2a1a
- tcl/board: Support for Digilent Anvyl board Support Digilent Anvyl board JTAG chain Change-Id: I6fb52284429af6c98c1... 75b418f
- tcl/target: Make sure R-Car Gen3 _targets variable is global The _targets has to be global as it is accessed at the ... cbed09e
- rtos/hwthread: fix threadid generation Looks like 7f2d3e2925 introduced a regression by incorrectly assigning thread... f0bad43
- drivers/jlink: Print serial numbers when multiple devices are connected When multiple jlink programmers are connecte... 0efedd7
- tcl/interface/ftdi: add support for Sipeed USB-JTAG/TTL Debugger Sipeed USB-JTAG/TTL Debugger is a compact FT2232D-b... 6f9b1ee
- src/flash/nor/kinetis.c: Fixed flash bank write gap Flash banks created in kinetis_create_missing_banks did not popu... d35399b
- flash/nor: Update cc26xx flash driver to support cc13x2x7 This updates the flash driver to support more than one ban... 1aa759d
- tcl/target: Add support of CC1352P7 This adds support for TI CC13X2X7 / CC26X2X7 family. For further details, see h... 13f1bcb
- tcl/boards: Add support of LP-CC1352P7 board This adds support of TI LP-CC1352P7 evaluation kit. For further detail... 760dd1f
- binarybuffer: add asserts for the number of requested bits for get/set functions Change-Id: Ieca5b4e690c9713ad60dc9d... e5a2001
- rtos: use target_buffer_get_u32() Simplify the code using the target endianness independent API. Change-Id: I39f720... e5276bb
- target/espressif: add profiling function for ESP32-S3 Use the TRAX interface DEBUGPC if available. Otherwise use def... 930ec2f
- flash/nor/sfdp: expose SFDP_MAGIC in sfdp.h Could be handy for dummy transfer size detection. Signed-off-by: Tomas ... 1dc3d7e
- flash/nor/sfdp, stmqspi: use native type for buffer size Two different sizes uint8_t and uint32_t was used for this ... ea28f96
- and 36 more ...
doyaGu pushed 6 commits to master doyaGu/libsolv
- Refactor string pool merging in repo_solv Move merging code into strpool.c where it belongs. Also clean up hashmask ... 8e390d8
- Support rpm's "orderwithrequires" dependency Note that the rpmmd parser cannot set it as the xml schema does not inc... 283074a
- Support orderwithrequires dependencies in testcases c295980
- Add rpm_query_idarray query function This is added to query the OrderWithRequires dependencies from downloaded rpms.... e64cecf
- Make POOL_FLAG_ADDFILEPROVIDESFILTERED behaviour more standard Turning on POOL_FLAG_ADDFILEPROVIDESFILTERED made the... 2150865
- Init the whatprovides of new ids to an empty list for lazy file provides Otherwise finding the provides will always ... 081580d