index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
master
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-17
mesa: add KHR_no_error support for NamedFramebufferTextureLayer
Timothy Arceri
2
-0
/
+17
2017-05-17
mesa: add KHR_no_error support for FramebufferTextureLayer
Timothy Arceri
2
-0
/
+13
2017-05-17
mesa: add no error support to frame_buffer_texture_layer() helper
Timothy Arceri
1
-27
/
+43
2017-05-17
mesa: add frame_buffer_texture_layer() helper
Timothy Arceri
1
-54
/
+31
2017-05-17
mesa: add KHR_no_error support for glUseProgram
Timothy Arceri
2
-20
/
+47
2017-05-17
mesa: move use_program() inside _mesa_use_program()
Timothy Arceri
1
-29
/
+21
2017-05-16
mesa/st: fix yuv EGLImage's
Rob Clark
1
-2
/
+30
2017-05-16
mesa: unify _mesa_uniform() for image uniforms
Samuel Pitoiset
1
-6
/
+8
2017-05-16
mesa: fix indentation in _mesa_uniform()
Samuel Pitoiset
1
-18
/
+19
2017-05-16
mesa: fix indentation in _mesa_associate_uniform_storage()
Samuel Pitoiset
1
-52
/
+49
2017-05-16
mesa: replace _mesa_problem() with unreachable() in pack.c
Timothy Arceri
1
-6
/
+4
2017-05-16
mesa: replace _mesa_problem() with unreachable() in mipmap.c
Timothy Arceri
1
-4
/
+3
2017-05-16
mesa: replace _mesa_problem() with unreachable() in _mesa_convert_colors()
Timothy Arceri
1
-1
/
+1
2017-05-16
mesa: replace _mesa_problem() with unreachable() in _mesa_light()
Timothy Arceri
1
-2
/
+1
2017-05-16
mesa: replace _mesa_problem() with assert() in hash table
Timothy Arceri
1
-6
/
+4
2017-05-16
mesa: don't crash in KHR_no_error uniform variants when location == -1
Timothy Arceri
1
-0
/
+9
2017-05-15
i965: Mark shader programs for capture in the error state.
Matt Turner
6
-1
/
+26
2017-05-15
i965: perf: fix pointer to integer cast
Lionel Landwerlin
1
-1
/
+1
2017-05-15
gallium: add flag PIPE_CONTEXT_PREFER_THREADED
Marek Olšák
1
-1
/
+1
2017-05-13
mesa: fix KHR_no_error SSO support
Timothy Arceri
1
-1
/
+1
2017-05-11
i965: Port 3DSTATE_VF_TOPOLOGY on gen8+ to genxml.
Rafael Antognolli
4
-56
/
+21
2017-05-11
i965: Port 3DSTATE_INDEX_BUFFER to genxml.
Rafael Antognolli
5
-74
/
+40
2017-05-11
i965: Port brw_cs_state tracked state to genxml.
Rafael Antognolli
3
-164
/
+145
2017-05-11
i965/genxml: Mostly style fixes for emit_vertices code.
Rafael Antognolli
1
-25
/
+17
2017-05-11
i965: Drop brw_context::viewport_transform_enable.
Kenneth Graunke
3
-3
/
+1
2017-05-11
i965: Port Gen4-5 VS_STATE to genxml.
Kenneth Graunke
5
-235
/
+68
2017-05-11
i965: Change GEN_GEN < 7 to GEN_GEN == 6 in 3DSTATE_VS code.
Kenneth Graunke
1
-5
/
+4
2017-05-11
mesa: remove useless get_uniform_parameter() declaration
Samuel Pitoiset
1
-3
/
+0
2017-05-11
mesa: remove unused gl_program_parameter::Initialized
Samuel Pitoiset
2
-2
/
+0
2017-05-11
Android: remove needless conditional including of child makefiles
Rob Herring
3
-18
/
+1
2017-05-11
mesa: remove _CurrentFragmentProgram from gl_pipeline_object
Timothy Arceri
6
-36
/
+2
2017-05-11
mesa: add KHR_no_error support for FramebufferTexture*D functions
Timothy Arceri
2
-0
/
+42
2017-05-11
mesa: add no error version of framebuffer_texture_with_dims()
Timothy Arceri
1
-0
/
+22
2017-05-11
mesa: add error version of get_texture_for_framebuffer()
Timothy Arceri
1
-8
/
+18
2017-05-11
mesa: pass rb attachment to _mesa_framebuffer_texture()
Timothy Arceri
3
-21
/
+45
2017-05-11
mesa: add _mesa_get_and_validate_attachment() helper
Timothy Arceri
2
-12
/
+30
2017-05-11
mesa: remove _mesa_problem() from a few locations
Timothy Arceri
3
-10
/
+6
2017-05-11
mesa: make _mesa_get_framebuffer_attachment_parameter() static
Timothy Arceri
2
-16
/
+9
2017-05-11
mesa: fix indentation
Timothy Arceri
1
-1
/
+1
2017-05-11
mesa: remove _mesa from static framebuffer object function
Timothy Arceri
1
-3
/
+3
2017-05-11
mesa: small _mesa_UseProgram() tidy up
Timothy Arceri
1
-4
/
+1
2017-05-11
mesa: add KHR_no_error support for glBindProgramPipeline()
Timothy Arceri
2
-0
/
+28
2017-05-11
mesa: add KHR_no_error support for glActiveShaderProgram()
Timothy Arceri
2
-0
/
+20
2017-05-11
mesa: add KHR_no_error support for glUseProgramStages()
Timothy Arceri
2
-0
/
+24
2017-05-11
mesa: create use_program_stages() helper
Timothy Arceri
1
-32
/
+39
2017-05-10
i965: Make INTEL_DEBUG=bat decode VS/CLIP/GS/SF/WM/CC_STATE on Gen4-5.
Kenneth Graunke
1
-1
/
+21
2017-05-10
i965: Switch BRW_NEW_CURBE_OFFSETS to BRW_NEW_PUSH_CONSTANT_ALLOCATION.
Kenneth Graunke
8
-18
/
+14
2017-05-10
i965: Drop BRW_NEW_PUSH_CONSTANT_ALLOCATION from Gen6 code.
Kenneth Graunke
1
-9
/
+3
2017-05-10
i965: Only #if...#endif a single function or related section at a time.
Kenneth Graunke
1
-3
/
+38
2017-05-10
i965: Turn brw_get_line_width_float() into brw_get_line_width().
Kenneth Graunke
2
-12
/
+4
[next]