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
/
texparam.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Remove trailing whitespace in texparam.c
Rico Schüller
2013-10-28
1
-6
/
+6
*
mesa: Add infrastructure for GL_ARB_texture_mirror_clamp_to_edge.
Rico Schüller
2013-10-20
1
-3
/
+9
*
mesa: Remove 'invalidate_state' parameter to _mesa_dirty_texobj().
Kenneth Graunke
2013-09-26
1
-1
/
+1
*
Correct clamping of TEXTURE_{MAX, BASE}_LEVEL
Corey Richardson
2013-08-01
1
-2
/
+20
*
mesa: fix multisampling proxy textures not being queryable
Mikko Juola
2013-07-31
1
-0
/
+2
*
mesa: add cast to silence MSVC warning
Brian Paul
2013-07-12
1
-1
/
+1
*
mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadow
Ian Romanick
2013-06-28
1
-9
/
+3
*
mesa: GL_ARB_texture_storage_multisample is not optional with GL_ARB_texture_...
Ian Romanick
2013-06-28
1
-2
/
+2
*
mesa: GL_ARB_texture_storage is not optional
Ian Romanick
2013-06-28
1
-4
/
+0
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
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: don't set _ClampFragmentColor to TRUE if it has no effect
Marek Olšák
2013-04-06
1
-1
/
+2
*
mesa: allow multisample texture targets in [Get]TexParameter*
Chris Forbes
2013-03-31
1
-1
/
+87
*
mesa: Implement TEXTURE_IMMUTABLE_LEVELS for ES 3.0.
Matt Turner
2013-03-21
1
-0
/
+12
*
mesa: add texobj support for ARB_texture_multisample
Chris Forbes
2013-03-02
1
-0
/
+16
*
mesa: add missing case in _mesa_GetTexParameterfv()
Tapani Pälli
2013-02-25
1
-0
/
+6
*
mesa: implement GL_ARB_texture_buffer_range
Christoph Bumiller
2013-01-30
1
-0
/
+12
*
mesa: add casts in _mesa_GetTexParameterfv() to silence warnings
Brian Paul
2013-01-25
1
-4
/
+4
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-11
/
+0
*
mesa: Round float param in glTexparameterf() to nearest integer
Anuj Phogat
2013-01-15
1
-9
/
+4
*
mesa: don't advertise ARB_texture_buffer_object in legacy contexts
Marek Olšák
2012-12-12
1
-1
/
+1
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-15
/
+15
*
mesa: Fix error code for glTexParameteri of TEXTURE_MAX_LEVEL.
Kenneth Graunke
2012-11-19
1
-1
/
+1
*
mesa: add fbo/texture support for ARB_texture_cube_map_array (v2)
Dave Airlie
2012-11-09
1
-0
/
+5
*
mesa: Allow glGetTexParameter of GL_TEXTURE_SRGB_DECODE_EXT
Ian Romanick
2012-09-20
1
-0
/
+12
*
mesa: remove FEATURE_OES_draw_texture define.
Oliver McFadden
2012-09-15
1
-10
/
+0
*
mesa/es: Validate glGetTexParameter pnames in Mesa code rather than the ES wr...
Ian Romanick
2012-08-23
1
-13
/
+84
*
mesa/es: Validate glTexParameter pnames in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-23
1
-11
/
+51
*
mesa/es: Validate glTexParameter targets in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-23
1
-8
/
+15
*
mesa/es: Validate GL_TEXTURE_WRAP param in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-23
1
-4
/
+10
*
mesa: Refactor validate_texture_wrap_mode to use a switch-statement
Ian Romanick
2012-08-23
1
-35
/
+42
*
mesa: remove unused params, add const qualifiers
Brian Paul
2012-08-18
1
-5
/
+4
*
mesa: querying GL_TEXTURE_COMPRESSED_IMAGE_SIZE for a buffer obj is illegal
Brian Paul
2012-08-18
1
-7
/
+3
*
mesa: Support GL_TEXTURE_BUFFER in GetTexLevelParameter[if]v in GL 3.1+.
Kenneth Graunke
2012-08-17
1
-1
/
+127
*
mesa: Split out part of glGetTexLevelParameter into a helper function.
Kenneth Graunke
2012-08-17
1
-42
/
+52
*
mesa: Add explicit target checking to GetTexLevelParameter[if]v().
Kenneth Graunke
2012-08-17
1
-3
/
+38
*
mesa: Kill GL_ARB_shadow_ambient with fire
Ian Romanick
2012-08-14
1
-24
/
+0
*
mesa: Replace VersionMajor/VersionMinor with a Version field.
Eric Anholt
2012-08-07
1
-1
/
+1
*
mesa: Move DepthMode to texture object
Pauli Nieminen
2012-08-01
1
-4
/
+4
*
mesa: move more format helper functions to glformats.c
Brian Paul
2012-07-24
1
-1
/
+1
*
mesa: rework texture completeness testing
Brian Paul
2012-03-20
1
-4
/
+3
*
mesa: use _mesa_dirty_texobj() in glTexParameter code
Brian Paul
2012-03-20
1
-1
/
+2
*
mesa/texparam: drop double semicolons
Dave Airlie
2012-02-12
1
-12
/
+12
*
mesa: remove the ctx->Driver.IsTextureResident() hook
Brian Paul
2011-12-08
1
-4
/
+2
*
mesa: move _mesa_base_format_has_channel() into image.c
Brian Paul
2011-11-28
1
-83
/
+1
*
mesa: combine GL_TEXTURE_INTENSITY/LUMINANCE_SIZE queries
Brian Paul
2011-11-28
1
-17
/
+8
*
mesa: use _mesa_base_format_has_channel() in fbobject.c queries
Brian Paul
2011-11-28
1
-4
/
+21
[next]