Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | intel: replace i915/intel_state.c and i965/intel_state.c with shared file | Brian Paul | 2009-01-26 | 1 | -233/+1 |
| | |||||
* | intel: whitespace changes | Brian Paul | 2009-01-26 | 1 | -13/+13 |
| | |||||
* | intel: move some driver functions around | Brian Paul | 2009-01-26 | 1 | -64/+0 |
| | | | | A step toward consolidating i915/intel_state.c and i965/intel_state.c | ||||
* | i915: Don't overwrite i915's Viewport function from generic code. | Eric Anholt | 2008-11-21 | 1 | -0/+2 |
| | | | | Instead, have i965 and i915 both call the generic function from their Viewport. | ||||
* | mesa: added "main/" prefix to includes, remove some -I paths from ↵ | Brian Paul | 2008-09-18 | 1 | -6/+6 |
| | | | | Makefile.template | ||||
* | Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835. | Brian | 2008-01-06 | 1 | -1/+1 |
| | | | | | | | | | | | These fields are no longer indexed by shader output. Now, we just have a simple array of renderbuffer pointers. If the shader writes to gl_FragData[i], send those colors to the N _ColorDrawBuffers. Otherwise, replicate the single gl_FragColor (or the fixed-function color) to the N _ColorDrawBuffers. A few more changes and simplifications can follow from this... | ||||
* | i915: Needn't adjust pixel centers. fix #12944 | Xiang, Haihao | 2008-01-02 | 1 | -2/+2 |
| | |||||
* | i915: apply commit a0a5e8cfc04c14873441b50f7d594ef11806b9a8 from 965. | Xiang, Haihao | 2007-12-25 | 1 | -0/+26 |
| | | | | fix #11925 | ||||
* | Move i915tex driver into place as just i915. | Eric Anholt | 2007-09-24 | 1 | -0/+269 |
| | |||||
* | Remove the old i915 driver now that i915tex works without TTM. | Eric Anholt | 2007-09-24 | 1 | -281/+0 |
| | |||||
* | Add Intel 945GM support | Alan Hourihane | 2006-01-23 | 1 | -4/+5 |
| | | | | | Add rotation support (Tungsten Graphics) | ||||
* | recalculate state on drawable changes | Keith Whitwell | 2005-12-30 | 1 | -1/+5 |
| | |||||
* | Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch, | Brian Paul | 2005-09-10 | 1 | -2/+2 |
| | | | | backOffset, backPitch, depthOffset, depthPitch, textureOffset fields. | ||||
* | SetBuffer, renderbuffer changes | Brian Paul | 2005-09-03 | 1 | -9/+0 |
| | |||||
* | check for null DrawBuffer values | Keith Whitwell | 2005-05-09 | 1 | -0/+3 |
| | |||||
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -3/+3 |
| | | | | | | | Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested. | ||||
* | Add Intel i915GM support, and these extensions. | Alan Hourihane | 2005-01-06 | 1 | -0/+127 |
| | | | | | | | | | | | | | | | * GL_ARB_texture_cube_map * GL_EXT_blend_equation_separate * GL_ATI_blend_equation_separate * GL_ARB_point_parameters * GL_NV_blend_square * GL_EXT_cull_vertex * GL_ARB_depth_texture * GL_SGIX_depth_texture * GL_ARB_shadow * GL_EXT_shadow_funcs * GL_3DFX_texture_compression_FXT1 (Keith Whitwell, Tungsten Graphics) | ||||
* | added support for GL_ARB_draw_buffers | Brian Paul | 2004-10-02 | 1 | -1/+1 |
| | |||||
* | add missing license texts | Keith Whitwell | 2004-06-18 | 1 | -0/+20 |
| | |||||
* | New driver for i915 as well as older i830/i845/i865 chipsets. | Keith Whitwell | 2004-06-10 | 1 | -0/+135 |