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 tessellation shader structs
Fabian Bieler
2015-07-23
1
-0
/
+105
*
mapi: add ARB_tessellation_shader
Fabian Bieler
2015-07-23
4
-1
/
+29
*
mesa: fix typo s/glGetTextImage/glGetTexImage/
Brian Paul
2015-07-22
1
-1
/
+1
*
mesa: fix misleading comment
Timothy Arceri
2015-07-22
1
-2
/
+0
*
mesa: fix active sampler conflict validation
Timothy Arceri
2015-07-22
1
-7
/
+13
*
mesa: move check for no-op glShadeModel call earlier
Brian Paul
2015-07-21
1
-3
/
+3
*
mesa: move check for no-op glAlphaFunc call earlier
Brian Paul
2015-07-21
1
-3
/
+3
*
mesa: move check for no-op glFrontFace call earlier
Brian Paul
2015-07-21
1
-3
/
+3
*
mesa: s/GLint/GLsizei/ for consistency
Brian Paul
2015-07-21
1
-1
/
+1
*
mesa: enable GL_ARB_get_texture_sub_image for all drivers
Brian Paul
2015-07-21
1
-0
/
+1
*
mesa: add API dispatch for GL_ARB_get_texture_sub_image
Brian Paul
2015-07-21
1
-0
/
+5
*
mesa: add new _mesa_Get[Compressed]TextureSubImage() functions
Brian Paul
2015-07-21
2
-1
/
+76
*
mesa: overhaul the glGetCompressedTexImage code
Brian Paul
2015-07-21
1
-142
/
+198
*
mesa: overhaul the glGetTexImage code
Brian Paul
2015-07-21
1
-195
/
+428
*
mesa: 80-column wrapping in texgetimage.c
Brian Paul
2015-07-21
1
-5
/
+8
*
mesa: replace Driver.GetCompressedTexImage() w/ GetCompressedTexSubImage()
Brian Paul
2015-07-21
3
-18
/
+28
*
mesa: make _mesa_get_[compressed_]texture_image() static
Brian Paul
2015-07-21
2
-19
/
+12
*
mesa: plumb offset/size parameters through GetTexSubImage code
Brian Paul
2015-07-21
1
-57
/
+80
*
mesa: replace Driver.GetTexImage with GetTexSubImage()
Brian Paul
2015-07-21
5
-17
/
+30
*
mesa: assorted whitespace, formatting fixes in teximage.c
Brian Paul
2015-07-21
1
-20
/
+10
*
mesa: allow GL_TEXTURE_CUBE_MAP_ARRAY case for glCompressedTexSubImage3D()
Brian Paul
2015-07-21
1
-1
/
+1
*
mesa: include stdarg.h for va_list
Jonathan Gray
2015-07-21
1
-0
/
+1
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
53
-335
/
+335
*
mesa: fix up some texture error checks
Roland Scheidegger
2015-07-18
2
-21
/
+21
*
mesa: Implement _mesa_BindBufferRange for target GL_SHADER_STORAGE_BUFFER
Iago Toral Quiroga
2015-07-14
1
-0
/
+37
*
mesa: Implement _mesa_BindBufferBase for target GL_SHADER_STORAGE_BUFFER
Iago Toral Quiroga
2015-07-14
1
-0
/
+56
*
mesa: Implement _mesa_BindBuffersRange for target GL_SHADER_STORAGE_BUFFER
Iago Toral Quiroga
2015-07-14
1
-0
/
+110
*
mesa: Implement _mesa_BindBuffersBase for target GL_SHADER_STORAGE_BUFFER
Iago Toral Quiroga
2015-07-14
2
-0
/
+149
*
mesa: Implement _mesa_DeleteBuffers for target GL_SHADER_STORAGE_BUFFER
Iago Toral Quiroga
2015-07-14
1
-0
/
+11
*
mesa: Initialize and free shader storage buffers
Iago Toral Quiroga
2015-07-14
1
-0
/
+19
*
mesa: add MaxShaderStorageBlocks to struct gl_program_constants
Samuel Iglesias Gonsalvez
2015-07-14
2
-0
/
+5
*
mesa: Add shader storage buffer support to struct gl_context
Iago Toral Quiroga
2015-07-14
4
-0
/
+51
*
glsl: Identify active uniform blocks that are buffer blocks as such.
Iago Toral Quiroga
2015-07-14
1
-0
/
+5
*
mesa: define ARB_shader_storage_buffer_object extension
Samuel Iglesias Gonsalvez
2015-07-14
2
-0
/
+2
*
mesa: Convert some asserts into STATIC_ASSERT.
Matt Turner
2015-07-06
1
-7
/
+6
*
mesa: fix sRGB rendering for GLES1
Marek Olšák
2015-07-03
1
-6
/
+4
*
mesa: reset the source packing when creating temp transfer image
Ilia Mirkin
2015-07-01
1
-0
/
+1
*
mesa/glsl: new compiler option EmitNoIndirectSampler
Tapani Pälli
2015-06-30
1
-0
/
+1
*
mesa: Add a new helper function _mesa_regions_overlap()
Anuj Phogat
2015-06-29
2
-0
/
+32
*
mesa/main: free locale at exit
Erik Faye-Lund
2015-06-29
1
-1
/
+11
*
util: port _mesa_strto[df] to C
Erik Faye-Lund
2015-06-29
1
-0
/
+3
*
mesa/main: only call _mesa_destroy_shader_compiler once on exit
Erik Faye-Lund
2015-06-29
1
-5
/
+2
*
mesa/main: Get rid of outdated GDB-hack
Erik Faye-Lund
2015-06-29
1
-27
/
+0
*
mesa: fold duplicated GL/GL_CORE/GLES3 entry in get_hash_params.py
Emil Velikov
2015-06-26
1
-5
/
+3
*
mesa: remove unnecessary checks in _mesa_readpixels_needs_slow_path
Iago Toral Quiroga
2015-06-26
1
-16
/
+0
*
mesa: Add a va_args variant of _mesa_gl_debug().
Kenneth Graunke
2015-06-23
2
-8
/
+30
*
mesa: Delete unused ICEIL().
Matt Turner
2015-06-23
1
-32
/
+0
*
mesa: use _mesa_lookup_enum_by_nr() in print_array()
Brian Paul
2015-06-22
1
-4
/
+4
*
mesa: Back out an accidental change I had in a VC4 commit.
Eric Anholt
2015-06-20
1
-1
/
+0
*
vc4: Fix write-only texsubimage when we had to align.
Eric Anholt
2015-06-20
1
-0
/
+1
[next]