| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: update comments, fix whitespace in dd.h | Brian Paul | 2012-01-24 | 1 | -21/+14 |
* | mesa: remove ctx->Driver.Map/UnmapTexture() hooks | Brian Paul | 2012-01-24 | 1 | -5/+0 |
* | mesa: update comments for gl_renderbuffer | Brian Paul | 2012-01-24 | 1 | -16/+9 |
* | mesa/swrast/drivers: remove obsolete gl_renderbuffer fields | Brian Paul | 2012-01-24 | 1 | -7/+0 |
* | mesa: remove gl_renderbuffer::Wrapped | Brian Paul | 2012-01-24 | 2 | -8/+0 |
* | mesa: rename gl_renderbuffer::Data to Buffer | Brian Paul | 2012-01-24 | 1 | -1/+1 |
* | mesa: move freeing of software renderbuffers into swrast | Brian Paul | 2012-01-24 | 1 | -6/+1 |
* | mesa: remove gl_renderbuffer::DataType | Brian Paul | 2012-01-24 | 2 | -2/+0 |
* | mesa: remove gl_renderbuffer:RowStride field | Brian Paul | 2012-01-24 | 1 | -3/+2 |
* | mesa: finally, remove the GetRow/PutRow/etc functions | Brian Paul | 2012-01-24 | 1 | -37/+0 |
* | mesa: remove obsolete PutRow, etc assignments | Brian Paul | 2012-01-24 | 1 | -17/+0 |
* | mesa: add new gl_renderbuffer fields | Brian Paul | 2012-01-24 | 1 | -1/+6 |
* | swrast: s/Data/Map/ in swrast_texture_image | Brian Paul | 2012-01-24 | 5 | -20/+20 |
* | mesa: Don't resurrect deleted ARB VAOs in glPopClientAttrib | Ian Romanick | 2012-01-24 | 1 | -11/+42 |
* | mesa: Rename gl_array_object::VBOonly to ::ARBsemantics | Ian Romanick | 2012-01-24 | 4 | -8/+29 |
* | mesa: Make sure _TexEnvProgram points at the current ff fragment program | Ian Romanick | 2012-01-24 | 1 | -0/+9 |
* | mesa: Don't use newlocale on Haiku | Alexander von Gluck | 2012-01-24 | 1 | -1/+1 |
* | Remove src/mesa/ppc | Matt Turner | 2012-01-21 | 2 | -22/+0 |
* | mesa: Loosen glBlitFramebuffer restrictions on depthstencil buffers (v2) | Chad Versace | 2012-01-20 | 1 | -3/+10 |
* | mesa: allocate transform_feedback_info::Outputs array dynamically | Christoph Bumiller | 2012-01-20 | 1 | -15/+17 |
* | mesa: include arrayobj.h to silence implicit function declaration warning | Brian Paul | 2012-01-20 | 1 | -0/+1 |
* | mesa: Fix and speedup gl_array_object::_MaxElement computation. | Mathias Fröhlich | 2012-01-20 | 2 | -139/+28 |
* | mesa: Introduce enabled bitfield helper functions. | Mathias Froehlich | 2012-01-20 | 2 | -0/+41 |
* | mesa: Use BITFIELD64_RANGE for VERT_BIT_*_ALL. | Mathias Fröhlich | 2012-01-20 | 1 | -5/+5 |
* | mesa: Set default access flags based on the run-time API | Ian Romanick | 2012-01-19 | 2 | -14/+33 |
* | mesa: Fix leak of uniform storage records on shader program link/free. | Eric Anholt | 2012-01-18 | 1 | -0/+2 |
* | mesa: use GL_MAP_INVALIDATE_RANGE_BIT in glTexImage paths | Brian Paul | 2012-01-18 | 2 | -3/+9 |
* | mesa: try RGBA_FLOAT16 before RGBA_FLOAT32 when choosing A,L,LA,I formats | Brian Paul | 2012-01-18 | 1 | -0/+4 |
* | mesa: fix tex format selection for GL_R32F and other R/G float formats | Brian Paul | 2012-01-18 | 1 | -0/+10 |
* | mesa: Support GL_VERTEX_ATTRIB_ARRAY_INTEGER in GL 3.0 contexts. | Kenneth Graunke | 2012-01-18 | 1 | -1/+1 |
* | mesa: Add condition in glGetTexImage for zero size textures | Anuj Phogat | 2012-01-17 | 2 | -1/+14 |
* | mesa: update compute_version for GL3 | Marek Olšák | 2012-01-15 | 1 | -4/+2 |
* | mesa: s/GLushort/GLubyte/ in pack_ubyte_AL44() | Brian Paul | 2012-01-13 | 1 | -1/+1 |
* | mesa: Throw the required error for glCopyPixels from multisample FBO. | Eric Anholt | 2012-01-12 | 1 | -0/+6 |
* | mesa: Throw the required error for glCopyTex{Sub,}Image from multisample FBO. | Eric Anholt | 2012-01-12 | 1 | -0/+14 |
* | mesa: Throw the required error for glReadPixels() from a multisampled FBO. | Eric Anholt | 2012-01-12 | 1 | -0/+5 |
* | mesa: Avoid short-circuiting realloc of renderbuffers to new sample count. | Eric Anholt | 2012-01-12 | 1 | -1/+2 |
* | mesa: remove incorrect (float) cast in mipmap do_row() | Brian Paul | 2012-01-12 | 1 | -1/+1 |
* | mesa: fix ir_variable declaration | Brian Paul | 2012-01-12 | 1 | -1/+1 |
* | mesa: fix incorrect float vs. int values in a few places | Brian Paul | 2012-01-12 | 1 | -3/+3 |
* | mesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo() functions | Brian Paul | 2012-01-12 | 7 | -48/+52 |
* | mesa: whitespace, 80-column wrapping in buffers.c | Brian Paul | 2012-01-12 | 1 | -2/+6 |
* | mesa: remove obsolete comment on _mesa_dest_buffer_exists() | Brian Paul | 2012-01-12 | 1 | -1/+0 |
* | mesa/gallium: add FFS_DEFINED to protect ffs() from multiple definitions | Brian Paul | 2012-01-12 | 1 | -0/+4 |
* | mesa: remove _mesa_ffs(), implement ffs() for non-GNU platforms | Brian Paul | 2012-01-12 | 8 | -28/+21 |
* | vbo: introduce vbo_get_minmax_indices function | Yuanhan Liu | 2012-01-12 | 1 | -1/+1 |
* | mesa: remove const qualifier from fProg to silence warning | Brian Paul | 2012-01-11 | 1 | -1/+1 |
* | mesa: include uniforms.h to silence warning, remove unused var | Brian Paul | 2012-01-11 | 1 | -2/+1 |
* | mesa: Remove unused opengl version macro | Jakob Bornecrantz | 2012-01-11 | 1 | -11/+0 |
* | linker: Calculate used samplers and shadow samplers in the linker | Ian Romanick | 2012-01-11 | 2 | -11/+16 |