9528 コミット (1195caa2745de4d16ddbd46eeb4f527a78c5eb63)
 

作成者 SHA1 メッセージ 日付
  Oliver McFadden 1195caa274 r300: Renamed r300_vertexprog.c to r300_vertprog.c 18年前
  Oliver McFadden 0e9ada1087 r300: Use _mesa_alloc_instructions/_mesa_init_instructions instead of malloc. 18年前
  Oliver McFadden 0d6d80ef3d r300: Updated R300 to use the new SWIZZLE macros. 18年前
  Oliver McFadden 51693b22cd r300: Fixed an unused variable warning and removed some cruft, too. 18年前
  Oliver McFadden b3a9a90cdf r300: Fixed a printf conversion warning. 18年前
  Oliver McFadden 7f08dd3fc6 r300: Fixed "no previous prototype for 'r300RefillCurrentDmaRegion'" warning. 18年前
  Brian fc6b8f2d30 added SWIZZLE_XXXX, YYYY, etc. macros 18年前
  Oliver McFadden 4e4ab2a62b Committed Rune Petersen's fragment.position patch (Bug #10024) plus a few small 18年前
  Brian 4d2eb637a2 no-op clear if buffer width or height is zero (bug 7205) 18年前
  Brian 038e981cac add some rb->Data null ptr checks (bug 7205) 18年前
  Brian 90563d39cb Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa 18年前
  Brian 0cfdf432e4 implement byteswapping for all multi-byte types in _mesa_pack_rgba_span_float(), bug 10298 18年前
  Keith Whitwell 4a7fe4fcfa Fix off by one error in immediate state packet size. 18年前
  Brian 32d196820f pixelmap code simplification 18年前
  Brian b6adf336f4 Re-org of gl_pixel_attrib struct. 18年前
  Brian 3049946fa7 clear the b->frontxrb->drawable field in xmesa_free_buffer(), see bug 7205 18年前
  Brian 46fe008778 Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa 18年前
  Brian 47e0b606a8 move CLIENT_ID code in xmesa_delete_framebuffer(), see bug 7205 18年前
  Roland Scheidegger a6cc9ab493 sync up t_vp_build.c brw_vs_tnl.c a bit 18年前
  Roland Scheidegger 37e6f760fd enable ARB_vertex_buffer_object for more dri drivers 18年前
  Oliver McFadden 4c18d9056b r300: Renamed the CACHE_CTLSTAT values to include UNKNOWN in the name; not 18年前
  Roland Scheidegger 14f0b7ea98 use movdqu instead of movdqa for unaligned load avoiding a segfault (bug 10265) 18年前
  Oliver McFadden eb4db4c4ec Add defines for the values written to R300_RB3D_ZCACHE_CTLSTAT. 18年前
  Oliver McFadden 19fbe9732c Documented the value written for R300_TX_CNTL cache flush. 18年前
  Xiang, Haihao 53f83b435c mesa: _mesa_unpack_image 18年前
  Oliver McFadden cd66604756 Corrected values written to R300_RB3D_DSTCACHE_CTLSTAT to either 18年前
  Oliver McFadden 0c750ca98d Guess another unknown register used for R300 pacification. 18年前
  Michel Dänzer 708d836e6b i915tex: Don't crash when intel_fb->color_rb[i] is NULL. 18年前
  Brian 17fb7821d7 clean-up, simplify _mesa_image_row_stride() 18年前
  Brian c1a5447337 take GL_UNPACK_ALIGNMENT into account in _mesa_image_row_stride() for GL_BITMAP type (bug 10261) 18年前
  Alan Swanson d0a3400f66 r200: Simplify r200SetCliprects like radeonSetCliprects in radeon and r300. 18年前
  Alan Swanson 33ea9dccaf r200: Adapt cliprect fixes from r300. 18年前
  Alan Swanson 88501887e4 radeon: Adapt cliprect fixes from r300. 18年前
  Xiang, Haihao 61ec23cc63 fix for bug#10196 18年前
  Aapo Tahkola 69e57cf6ae Guess another unknown register in R300 command buffer initialization. (Oliver McFadden) 18年前
  Oliver McFadden e64166703a Renamed some of the unkXXX variables in the command buffer init 18年前
  Brian 7d39c1ae76 Fix TEXREL issues. 18年前
  Brian 823c041fde check for EXT_blend_equation_separate for 2.0 18年前
  Michel Dänzer 38f7f81518 i915tex: Fix build against libdrm git... 18年前
  Michel Dänzer beffb4e88c i915tex: Fix intel_wait_flips being declared implicitly. 18年前
  Michel Dänzer 97775f9904 i915tex: Fix build against released version of libdrm. 18年前
  Stephane Marchesin ced8870a6a nouveau: fix nv04 swtcl. 18年前
  Stephane Marchesin 4f12b37a56 nouveau: fix the nv04 swtcl code. 18年前
  Stephane Marchesin 581a594033 nouveau: oops don't debug by default. 18年前
  Stephane Marchesin df1c3ff3dd nouveau: some fixes to the nv04 state code. 18年前
  Stephane Marchesin e61f674844 nouveau: add a fifo size debug check. 18年前
  Michel Dänzer 30b914e2ca Merge branch 'i915tex-pageflip' 18年前
  Michel Dänzer 6e0878becf i915tex: Wait for pending scheduled flips before switching vsync pipe. 18年前
  Michel Dänzer bb0760ca4f i915tex: Set intel_fb->vbl_waited to current instead of what we aimed for. 18年前
  Michel Dänzer 36b4e25da3 i915tex: Sync pages between pipes immediately again. 18年前