aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915
Commit message (Expand)AuthorAgeFilesLines
* i915: rename some functionsBrian Paul2009-01-261-4/+4
* intel: replace i915/intel_state.c and i965/intel_state.c with shared fileBrian Paul2009-01-261-233/+1
* intel: whitespace changesBrian Paul2009-01-261-13/+13
* intel: move some driver functions aroundBrian Paul2009-01-262-64/+70
* intel: move intelInitExtensions() and related code into new intel_extensions.cBrian Paul2009-01-262-1/+3
* intel: move glClear-related code into new intel_clear.c fileBrian Paul2009-01-262-0/+2
* intel: Move swap-related functions from intel_buffers.c to new intel_swapbuff...Brian Paul2009-01-262-0/+2
* intel: remove/disable the "paired depth/stencil" codeBrian Paul2009-01-221-2/+1
* i915: Add decode for PS in batchbuffers.Eric Anholt2009-01-211-0/+4
* [intel] Remove remaining references to intel_wait_flips().Kristian Høgsberg2009-01-211-5/+1
* mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt2009-01-072-2/+1
* intel: disable ATI_texture_env_combine3 for i830( and related device).Xiang, Haihao2008-12-301-0/+1
* i915: separate the fog term from the specular color term.Xiang, Haihao2008-12-241-19/+3
* i915: check WRAP_T instead of WRAP_R for cube map texture.Xiang, Haihao2008-12-181-1/+1
* i915: fix abort issue. (bug #19147)Xiang, Haihao2008-12-182-4/+24
* i915: fallback for cube map texture.Xiang, Haihao2008-12-111-0/+7
* intel: restore old vertex submit paths for i8xx hardware.Dave Airlie2008-12-022-4/+119
* i915: Don't overwrite i915's Viewport function from generic code.Eric Anholt2008-11-211-0/+2
* intel: fix i830 comment + backwards VB offsets.airlied2008-11-201-1/+1
* intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt2008-10-284-2/+73
* i915: fix carsh in i830_emit_state. (bug #17766)Xiang, Haihao2008-10-211-1/+2
* i915: Texture instructions use r/t/oC/oD register as texture coordinate.Xiang, Haihao2008-10-131-0/+13
* i915: Accelerate depth textures with border color.Eric Anholt2008-10-081-4/+15
* i915: Refine the texture indirect lookup accounting.Eric Anholt2008-10-042-3/+25
* Unify ARB_depth_texture and SGIX_depth_textureIan Romanick2008-10-011-2/+0
* intel: Fix a number of memory leaks on context destroy.Eric Anholt2008-09-262-0/+14
* i915: fix crash in flush_prim -> wait_flips -> flush_batch -> flush_prim.Eric Anholt2008-09-231-17/+18
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-1822-96/+95
* i915: fix himask constant init for 64-bit buildGuillaume Melquiond2008-09-131-1/+1
* intel: track move of bo_exec from drivers to bufmgr.Eric Anholt2008-09-108-10/+0
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-103-2/+2
* intel: Fix depth_stencil texture.Xiang, Haihao2008-09-041-1/+1
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-2412-261/+224
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-2412-224/+261
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-083-22/+34
* Merge branch 'master' into drm-gemIan Romanick2008-07-253-16/+4
|\
| * intel: Clean-up ARB_texture_env_crossbarIan Romanick2008-07-162-9/+0
| * i915: fall back to software rendering when shadow comparison isXiang, Haihao2008-07-091-7/+4
* | i915: fix build after previous commit.Eric Anholt2008-07-141-1/+1
* | intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.Eric Anholt2008-06-261-2/+0
* | Merge commit 'origin/master' into drm-gemEric Anholt2008-06-244-354/+5
|\|
| * intel: Same pixel function init for everyone now.Eric Anholt2008-06-242-2/+0
| * i915: Add support for accelerated glBitmap, shared from 965.Eric Anholt2008-06-242-349/+2
* | i915: Accumulate the VB into a local buffer and subdata it in.Eric Anholt2008-06-234-24/+42
* | i915: Convert to using VBs instead of inline prims.Eric Anholt2008-06-237-212/+162
* | i915: Restore the accelerated PBO pixel path functions after GEM changes.Eric Anholt2008-06-184-16/+5
* | Merge commit 'origin/master' into drm-gemEric Anholt2008-06-181-1/+6
|\|
| * i915: Fix GL_DEPTH_TEXTURE_MODE issue. (bug #16221)Xiang, Haihao2008-06-041-1/+6
* | [intel] Fix no_rast option on non-965.Eric Anholt2008-06-172-0/+6
* | [intel-gem] Chase domain flag renaming in the DRM.Eric Anholt2008-06-112-6/+6