summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa/es: Validate glReadPixels format and type in Mesa code rather than the E...Ian Romanick2012-08-292-53/+33
* mesa/es: Validate glPixelStore pname in Mesa code rather than the ES wrapperIan Romanick2012-08-292-29/+37
* mesa/es: Validate glEnable cap in Mesa code rather than the ES wrapperIan Romanick2012-08-292-183/+296
* mesa/es: Validate glHint target in Mesa code rather than the ES wrapperIan Romanick2012-08-292-19/+25
* mesa/es: Validate glGetVertexAttribf pname in Mesa code rather than the ES wr...Ian Romanick2012-08-292-19/+12
* mesa/es: Validate glGetString pname in Mesa code rather than the ES wrapperIan Romanick2012-08-292-15/+12
* mesa/es: Validate primitive modes in Mesa code rather than the ES wrapperIan Romanick2012-08-292-42/+5
* mesa: Refactor _mesa_valid_prim_mode to use a switch-statementIan Romanick2012-08-291-5/+27
* mesa/es: Validate blend function enums in Mesa code rather than the ES wrapperIan Romanick2012-08-292-115/+11
* mesa/es: Validate glClear mask in Mesa code rather than the ES wrapperIan Romanick2012-08-292-11/+9
* mesa/es: Validate glRenderbufferStorage internalFormat in Mesa code rather th...Ian Romanick2012-08-292-90/+132
* mesa/es: Validate glGetRenderbufferParameter pname in Mesa code rather than t...Ian Romanick2012-08-292-29/+2
* mesa/es: Validate glGetFramebufferAttachmentParameter pname in Mesa code rath...Ian Romanick2012-08-292-42/+29
* mesa/es: Validate glGenerateMipmap target in Mesa code rather than the ES wra...Ian Romanick2012-08-292-9/+9
* mesa/es: Validate glFramebufferTexture2D textarget in Mesa code rather than t...Ian Romanick2012-08-292-18/+4
* mesa: convert a few more macros to inline functionsBrian Paul2012-08-291-22/+21
* mesa: remove COPY_4V_CAST() macroBrian Paul2012-08-292-10/+1
* mesa: convert a bunch of math macros to inline functionsBrian Paul2012-08-291-56/+86
* mesa: test for GL_EXT_framebuffer_sRGB in glPopAttrib()Brian Paul2012-08-291-1/+2
* mesa: Define CPU_TO_LE32 to work on OpenBSDMartin Pieuchot2012-08-291-0/+3
* mesa: Add constants for the GL_QUERY_COUNTER_BITS per target.Eric Anholt2012-08-262-1/+44
* mesa: Use a new, more specific hook for shader uniform changes.Kenneth Graunke2012-08-253-2/+11
* mesa/es: Validate glGetBufferParameteriv pname in Mesa code rather than the E...Ian Romanick2012-08-242-10/+6
* mesa/es: Validate glMapBuffer access in Mesa code rather than the ES wrapperIan Romanick2012-08-242-4/+9
* mesa/es: Validate glBufferData usage in Mesa code rather than the ES wrapperIan Romanick2012-08-242-11/+18
* mesa/es: Validate buffer object targets in Mesa code rather than the ES wrapperIan Romanick2012-08-242-36/+8
* mesa/es: Validate VertexPointer types in Mesa code rather than the ES wrapperIan Romanick2012-08-242-15/+6
* mesa/es: Remove redundant vertex pointer size validationIan Romanick2012-08-241-6/+0
* mesa/es: Validate TexCoordPointer size in Mesa code rather than the ES wrapperIan Romanick2012-08-242-7/+2
* mesa/es: Validate TexCoordPointer types in Mesa code rather than the ES wrapperIan Romanick2012-08-242-16/+6
* mesa/es: Validate NormalPointer types in Mesa code rather than the ES wrapperIan Romanick2012-08-242-13/+6
* mesa/es: Validate ColorPointer size in Mesa code rather than the ES wrapperIan Romanick2012-08-242-5/+2
* mesa/es: Validate ColorPointer types in Mesa code rather than the ES wrapperIan Romanick2012-08-242-14/+8
* mesa/es: Remove redundant vertex attrib pointer type validationIan Romanick2012-08-241-22/+0
* mesa/es: Remove redundant vertex attrib pointer size validationIan Romanick2012-08-241-7/+0
* mesa/es: Disallow BGRA vertex arrays in ES or ES2 contextsIan Romanick2012-08-241-0/+5
* mesa: Rearrange array type checking, filter more types in ESIan Romanick2012-08-241-9/+25
* mesa: Refactor element type checking into its own functionIan Romanick2012-08-241-23/+25
* mesa: add generic compressed -> uncompressed format helperBrian Paul2012-08-242-0/+42
* mesa: don't try (generic) compression of 1D and 1D_ARRAY texturesBrian Paul2012-08-241-12/+26
* mesa: add texture target field to ChooseTextureFormat() driver hookBrian Paul2012-08-245-11/+16
* Move _mesa_dl* functions into dlopen.h and inline themMatt Turner2012-08-242-120/+75
* mesa/dlopen: use HAVE_DLOPEN instead of _GNU_SOURCETapani Pälli2012-08-241-4/+4
* mesa/es: Validate glCreateShader targets in Mesa code rather than the ES wrapperIan Romanick2012-08-242-6/+1
* mesa/es: Validate glGetProgramiv pnames in Mesa code rather than the ES wrapperIan Romanick2012-08-242-23/+31
* mesa: Filter glGetProgramiv pnames based on available extensionsIan Romanick2012-08-241-30/+37
* main: fix ES compile breakageBrian Paul2012-08-241-1/+1
* mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for dxt formatsBrian Paul2012-08-243-48/+52
* mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for latc/rgtc formatsBrian Paul2012-08-243-64/+84
* mesa: code movement in teximage.cBrian Paul2012-08-241-204/+198