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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: add KHR_no_error support for glUseProgram
Timothy Arceri
2017-05-17
2
-20
/
+47
*
mesa: move use_program() inside _mesa_use_program()
Timothy Arceri
2017-05-17
1
-29
/
+21
*
mesa/st: fix yuv EGLImage's
Rob Clark
2017-05-16
1
-2
/
+30
*
mesa: unify _mesa_uniform() for image uniforms
Samuel Pitoiset
2017-05-16
1
-6
/
+8
*
mesa: fix indentation in _mesa_uniform()
Samuel Pitoiset
2017-05-16
1
-18
/
+19
*
mesa: fix indentation in _mesa_associate_uniform_storage()
Samuel Pitoiset
2017-05-16
1
-52
/
+49
*
mesa: replace _mesa_problem() with unreachable() in pack.c
Timothy Arceri
2017-05-16
1
-6
/
+4
*
mesa: replace _mesa_problem() with unreachable() in mipmap.c
Timothy Arceri
2017-05-16
1
-4
/
+3
*
mesa: replace _mesa_problem() with unreachable() in _mesa_convert_colors()
Timothy Arceri
2017-05-16
1
-1
/
+1
*
mesa: replace _mesa_problem() with unreachable() in _mesa_light()
Timothy Arceri
2017-05-16
1
-2
/
+1
*
mesa: replace _mesa_problem() with assert() in hash table
Timothy Arceri
2017-05-16
1
-6
/
+4
*
mesa: don't crash in KHR_no_error uniform variants when location == -1
Timothy Arceri
2017-05-16
1
-0
/
+9
*
i965: Mark shader programs for capture in the error state.
Matt Turner
2017-05-15
6
-1
/
+26
*
i965: perf: fix pointer to integer cast
Lionel Landwerlin
2017-05-15
1
-1
/
+1
*
gallium: add flag PIPE_CONTEXT_PREFER_THREADED
Marek Olšák
2017-05-15
1
-1
/
+1
*
mesa: fix KHR_no_error SSO support
Timothy Arceri
2017-05-13
1
-1
/
+1
*
i965: Port 3DSTATE_VF_TOPOLOGY on gen8+ to genxml.
Rafael Antognolli
2017-05-11
4
-56
/
+21
*
i965: Port 3DSTATE_INDEX_BUFFER to genxml.
Rafael Antognolli
2017-05-11
5
-74
/
+40
*
i965: Port brw_cs_state tracked state to genxml.
Rafael Antognolli
2017-05-11
3
-164
/
+145
*
i965/genxml: Mostly style fixes for emit_vertices code.
Rafael Antognolli
2017-05-11
1
-25
/
+17
*
i965: Drop brw_context::viewport_transform_enable.
Kenneth Graunke
2017-05-11
3
-3
/
+1
*
i965: Port Gen4-5 VS_STATE to genxml.
Kenneth Graunke
2017-05-11
5
-235
/
+68
*
i965: Change GEN_GEN < 7 to GEN_GEN == 6 in 3DSTATE_VS code.
Kenneth Graunke
2017-05-11
1
-5
/
+4
*
mesa: remove useless get_uniform_parameter() declaration
Samuel Pitoiset
2017-05-11
1
-3
/
+0
*
mesa: remove unused gl_program_parameter::Initialized
Samuel Pitoiset
2017-05-11
2
-2
/
+0
*
Android: remove needless conditional including of child makefiles
Rob Herring
2017-05-11
3
-18
/
+1
*
mesa: remove _CurrentFragmentProgram from gl_pipeline_object
Timothy Arceri
2017-05-11
6
-36
/
+2
*
mesa: add KHR_no_error support for FramebufferTexture*D functions
Timothy Arceri
2017-05-11
2
-0
/
+42
*
mesa: add no error version of framebuffer_texture_with_dims()
Timothy Arceri
2017-05-11
1
-0
/
+22
*
mesa: add error version of get_texture_for_framebuffer()
Timothy Arceri
2017-05-11
1
-8
/
+18
*
mesa: pass rb attachment to _mesa_framebuffer_texture()
Timothy Arceri
2017-05-11
3
-21
/
+45
*
mesa: add _mesa_get_and_validate_attachment() helper
Timothy Arceri
2017-05-11
2
-12
/
+30
*
mesa: remove _mesa_problem() from a few locations
Timothy Arceri
2017-05-11
3
-10
/
+6
*
mesa: make _mesa_get_framebuffer_attachment_parameter() static
Timothy Arceri
2017-05-11
2
-16
/
+9
*
mesa: fix indentation
Timothy Arceri
2017-05-11
1
-1
/
+1
*
mesa: remove _mesa from static framebuffer object function
Timothy Arceri
2017-05-11
1
-3
/
+3
*
mesa: small _mesa_UseProgram() tidy up
Timothy Arceri
2017-05-11
1
-4
/
+1
*
mesa: add KHR_no_error support for glBindProgramPipeline()
Timothy Arceri
2017-05-11
2
-0
/
+28
*
mesa: add KHR_no_error support for glActiveShaderProgram()
Timothy Arceri
2017-05-11
2
-0
/
+20
*
mesa: add KHR_no_error support for glUseProgramStages()
Timothy Arceri
2017-05-11
2
-0
/
+24
*
mesa: create use_program_stages() helper
Timothy Arceri
2017-05-11
1
-32
/
+39
*
i965: Make INTEL_DEBUG=bat decode VS/CLIP/GS/SF/WM/CC_STATE on Gen4-5.
Kenneth Graunke
2017-05-10
1
-1
/
+21
*
i965: Switch BRW_NEW_CURBE_OFFSETS to BRW_NEW_PUSH_CONSTANT_ALLOCATION.
Kenneth Graunke
2017-05-10
8
-18
/
+14
*
i965: Drop BRW_NEW_PUSH_CONSTANT_ALLOCATION from Gen6 code.
Kenneth Graunke
2017-05-10
1
-9
/
+3
*
i965: Only #if...#endif a single function or related section at a time.
Kenneth Graunke
2017-05-10
1
-3
/
+38
*
i965: Turn brw_get_line_width_float() into brw_get_line_width().
Kenneth Graunke
2017-05-10
2
-12
/
+4
*
i965: Drop INTEL_DEBUG=stats.
Kenneth Graunke
2017-05-10
6
-15
/
+2
*
i965: Disable ARB_pipeline_statistics_query on Gen4-5.
Kenneth Graunke
2017-05-10
1
-1
/
+1
*
st/mesa: move the logic of all_varyings_in_vbos into st_update_array
Marek Olšák
2017-05-10
3
-25
/
+12
*
st/mesa: unify common code in st_draw_vbo functions
Marek Olšák
2017-05-10
1
-27
/
+21
[prev]
[next]