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
*
Merge remote-tracking branch 'origin/master' into vulkan
Kristian Høgsberg Kristensen
2016-02-24
41
-297
/
+776
|
\
|
*
mesa: replace for loop with bitshifting in supported_buffer_bitmask()
Brian Paul
2016-02-24
1
-4
/
+1
|
*
mesa: updates some comments in buffers.c
Brian Paul
2016-02-24
1
-3
/
+6
|
*
mesa: make _mesa_draw_buffers() static
Brian Paul
2016-02-24
2
-11
/
+7
|
*
mesa: make _mesa_draw_buffer() static
Brian Paul
2016-02-24
2
-9
/
+6
|
*
mesa: make _mesa_read_buffer() static
Brian Paul
2016-02-24
2
-10
/
+7
|
*
mesa: move declaration of buffer var in handle_first_current()
Brian Paul
2016-02-24
1
-2
/
+4
|
*
mesa: use gl_buffer_index in a few places
Brian Paul
2016-02-24
3
-5
/
+6
|
*
mesa: use sizeof on the correct type
Thomas Hindoe Paaboel Andersen
2016-02-23
1
-1
/
+1
|
*
mesa: Add extension table entry for OES_shader_image_atomic.
Francisco Jerez
2016-02-22
1
-0
/
+1
|
*
mesa: add GL_EXT_texture_border_clamp support
Ilia Mirkin
2016-02-22
1
-0
/
+1
|
*
mesa: add GL_OES_texture_border_clamp support
Ilia Mirkin
2016-02-22
4
-6
/
+22
|
*
mesa: add GL_OES_texture_stencil8 support
Ilia Mirkin
2016-02-19
3
-0
/
+11
|
*
mesa: check fbo completeness based on internal format, not driver format
Ilia Mirkin
2016-02-19
1
-3
/
+2
|
*
mesa: small optimization of _mesa_expand_bitmap()
Brian Paul
2016-02-19
1
-7
/
+4
|
*
mesa: add special case ubyte[4] / BGRA conversion function
Brian Paul
2016-02-19
1
-5
/
+69
|
*
mesa: fix new gcc6 warnings
Rob Clark
2016-02-18
1
-3
/
+0
|
*
compiler/glsl: Fix uniform location counting.
Plamena Manolova
2016-02-18
1
-0
/
+8
|
*
mesa: implement a display list / glBitmap texture atlas
Brian Paul
2016-02-17
5
-0
/
+448
|
*
mesa: allow multisampled format info to be returned on GLES 3.1
Ilia Mirkin
2016-02-17
1
-1
/
+4
|
*
mesa: Don't call driver when there is no compute work
Jordan Justen
2016-02-16
1
-0
/
+3
|
*
st/mesa: convert GLSL image intrinsics into TGSI
Ilia Mirkin
2016-02-15
1
-0
/
+1
|
*
mesa: need to check resource and set length even if bufSize is 0
Ilia Mirkin
2016-02-15
1
-4
/
+0
|
*
mesa: move assertion in _mesa_cube_face_target()
Brian Paul
2016-02-14
1
-3
/
+5
|
*
mesa: default FixedSampleLocations to true when using a dummy image
Ilia Mirkin
2016-02-13
1
-0
/
+1
|
*
mesa: add PROGRAM_MEMORY
Samuel Pitoiset
2016-02-13
1
-0
/
+1
|
*
mesa: store shared size in gl_compute_program
Samuel Pitoiset
2016-02-13
2
-0
/
+6
|
*
mesa: do not use a constant for MAX_COMPUTE_SHARED_SIZE
Samuel Pitoiset
2016-02-13
3
-6
/
+2
|
*
mesa: make compute maximums reflect driver-provided values
Ilia Mirkin
2016-02-13
2
-12
/
+6
|
*
mesa: avoid segfault in GetProgramPipelineInfoLog when no length
Ilia Mirkin
2016-02-12
1
-4
/
+1
|
*
mesa: reset offset/size to 0 when removing atomic binding
Ilia Mirkin
2016-02-12
1
-2
/
+2
|
*
mesa: recognize enums GL_COLOR_ATTACHMENT8-31 as valid
Ilia Mirkin
2016-02-12
1
-0
/
+6
|
*
mesa/clear: update ClearBufferfv error handling for GL 4.5 spec
Ilia Mirkin
2016-02-12
1
-18
/
+5
|
*
mesa/clear: update ClearBufferuiv error handling for GL 4.5 spec
Ilia Mirkin
2016-02-12
1
-24
/
+5
|
*
mesa/clear: simplify ClearBufferiv error handling
Ilia Mirkin
2016-02-12
1
-12
/
+6
|
*
mesa/clear: remove dead code handling ClearBufferiv(GL_DEPTH)
Ilia Mirkin
2016-02-12
1
-19
/
+0
|
*
mesa: allow DEPTH_STENCIL_TEXTURE_MODE queries in GLES 3.1 contexts
Ilia Mirkin
2016-02-12
1
-5
/
+3
|
*
mesa: move _mesa_num_tex_faces() to teximage.h
Brian Paul
2016-02-12
2
-19
/
+19
|
*
mesa: simplify some code with new _mesa_cube_face_target() function
Brian Paul
2016-02-12
3
-19
/
+4
|
*
mesa: add _mesa_cube_face_target() helper
Brian Paul
2016-02-12
1
-0
/
+17
|
*
mesa: make _mesa_tex_target_to_face() an inline function
Brian Paul
2016-02-12
2
-17
/
+15
|
*
mesa: remove _ARB suffix from cube map enums
Brian Paul
2016-02-12
11
-60
/
+60
|
*
mesa: Use _aligned_malloc/free for MinGW too.
Jose Fonseca
2016-02-12
1
-4
/
+4
|
*
mesa: Remove support for MSVC2008.
Jose Fonseca
2016-02-12
1
-3
/
+0
*
|
Merge remote-tracking branch 'mesa-public/master' into vulkan
Jason Ekstrand
2016-02-10
3
-58
/
+91
|
\
|
|
*
mesa: Refactor renderbuffer_storage to make _mesa_renderbuffer_storage
Ian Romanick
2016-02-10
2
-39
/
+63
|
*
mesa: Refactor _mesa_framebuffer_renderbuffer
Ian Romanick
2016-02-10
2
-18
/
+27
|
*
mesa: fix trivial comment typo in dlist.c
Brian Paul
2016-02-09
1
-1
/
+1
*
|
Merge commit '85f5c18fef1ff2f19d698f150e23a02acd6f59b9' into vulkan
Jason Ekstrand
2016-02-10
2
-41
/
+50
|
\
|
|
*
mesa/readpix: Dedent former _mesa_readpixels() if block
Nanley Chery
2016-02-09
1
-29
/
+29
[next]