index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_wm_sampler_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Use the new drm_intel_bo offset64 field.
Kenneth Graunke
2014-01-20
1
-1
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
i965: Drop trailing whitespace from the rest of the driver.
Kenneth Graunke
2013-12-05
1
-15
/
+15
*
i965: Fix texture border color on Broadwell.
Kenneth Graunke
2013-12-02
1
-1
/
+11
*
i965: Implement ARB_texture_mirror_clamp_to_edge.
Kenneth Graunke
2013-10-21
1
-0
/
+2
*
i965: Totally switch around how we handle nonzero baselevel-first_level.
Eric Anholt
2013-09-30
1
-8
/
+3
*
i965: Use brw_stage_state for WM data as well.
Kenneth Graunke
2013-09-13
1
-3
/
+3
*
i965: Enable AMD_seamless_cubemap_per_texture
Ian Romanick
2013-09-08
1
-1
/
+1
*
i965/gs: Implement support for geometry shader samplers.
Paul Berry
2013-08-31
1
-0
/
+28
*
i965: Move data from brw->vs into a base class if gs will also need it.
Paul Berry
2013-08-31
1
-3
/
+5
*
i965: Switch gen4-6 to using the sampler's base level for GL BASE_LEVEL.
Eric Anholt
2013-08-30
1
-10
/
+9
*
i965: Make sampler counts available for the entire drawing operation.
Kenneth Graunke
2013-08-19
1
-12
/
+7
*
i965: Split the brw_samplers atom into separate FS/VS stages.
Kenneth Graunke
2013-08-19
1
-5
/
+20
*
i965: Upload separate VS and FS sampler state tables.
Kenneth Graunke
2013-08-19
1
-10
/
+10
*
i965: Make upload_sampler_state_table a virtual function.
Kenneth Graunke
2013-08-19
1
-10
/
+14
*
i965: Upload separate per-stage sampler state tables.
Kenneth Graunke
2013-08-19
1
-10
/
+26
*
i965: Un-hardcode border color table from update_sampler_state().
Kenneth Graunke
2013-08-19
1
-6
/
+8
*
i965: Un-hardcode border color table from upload_default_color.
Kenneth Graunke
2013-08-19
1
-5
/
+7
*
i965: Split sampler count variable to be per-stage.
Kenneth Graunke
2013-08-19
1
-5
/
+7
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-5
/
+3
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-4
/
+4
*
i965: Move intel_context::batch to brw_context.
Kenneth Graunke
2013-07-09
1
-3
/
+3
*
i965: Fix border color handling for deprecated SNORM formats.
Eric Anholt
2012-12-26
1
-2
/
+29
*
i965: Add various plumbing for cubemap arrays
Chris Forbes
2012-12-14
1
-1
/
+2
*
i965: Force border color A to 1 when it's not present in the GL format.
Eric Anholt
2012-11-04
1
-0
/
+7
*
i965: Fix out-of-order sampler unit usage in ARB fragment programs.
Kenneth Graunke
2012-09-12
1
-1
/
+4
*
i965: Use linker-assigned sampler IDs in instruction encoding.
Kenneth Graunke
2012-08-25
1
-10
/
+17
*
i965: Add a "sampler state index" parameter to update_sampler_state().
Kenneth Graunke
2012-08-25
1
-9
/
+10
*
i965: Remove four and a half year old TODO comments about samplers.
Kenneth Graunke
2012-08-25
1
-4
/
+0
*
i965: Implement texture buffer objects on Gen6.
Kenneth Graunke
2012-06-02
1
-0
/
+4
*
i965: Move and rename "wm sampler" fields to just "sampler".
Kenneth Graunke
2011-11-10
1
-11
/
+11
*
i965: Move sampler state to emit() time.
Eric Anholt
2011-10-29
1
-2
/
+2
*
i965: setup address rounding enable bits
Yuanhan Liu
2011-10-19
1
-0
/
+9
*
i965/gen6+: Use non-normalized coordinates for GL_TEXTURE_RECTANGLE.
Eric Anholt
2011-08-23
1
-0
/
+7
*
i965: Add a type argument to brw_state_batch().
Eric Anholt
2011-07-11
1
-3
/
+6
*
i965: Add support for correct GL_CLAMP behavior by clamping coordinates.
Eric Anholt
2011-05-18
1
-12
/
+26
*
i965: Ivybridge uses the Gen4 SAMPLER_BORDER_COLOR_STATE.
Kenneth Graunke
2011-05-17
1
-1
/
+4
*
i965: Mark some brw_wm_sampler_state.c helper functions as non-static.
Kenneth Graunke
2011-05-17
1
-2
/
+3
*
i965/gen6: Use the dynamic state base address to reduce relocations.
Eric Anholt
2011-04-29
1
-10
/
+14
*
i965: Move sampler state to state streaming.
Eric Anholt
2011-04-29
1
-199
/
+115
*
i965: Fill in the remaining fields of gen5+ sampler default color.
Eric Anholt
2011-04-23
1
-4
/
+14
*
intel: Add support for ARB_sampler_objects.
Eric Anholt
2011-04-23
1
-17
/
+18
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
1
-17
/
+17
*
Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."
Eric Anholt
2011-01-10
1
-3
/
+8
*
intel: Always allocate miptrees from level 0, not tObj->BaseLevel.
Eric Anholt
2011-01-05
1
-8
/
+3
*
intel: Clarify first_level/last_level vs baselevel/maxlevel by deletion.
Eric Anholt
2011-01-05
1
-2
/
+1
*
i965: Set up the correct texture border color state struct for Ironlake.
Eric Anholt
2010-12-09
1
-5
/
+36
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
i965: Fix sampler on sandybridge
Zhenyu Wang
2010-09-28
1
-2
/
+9
*
i965: GC the last two arguments to brw_cache_data.
Eric Anholt
2010-06-11
1
-1
/
+1
[next]