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
*
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
1
-0
/
+1
*
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
*
gallium/docs: fix section title formatting
Eric Engestrom
2017-02-22
1
-2
/
+2
*
gallium/docs: add missing newlines
Eric Engestrom
2017-02-22
1
-0
/
+33
*
gallium/docs: add missing math formatting
Eric Engestrom
2017-02-22
1
-0
/
+4
*
gallium/docs: fix sublist formatting
Eric Engestrom
2017-02-22
1
-0
/
+2
*
util/disk_cache: create timestamp and gpu_id dirs when MESA_GLSL_CACHE_DIR is...
Timothy Arceri
2017-02-22
2
-2
/
+48
*
util/radv: move *_get_function_timestamp() to utils
Timothy Arceri
2017-02-22
2
-19
/
+20
*
i965: Enable ARB_transform_feedback2 on Sandybridge.
Kenneth Graunke
2017-02-21
2
-0
/
+5
*
i965: Properly reset SVBI counters on ResumeTransformFeedback().
Kenneth Graunke
2017-02-21
3
-17
/
+107
*
i965: Save max_index in brw_transform_feedback_object.
Kenneth Graunke
2017-02-21
2
-2
/
+10
*
i965: Update brw_save_primitives_written_counters for pre-Gen7.
Kenneth Graunke
2017-02-21
1
-4
/
+10
*
i965: Use ctx->Const.MaxVertexStreams rather than BRW_XFB_MAX_STREAMS.
Kenneth Graunke
2017-02-21
1
-9
/
+16
*
i965: Move some code from gen7_sol_state.c to gen6_sol.c.
Kenneth Graunke
2017-02-21
3
-144
/
+150
*
i965: Drop dead Gen8+ code from Gen7/sometimes-HSW driver hooks.
Kenneth Graunke
2017-02-21
1
-26
/
+24
*
vbo: kill primitive restart lowering in glDrawArrays
Marek Olšák
2017-02-21
1
-49
/
+7
*
radeonsi: fix issues with monolithic shaders
Marek Olšák
2017-02-21
1
-1
/
+2
*
radeonsi: set no-signed-zeros-fp-math
Marek Olšák
2017-02-21
2
-1
/
+5
*
gallivm: add no-signed-zeros-fp-math option to lp_create_builder (v2)
Marek Olšák
2017-02-21
3
-5
/
+24
*
radeonsi: skip TESSINNER/OUTER offchip stores if TES doesn't read them
Marek Olšák
2017-02-21
3
-15
/
+77
*
radeonsi: skip LDS stores in TCS if there are no LDS output reads
Marek Olšák
2017-02-21
1
-1
/
+16
*
tgsi/scan: add basic info about tessellation OUT and IN uses
Marek Olšák
2017-02-21
2
-0
/
+34
*
anv: Take a device parameter in anv_state_flush
Jason Ekstrand
2017-02-21
9
-52
/
+32
*
anv: Pull all clflushing into a clflush_range helper
Jason Ekstrand
2017-02-21
2
-20
/
+13
*
anv: Remove the unused state_pool_emit macro
Jason Ekstrand
2017-02-21
1
-14
/
+0
*
anv: Rename clflush_range and state_clflush
Jason Ekstrand
2017-02-21
10
-29
/
+29
*
intel/blorp: Explicitly flush all allocated state
Jason Ekstrand
2017-02-21
3
-1
/
+37
*
anv: Put everything about queries in genX_query.c
Jason Ekstrand
2017-02-21
4
-478
/
+484
*
anv/Makefile: alphabetize
Jason Ekstrand
2017-02-21
1
-4
/
+4
*
anv/query: Perform CmdResetQueryPool on the GPU
Jason Ekstrand
2017-02-21
2
-22
/
+30
[next]