| Commit message (Expand) | Author | Age | Files | Lines |
* | i915: Fix 945 cube map layout for the small mipmaps along the bottom. | Steinar H. Gunderson | 2009-05-15 | 1 | -2/+14 |
* | i915: Only use the new 945 cube layout for compressed textures. | Eric Anholt | 2009-05-15 | 1 | -1/+4 |
* | i915: Fix driver after HW glGenerateMipmap commit. | Eric Anholt | 2009-05-12 | 1 | -0/+1 |
* | intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps. | Eric Anholt | 2009-05-08 | 1 | -0/+1 |
* | Merge branch 'const-buffer-changes' | Brian Paul | 2009-05-01 | 1 | -1/+1 |
|\ |
|
| * | i915: check the new _NEW_PROGRAM_CONSTANT flag | Brian Paul | 2009-04-22 | 1 | -1/+1 |
* | | i915: fix fix for anisotropic filtering | Roland Scheidegger | 2009-04-23 | 1 | -2/+7 |
* | | intel: fix max anisotropy supported | Roland Scheidegger | 2009-04-22 | 2 | -0/+4 |
|/ |
|
* | Merge branch 'register-negate' | Brian Paul | 2009-04-16 | 1 | -5/+5 |
|\ |
|
| * | mesa: merge the prog_src_register::NegateBase and NegateAbs fields | Brian Paul | 2009-04-14 | 1 | -5/+5 |
* | | i915: Remove dead i830TexEnv and i915TexEnv. | Eric Anholt | 2009-04-16 | 5 | -182/+0 |
* | | intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels. | Eric Anholt | 2009-04-16 | 2 | -11/+47 |
* | | i915: Use DEBUG_WM (like 965) for printing the fragment program out. | Eric Anholt | 2009-04-15 | 1 | -4/+2 |
|/ |
|
* | dri: use BorderColor instead of _BorderChan | Brian Paul | 2009-04-01 | 2 | -12/+24 |
* | Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format. | Eric Anholt | 2009-03-20 | 2 | -6/+15 |
* | i915: move declarations before code | Brian Paul | 2009-03-12 | 2 | -4/+4 |
* | i965: add software fallback for conformant 3D textures and GL_CLAMP | Robert Ellison | 2009-03-04 | 1 | -2/+2 |
* | mesa: rename, reorder FRAG_RESULT_x tokens | Brian Paul | 2009-02-28 | 1 | -2/+2 |
* | intel: Clean up several 965 memory leaks on context destroy. | Eric Anholt | 2009-02-17 | 2 | -0/+4 |
* | i915: updated render to texture/fbo test | Brian Paul | 2009-01-30 | 1 | -12/+3 |
* | i915: Only call CalcViewport from DrawBuffers instead of Viewport. | Eric Anholt | 2009-01-30 | 1 | -1/+2 |
* | Remove stale symlinks to intel/intel_depthstencil.c | Ian Romanick | 2009-01-30 | 1 | -1/+0 |
* | intel: Fix up some extension string issues | Ian Romanick | 2009-01-28 | 1 | -13/+0 |
* | Make GL_ARB_draw_buffers mandatory | Ian Romanick | 2009-01-28 | 2 | -0/+4 |
* | i915: rename some functions | Brian Paul | 2009-01-26 | 1 | -4/+4 |
* | 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 | 2 | -64/+70 |
* | intel: move intelInitExtensions() and related code into new intel_extensions.c | Brian Paul | 2009-01-26 | 2 | -1/+3 |
* | intel: move glClear-related code into new intel_clear.c file | Brian Paul | 2009-01-26 | 2 | -0/+2 |
* | intel: Move swap-related functions from intel_buffers.c to new intel_swapbuff... | Brian Paul | 2009-01-26 | 2 | -0/+2 |
* | intel: remove/disable the "paired depth/stencil" code | Brian Paul | 2009-01-22 | 1 | -2/+1 |
* | i915: Add decode for PS in batchbuffers. | Eric Anholt | 2009-01-21 | 1 | -0/+4 |
* | [intel] Remove remaining references to intel_wait_flips(). | Kristian Høgsberg | 2009-01-21 | 1 | -5/+1 |
* | mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs. | Eric Anholt | 2009-01-07 | 2 | -2/+1 |
* | intel: disable ATI_texture_env_combine3 for i830( and related device). | Xiang, Haihao | 2008-12-30 | 1 | -0/+1 |
* | i915: separate the fog term from the specular color term. | Xiang, Haihao | 2008-12-24 | 1 | -19/+3 |
* | i915: check WRAP_T instead of WRAP_R for cube map texture. | Xiang, Haihao | 2008-12-18 | 1 | -1/+1 |
* | i915: fix abort issue. (bug #19147) | Xiang, Haihao | 2008-12-18 | 2 | -4/+24 |
* | i915: fallback for cube map texture. | Xiang, Haihao | 2008-12-11 | 1 | -0/+7 |
* | intel: restore old vertex submit paths for i8xx hardware. | Dave Airlie | 2008-12-02 | 2 | -4/+119 |
* | i915: Don't overwrite i915's Viewport function from generic code. | Eric Anholt | 2008-11-21 | 1 | -0/+2 |
* | intel: fix i830 comment + backwards VB offsets. | airlied | 2008-11-20 | 1 | -1/+1 |
* | intel: Don't keep intel->pClipRects, and instead just calculate it when needed. | Eric Anholt | 2008-10-28 | 4 | -2/+73 |
* | i915: fix carsh in i830_emit_state. (bug #17766) | Xiang, Haihao | 2008-10-21 | 1 | -1/+2 |
* | i915: Texture instructions use r/t/oC/oD register as texture coordinate. | Xiang, Haihao | 2008-10-13 | 1 | -0/+13 |
* | i915: Accelerate depth textures with border color. | Eric Anholt | 2008-10-08 | 1 | -4/+15 |
* | i915: Refine the texture indirect lookup accounting. | Eric Anholt | 2008-10-04 | 2 | -3/+25 |
* | Unify ARB_depth_texture and SGIX_depth_texture | Ian Romanick | 2008-10-01 | 1 | -2/+0 |
* | intel: Fix a number of memory leaks on context destroy. | Eric Anholt | 2008-09-26 | 2 | -0/+14 |