44373 次程式碼提交 (f82cfe1eb40b1de9f6d4cbdce2c509e3e429c1d4)
 

作者 SHA1 備註 提交日期
  Kenneth Graunke 235fa21a09 i965: Split out tracked state atoms for Ivybridge. 14 年之前
  Kenneth Graunke 89a82d72ca intel: Initial IS_GEN7 plumbing. 14 年之前
  Kenneth Graunke d55471768e i965: Rename max_vs_handles to max_vs_entries for consistency. 14 年之前
  Kenneth Graunke d0f0d06482 i965: Convert BRW_NEW_* dirty bits to use an enum. 14 年之前
  Kenneth Graunke c638180fc7 i965: Rework IF/ELSE jump target back-patching. 14 年之前
  Kenneth Graunke 5936d96d33 i965: Move IF stack handling into the EU abstraction layer/brw_compile. 14 年之前
  Kenneth Graunke 774fb90db3 i965: Get a ralloc context into brw_compile. 14 年之前
  Kenneth Graunke ebeea98573 i965/gs: Move generation check for bailing earlier. 14 年之前
  Kenneth Graunke c6175d7870 i965: Add _NEW_LIGHT to Gen6 clip state dirty bits. 14 年之前
  Brian Paul 3559440873 mesa: add some missing GLAPIENTRY keywords 14 年之前
  Tom Stellard 217cd216ea r300/compiler: Fix bug in rc_get_variables() 14 年之前
  Christian König 9f64199d39 [g3dvl] fix missing swizzle on instanceid 14 年之前
  Marek Olšák 390196ecc7 u_vbuf_mgr: fix max_index computation when src_offset is abused as buffer_offset 14 年之前
  Marek Olšák a3ac28a736 mesa: make RGB9_E5 non-renderable on swrast again 14 年之前
  Marek Olšák 947190ab4b Revert "mesa: set reasonable defaults in update_wrapper" 14 年之前
  Christian König 9937e85bcc [g3dvl] add missing ureg_END 14 年之前
  Christian König 07114b3fdc [g3dvl] softpipe now needs the llvm libs 14 年之前
  Kenneth Graunke 1309d2ea72 i965: Pass brw_compile pointer to brw_set_src[01]. 14 年之前
  Kenneth Graunke 2b8e7215eb i965: Fix "Paramater" typo in gen6_wm_state.c. 14 年之前
  Benjamin Franzke b8033a5651 egl: Compile wayland-drm.a into libEGL independent of egl_dri2 14 年之前
  Christian König 3e976ef31a [g3dvl] store the idct matrix as hex values 14 年之前
  Dave Airlie c9aa3bbda4 st/mesa: overhaul vertex/fragment sampler and sampler views. 14 年之前
  Dave Airlie bc16c73407 gallium: block signals for new thread when spawning threads 14 年之前
  Christian König 828540e491 Merge remote-tracking branch 'origin/master' into pipe-video 14 年之前
  Christian König 3db6514357 [g3dvl] enable gl_rasterization_rules for idct 14 年之前
  Christian König 20aabb9c2e [g3dvl] enable gl_rasterization_rules for zscan 14 年之前
  Christian König 235de23e57 [g3dvl] store mvpos seperately from x,y cord 14 年之前
  Christian König 5d7c8130b8 [g3dvl] pre apply zscan to quant matrix 14 年之前
  Christian König 0121aae967 [g3dvl] no need for seperate intermediate buffers any more 14 年之前
  Christian König 56457ffe11 [g3dvl] move alignment of buffers to mb size into context 14 年之前
  Dave Airlie bd5b7a6f71 r600g: reduce flushes so only when texture and CB overlap. 14 年之前
  Tom Stellard 6d539579ad r300/compiler: Use ALU Result for IF conditionals 14 年之前
  Marek Olšák 8a4136f624 r300g: HiZ fixes 14 年之前
  Marek Olšák 19f59dd413 r300g: don't set other HyperZ states if depth and stencil tests are disabled 14 年之前
  Marek Olšák fdd37af3f7 r300g: dynamically ask for and release Hyper-Z access 14 年之前
  Marek Olšák 904f43f190 r300g: fix conversion from int to boolean 14 年之前
  Marek Olšák 51095f74cf u_vbuf_mgr: fix max_index computation once again 14 年之前
  Christian König 6c731191c0 [g3dvl] fix fi_frame mb increment 14 年之前
  Marek Olšák ad2999d211 st/mesa: set correct baseInternalFormat for _mesa_texstore in DrawPixels 14 年之前
  Kenneth Graunke 2bba244329 i965: Use BRW_DATAPORT_READ_TARGET_DATA_CACHE instead of 0. 14 年之前
  Kenneth Graunke c77855d64e i965: Rename dp_render_target struct to gen6_dp. 14 年之前
  Kenneth Graunke 17eaff77b0 i965: Attempt to un-muddle Gen6 data port message target defines. 14 年之前
  Christoph Bumiller 5f5d486717 nvc0: prevent overlap between load address and destination regs 14 年之前
  Marek Olšák dd445ae120 docs: update relnotes-7.11 14 年之前
  Marek Olšák e28e3a774c st/mesa: expose ARB_shader_texture_lod if SM3 is supported 14 年之前
  Matt Turner fae77579ad util_logbase2 takes and returns unsigned, not int 14 年之前
  Matt Turner c5ac8a8aa2 Remove redundant util_unsigned_logbase2 14 年之前
  Matt Turner 48a0a096f8 u_math.h: Remove redundant mingw32 ffs definition 14 年之前
  Benjamin Franzke 184bb09ff5 st/egl: Implement EGL_WL_bind_wayland_display for x11,drm,wayland 14 年之前
  Benjamin Franzke 83c68758be egl_dri2: Discard similar configs 14 年之前