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
/
main
/
texparam.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
mesa: Don't report types for 0-sized components of textures.
Eric Anholt
2011-11-22
1
-50
/
+69
*
mesa: add support for GL_OES_EGL_image_external
Chia-I Wu
2011-11-03
1
-1
/
+19
*
mesa: clean up validate_texture_wrap_mode
Chia-I Wu
2011-11-03
1
-15
/
+27
*
mesa: complete the GL_TEXTURE_SWIZZLE* setup
Yuanhan Liu
2011-11-03
1
-0
/
+27
*
mesa: remove the redundant check
Yuanhan Liu
2011-11-03
1
-6
/
+5
*
mesa: glGetTexParameter support for GL_ARB_texture_storage
Brian Paul
2011-10-31
1
-0
/
+12
*
mesa: s/INLINE/inline/
Brian Paul
2011-10-01
1
-2
/
+2
*
mesa: Remove ARB_texture_mirrored_repeat extension enable flag
Ian Romanick
2011-09-29
1
-2
/
+1
*
mesa: Remove EXT_texture_lod_bias extension enable flag
Ian Romanick
2011-09-29
1
-11
/
+4
*
mesa: move software texel fetch code into swrast
Brian Paul
2011-09-17
1
-1
/
+0
*
mesa: move _mesa_update_fetch_functions() calls into swrast
Brian Paul
2011-09-17
1
-1
/
+0
*
mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p...
Ian Romanick
2011-09-06
1
-6
/
+0
*
mesa: whitespace, formatting fixes in GetTexParameter() code
Brian Paul
2011-08-04
1
-8
/
+6
*
mesa: add null ptr checks in GetTexParameterI[u]iv() functions
Brian Paul
2011-08-04
1
-0
/
+4
*
mesa: condense GL_TEXTURE_RESIDENT query code
Brian Paul
2011-08-04
1
-16
/
+4
*
mesa: make error handling in glGetTexParameter() a bit more concise
Brian Paul
2011-08-04
1
-170
/
+96
*
mesa: add missing breaks for GL_TEXTURE_CUBE_MAP_SEAMLESS queries
Brian Paul
2011-07-29
1
-6
/
+8
*
mesa: test against MESA_FORMAT_NONE in _mesa_GetTexLevelParameteriv()
Brian Paul
2011-07-28
1
-1
/
+1
*
mesa: Return the correct internal fmt when a generic compressed fmt was used
Ian Romanick
2011-07-25
1
-3
/
+17
*
mesa: implement AMD_seamless_cubemap_per_texture
Marek Olšák
2011-05-06
1
-0
/
+32
*
mesa: implement EXT_texture_shared_exponent
Marek Olšák
2011-04-29
1
-5
/
+3
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
1
-80
/
+80
*
mesa: clamp texture border color if ARB_texture_float is unsupported
Marek Olšák
2011-03-29
1
-4
/
+12
*
mesa: implement clamping controls (ARB_color_buffer_float)
Marek Olšák
2011-03-29
1
-4
/
+17
[next]