summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2Marek Olšák2012-11-231-1/+40
* mesa: fix error check for zero-sized compressed subtextureBrian Paul2012-10-091-2/+2
* mesa: don't call TexImage driver hooks for zero-sized imagesBrian Paul2012-10-091-7/+9
* mesa: remove bogus compressed texture size checksBrian Paul2012-10-051-21/+0
* mesa: fix glCompressedTexSubImage assertion/segfaultBrian Paul2012-10-011-1/+5
* mesa: fix incorrect error for glCompressedSubTexImageBrian Paul2012-09-281-3/+3
* mesa: Don't override S3TC internalFormat if data is pre-compressed.Kenneth Graunke2012-09-251-1/+1
* mesa: make _mesa_get_proxy_target() non-staticBrian Paul2012-09-121-6/+6
* mesa: fix per-level max texture size error checkingBrian Paul2012-09-121-15/+21
* mesa: Do something sensible when on-line compression is requested but not pos...Ian Romanick2012-08-291-0/+31
* mesa: Disallow alpha, luminance, and LA textures in core contextIan Romanick2012-08-291-4/+6
* mesa: Expose texture buffer objects when the context is GL 3.1 core.Eric Anholt2012-08-291-5/+7
* mesa: add texture target field to ChooseTextureFormat() driver hookBrian Paul2012-08-241-2/+3
* main: fix ES compile breakageBrian Paul2012-08-241-1/+1
* mesa: code movement in teximage.cBrian Paul2012-08-241-204/+198
* mesa: consolidate glTexImage and glCompressedTexImage codeBrian Paul2012-08-241-203/+138
* mesa: make glTexImage, glCompressedTexImage proxy code more alikeBrian Paul2012-08-241-35/+42
* mesa: rename texpal.[ch] to texcompress_cpal.[ch]Brian Paul2012-08-241-1/+1
* mesa: make _mesa_get_proxy_tex_image() staticBrian Paul2012-08-241-5/+8
* mesa: don't clear proxy image fields when regular GL error is generatedBrian Paul2012-08-241-11/+33
* mesa: fix glTexImage proxy texture error generationBrian Paul2012-08-241-52/+43
* mesa/es: Validate glCompressedTexSubImage internalFormat in Mesa code rather ...Ian Romanick2012-08-231-0/+10
* mesa/es: Validate glCopyTexImage internalFormat in Mesa code rather than the ...Ian Romanick2012-08-231-0/+18
* mesa/es: Validate glTexSubImage format and type in Mesa code rather than the ...Ian Romanick2012-08-231-0/+17
* mesa/es: Validate glTexImage format, type, and internalFormat in Mesa code ra...Ian Romanick2012-08-231-0/+94
* mesa/es: Validate glTexImage border in Mesa code rather than the ES wrapperIan Romanick2012-08-231-2/+4
* mesa: Generate an error when glCopyTexImage border is invalidIan Romanick2012-08-231-0/+2
* mesa/es: Validate tex image targets in Mesa code rather than the ES wrapperIan Romanick2012-08-231-14/+29
* mesa/es: Validate EGLImageTargetTexture2DOES target in Mesa code rather than ...Ian Romanick2012-08-231-5/+15
* mesa: Fix generic compressed texture formats' handling in glTexImage/glCopyTe...Anuj Phogat2012-08-211-30/+2
* mesa: Support GL_TEXTURE_BUFFER in GetTexLevelParameter[if]v in GL 3.1+.Kenneth Graunke2012-08-171-0/+3
* mesa: Add GL_TEXTURE_CUBE_MAP to _mesa_max_texture_levels(). [v2]Kenneth Graunke2012-08-171-0/+1
* mesa: Remove unnecessary parameters CompressedTexImagePauli Nieminen2012-08-121-4/+2
* mesa: Remove unnecessary parameters from TexImagePauli Nieminen2012-08-121-4/+3
* mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt2012-08-071-8/+7
* mesa: add support for using API_OPENGL_COREJordan Justen2012-07-301-1/+1
* mesa: add glformats integer type/format detection routinesJordan Justen2012-07-211-5/+6
* msaa: Generate proper error for operations prohibited on MSAA buffers.Paul Berry2012-07-171-2/+2
* mesa,st/mesa: implement GL_RGB565 from ARB_ES2_compatibilityMarek Olšák2012-07-131-0/+9
* mesa: consolidate internal glCompressedTexSubImage1/2/3D codeBrian Paul2012-06-061-27/+4
* mesa: consolidate internal glCompressedTexImage1/2/3D codeBrian Paul2012-06-061-25/+4
* mesa: consolidate internal glCopyTexSubImage1/2/3D codeBrian Paul2012-06-061-25/+6
* mesa: consolidate internal glTexSubImage1/2/3D codeBrian Paul2012-06-061-20/+4
* mesa: consolidate internal glTexImage1/2/3D codeBrian Paul2012-06-061-30/+6
* mesa: do more teximage error checking for generic compressed formatsBrian Paul2012-05-041-2/+30
* mesa: reject immutable textures in glEGLImageTargetTexture2DOES()Dylan Noblesmith2012-04-301-0/+7
* mesa: Add support for the GL 3.1 R/RG formats in texture buffer objects.Eric Anholt2012-04-091-0/+54
* mesa: Track a gl_format for the texture buffer format.Eric Anholt2012-04-091-168/+73
* mesa: use _mesa_dirty_texobj() functionBrian Paul2012-03-201-12/+5
* mesa: handle array textures in strip_texture_border()Brian Paul2012-03-071-17/+21