summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: Don't set dispatch pointer for glTexStorage in ES2Ian Romanick2012-09-281-4/+6
* mesa: Don't set dispatch pointer for glGetProgramivARB in ES2Ian Romanick2012-09-281-1/+1
* mesa: Don't set dispatch pointer for glResizeBuffersMESA in ES2Ian Romanick2012-09-281-1/+3
* mesa: Don't set dispatch pointers for glPointParameter[if][v] in ES2Ian Romanick2012-09-281-4/+8
* mesa: Don't set dispatch pointers for glClearDepth or glDepthRange in ES2Ian Romanick2012-09-281-2/+8
* mesa: Don't set dispatch pointer for glGetBufferSubData in ES2Ian Romanick2012-09-281-1/+3
* mesa: Don't set dispatch pointer for glGetDoublev in ES2Ian Romanick2012-09-281-1/+3
* mesa: Don't set dispatch pointer for glPointSize in ES2Ian Romanick2012-09-281-3/+1
* mesa: Set dispatch pointer for glShaderBinaryIan Romanick2012-09-281-0/+1
* mesa: Fix typo in error message.Vinson Lee2012-09-271-1/+1
* mesa: move _mesa_es_error_check_format_and_type() to glformats.cBrian Paul2012-09-265-69/+73
* mesa: move GL_HALF_FLOAT_OES definition to glheader.hBrian Paul2012-09-263-11/+7
* mesa: minor fix to glTexSubImage error messageBrian Paul2012-09-261-1/+2
* mesa: consolidate sub-texture error checking codeBrian Paul2012-09-261-168/+94
* mesa: consolidate glTexSubImage() error checkingBrian Paul2012-09-261-40/+38
* mesa: consolidate glCompressedTexSubImage() error checkingBrian Paul2012-09-261-77/+88
* mesa: consolidate subtexture xoffset/yoffset/width/height error checking codeBrian Paul2012-09-261-88/+73
* mesa: consolidate glCopyTexSubImage error checkingBrian Paul2012-09-261-79/+60
* mesa: fix incorrect error for glCompressedSubTexImageBrian Paul2012-09-261-3/+3
* gles3: Prohibit set/get of GL_FRAMEBUFFER_SRGB.Paul Berry2012-09-252-2/+9
* enable: Create _mesa_set_framebuffer_srgb() function for use by meta ops.Paul Berry2012-09-252-3/+22
* mesa: remove 'struct' from texenv_fragment_programBrian Paul2012-09-251-13/+13
* mesa: add signbit() macroBrian Paul2012-09-241-0/+7
* Use signbit() in IS_NEGATIVE and DIFFERENT_SIGNSMatt Turner2012-09-241-19/+2
* mesa: Silence narrowing warnings in ff_fragment_shader's emit_texenv().Kenneth Graunke2012-09-231-4/+4
* mesa: Don't override S3TC internalFormat if data is pre-compressed.Kenneth Graunke2012-09-201-1/+1
* mesa: Ignore SRGB when determining compatible resolve formats.Kenneth Graunke2012-09-201-1/+2
* mesa: Allow glGetTexParameter of GL_TEXTURE_SRGB_DECODE_EXTIan Romanick2012-09-201-0/+12
* Revert "mesa: consolidate subtexture x/y/width/height error checking code"Brian Paul2012-09-191-73/+84
* Revert "more comment"Brian Paul2012-09-191-2/+4
* Revert "mesa: clean-up and fix glCompressedTexSubImage error checking"Brian Paul2012-09-191-81/+64
* mesa: clean-up and fix glCompressedTexSubImage error checkingBrian Paul2012-09-191-64/+81
* more commentBrian Paul2012-09-191-4/+2
* mesa: consolidate subtexture x/y/width/height error checking codeBrian Paul2012-09-191-84/+73
* mesa: take cube faces into account in _mesa_test_proxy_teximage()Brian Paul2012-09-171-0/+1
* mesa: handle GL_PROXY_TEXTURE_CUBE_MAP in _mesa_num_tex_faces()Brian Paul2012-09-171-1/+7
* mesa: move/fix levels check for glTexStorage()Brian Paul2012-09-171-8/+8
* mesa: rewrite glTexStorage() codeBrian Paul2012-09-171-74/+79
* mesa: rework texture size error checkingBrian Paul2012-09-174-225/+161
* mesa: refactor _mesa_test_proxy_teximage() codeBrian Paul2012-09-172-30/+56
* mesa: move glTexImage 'level' error checkingBrian Paul2012-09-171-22/+10
* mesa: change create_version_string() return type to voidBrian Paul2012-09-171-1/+1
* glsl: make _mesa_builtin_uniform_desc staticDave Airlie2012-09-181-2/+0
* main/version: consolodate version string creation for ES/Desktop GLJordan Justen2012-09-171-34/+24
* mesa/es: Define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT enum for all GLsTomeu Vizoso2012-09-161-5/+5
* mesa: fix dropped && in glGetStringi()Chris Forbes2012-09-161-1/+1
* Temporarily revert "mesa: remove remaining FEATURE_* defines where protected ...José Fonseca2012-09-158-2/+27
* mesa: remove FEATURE_ES test in texcompress_cpal.cBrian Paul2012-09-151-4/+0
* mesa: remove never-defined FEATURE_histogram conditional.Oliver McFadden2012-09-152-15/+0
* mesa: remove remaining FEATURE_* defines where protected by API check.Oliver McFadden2012-09-158-27/+2