| Commit message (Expand) | Author | Age | Files | Lines |
* | i965: Emit zero initialization for NV VP temporaries as required. | Eric Anholt | 2009-09-24 | 1 | -0/+1 |
* | Revert "i965: Use VBOs in the VBO module on 965, now that we have ARB_map_buf... | Eric Anholt | 2009-09-02 | 1 | -2/+0 |
* | i965: Use VBOs in the VBO module on 965, now that we have ARB_map_buffer_range. | Eric Anholt | 2009-08-28 | 1 | -0/+2 |
* | i965: Increase assmebly shader program parameter limits | Ian Romanick | 2009-08-26 | 1 | -2/+2 |
* | ARB prog: Change handling of program parameter limits | Ian Romanick | 2009-08-26 | 1 | -1/+26 |
* | intel: fix max anisotropy supported | Roland Scheidegger | 2009-04-22 | 1 | -0/+2 |
* | i965: tell GLSL compiler to emit code using condition codes | Brian Paul | 2009-02-16 | 1 | -0/+3 |
* | i965: Remove brw->attribs now that we can just always look in the GLcontext. | Eric Anholt | 2009-02-02 | 1 | -25/+0 |
* | i965: Delete old metaops code now that there are no remaining consumers. | Eric Anholt | 2009-02-02 | 1 | -1/+0 |
* | i965: bump texture limit to 4kx4k | Keith Packard | 2009-01-30 | 1 | -4/+3 |
* | i965: allow larger AA points on fallback path | Brian Paul | 2009-01-14 | 1 | -0/+3 |
* | i965: increase number of texture samplers to 16 | Brian Paul | 2009-01-01 | 1 | -2/+4 |
* | i915: Don't overwrite i915's Viewport function from generic code. | Eric Anholt | 2008-11-21 | 1 | -0/+2 |
* | i965: Fix check_aperture calls to cover everything needed for the prim at once. | Eric Anholt | 2008-10-28 | 1 | -0/+1 |
* | i965: Add ARB_occlusion_query support. | Eric Anholt | 2008-10-07 | 1 | -0/+4 |
* | Remove TNL-to-VP tracking from i965 | Ian Romanick | 2008-09-28 | 1 | -2/+0 |
* | i965: Adapt to new TNL program tracking semantics | Ian Romanick | 2008-09-22 | 1 | -1/+2 |
* | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul | 2008-09-18 | 1 | -4/+5 |
* | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie | 2008-08-24 | 1 | -1/+0 |
* | Revert "Merge branch 'drm-gem'" | Dave Airlie | 2008-08-24 | 1 | -0/+1 |
* | Merge branch 'master' into drm-gem | Ian Romanick | 2008-07-25 | 1 | -1/+1 |
|\ |
|
| * | set ctx->Const.MaxVertexTextureImageUnits = 0 | Brian Paul | 2008-07-02 | 1 | -1/+1 |
* | | Remove redundant initalization of MaxTextureUnits | Ian Romanick | 2008-07-16 | 1 | -1/+0 |
|/ |
|
* | intel: Same pixel function init for everyone now. | Eric Anholt | 2008-06-24 | 1 | -8/+0 |
* | i965: use _Current pointer instead of Current pointer. | Xiang, Haihao | 2008-02-29 | 1 | -19/+1 |
* | intel: Always use intelInitExtensions() for initializing extensions. | Kristian Høgsberg | 2008-02-27 | 1 | -15/+0 |
* | i965: Setup framebuffer texture in meta_draw_region. | Kristian Høgsberg | 2008-02-26 | 1 | -2/+0 |
* | intel: Add missing include file to silence last couple of warnings. | Kristian Høgsberg | 2008-02-25 | 1 | -0/+1 |
* | i965: fix assertion failure caused by commit dd1d66fc4ab5d7064113a2017a431c34... | Xiang, Haihao | 2008-02-25 | 1 | -0/+3 |
* | intel: Merge intel_context.c from i915 and i965. | Kristian Høgsberg | 2008-02-22 | 1 | -0/+13 |
* | [965] Replace the state cache suballocator with direct dri_bufmgr use. | Eric Anholt | 2007-12-14 | 1 | -2/+0 |
* | i965: update RefCount when using Vertex/Fragment program. | Xiang, Haihao | 2007-11-28 | 1 | -0/+2 |
* | [965] Replace 965 texture format code with common code. | Eric Anholt | 2007-11-20 | 1 | -1/+0 |
* | Merge branch '965-glsl' | Zou Nan hai | 2007-10-26 | 1 | -0/+27 |
|\ |
|
| * | Only vertex program fix, bypass tnl vertex program | Zou Nan hai | 2007-10-08 | 1 | -1/+1 |
| * | fix issue when only fragment shader or vertex shader is used | Zou Nan hai | 2007-09-27 | 1 | -5/+12 |
| * | Use ProgramStringNotify | Zou Nan hai | 2007-07-17 | 1 | -27/+0 |
| * | Initial 965 GLSL support | Zou Nan hai | 2007-04-12 | 1 | -0/+47 |
* | | [965] Remove AUB file support. | Eric Anholt | 2007-09-27 | 1 | -11/+0 |
|/ |
|
* | Update DRI drivers for new glsl compiler. | Brian | 2007-02-23 | 1 | -1/+1 |
* | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i... | Keith Whitwell | 2007-01-16 | 1 | -0/+1 |
|\ |
|
| * | Add accelerated CopyPixels for non-overlapping, 1:1 blits. | Eric Anholt | 2006-11-29 | 1 | -0/+2 |
* | | cleanup code, compiles with vbo changes | Keith Whitwell | 2006-10-31 | 1 | -2/+0 |
* | | checkpoint - remove dead files, otherwise untested | Keith Whitwell | 2006-10-30 | 1 | -5/+0 |
|/ |
|
* | Basic facility for playing back captured aubfiles. Requires a small | Keith Whitwell | 2006-09-08 | 1 | -0/+8 |
* | Consistent return values from the bm* functions. | Keith Whitwell | 2006-09-07 | 1 | -2/+0 |
* | Add Intel i965G/Q DRI driver. | Eric Anholt | 2006-08-09 | 1 | -0/+169 |