| Commit message (Expand) | Author | Age | Files | Lines |
* | More vblank cleanups. | Michel Dänzer | 2007-10-30 | 4 | -10/+11 |
* | Merge branch 'origin' | Eric Anholt | 2007-10-29 | 24 | -173/+1908 |
|\ |
|
| * | Refactor and fix core vblank support | Jesse Barnes | 2007-10-29 | 5 | -15/+57 |
| * | Merge branch '965-glsl' | Zou Nan hai | 2007-10-26 | 20 | -158/+1851 |
| |\ |
|
| | * | Non Square Matrix | Zou Nan hai | 2007-10-09 | 1 | -0/+2 |
| | * | fix for prev commit | Zou Nan hai | 2007-10-09 | 1 | -2/+2 |
| | * | INT support | Zou Nan hai | 2007-10-09 | 1 | -3/+3 |
| | * | shadow sampler fix. | Zou Nan hai | 2007-10-09 | 2 | -1/+13 |
| | * | Only vertex program fix, bypass tnl vertex program | Zou Nan hai | 2007-10-08 | 1 | -1/+1 |
| | * | fragment shader function call fix, gl_FragCoord fix | Zou Nan hai | 2007-09-30 | 2 | -3/+8 |
| | * | support continue, fix conditional | Zou Nan hai | 2007-09-29 | 3 | -2/+66 |
| | * | fix | Zou Nan hai | 2007-09-28 | 1 | -2/+0 |
| | * | support nested function call in pixel shader | Zou Nan hai | 2007-09-28 | 2 | -11/+26 |
| | * | handle INT op, still require high level handle of integer to be correct | Zou Nan hai | 2007-09-27 | 1 | -0/+22 |
| | * | fix issue when only fragment shader or vertex shader is used | Zou Nan hai | 2007-09-27 | 1 | -5/+12 |
| | * | ARB_shader_object ARB_vertex_shader ARB_fragment_shader in 965-glsl branch | Zou Nan hai | 2007-09-18 | 1 | -0/+6 |
| | * | fix double free in 965-glsl branch | Zou Nan hai | 2007-09-18 | 3 | -0/+6 |
| | * | DDX DDY support, not very accurate | Zou Nan hai | 2007-07-24 | 3 | -1/+103 |
| | * | Fix SOP in fragment shader, brick is ok now. | Zou Nan hai | 2007-07-17 | 1 | -2/+4 |
| | * | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa into... | Zou Nan hai | 2007-07-17 | 3 | -5/+12 |
| | |\ |
|
| | * | | Use ProgramStringNotify | Zou Nan hai | 2007-07-17 | 1 | -27/+0 |
| | * | | support "discard"; | Zou Nan hai | 2007-07-05 | 2 | -0/+16 |
| | * | | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa into... | Zou Nan hai | 2007-07-04 | 7 | -112/+27 |
| | |\ \ |
|
| | * | | | fix issue with output as src register. | Zou Nan hai | 2007-07-04 | 1 | -1/+1 |
| | * | | | Fix a nasty bug... | Zou Nan hai | 2007-07-03 | 1 | -6/+14 |
| | * | | | support branch and loop in pixel shader | Zou Nan hai | 2007-06-21 | 12 | -100/+1346 |
| | * | | | Support loop, conditional update fix | Zou Nan hai | 2007-05-09 | 1 | -10/+17 |
| | * | | | support nested function call | Zou Nan hai | 2007-04-30 | 2 | -15/+17 |
| | * | | | Initial 965 GLSL support | Zou Nan hai | 2007-04-12 | 14 | -75/+275 |
* | | | | | Replace symlink generation from i915 with files in intel/ and symlinks there. | Eric Anholt | 2007-10-16 | 2 | -15/+3 |
|/ / / / |
|
* | | | | Merge branch 'dri2' | Kristian Høgsberg | 2007-10-12 | 1 | -60/+39 |
|\ \ \ \ |
|
| * | | | | Add a DRI_ReadDrawable marker extension to signal read drawable capability. | Kristian Høgsberg | 2007-10-11 | 1 | -5/+1 |
| * | | | | Move media stream counter entry points to new extension. | Kristian Høgsberg | 2007-10-11 | 1 | -3/+2 |
| * | | | | Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism. | Kristian Høgsberg | 2007-10-11 | 1 | -1/+1 |
| * | | | | Move swap_interval to new extension mechanism. | Kristian Høgsberg | 2007-10-10 | 1 | -2/+1 |
| * | | | | Move the copySubBuffer extension over to the new mechanism. | Kristian Høgsberg | 2007-10-10 | 1 | -1/+6 |
| * | | | | Pull createNewScreen entry point into dri_util.c. | Kristian Høgsberg | 2007-10-10 | 1 | -48/+29 |
| * | | | | Replace open-coded major, minor, and patch version fields with __DRIversionRec. | Kristian Høgsberg | 2007-10-10 | 1 | -1/+1 |
| * | | | | Remove screenConfigs from __DRIscreen. | Kristian Høgsberg | 2007-10-10 | 1 | -7/+6 |
| * | | | | Drop __DRInativeDisplay and pass in __DRIscreen pointers instead. | Kristian Høgsberg | 2007-10-10 | 1 | -11/+11 |
* | | | | | fix force_s3tc_enable option | Mrc Gran | 2007-10-10 | 1 | -1/+1 |
|/ / / / |
|
* | | | | [965] Replace various alignment code with a shared ALIGN() macro. | Eric Anholt | 2007-10-04 | 16 | -28/+24 |
* | | | | Replace bmBufferOffset usage in batchbuffer setup with OUT_RELOC. | Eric Anholt | 2007-10-04 | 3 | -15/+29 |
* | | | | Replace duplicated intel_reg.h with a shared header. | Eric Anholt | 2007-10-04 | 2 | -114/+10 |
* | | | | Replace some structure-based batch preparation with plain OUT_BATCH. | Eric Anholt | 2007-10-04 | 2 | -32/+29 |
* | | | | [965] Add batchbuffer dumping under INTEL_DEBUG=bat, like 915. | Eric Anholt | 2007-09-27 | 5 | -16/+17 |
* | | | | Revert "WIP 965 conversion to dri_bufmgr." | Eric Anholt | 2007-09-27 | 23 | -219/+1617 |
* | | | | WIP 965 conversion to dri_bufmgr. | Eric Anholt | 2007-09-27 | 23 | -1617/+219 |
* | | | | [965] Remove AUB file support. | Eric Anholt | 2007-09-27 | 23 | -1244/+42 |
* | | | | i965: handle all unfilled mode in clip stage. fix bug #12453 | Xiang, Haihao | 2007-09-27 | 1 | -0/+4 |