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: 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
*
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
*
mesa/readpix: Dedent former _mesa_readpixels() if block
Nanley Chery
2016-02-09
1
-29
/
+29
*
mesa/readpix: Don't clip in _mesa_readpixels()
Nanley Chery
2016-02-09
1
-13
/
+7
*
mesa/readpix: Clip ReadPixels() area to the ReadBuffer's
Nanley Chery
2016-02-09
1
-2
/
+5
*
mesa/image: Make _mesa_clip_readpixels() work with renderbuffers
Nanley Chery
2016-02-09
1
-5
/
+17
*
mesa: fix incorrect viewport position when GL_CLIP_ORIGIN = GL_LOWER_LEFT
Brian Paul
2016-02-09
1
-2
/
+2
*
mesa: rewrite save_CallLists() code
Brian Paul
2016-02-09
1
-26
/
+35
*
mesa: add missing error check in _mesa_CallLists()
Brian Paul
2016-02-09
1
-0
/
+8
*
mesa: whitespace clean-ups in dlist.h
Brian Paul
2016-02-09
1
-16
/
+31
*
mesa: remove hack to fix up GL_ANY_SAMPLES_PASSED results
Ilia Mirkin
2016-02-09
1
-5
/
+0
*
mesa: move GL_ARB_debug_output code into new debug_output.c file
Brian Paul
2016-02-08
8
-1318
/
+1430
*
mesa/extensions: Fix NVX_gpu_memory_info lexicographical order.
Vinson Lee
2016-02-07
1
-1
/
+2
*
mesa/get: fix a breakage after rebase
Marek Olšák
2016-02-05
1
-0
/
+1
*
mesa: implement GL_ATI_meminfo (v2)
Marek Olšák
2016-02-05
4
-1
/
+32
*
mesa: implement GL_NVX_gpu_memory_info (v2)
Marek Olšák
2016-02-05
5
-0
/
+53
*
mesa: Fix locking of GLsync objects.
Steinar H. Gunderson
2016-02-05
4
-49
/
+66
*
main: Use a derived value for the default sample count
Neil Roberts
2016-02-05
2
-1
/
+6
*
main: Use _mesa_geometric_samples to calculate GL_SAMPLE_BUFFERS
Neil Roberts
2016-02-05
2
-1
/
+4
*
main: Use _mesa_geometric_samples to calculate the value of GL_SAMPLES
Neil Roberts
2016-02-05
2
-1
/
+5
*
mesa: add core implementation of ARB_query_buffer_object
Ilia Mirkin
2016-02-04
1
-147
/
+138
*
mesa: add driver interface for writing query results to buffers
Ilia Mirkin
2016-02-04
1
-0
/
+9
*
mesa: Handle QUERY_BUFFER_BINDING in GetIntegerv
Rafal Mielniczuk
2016-02-04
2
-0
/
+8
*
mesa: Add QueryBuffer to context
Rafal Mielniczuk
2016-02-04
2
-0
/
+16
*
mesa: Add ARB_query_buffer_object extension flag
Rafal Mielniczuk
2016-02-04
2
-0
/
+2
*
mesa: add MESA_NO_MINMAX_CACHE environment variable
Nicolai Hähnle
2016-02-03
1
-0
/
+22
*
vbo: disable the minmax cache when the hit rate is low
Nicolai Hähnle
2016-02-03
1
-0
/
+2
*
mesa: add USAGE_DISABLE_MINMAX_CACHE flag to buffer UsageHistory
Nicolai Hähnle
2016-02-03
1
-0
/
+1
[next]