summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: allow exposing GL3 without EXT_texture_integerMarek Olšák2012-01-255-16/+37
* mesa: add missing integer alpha formats to _mesa_base_fbo_formatMarek Olšák2012-01-251-0/+9
* mesa: remove obsolete comment in version.cMarek Olšák2012-01-251-1/+0
* mesa: Fix CopyTex{Sub,}Image error checks for integer vs non-integer.Eric Anholt2012-01-241-8/+31
* mesa: Add missing integer R/RG cases to _mesa_is_color_format().Eric Anholt2012-01-241-0/+12
* mesa: Add the remaining from/to types for GL_EXT_texture_integer (and R/RG).Eric Anholt2012-01-242-51/+176
* mesa: Add support for glGetTexImage on GL_TEXTURE_1D_ARRAYEric Anholt2012-01-241-2/+7
* mesa: s/GLuint col/GLint col/ to avoid signed/unsigned comparison warnings.Eric Anholt2012-01-241-8/+8
* mesa: Add support for glGetTexImage() from integer textures.Eric Anholt2012-01-241-38/+80
* mesa: update comments, fix whitespace in dd.hBrian Paul2012-01-241-21/+14
* mesa: remove ctx->Driver.Map/UnmapTexture() hooksBrian Paul2012-01-241-5/+0
* mesa: update comments for gl_renderbufferBrian Paul2012-01-241-16/+9
* mesa/swrast/drivers: remove obsolete gl_renderbuffer fieldsBrian Paul2012-01-241-7/+0
* mesa: remove gl_renderbuffer::WrappedBrian Paul2012-01-242-8/+0
* mesa: rename gl_renderbuffer::Data to BufferBrian Paul2012-01-241-1/+1
* mesa: move freeing of software renderbuffers into swrastBrian Paul2012-01-241-6/+1
* mesa: remove gl_renderbuffer::DataTypeBrian Paul2012-01-242-2/+0
* mesa: remove gl_renderbuffer:RowStride fieldBrian Paul2012-01-241-3/+2
* mesa: finally, remove the GetRow/PutRow/etc functionsBrian Paul2012-01-241-37/+0
* mesa: remove obsolete PutRow, etc assignmentsBrian Paul2012-01-241-17/+0
* mesa: add new gl_renderbuffer fieldsBrian Paul2012-01-241-1/+6
* swrast: s/Data/Map/ in swrast_texture_imageBrian Paul2012-01-245-20/+20
* mesa: Don't resurrect deleted ARB VAOs in glPopClientAttribIan Romanick2012-01-241-11/+42
* mesa: Rename gl_array_object::VBOonly to ::ARBsemanticsIan Romanick2012-01-244-8/+29
* mesa: Make sure _TexEnvProgram points at the current ff fragment programIan Romanick2012-01-241-0/+9
* mesa: Don't use newlocale on HaikuAlexander von Gluck2012-01-241-1/+1
* Remove src/mesa/ppcMatt Turner2012-01-212-22/+0
* mesa: Loosen glBlitFramebuffer restrictions on depthstencil buffers (v2)Chad Versace2012-01-201-3/+10
* mesa: allocate transform_feedback_info::Outputs array dynamicallyChristoph Bumiller2012-01-201-15/+17
* mesa: include arrayobj.h to silence implicit function declaration warningBrian Paul2012-01-201-0/+1
* mesa: Fix and speedup gl_array_object::_MaxElement computation.Mathias Fröhlich2012-01-202-139/+28
* mesa: Introduce enabled bitfield helper functions.Mathias Froehlich2012-01-202-0/+41
* mesa: Use BITFIELD64_RANGE for VERT_BIT_*_ALL.Mathias Fröhlich2012-01-201-5/+5
* mesa: Set default access flags based on the run-time APIIan Romanick2012-01-192-14/+33
* mesa: Fix leak of uniform storage records on shader program link/free.Eric Anholt2012-01-181-0/+2
* mesa: use GL_MAP_INVALIDATE_RANGE_BIT in glTexImage pathsBrian Paul2012-01-182-3/+9
* mesa: try RGBA_FLOAT16 before RGBA_FLOAT32 when choosing A,L,LA,I formatsBrian Paul2012-01-181-0/+4
* mesa: fix tex format selection for GL_R32F and other R/G float formatsBrian Paul2012-01-181-0/+10
* mesa: Support GL_VERTEX_ATTRIB_ARRAY_INTEGER in GL 3.0 contexts.Kenneth Graunke2012-01-181-1/+1
* mesa: Add condition in glGetTexImage for zero size texturesAnuj Phogat2012-01-172-1/+14
* mesa: update compute_version for GL3Marek Olšák2012-01-151-4/+2
* mesa: s/GLushort/GLubyte/ in pack_ubyte_AL44()Brian Paul2012-01-131-1/+1
* mesa: Throw the required error for glCopyPixels from multisample FBO.Eric Anholt2012-01-121-0/+6
* mesa: Throw the required error for glCopyTex{Sub,}Image from multisample FBO.Eric Anholt2012-01-121-0/+14
* mesa: Throw the required error for glReadPixels() from a multisampled FBO.Eric Anholt2012-01-121-0/+5
* mesa: Avoid short-circuiting realloc of renderbuffers to new sample count.Eric Anholt2012-01-121-1/+2
* mesa: remove incorrect (float) cast in mipmap do_row()Brian Paul2012-01-121-1/+1
* mesa: fix ir_variable declarationBrian Paul2012-01-121-1/+1
* mesa: fix incorrect float vs. int values in a few placesBrian Paul2012-01-121-3/+3
* mesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo() functionsBrian Paul2012-01-127-48/+52