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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
gallivm: Fix build against LLVM SVN >= r302589
Michel Dänzer
2017-05-11
1
-3
/
+9
*
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
3
-1
/
+29
*
mesa: add KHR_no_error support for glActiveShaderProgram()
Timothy Arceri
2017-05-11
3
-1
/
+21
*
mesa: add KHR_no_error support for glUseProgramStages()
Timothy Arceri
2017-05-11
3
-1
/
+25
*
mesa: create use_program_stages() helper
Timothy Arceri
2017-05-11
1
-32
/
+39
*
radv: handle fragment shader srgb resolve pass better
Dave Airlie
2017-05-11
2
-11
/
+38
*
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
8
-17
/
+3
*
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
*
st/mesa: make st_draw_vbo static
Marek Olšák
2017-05-10
3
-14
/
+2
*
radeonsi: remove upload code for zero-stride vertex attribs
Marek Olšák
2017-05-10
1
-26
/
+8
*
st/mesa: upload zero-stride vertex attributes here
Marek Olšák
2017-05-10
3
-16
/
+48
*
gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEX
Marek Olšák
2017-05-10
17
-0
/
+18
*
st/mesa: simplify the signature of get_client_array
Marek Olšák
2017-05-10
1
-10
/
+8
*
st/mesa: remove vpv->num_inputs dereferences in st_update_array
Marek Olšák
2017-05-10
1
-20
/
+20
*
st/mesa: fold error handling into setup_(non_)interleaved_attribs
Marek Olšák
2017-05-10
1
-18
/
+10
*
st/mesa: fold cso calls into setup_(non_)interleaved_attribs
Marek Olšák
2017-05-10
1
-46
/
+45
*
st/mesa: don't call util_draw_init_info in st_draw_vbo
Marek Olšák
2017-05-10
1
-2
/
+8
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
107
-1217
/
+667
*
gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytes
Marek Olšák
2017-05-10
14
-113
/
+152
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
80
-368
/
+400
*
st/glsl_to_tgsi: make sure resource file for samplers is PROGRAM_SAMPLER
Samuel Pitoiset
2017-05-10
1
-9
/
+9
*
radeonsi: silent a compiler warning
Samuel Pitoiset
2017-05-10
1
-1
/
+1
*
mesa: use u_bit_scan() in update_program_texture_state()
Samuel Pitoiset
2017-05-10
1
-9
/
+5
*
mesa: remove never used gl_shader_compiler_options::EmitNoFunctions
Samuel Pitoiset
2017-05-10
2
-2
/
+0
*
radeonsi: dump compute descriptor lists
Nicolai Hähnle
2017-05-10
1
-0
/
+10
*
radeonsi: dump both enabled and required descriptor slots
Nicolai Hähnle
2017-05-10
1
-6
/
+12
*
radeonsi: dump compute shader as part of debug dump
Nicolai Hähnle
2017-05-10
1
-0
/
+11
*
radeonsi: move struct si_compute into a header
Nicolai Hähnle
2017-05-10
3
-21
/
+52
*
radeonsi: split descriptor list dumping
Nicolai Hähnle
2017-05-10
1
-16
/
+21
*
radeonsi: split shader dumping
Nicolai Hähnle
2017-05-10
1
-12
/
+18
*
radeonsi: more const qualifiers in shader dump functions
Nicolai Hähnle
2017-05-10
2
-12
/
+12
*
ddebug: implement dd_dump_launch_grid
Nicolai Hähnle
2017-05-10
2
-1
/
+7
*
ddebug: extract dd_dump_shader
Nicolai Hähnle
2017-05-10
1
-74
/
+82
*
gallium/util: dump tokens in util_dump_shader_state only if type is TGSI
Nicolai Hähnle
2017-05-10
1
-5
/
+7
*
gallium/util: add util_dump_grid_info
Nicolai Hähnle
2017-05-10
2
-0
/
+30
*
radv: always free nir shaders from modules on stack
Grazvydas Ignotas
2017-05-10
2
-8
/
+4
*
anv: don't leak DRM devices
Grazvydas Ignotas
2017-05-10
1
-0
/
+1
*
anv: fix possible stack corruption
Grazvydas Ignotas
2017-05-10
1
-1
/
+1
[next]