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: Add explicit target checking to GetTexLevelParameter[if]v().
Kenneth Graunke
2012-08-17
1
-3
/
+38
*
mesa: Add explicit target checking to Get[Compressed]TexImage().
Kenneth Graunke
2012-08-17
1
-10
/
+35
*
mesa: raise GL_INVALID_OPERATION in glGenerateMipmap for missing base image
Brian Paul
2012-08-16
1
-0
/
+2
*
mesa: add cast to silence warning in _mesa_pack_rgba_span_from_ints()
Brian Paul
2012-08-16
1
-1
/
+1
*
mesa: flush vertices in test_framebuffer_completeness
Marek Olšák
2012-08-15
1
-0
/
+3
*
mesa ReadPixels: handle signed/unsigned integer clamping
Jordan Justen
2012-08-14
1
-3
/
+10
*
mesa pack: handle packed integer formats with clamping
Jordan Justen
2012-08-14
1
-10
/
+619
*
mesa unpack: call _mesa_problem when unpack function is not available
Jordan Justen
2012-08-14
1
-0
/
+5
*
mesa texstore: handle signed/unsigned integer clamping
Jordan Justen
2012-08-14
1
-20
/
+75
*
mesa GetTexImage: handle signed/unsigned integer clamping
Jordan Justen
2012-08-14
1
-4
/
+12
*
mesa pack: handle uint and int clamping properly
Jordan Justen
2012-08-14
4
-14
/
+112
*
mesa: Enable GL_ARB_invalidate_subdata
Ian Romanick
2012-08-14
1
-0
/
+1
*
mesa: Add skeleton implementations of glInvalidateTex{Sub,}Image
Ian Romanick
2012-08-14
3
-0
/
+225
*
mesa: Add skeleton implementations of glInvalidateBuffer{Sub,}Data
Ian Romanick
2012-08-14
1
-0
/
+97
*
mesa/es: Pass context to _mesa_init_bufferobj_dispatch
Ian Romanick
2012-08-14
3
-5
/
+9
*
mesa: Add skeleton implementations of glInvalidate{Sub,}Framebuffer
Ian Romanick
2012-08-14
3
-0
/
+154
*
mesa/es3: Add _mesa_is_gles3 predicate
Ian Romanick
2012-08-14
1
-0
/
+10
*
mesa: Kill GL_ARB_shadow_ambient with fire
Ian Romanick
2012-08-14
6
-35
/
+0
*
mesa: Use GLdouble for depthMax in final unpack conversions.
Kenneth Graunke
2012-08-13
1
-1
/
+1
*
mesa: Filter a bunch more functions based on API
Ian Romanick
2012-08-13
1
-89
/
+116
*
mesa: Don't advertise extensions that are part of GL 1.5 in a core context
Ian Romanick
2012-08-13
1
-3
/
+3
*
mesa: Don't advertise extensions that are part of GL 1.4 in a core context
Ian Romanick
2012-08-13
1
-12
/
+12
*
mesa: Don't advertise extensions that are part of GL 1.3 in a core context
Ian Romanick
2012-08-13
1
-6
/
+6
*
mesa: Don't advertise extensions that are part of GL 1.2 in a core context
Ian Romanick
2012-08-13
1
-10
/
+10
*
mesa: Don't advertise deprecated extensions in a core context
Ian Romanick
2012-08-13
1
-49
/
+49
*
mesa/samplerobj: Avoid crash in sampler query if texture unit is disabled
Pauli Nieminen
2012-08-12
1
-1
/
+3
*
mesa: Remove unnecessary parameters CompressedTexImage
Pauli Nieminen
2012-08-12
4
-14
/
+3
*
mesa: Remove unnecessary parameters from AllocTextureImageBuffer
Pauli Nieminen
2012-08-12
3
-10
/
+4
*
mesa: Remove unnecessary parameters from TexImage
Pauli Nieminen
2012-08-12
5
-15
/
+8
*
mesa: In conditional rendering fallback, check the query status.
Eric Anholt
2012-08-08
1
-0
/
+2
*
mesa: Fix glPopAttrib() behavior on GL_FRAMEBUFFER_SRGB.
Eric Anholt
2012-08-08
1
-0
/
+13
*
mesa: Add support for glUniformBlockBinding() in display lists.
Eric Anholt
2012-08-07
1
-0
/
+27
*
mesa: Unbind uniform buffer bindings on glDeleteBuffers().
Eric Anholt
2012-08-07
1
-0
/
+7
*
mesa: Default to GL 3.1's limits on uniform blocks.
Eric Anholt
2012-08-07
1
-11
/
+15
*
mesa: Make glBindBufferBase/glBindBufferRange() work on just-genned names.
Eric Anholt
2012-08-07
1
-12
/
+25
*
mesa: Replace VersionMajor/VersionMinor with a Version field.
Eric Anholt
2012-08-07
10
-44
/
+48
*
mesa: fix default_access_mode() result for ES2
Brian Paul
2012-08-02
1
-1
/
+1
*
mesa: default_access_mode() returns a GLbitfield, not GLenum
Brian Paul
2012-08-02
1
-1
/
+1
*
mesa: Allow meta module to call sampler functions
Pauli Nieminen
2012-08-01
2
-4
/
+15
*
mesa: Make ARB_sampler_objects mandatory
Pauli Nieminen
2012-08-01
4
-9
/
+3
*
mesa/ff_shader: Fix sampler state reading
Pauli Nieminen
2012-08-01
1
-1
/
+4
*
mesa/samplerobj: Support EXT_texture_sRGB_decode
Pauli Nieminen
2012-08-01
1
-0
/
+55
*
mesa: Move DepthMode to texture object
Pauli Nieminen
2012-08-01
6
-13
/
+10
*
mesa: Return -1 for glGetUniformLocation on UBOs.
Eric Anholt
2012-07-31
1
-0
/
+10
*
mesa: Add support for GL_ARB_ubo's glGetActiveUniformName().
Eric Anholt
2012-07-31
1
-0
/
+39
*
mesa: Add support for most of the other pnames of glGetActiveUniformBlockiv().
Eric Anholt
2012-07-31
1
-0
/
+30
*
mesa: Add support for getting active uniform block names.
Eric Anholt
2012-07-31
1
-0
/
+47
*
mesa: Add support for glUniformBlockBinding() and the API to get it back.
Eric Anholt
2012-07-31
1
-0
/
+95
*
mesa: Add support for glGetProgramiv pnames for UBOs.
Eric Anholt
2012-07-31
1
-0
/
+29
*
mesa: Support glGetString(GL_SHADING_LANGUAGE_VERSION) for >= 1.40.
Kenneth Graunke
2012-07-31
1
-0
/
+10
[next]