aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm_sampler_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965/gen6+: Use non-normalized coordinates for GL_TEXTURE_RECTANGLE.Eric Anholt2011-08-231-0/+7
* i965: Add a type argument to brw_state_batch().Eric Anholt2011-07-111-3/+6
* i965: Add support for correct GL_CLAMP behavior by clamping coordinates.Eric Anholt2011-05-181-12/+26
* i965: Ivybridge uses the Gen4 SAMPLER_BORDER_COLOR_STATE.Kenneth Graunke2011-05-171-1/+4
* i965: Mark some brw_wm_sampler_state.c helper functions as non-static.Kenneth Graunke2011-05-171-2/+3
* i965/gen6: Use the dynamic state base address to reduce relocations.Eric Anholt2011-04-291-10/+14
* i965: Move sampler state to state streaming.Eric Anholt2011-04-291-199/+115
* i965: Fill in the remaining fields of gen5+ sampler default color.Eric Anholt2011-04-231-4/+14
* intel: Add support for ARB_sampler_objects.Eric Anholt2011-04-231-17/+18
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-17/+17
* Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."Eric Anholt2011-01-101-3/+8
* intel: Always allocate miptrees from level 0, not tObj->BaseLevel.Eric Anholt2011-01-051-8/+3
* intel: Clarify first_level/last_level vs baselevel/maxlevel by deletion.Eric Anholt2011-01-051-2/+1
* i965: Set up the correct texture border color state struct for Ironlake.Eric Anholt2010-12-091-5/+36
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* i965: Fix sampler on sandybridgeZhenyu Wang2010-09-281-2/+9
* i965: GC the last two arguments to brw_cache_data.Eric Anholt2010-06-111-1/+1
* intel: Convert remaining dri_bo_emit_reloc to drm_intel_bo_emit_reloc.Eric Anholt2010-06-081-6/+5
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-4/+4
* Fill the padding between entrys in the sampler keyPierre Willenbrock2010-04-271-1/+7
* i965: Only use the effective subset of the WM sampler key.Eric Anholt2010-03-051-4/+9
* i965: Remove the unused SDC BO pointer from the sampler state key.Eric Anholt2010-03-051-1/+0
* Remove _mesa_memset in favor of plain memset.Kenneth Graunke2010-02-191-1/+1
* i965: Allow for variable-sized auxdata in the state cache.Eric Anholt2010-01-191-2/+1
* mesa: make texture BorderColor a union of float/int/uintBrian Paul2010-01-041-5/+5
* i965: Always pass the size argument to brw_cache_data.Eric Anholt2009-11-061-2/+2
* i915: Implement min/max LOD clamping with the hardware.Eric Anholt2009-10-291-13/+0
* i965: Replace a MIN(MAX()) with CLAMP().Eric Anholt2009-10-291-2/+2
* 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