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
Commit message (
Expand
)
Author
Age
Files
Lines
*
isl/state: fix assert on raw buffer surface state minimum size
Samuel Iglesias Gonsálvez
2017-02-23
1
-1
/
+1
*
glsl: enable early_fragment_tests implicitly with post_depth_coverage
Iago Toral Quiroga
2017-02-23
1
-1
/
+1
*
glsl: refactor get_variable_being_redeclared() to return always an ir_variabl...
Samuel Iglesias Gonsálvez
2017-02-23
1
-27
/
+34
*
glsl: fix heap-use-after-free in ast_declarator_list::hir()
Samuel Iglesias Gonsálvez
2017-02-23
1
-2
/
+4
*
st/wgl: flush with ST_FLUSH_WAIT before releasing shared contexts
Charmaine Lee
2017-02-18
2
-2
/
+15
*
st: add ST_FLUSH_WAIT to st_context_flush()
Charmaine Lee
2017-02-18
2
-0
/
+8
*
radv/ac: handle gs->copy shader clip distances.
Dave Airlie
2017-02-23
1
-13
/
+68
*
radv/ac: pass clips properly from vertex->geometry shader stages.
Dave Airlie
2017-02-23
1
-6
/
+40
*
radv/ac: rename num clips/cull to output clips/culls
Dave Airlie
2017-02-23
1
-10
/
+10
*
vulkan/wsi: move image count to shared structure.
Dave Airlie
2017-02-23
3
-26
/
+24
*
radeon: fix r600 builds when old version of llvm is present
Timothy Arceri
2017-02-23
1
-2
/
+2
*
vulkan: Fix gen_enum_to_str in out of tree builds
Dylan Baker
2017-02-22
1
-1
/
+5
*
anv/Makefile: Gather all the genX files into one place
Jason Ekstrand
2017-02-22
1
-22
/
+9
*
r600/radeonsi: enable glsl/tgsi on-disk cache
Timothy Arceri
2017-02-23
2
-0
/
+46
*
st/mesa: get on-disk shader cache
Timothy Arceri
2017-02-23
1
-0
/
+3
*
ddebug/rbug/trace: add get_disk_shader_cache() to pass-throughs
Timothy Arceri
2017-02-23
3
-0
/
+39
*
gallium: add get_disk_shader_cache() callback
Timothy Arceri
2017-02-23
2
-0
/
+19
*
st/mesa: implement a tgsi on-disk shader cache
Timothy Arceri
2017-02-23
5
-6
/
+481
*
st/mesa: add sha1 field to st program structs
Timothy Arceri
2017-02-23
1
-0
/
+18
*
st/mesa: move set_prog_affected_state_flags() to st_program.c
Timothy Arceri
2017-02-23
3
-141
/
+144
*
util/disk_cache: fix bug with deleting old cache dirs
Timothy Arceri
2017-02-23
1
-4
/
+6
*
vulkan: Combine wsi and util makefiles
Dylan Baker
2017-02-22
9
-44
/
+37
*
vulkan/util: Add generator for enum_to_str functions
Dylan Baker
2017-02-22
7
-35
/
+201
*
Revert "st/vdpau: Fix multithreading"
Thomas Hellstrom
2017-02-22
1
-21
/
+1
*
vl: u_upload_alloc might fail to allocate buffer in bicubic filter
Nayan Deshmukh
2017-02-22
1
-3
/
+5
*
gallium: reorder fields in pipe_draw_info
Marek Olšák
2017-02-22
1
-23
/
+26
*
gallium/hud: handle a thread switch for API-thread-busy monitoring
Marek Olšák
2017-02-22
1
-4
/
+10
*
gallium/hud: prevent an infinite loop
Marek Olšák
2017-02-22
1
-2
/
+3
*
gallium/u_queue: isolate util_queue_fence implementation
Marek Olšák
2017-02-22
6
-26
/
+30
*
gallium/u_queue: fix random crashes when the app calls exit()
Marek Olšák
2017-02-22
2
-2
/
+78
*
i965: Implement INTEL_performance_query backend
Robert Bragg
2017-02-22
6
-0
/
+729
*
mesa: Model INTEL perf query backend after query obj BE
Robert Bragg
2017-02-22
4
-402
/
+301
*
mesa: Separate INTEL_performance_query frontend
Robert Bragg
2017-02-22
8
-629
/
+889
*
gallium/vl: Simplify the matrix filter fragment shader
Thomas Hellstrom
2017-02-22
1
-40
/
+16
*
st/vdpau: Fix multithreading
Thomas Hellstrom
2017-02-22
1
-1
/
+21
*
gallium/vl: Parameter substitution in the csc matrix computation
Thomas Hellstrom
2017-02-22
1
-12
/
+17
*
gallium/vl: Simplify usage of full range matrices
Thomas Hellstrom
2017-02-22
1
-38
/
+17
*
gallium/vl Fix brightness matrix description
Thomas Hellstrom
2017-02-22
1
-4
/
+4
*
gallium/vl: Don't map vertex buffers on creation
Thomas Hellstrom
2017-02-22
1
-1
/
+0
*
gallium/vl: Add sampler views to video filter fragment shaders
Thomas Hellstrom
2017-02-22
3
-0
/
+15
*
gallium/vl: declare sampler views in compositor shaders
Thomas Hellstrom
2017-02-22
1
-5
/
+32
*
util: fix MSVC build issue in disk_cache.h
Brian Paul
2017-02-21
1
-10
/
+16
*
radv: fix typo in the subpass barrier patch.
Dave Airlie
2017-02-22
1
-1
/
+1
*
i965/gen6+: Enable arb_transform_feedback_overflow_query.
Rafael Antognolli
2017-02-21
3
-1
/
+3
*
i965: Add support for xfb overflow query on conditional render.
Rafael Antognolli
2017-02-21
1
-14
/
+53
*
i965: Add support for xfb overflow on query buffer objects.
Rafael Antognolli
2017-02-21
2
-0
/
+115
*
i965: add plumbing for ARB_transform_feedback_overflow_query.
Rafael Antognolli
2017-02-21
2
-0
/
+75
*
mesa: Track transform feedback overflow query objects.
Rafael Antognolli
2017-02-21
3
-1
/
+30
*
mesa: Add types for ARB_transform_feedback_oveflow_query.
Rafael Antognolli
2017-02-21
2
-0
/
+6
*
gallium/docs: use imgmath instead of pngmath
Eric Engestrom
2017-02-22
1
-1
/
+1
[next]