Age | Commit message (Expand) | Author |
2007-12-10 | [965] Hook up DEBUG_BUFMGR output for bufmgr_fake. | Eric Anholt |
2007-12-07 | [965] Convert the driver to dri_bufmgr interface and enable TTM. | Eric Anholt |
2007-12-07 | [965] Remove dead code in upload_wm_surfaces. | Eric Anholt |
2007-12-07 | [965] Move brw_surface_state stack allocation into the function using it. | Eric Anholt |
2007-12-05 | Revert "[965] Add missing flagging of new stage programs for updating stage s... | Eric Anholt |
2007-12-05 | [965] Add missing flagging of new stage programs for updating stage state. | Eric Anholt |
2007-12-03 | [965] Change constant buffer from state structs to plain batch emission. | Eric Anholt |
2007-11-30 | i965: if source depth to render target is set, | Xiang, Haihao |
2007-11-30 | i965: use uncompressed instruction to ensure only | Xiang, Haihao |
2007-11-28 | i965: update RefCount when using Vertex/Fragment program. | Xiang, Haihao |
2007-11-27 | i965: The jump instruction count is added | Xiang, Haihao |
2007-11-25 | intel: Fix relative symlinks. | Michel Dänzer |
2007-11-20 | [965] Replace 965 texture format code with common code. | Eric Anholt |
2007-11-20 | [965] Remove dead exec vfmt code which was replaced by generic vbo code. | Eric Anholt |
2007-11-19 | [965] Add INTEL_DEBUG=fall debugging output. | Eric Anholt |
2007-11-19 | [965] Convert DBG macro to use FILE_DEBUG_FLAG like i915. | Eric Anholt |
2007-10-30 | More vblank cleanups. | Michel Dänzer |
2007-10-29 | Merge branch 'origin' | Eric Anholt |
2007-10-29 | Refactor and fix core vblank support | Jesse Barnes |
2007-10-26 | Merge branch '965-glsl' | Zou Nan hai |
2007-10-16 | Replace symlink generation from i915 with files in intel/ and symlinks there. | Eric Anholt |
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-09 | Non Square Matrix | Zou Nan hai |
2007-10-09 | fix for prev commit | Zou Nan hai |
2007-10-09 | INT support | Zou Nan hai |
2007-10-09 | shadow sampler fix. | Zou Nan hai |
2007-10-08 | Only vertex program fix, bypass tnl vertex program | Zou Nan hai |
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-30 | fragment shader function call fix, gl_FragCoord fix | Zou Nan hai |
2007-09-29 | support continue, fix conditional | Zou Nan hai |
2007-09-28 | fix | Zou Nan hai |
2007-09-28 | support nested function call in pixel shader | Zou Nan hai |
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 | handle INT op, still require high level handle of integer to be correct | Zou Nan hai |