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
/
gallium
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
vl/dri: fix close fd error out
Leo Liu
2016-05-12
1
-3
/
+5
*
swr: properly expose compressed format support
Tim Rowley
2016-05-12
1
-0
/
+6
*
gallium: refactor pipe_shader_state to support multiple IR's
Rob Clark
2016-05-11
5
-17
/
+20
*
gallivm: improve dumping of bitcode
Roland Scheidegger
2016-05-11
2
-4
/
+9
*
gallivm: print declarations of intrinsics with GALLIVM_DEBUG=ir
Roland Scheidegger
2016-05-10
1
-0
/
+5
*
gallivm: use InternalLinkage instead of PrivateLinkage for texture functions
Roland Scheidegger
2016-05-10
1
-1
/
+1
*
gallivm: disable avx512 features
Roland Scheidegger
2016-05-10
1
-0
/
+12
*
gallium: enable intel jitevents profiling
Tim Rowley
2016-05-09
1
-0
/
+9
*
gallium: fix various undefined left shifts into sign bit
Nicolai Hähnle
2016-05-07
3
-3
/
+3
*
gallium/util: change assertion to conditional in util_bitmask_destroy()
Brian Paul
2016-05-03
1
-4
/
+4
*
cso: null-out previously bound sampler states
Brian Paul
2016-05-03
1
-1
/
+3
*
gallium,utils: Fix trivial sign compare warnings
Jan Vesely
2016-05-03
8
-21
/
+21
*
tgsi: initialize stack allocated struct
WuZhen
2016-05-01
1
-0
/
+7
*
gallium/target-helpers: remove inline_wrapper_sw_helper.h
Emil Velikov
2016-05-01
1
-42
/
+0
*
tgsi/text: fix parsing of memory instructions
Nicolai Hähnle
2016-04-29
1
-13
/
+27
*
tgsi/text: add str_match_name_from_array
Nicolai Hähnle
2016-04-29
1
-0
/
+18
*
tgsi/text: add str_match_format helper function
Nicolai Hähnle
2016-04-29
1
-9
/
+22
*
tgsi/build: pass Memory.Texture and .Format through tgsi_build_full_instruction
Nicolai Hähnle
2016-04-29
1
-2
/
+6
*
tgsi/dump: signal nospace when the last print exceeded the size
Nicolai Hähnle
2016-04-29
1
-4
/
+6
*
tgsi/dump: shared dump_ctx initialization
Nicolai Hähnle
2016-04-29
1
-31
/
+17
*
gallium/util: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-28
9
-25
/
+25
*
tgsi: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
6
-28
/
+28
*
os: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
1
-1
/
+1
*
hud: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
3
-7
/
+7
*
gallivm: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
9
-29
/
+29
*
draw: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
7
-24
/
+24
*
gallium/util: add u_bit_consecutive for generating a consecutive range of bits
Nicolai Hähnle
2016-04-27
1
-0
/
+12
*
tgsi/exec: initialise SysSemanticToIndex array to -1
Dave Airlie
2016-04-27
1
-0
/
+3
*
tgsi/exec: implement restartable machine.
Dave Airlie
2016-04-27
2
-17
/
+35
*
tgsi/exec: make inputs/outputs optional for compute shaders.
Dave Airlie
2016-04-27
1
-19
/
+24
*
tgsi/exec: implement load/store/atomic on MEMORY.
Dave Airlie
2016-04-27
2
-3
/
+150
*
tgsi/exec: split out setting up masks to separate function
Dave Airlie
2016-04-27
1
-9
/
+14
*
tgsi: accept a starting PC value for exec machine.
Dave Airlie
2016-04-27
4
-4
/
+4
*
tgsi: move to using vector for system values.
Dave Airlie
2016-04-27
4
-7
/
+7
*
tgsi/exec: fix system value handling.
Dave Airlie
2016-04-27
1
-3
/
+5
*
gallium: Include intrin.h instead of defining ourselves.
Jose Fonseca
2016-04-26
1
-2
/
+4
*
tgsi: pass a shader type to the machine create and clean up.
Dave Airlie
2016-04-26
4
-14
/
+14
*
gallium/tgsi: move tgsi_exec.h header out of draw_context.h
Dave Airlie
2016-04-26
2
-1
/
+1
*
gallivm: make sampling more robust against bogus coordinates
Roland Scheidegger
2016-04-26
3
-13
/
+43
*
util/blitter: use ARRAY_SIZE macro
Brian Paul
2016-04-25
1
-9
/
+3
*
gallium/util: initialize pipe_framebuffer_state to zeros
Brian Paul
2016-04-25
1
-1
/
+1
*
util/cache: add comments, fix formatting
Brian Paul
2016-04-25
1
-5
/
+35
*
gallium: use unreachable instead of asserts
Grazvydas Ignotas
2016-04-25
1
-1
/
+1
*
gallium: fix warnings in release build
Grazvydas Ignotas
2016-04-25
2
-2
/
+3
*
gallium: remove helpers converting to/from TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
2
-24
/
+1
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
22
-122
/
+122
*
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
2016-04-22
14
-182
/
+170
*
gallivm: fix bogus argument order to lp_build_sample_mipmap function
Roland Scheidegger
2016-04-21
1
-2
/
+2
*
tgsi/lowering: improved lowering for LRP
Russell King
2016-04-19
1
-35
/
+20
*
tgsi/lowering: improved lowering for XPD
Russell King
2016-04-19
1
-22
/
+13
[next]