index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: use _mesa_align_free() in _mesa_delete_buffer_object()
Brian Paul
2014-01-31
1
-1
/
+1
*
mesa: Add warning to _REV pack/unpack functions with incorrect behavior
Mark Mueller
2014-01-31
2
-1
/
+18
*
mesa: Return after ScissorArrayv or ScissorIndexed detect a parameter error
Courtney Goeltzenleuchter
2014-01-29
1
-0
/
+2
*
mesa: GL_ARB_map_buffer_alignment is not optional
Siavash Eliasi
2014-01-29
4
-4
/
+2
*
mesa: Use _mesa_align_malloc in _mesa_buffer_data
Siavash Eliasi
2014-01-29
1
-2
/
+5
*
mesa: Set gl_constants::MinMapBufferAlignment to 64 by default
Siavash Eliasi
2014-01-29
1
-1
/
+1
*
mesa: Generate correct error code in glDrawBuffers()
Anuj Phogat
2014-01-28
1
-3
/
+5
*
mesa: Allow depth = 0 parameter for TexImage3D.
Kevin Rogovin
2014-01-28
1
-2
/
+2
*
mesa: Fix Type A _INT formats to MESA_FORMAT naming standard
Mark Mueller
2014-01-27
10
-285
/
+285
*
mesa: Fix MESA_FORMAT names containg SIGNED
Mark Mueller
2014-01-27
8
-273
/
+273
*
mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCE
Mark Mueller
2014-01-27
7
-383
/
+383
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
14
-557
/
+556
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
11
-412
/
+745
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
11
-168
/
+168
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
38
-197
/
+197
*
glcpp: Make sure GL_AMD_shader_trinary_minmax is defined
Ian Romanick
2014-01-27
1
-1
/
+0
*
mesa: Clean up bad code formatting left from previous commit
Ian Romanick
2014-01-27
1
-13
/
+10
*
mesa: GL_EXT_framebuffer_blit is not optional
Ian Romanick
2014-01-27
5
-36
/
+5
*
mesa: Validate internalFormat with target in glTexStorage paths
Ian Romanick
2014-01-27
2
-1
/
+8
*
mesa: Refactor internalFormat / target checks to a separate function
Ian Romanick
2014-01-27
2
-40
/
+78
*
mesa: Generate the correct error for a depth format with a 3D texture
Ian Romanick
2014-01-27
1
-3
/
+17
*
mesa: Increment the list pointer while freeing instruction data
Ian Romanick
2014-01-24
1
-0
/
+1
*
mesa: Ensure that transform feedback refers to the correct program.
Paul Berry
2014-01-23
2
-15
/
+45
*
mesa: Set gl_constants::MinMapBufferAlignment
Ian Romanick
2014-01-23
1
-0
/
+1
*
mesa: whitespace fixes in glformats.c
Brian Paul
2014-01-23
1
-75
/
+51
*
mesa: rename unbind_texobj_from_imgunits()
Brian Paul
2014-01-23
1
-4
/
+4
*
mesa: initialize "is_layered" variable to silence warning
Brian Paul
2014-01-23
1
-1
/
+1
*
mesa: fix/add some cases in _mesa_get_linear_internalformat()
Brian Paul
2014-01-23
1
-1
/
+7
*
mesa: add missing ETC2_SRGB cases in formats.c
Brian Paul
2014-01-23
1
-0
/
+12
*
mesa: Add ARB_arrays_of_arrays
Timothy Arceri
2014-01-23
2
-0
/
+2
*
mesa: Bump MAX_TEXTURE_IMAGE_UNITS to 32.
Kenneth Graunke
2014-01-22
1
-1
/
+1
*
mesa: Change redundant code into loops in texstate.c.
Paul Berry
2014-01-21
1
-46
/
+29
*
mesa: Change redundant code into loops in shaderapi.c.
Paul Berry
2014-01-21
1
-30
/
+9
*
mesa: Remove ad-hoc arrays of gl_shader_program.
Paul Berry
2014-01-21
1
-5
/
+1
*
mesa: Fold long lines introduced by the previous patch.
Paul Berry
2014-01-21
3
-6
/
+12
*
mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...
Paul Berry
2014-01-21
8
-51
/
+50
*
mesa: use _mesa_validate_shader_target() more frequently.
Paul Berry
2014-01-21
2
-4
/
+4
*
main: Allow ctx == NULL in _mesa_validate_shader_target().
Paul Berry
2014-01-21
1
-3
/
+10
*
mesa: Make validate_shader_target() non-static.
Paul Berry
2014-01-21
2
-4
/
+7
*
mesa: Generate GL_INVALID_OPERATION for unsupported DSA TexStorage functions
Ian Romanick
2014-01-21
1
-3
/
+15
*
mesa: Silence many unused parameter warnings
Ian Romanick
2014-01-21
1
-0
/
+22
*
mesa: rename PreferDP4 to OptimizeForAOS.
Matt Turner
2014-01-21
2
-4
/
+7
*
mesa: Add STRINGIFY macro.
Matt Turner
2014-01-21
1
-0
/
+2
*
mesa: add missing TYPE_DOUBLEN_2 cases in get.c
Brian Paul
2014-01-21
1
-0
/
+12
*
mesa: Refactor bounding-box calculation out of _mesa_update_draw_buffer_bounds
Ian Romanick
2014-01-20
2
-29
/
+61
*
mesa: Add ARB_viewport_array plumbing
Courtney Goeltzenleuchter
2014-01-20
3
-10
/
+18
*
mesa: Add varying slot for viewport index
Ian Romanick
2014-01-20
1
-0
/
+2
*
mesa: Add new viewport and depth-range entry points for GL_ARB_viewport_array
Courtney Goeltzenleuchter
2014-01-20
2
-0
/
+178
*
mesa: Add new scissor entry points for GL_ARB_viewport_array
Courtney Goeltzenleuchter
2014-01-20
2
-0
/
+101
*
mesa: Add custom get function for SCISSOR_TEST to _mesa_IsEnabledi
Courtney Goeltzenleuchter
2014-01-20
1
-0
/
+7
[next]