aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm_sampler_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Add support for GL_ARB_seamless_cube_mapIan Romanick2009-08-141-17/+27
* i965: fix 1D texture borders with GL_CLAMP_TO_BORDERRobert Ellison2009-05-141-0/+10
* intel: fix max anisotropy supportedRoland Scheidegger2009-04-221-1/+1
* i965: remove unused code for sampling a constant bufferBrian Paul2009-04-031-42/+0
* i965: code to setup a constant buffer samplerBrian Paul2009-04-031-0/+43
* i965: fix cube map lock-up / corruptionBrian Paul2009-03-091-9/+13
* i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt2009-02-021-3/+5
* i965: indentation fixesBrian Paul2009-01-141-1/+1
* i965: Accelerate depth textures with border color.Eric Anholt2008-10-091-2/+19
* i965: sampler default color ends up in texture cache, not instructions.Eric Anholt2008-10-011-1/+1
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-101-6/+6
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-14/+8
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-8/+14
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-081-8/+2
* [intel-gem] Chase domain flag renaming in the DRM.Eric Anholt2008-06-111-1/+1
* [intel] Convert drivers to using libdrm bufmgr code.Eric Anholt2008-06-031-6/+6
* GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt2008-05-071-1/+1
* i965: initial attempt at fixing the aperture overflowDave Airlie2008-04-181-3/+9
* i965: fix bug #14002Xiang, Haihao2008-01-101-2/+3
* [intel] Convert relocations to not be cleared out on buffer submit.Eric Anholt2008-01-031-20/+11
* [965] Convert sampler state to use a cache key instead of brw_cache_data.Eric Anholt2008-01-021-53/+101
* [965] Replace the state cache suballocator with direct dri_bufmgr use.Eric Anholt2007-12-141-15/+47
* i965: translate shadow compare function into correctXiang, Haihao2007-09-121-1/+1
* i965: limit on LOD Bias, fix#11987Xiang, Haihao2007-09-111-1/+1
* i965: Take the upper limitation on LOD into account.Xiang, Haihao2007-08-311-2/+2
* i965: use BRW_TEXCOORDMODE_CLAMP instead of BRW_TEXCOORDMODE_CLAMP_BORDERXiang, Haihao2007-08-151-1/+1
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+253