summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: whitespace, 80-column wrapping in buffers.cBrian Paul2012-01-121-2/+6
* mesa: remove obsolete comment on _mesa_dest_buffer_exists()Brian Paul2012-01-121-1/+0
* mesa/gallium: add FFS_DEFINED to protect ffs() from multiple definitionsBrian Paul2012-01-121-0/+4
* mesa: remove _mesa_ffs(), implement ffs() for non-GNU platformsBrian Paul2012-01-128-28/+21
* vbo: introduce vbo_get_minmax_indices functionYuanhan Liu2012-01-121-1/+1
* mesa: remove const qualifier from fProg to silence warningBrian Paul2012-01-111-1/+1
* mesa: include uniforms.h to silence warning, remove unused varBrian Paul2012-01-111-2/+1
* mesa: Remove unused opengl version macroJakob Bornecrantz2012-01-111-11/+0
* linker: Calculate used samplers and shadow samplers in the linkerIan Romanick2012-01-112-11/+16