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: 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
*
mesa: don't enable legacy GL functions when using API_OPENGL_CORE
Jordan Justen
2012-07-30
4
-167
/
+232
*
mesa: add support for using API_OPENGL_CORE
Jordan Justen
2012-07-30
11
-19
/
+29
*
mesa: add api check functions
Jordan Justen
2012-07-30
1
-0
/
+20
*
mesa: add API_OPENGL_CORE api
Jordan Justen
2012-07-30
1
-2
/
+3
*
mesa: remove _math_matrix_alloc_inv()
Brian Paul
2012-07-26
1
-3
/
+1
*
mesa: Make more consistent use of _mesa_is_{user,winsys}_fbo()
Paul Berry
2012-07-26
4
-9
/
+13
*
msaa: Compute visual samples/sampleBuffers from all buffers.
Paul Berry
2012-07-24
1
-2
/
+7
*
Fix compile time errors when building against uclibc
Anthony G. Basile
2012-07-24
1
-1
/
+1
*
mesa context: generate an error for uninstalled context functions
Jordan Justen
2012-07-24
1
-1
/
+4
*
mesa: improve comment in build_tnl_program()
Brian Paul
2012-07-24
1
-1
/
+1
*
mesa: move _mesa_error_check_format_and_type() to glformats.c
Brian Paul
2012-07-24
4
-371
/
+371
*
mesa: move more format helper functions to glformats.c
Brian Paul
2012-07-24
10
-389
/
+391
*
mesa: move some format helper functions to glformats.c
Brian Paul
2012-07-24
5
-420
/
+422
*
mesa: fix format checking when doing a multisample resolve
Marek Olšák
2012-07-23
1
-1
/
+111
*
mesa: Prevent repeated glDeleteShader() from blowing away our refcounts.
Kenneth Graunke
2012-07-22
1
-3
/
+5
*
imports.h: Correct ceilf typo.
Matt Turner
2012-07-22
1
-1
/
+1
*
mesa formats: add MESA_FORMAT_ABGR2101010_UINT
Jordan Justen
2012-07-21
6
-0
/
+147
*
mesa formats: unpack ARGB8888/XRGB8888
Jordan Justen
2012-07-21
1
-0
/
+34
*
mesa pack: use _mesa_problem instead of assert
Jordan Justen
2012-07-21
2
-8
/
+18
*
mesa: add glformats integer type/format detection routines
Jordan Justen
2012-07-21
10
-93
/
+291
*
Remove unused _mesa_memset16
Matt Turner
2012-07-21
2
-16
/
+0
*
Remove _mesa_inv_sqrtf in favor of 1/SQRTF
Matt Turner
2012-07-21
2
-114
/
+1
*
Remove _mesa_sqrt* in favor of plain sqrt
Matt Turner
2012-07-21
3
-117
/
+1
*
mesa: disable MSVC global optimization in pack.c
José Fonseca
2012-07-20
1
-0
/
+13
*
mesa: whitespace fixes in pbo.c
Brian Paul
2012-07-20
1
-14
/
+14
*
mesa: update texstore.c comment
Brian Paul
2012-07-20
1
-3
/
+2
*
mesa: Implement the UBO-specific pnames of glGetActiveUniformsiv.
Eric Anholt
2012-07-20
1
-2
/
+13
*
mesa: Add implementation of glGetUniformBlockIndex().
Eric Anholt
2012-07-20
1
-0
/
+27
*
mesa: Add support for glGetActiveUniformsiv on non-UBO pnames.
Eric Anholt
2012-07-20
3
-0
/
+70
*
mesa: Add support for glGetUniformIndices().
Eric Anholt
2012-07-20
1
-0
/
+35
*
mesa: Move the _mesa_uniform_merge_location_offset to glGetUniformLocation().
Eric Anholt
2012-07-20
3
-13
/
+23
*
glsl: Merge the lists of uniform blocks into the linked shader program.
Eric Anholt
2012-07-20
1
-0
/
+34
*
glsl: Translate the AST for uniform blocks into some IR structures.
Eric Anholt
2012-07-20
1
-0
/
+18
*
mesa: Add UsesDFdy to struct gl_fragment_program.
Paul Berry
2012-07-19
1
-0
/
+1
*
mesa: remove stale comment
Brian Paul
2012-07-18
1
-1
/
+0
*
mesa: use gl_program cast wrappers
Brian Paul
2012-07-18
5
-32
/
+25
*
msaa: Generate proper error for operations prohibited on MSAA buffers.
Paul Berry
2012-07-17
2
-3
/
+3
*
mesa: include inttypes.h to get uint8_t type
Brian Paul
2012-07-16
1
-0
/
+1
*
mesa: Add function for decoding ETC1 textures
Chad Versace
2012-07-16
2
-0
/
+40
*
gallium/util, mesa: Refactor etc1 unpack function
Chad Versace
2012-07-16
1
-0
/
+34
*
automake: convert libmesa and libmesagallium
Jon TURNEY
2012-07-13
1
-1
/
+1
*
mesa,st/mesa: implement GL_RGB565 from ARB_ES2_compatibility
Marek Olšák
2012-07-13
4
-0
/
+23
*
mesa: add ARB_transform_feedback_instanced extension enable flag
Marek Olšák
2012-07-12
2
-0
/
+2
[next]