index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
samplerobj.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Remove GL_ARB_sampler_object depth compare error checking.
Stefan Dösinger
2015-10-07
1
-18
/
+10
*
mesa: remove Driver.DeleteSamplerObject
Marek Olšák
2015-10-03
1
-18
/
+10
*
mesa: Add locking to sampler objects.
Matt Turner
2015-09-25
1
-4
/
+6
*
mesa: Remove debugging code from _mesa_reference_*.
Matt Turner
2015-09-25
1
-8
/
+0
*
mesa: Avoid double promotion.
Matt Turner
2015-07-29
1
-1
/
+1
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-10
/
+10
*
Revert "mesa: Add ARB_direct_state_access checks in sampler object functions"
Ian Romanick
2015-05-28
1
-7
/
+0
*
mesa: Add ARB_direct_state_access checks in sampler object functions
Fredrik Höglund
2015-05-14
1
-0
/
+7
*
main: Added entry point for glCreateSamplers
Martin Peres
2015-03-25
1
-6
/
+19
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-3
/
+3
*
mesa: Returns correct error values from gl(Get)SamplerParameter*() on GL-ES 3.0+
Eduardo Lima Mitev
2015-02-19
1
-12
/
+60
*
main: round floating-point value to nearest integer in glGetSamplerParameteriv()
Samuel Iglesias Gonsalvez
2015-01-13
1
-4
/
+16
*
mesa: Implement glBindSamplers
Fredrik Höglund
2014-05-02
1
-0
/
+115
*
glapi: Add infrastructure for ARB_multi_bind
Fredrik Höglund
2014-05-02
1
-0
/
+6
*
mesa: switch to c11 mutex functions
Brian Paul
2014-03-03
1
-6
/
+6
*
mesa: Add infrastructure for GL_ARB_texture_mirror_clamp_to_edge.
Rico Schüller
2013-10-20
1
-1
/
+1
*
mesa: Don't allow glSamplerParameteriv(GL_TEXTURE_CUBE_MAP_SEAMLESS) in ES
Ian Romanick
2013-09-08
1
-1
/
+2
*
mesa: free object labels when deleting
Timothy Arceri
2013-09-04
1
-0
/
+1
*
mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadow
Ian Romanick
2013-06-28
1
-9
/
+3
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
mesa: fix glGetInteger*(GL_SAMPLER_BINDING).
Alan Hourihane
2013-03-07
1
-1
/
+1
*
Unreference sampler object when it's currently bound to texture unit.
Alan Hourihane
2013-03-06
1
-0
/
+10
*
mesa: Initially populate the display list with the exec list.
Eric Anholt
2013-01-21
1
-24
/
+0
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-23
/
+0
*
mesa: Add missing ASSERT_OUTSIDE_BEGIN_END to GetSamplerParameter*
Matt Turner
2013-01-02
1
-0
/
+8
*
mesa: Add missing ASSERT_OUTSIDE_BEGIN_END to SamplerParameter*
Matt Turner
2013-01-02
1
-0
/
+8
*
mesa: Mark _mesa_{init,delete}_sampler_object as static
Matt Turner
2013-01-02
1
-2
/
+2
*
dispatch: Make all API functions non-static.
Paul Berry
2012-11-06
1
-10
/
+10
*
_mesa_create_exec_table: GLES3 fixes.
Paul Berry
2012-10-23
1
-5
/
+9
*
mesa: s/FREE/free/
Brian Paul
2012-09-01
1
-1
/
+1
*
mesa: Kill GL_ARB_shadow_ambient with fire
Ian Romanick
2012-08-14
1
-1
/
+0
*
mesa: Allow meta module to call sampler functions
Pauli Nieminen
2012-08-01
1
-4
/
+4
*
mesa/samplerobj: Support EXT_texture_sRGB_decode
Pauli Nieminen
2012-08-01
1
-0
/
+55
*
mesa: Move DepthMode to texture object
Pauli Nieminen
2012-08-01
1
-2
/
+0
*
mesa: make _mesa_reference_sampler_object() an inline function
Brian Paul
2012-03-20
1
-5
/
+4
*
mesa: s/INLINE/inline/
Brian Paul
2011-10-01
1
-1
/
+1
*
mesa: Remove ARB_texture_mirrored_repeat extension enable flag
Ian Romanick
2011-09-29
1
-2
/
+1
*
mesa: Fix the BindSampler unit limit.
Henri Verbeet
2011-07-07
1
-1
/
+1
*
mesa: EXT_texture_sRGB_decode little fixup
Marek Olšák
2011-05-13
1
-1
/
+1
*
mesa: handle TEXTURE_CUBE_MAP_SEAMLESS in SamplerParameter
Marek Olšák
2011-05-06
1
-0
/
+37
*
mesa: implement AMD_seamless_cubemap_per_texture
Marek Olšák
2011-05-06
1
-0
/
+21
*
mesa: fix wrong parameter type in set_sampler_max_lod()
Brian Paul
2011-04-18
1
-1
/
+1
*
mesa: fix some comments in sampler object code
Brian Paul
2011-04-13
1
-4
/
+4
*
mesa: new code/functions for GL_ARB_sampler_objects
Brian Paul
2011-04-10
1
-0
/
+1355