index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: allow exposing GL3 without EXT_texture_integer
Marek Olšák
2012-01-25
5
-16
/
+37
*
mesa: add missing integer alpha formats to _mesa_base_fbo_format
Marek Olšák
2012-01-25
1
-0
/
+9
*
mesa: remove obsolete comment in version.c
Marek Olšák
2012-01-25
1
-1
/
+0
*
mesa: Fix CopyTex{Sub,}Image error checks for integer vs non-integer.
Eric Anholt
2012-01-24
1
-8
/
+31
*
mesa: Add missing integer R/RG cases to _mesa_is_color_format().
Eric Anholt
2012-01-24
1
-0
/
+12
*
mesa: Add the remaining from/to types for GL_EXT_texture_integer (and R/RG).
Eric Anholt
2012-01-24
2
-51
/
+176
*
mesa: Add support for glGetTexImage on GL_TEXTURE_1D_ARRAY
Eric Anholt
2012-01-24
1
-2
/
+7
*
mesa: s/GLuint col/GLint col/ to avoid signed/unsigned comparison warnings.
Eric Anholt
2012-01-24
1
-8
/
+8
*
mesa: Add support for glGetTexImage() from integer textures.
Eric Anholt
2012-01-24
1
-38
/
+80
*
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
[next]