Age | Commit message (Expand) | Author |
2007-10-12 | Merge branch 'dri2' | Kristian Høgsberg |
2007-10-11 | Add a DRI_ReadDrawable marker extension to signal read drawable capability. | Kristian Høgsberg |
2007-10-11 | Move media stream counter entry points to new extension. | Kristian Høgsberg |
2007-10-11 | Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism. | Kristian Høgsberg |
2007-10-10 | Move swap_interval to new extension mechanism. | Kristian Høgsberg |
2007-10-10 | Move the copySubBuffer extension over to the new mechanism. | Kristian Høgsberg |
2007-10-10 | Pull createNewScreen entry point into dri_util.c. | Kristian Høgsberg |
2007-10-10 | Replace open-coded major, minor, and patch version fields with __DRIversionRec. | Kristian Høgsberg |
2007-10-10 | Remove screenConfigs from __DRIscreen. | Kristian Høgsberg |
2007-10-10 | Drop __DRInativeDisplay and pass in __DRIscreen pointers instead. | Kristian Høgsberg |
2007-10-10 | fix force_s3tc_enable option | Mrc Gran |
2007-10-04 | [965] Replace various alignment code with a shared ALIGN() macro. | Eric Anholt |
2007-10-04 | Replace bmBufferOffset usage in batchbuffer setup with OUT_RELOC. | Eric Anholt |
2007-10-04 | Replace duplicated intel_reg.h with a shared header. | Eric Anholt |
2007-10-04 | Replace some structure-based batch preparation with plain OUT_BATCH. | Eric Anholt |
2007-09-27 | [965] Add batchbuffer dumping under INTEL_DEBUG=bat, like 915. | Eric Anholt |
2007-09-27 | Revert "WIP 965 conversion to dri_bufmgr." | Eric Anholt |
2007-09-27 | WIP 965 conversion to dri_bufmgr. | Eric Anholt |
2007-09-27 | [965] Remove AUB file support. | Eric Anholt |
2007-09-27 | i965: handle all unfilled mode in clip stage. fix bug #12453 | Xiang, Haihao |
2007-09-27 | fix ppracer and bzflag issue with clip optimization | Zou Nan hai |
2007-09-27 | i915/i965 merge serer directories along lines for radeon/r200 | Dave Airlie |
2007-09-26 | i965: The cube map texture coordinates must be devided by the | Xiang, Haihao |
2007-09-26 | fix a bug in 965 ARB_occlusion_query, | Zou Nan hai |
2007-09-24 | [i965] Bug #11812: Fix fwrite return value checks in AUB file code. | Roland Bär |
2007-09-24 | fix fd.o bug #12217, recalcuate urb when clip plane size change | Zou Nan hai |
2007-09-21 | Merge branch 'i915-unification' | Eric Anholt |
2007-09-20 | Merge branch 'master' into i915-unification | Eric Anholt |
2007-09-20 | i965: fix an error in brw_vs_tnl.c | Xiang, Haihao |
2007-09-14 | i965: align the address of the first element within | Xiang, Haihao |
2007-09-12 | i965: translate shadow compare function into correct | Xiang, Haihao |
2007-09-12 | i965: revert commit 1a15b2169ba6cb100627eb525a20a00537cfb6f0, | Xiang, Haihao |
2007-09-11 | Fix-up #includes to remove some -I options. | Brian |
2007-09-11 | i965: take the secondary color into account when drawing | Xiang, Haihao |
2007-09-11 | i965: limit on LOD Bias, fix#11987 | Xiang, Haihao |
2007-09-05 | i965: only take non-varying attribute into account when | Xiang, Haihao |
2007-09-01 | i965: Correct build_lighting in i965 driver according to | Xiang, Haihao |
2007-08-31 | i965: Calculate the positional light in homogeneous coordinates. | Xiang, Haihao |
2007-08-31 | optimize 965 clip | Zou Nan hai |
2007-08-31 | i965: Take the upper limitation on LOD into account. | Xiang, Haihao |
2007-08-30 | Bug #10571: Fix 965 line clipping when neither vertex needs clipping. | David Moore |
2007-08-29 | i965: store read drawable info in intel_context. Some OpenGL | Xiang, Haihao |
2007-08-29 | i965: check NULL pointer. fix bug#12193 | Xiang, Haihao |
2007-08-29 | i965: samplers group in fours in WM_STATE. fix bug#9415 | Xiang, Haihao |
2007-08-28 | i965: flush batch buffer when getting the maximum. This makes | Xiang, Haihao |
2007-08-17 | i965: align width/height for volume texture | Xiang, Haihao |
2007-08-15 | i965: use BRW_TEXCOORDMODE_CLAMP instead of BRW_TEXCOORDMODE_CLAMP_BORDER | Xiang, Haihao |
2007-08-13 | i965: fix projtex_mask | Xiang, Haihao |
2007-08-10 | i965: roland's DXTn format texture patch(bug10347) | Xiang, Haihao |
2007-08-10 | i965/i915tex: applying right alignment to compressed texture, | Xiang, Haihao |