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
/
teximage.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/main: Add generic bits of ARB_clear_texture implementation
Neil Roberts
2014-07-23
1
-1
/
+245
*
teximage: Add utility func for format/internalFormat compatibility check
Neil Roberts
2014-07-23
1
-21
/
+38
*
mesa/main: add ARB_clear_texture entrypoints
Ilia Mirkin
2014-07-23
1
-0
/
+16
*
Remove the ATI_envmap_bumpmap extension
Jason Ekstrand
2014-06-30
1
-12
/
+1
*
mesa: Emit errors for inconsistent compressed pixel store state
Chris Forbes
2014-06-10
1
-0
/
+45
*
mesa: Make CompressedTexSubImage errors more consistent
Chris Forbes
2014-06-10
1
-3
/
+3
*
mesa: pass target through to driver when choosing texture format
Ilia Mirkin
2014-05-07
1
-1
/
+1
*
mesa: Fix error condition for multisample proxy texture targets
Anuj Phogat
2014-04-17
1
-3
/
+13
*
mesa: fix texture border handling for cube arrays
Marek Olšák
2014-03-21
1
-1
/
+4
*
mesa/main: condition GL_DEPTH_STENCIL on ARB_depth_texture
Ilia Mirkin
2014-03-19
1
-8
/
+3
*
mesa: new init_teximage_fields_ms() function to init MS texture images
Brian Paul
2014-03-05
1
-15
/
+29
*
mesa: Allow GL_DEPTH_COMPONENT and GL_DEPTH_STENCIL combinations in glTexImag...
Anuj Phogat
2014-03-04
1
-2
/
+11
*
mesa: Use clear_teximage_fields() in place of _mesa_init_teximage_fields()
Anuj Phogat
2014-03-04
1
-2
/
+1
*
mesa: Make TexImage error cases about internalFormat more informative.
Eric Anholt
2014-02-12
1
-7
/
+13
*
mesa: GL_ARB_half_float_pixel is not optional
Ian Romanick
2014-02-11
1
-15
/
+2
*
mesa: Fix extension dependency for half-float TexBOs
Ian Romanick
2014-02-11
1
-1
/
+12
*
mesa: don't signal _NEW_TEXTURE in TexSubImage() functions
Brian Paul
2014-02-02
1
-3
/
+9
*
mesa: make _mesa_get_proxy_target() static
Brian Paul
2014-02-02
1
-5
/
+5
*
mesa: remove unused _mesa_select_tex_object() function
Brian Paul
2014-02-02
1
-22
/
+6
*
mesa: Allow depth = 0 parameter for TexImage3D.
Kevin Rogovin
2014-01-28
1
-2
/
+2
*
mesa: Fix Type A _INT formats to MESA_FORMAT naming standard
Mark Mueller
2014-01-27
1
-10
/
+10
*
mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCE
Mark Mueller
2014-01-27
1
-32
/
+32
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-4
/
+4
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
1
-9
/
+9
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
1
-1
/
+1
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-13
/
+13
*
mesa: Validate internalFormat with target in glTexStorage paths
Ian Romanick
2014-01-27
1
-1
/
+3
*
mesa: Refactor internalFormat / target checks to a separate function
Ian Romanick
2014-01-27
1
-40
/
+70
*
mesa: Generate the correct error for a depth format with a 3D texture
Ian Romanick
2014-01-27
1
-3
/
+17
*
mesa: Define helper function to get the number of texture layers.
Francisco Jerez
2014-01-15
1
-0
/
+87
*
mesa: Clean up bad code formatting left from previous commit
Ian Romanick
2013-12-20
1
-7
/
+7
*
mesa: GL_EXT_packed_depth_stencil is not optional
Ian Romanick
2013-12-20
1
-2
/
+0
*
mesa: add API/extension checks for 3-component texture buffer formats
Brian Paul
2013-12-18
1
-7
/
+14
*
mesa: get_texbuffer_format(): differentiate between core and compat context
Pi Tabred
2013-12-18
1
-80
/
+87
*
mesa: Modify format validation to check for extension not context version
Pi Tabred
2013-12-18
1
-7
/
+2
*
mesa: Make validate_texbuffer_format function available externally
Pi Tabred
2013-12-18
1
-3
/
+4
*
mesa: Update TexStorage to support ARB_texture_view
Courtney Goeltzenleuchter
2013-12-13
1
-0
/
+6
*
mesa: Use a single enable for GL_EXT_texture_array and GL_MESA_texture_array
Ian Romanick
2013-12-04
1
-21
/
+8
*
mesa: resolve typo DTXn/DXTn
Emil Velikov
2013-12-03
1
-1
/
+1
*
mesa: change glTexImage[23]DMultisample() internalformat to GLenum
Brian Paul
2013-10-16
1
-2
/
+2
*
mesa: consolidate cube width=height error checking
Brian Paul
2013-10-16
1
-38
/
+5
*
mesa: Remove 'invalidate_state' parameter to _mesa_dirty_texobj().
Kenneth Graunke
2013-09-26
1
-3
/
+3
*
mesa: remove handcounted magic number
Dylan Noblesmith
2013-09-24
1
-13
/
+20
*
mesa: fix number of mipmaps calculation for proxy textures
Mikko Juola
2013-07-31
1
-0
/
+10
*
mesa: GL_ARB_texture_storage is not optional
Ian Romanick
2013-06-28
1
-6
/
+2
*
mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage().
Eric Anholt
2013-06-17
1
-5
/
+35
*
mesa: fix OES_EGL_image_external being partially allowed in the core profile
Marek Olšák
2013-06-13
1
-2
/
+3
*
mesa: fix error checking of DXT sRGB formats in _mesa_base_tex_format()
Brian Paul
2013-05-30
1
-2
/
+4
*
mesa: asst. whitespace, formatting fixes in teximage.c
Brian Paul
2013-05-30
1
-28
/
+43
*
mesa: Track the TexImage being rendered to in the gl_renderbuffer.
Eric Anholt
2013-05-17
1
-1
/
+1
[next]