| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | i915: fix crash in flush_prim -> wait_flips -> flush_batch -> flush_prim. | Eric Anholt | 2008-09-23 | 1 | -17/+18 |
* | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul | 2008-09-18 | 22 | -96/+95 |
* | i915: fix himask constant init for 64-bit build | Guillaume Melquiond | 2008-09-13 | 1 | -1/+1 |
* | intel: track move of bo_exec from drivers to bufmgr. | Eric Anholt | 2008-09-10 | 8 | -10/+0 |
* | intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change. | Eric Anholt | 2008-09-10 | 3 | -2/+2 |
* | intel: Fix depth_stencil texture. | Xiang, Haihao | 2008-09-04 | 1 | -1/+1 |
* | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie | 2008-08-24 | 12 | -261/+224 |
* | Revert "Merge branch 'drm-gem'" | Dave Airlie | 2008-08-24 | 12 | -224/+261 |
* | intel-gem: Update to new check_aperture API for classic mode. | Eric Anholt | 2008-08-08 | 3 | -22/+34 |
* | Merge branch 'master' into drm-gem | Ian Romanick | 2008-07-25 | 3 | -16/+4 |
|\ |
|
| * | intel: Clean-up ARB_texture_env_crossbar | Ian Romanick | 2008-07-16 | 2 | -9/+0 |
| * | i915: fall back to software rendering when shadow comparison is | Xiang, Haihao | 2008-07-09 | 1 | -7/+4 |
* | | i915: fix build after previous commit. | Eric Anholt | 2008-07-14 | 1 | -1/+1 |
* | | intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing. | Eric Anholt | 2008-06-26 | 1 | -2/+0 |
* | | Merge commit 'origin/master' into drm-gem | Eric Anholt | 2008-06-24 | 4 | -354/+5 |
|\| |
|
| * | intel: Same pixel function init for everyone now. | Eric Anholt | 2008-06-24 | 2 | -2/+0 |
| * | i915: Add support for accelerated glBitmap, shared from 965. | Eric Anholt | 2008-06-24 | 2 | -349/+2 |
* | | i915: Accumulate the VB into a local buffer and subdata it in. | Eric Anholt | 2008-06-23 | 4 | -24/+42 |
* | | i915: Convert to using VBs instead of inline prims. | Eric Anholt | 2008-06-23 | 7 | -212/+162 |
* | | i915: Restore the accelerated PBO pixel path functions after GEM changes. | Eric Anholt | 2008-06-18 | 4 | -16/+5 |
* | | Merge commit 'origin/master' into drm-gem | Eric Anholt | 2008-06-18 | 1 | -1/+6 |
|\| |
|
| * | i915: Fix GL_DEPTH_TEXTURE_MODE issue. (bug #16221) | Xiang, Haihao | 2008-06-04 | 1 | -1/+6 |
* | | [intel] Fix no_rast option on non-965. | Eric Anholt | 2008-06-17 | 2 | -0/+6 |
* | | [intel-gem] Chase domain flag renaming in the DRM. | Eric Anholt | 2008-06-11 | 2 | -6/+6 |