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
*
tgsi/scan: track which shader images are really buffers
Nicolai Hähnle
2016-03-21
2
-0
/
+7
*
tgsi/scan: add images_writemask
Nicolai Hähnle
2016-03-21
2
-2
/
+21
*
gallium/util: declare sampler view in util_make_fs_blit_msaa_depthstencil()
Brian Paul
2016-03-21
1
-1
/
+2
*
postprocess: declare sampler views in shaders
Brian Paul
2016-03-21
2
-0
/
+9
*
hud: add sampler view declaration in text fragment shader
Brian Paul
2016-03-21
1
-0
/
+1
*
gallium/tgsi: pass TGSI tex target to tgsi_transform_tex_inst()
Brian Paul
2016-03-21
3
-17
/
+20
*
tgsi: Add support for global / private / input MEMORY
Hans de Goede
2016-03-21
5
-20
/
+38
*
tgsi: Fix decl.Atomic and .Shared not propagating when parsing tgsi text
Hans de Goede
2016-03-21
1
-0
/
+6
*
tgsi: Fix return of uninitialized memory in tgsi_*_instruction_memory
Hans de Goede
2016-03-20
1
-0
/
+4
*
gallium: add TGSI property NEXT_SHADER
Marek Olšák
2016-03-19
3
-0
/
+22
*
tgsi: add tgsi_transform_op3_inst() function
Brian Paul
2016-03-18
1
-0
/
+34
*
nir: add a bit_size parameter to nir_ssa_dest_init
Connor Abbott
2016-03-17
1
-7
/
+7
*
nir: rename nir_const_value fields to include bitsize information
Iago Toral Quiroga
2016-03-17
1
-1
/
+1
*
draw: fix line stippling
Roland Scheidegger
2016-03-15
1
-15
/
+15
*
tgsi: add tgsi_full_src_register_from_dst helper function
Nicolai Hähnle
2016-03-14
2
-0
/
+20
*
gallium/u_inlines: add util_copy_image_view
Nicolai Hähnle
2016-03-14
1
-0
/
+10
*
tgsi: add TGSI_PROPERTY_FS_EARLY_DEPTH_STENCIL
Nicolai Hähnle
2016-03-14
1
-0
/
+1
*
st/glsl_to_tgsi: provide Texture and Format information for image ops
Nicolai Hähnle
2016-03-14
2
-5
/
+15
*
tgsi: add Texture and Format to tgsi_instruction_memory
Nicolai Hähnle
2016-03-14
1
-0
/
+8
*
gallium: do not wrap header inclusion in
Emil Velikov
2016-03-09
6
-15
/
+16
*
gallivm: special case TGSI_OPCODE_STORE
Nicolai Hähnle
2016-03-09
1
-1
/
+1
*
tgsi: set correct output mode for RESQ
Nicolai Hähnle
2016-03-09
1
-1
/
+1
*
gallium: add external usage flags to resource_from(get)_handle (v2)
Marek Olšák
2016-03-09
3
-3
/
+6
*
tgsi: fix parsing of shared memory declarations
Samuel Pitoiset
2016-03-07
1
-1
/
+3
*
gallium/util: add new comments, assertions in u_debug_refcnt.c
Brian Paul
2016-03-05
1
-0
/
+20
*
gallium/util: update comments and URL in u_debug_refcnt.c
Brian Paul
2016-03-05
1
-4
/
+10
*
gallium/util: make stream variable static in u_debug_refcnt.c
Brian Paul
2016-03-05
1
-1
/
+1
*
gallium/util: re-indent u_debug_refcnt.[ch]
Brian Paul
2016-03-05
2
-50
/
+65
*
gallium/target-helpers: add OpenSWR driver
Tim Rowley
2016-03-02
1
-1
/
+11
*
gallium/auxilary: more __cplusplus exports
Tim Rowley
2016-03-02
5
-0
/
+34
*
gallium/cso: fix indentation
Thomas Hindoe Paaboel Andersen
2016-03-02
1
-4
/
+4
*
tgsi/scan: count memory instructions
Marek Olšák
2016-03-01
2
-0
/
+20
*
Android: fix build break from nir/glsl move to compiler/
Rob Herring
2016-02-29
1
-2
/
+4
*
tgsi/scan: handle holes between VS inputs, assert-fail in other cases
Marek Olšák
2016-02-23
1
-1
/
+9
*
gallivm: Check whether to stop disassemble only for x86
Oded Gabbay
2016-02-19
1
-0
/
+2
*
gallivm: use sstream for dissasembling
Oded Gabbay
2016-02-19
1
-21
/
+30
*
gallium/auxiliary: fix new gcc6 warnings
Rob Clark
2016-02-18
1
-2
/
+2
*
gallium/hud: fix new gcc6 warnings
Rob Clark
2016-02-18
1
-0
/
+2
*
gallium/cso: only enable compute shaders when TGSI is supported
Samuel Pitoiset
2016-02-18
1
-1
/
+6
*
gallivm, tgsi: provide fake sample_i_ms implementations
Roland Scheidegger
2016-02-18
2
-4
/
+11
*
gallivm: Add helpers for creating and destroying TargetLibraryInfo
Tom Stellard
2016-02-17
2
-0
/
+37
*
cso: add CSO_BITS_ALL_SHADERS
Brian Paul
2016-02-16
1
-0
/
+6
*
cso: make most of the cso_save/restore_x() functions static
Brian Paul
2016-02-16
2
-85
/
+70
*
postprocess: use new cso_save/restore_state() functions
Brian Paul
2016-02-16
1
-38
/
+20
*
gallium/hud: use new cso_save/restore_state() functions
Brian Paul
2016-02-16
1
-37
/
+19
*
gallium/util: use new cso_save/restore_state() functions
Brian Paul
2016-02-16
1
-34
/
+18
*
cso: add new cso_save/restore_state() functions
Brian Paul
2016-02-16
2
-0
/
+133
*
cso: remove comment
Brian Paul
2016-02-16
1
-1
/
+0
*
cso: add new cso_set_viewport_dims() helper
Brian Paul
2016-02-16
2
-0
/
+20
*
Handle removal of LLVMAddTargetData in SVN revision 260919
Matthew Dawson
2016-02-16
1
-0
/
+2
[next]