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
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno: drop unnecessary -Wno-packed-bitfield-compat
Rob Herring
2016-02-29
1
-2
/
+2
*
Android: clean-up and fix DRI module path handling
Rob Herring
2016-02-29
1
-1
/
+2
*
Android: fix build break from nir/glsl move to compiler/
Rob Herring
2016-02-29
5
-6
/
+13
*
gallium/radeon: disable evergreen_do_fast_color_clear for BE
Oded Gabbay
2016-02-29
1
-0
/
+5
*
gallium/r600: Don't let h/w do endian swap for colorformat
Oded Gabbay
2016-02-29
1
-0
/
+7
*
gallium/radeon: remove separate BE path in r600_translate_colorswap
Oded Gabbay
2016-02-29
1
-12
/
+1
*
nv50/ir: emit VOTE instruction
Samuel Pitoiset
2016-02-28
6
-0
/
+83
*
gk110/ir: add ld lock/st unlock emission
Samuel Pitoiset
2016-02-28
1
-2
/
+28
*
nv50,nvc0: bump minimum texture buffer offset alignment
Ilia Mirkin
2016-02-27
2
-2
/
+2
*
nvc0: rework nvc0_compute_validate_program()
Samuel Pitoiset
2016-02-26
6
-44
/
+20
*
nvc0: make sure to validate compute global buffers on Fermi
Samuel Pitoiset
2016-02-26
1
-1
/
+3
*
nvc0: move nvc0_validate_global_residents() to nvc0_compute.c
Samuel Pitoiset
2016-02-26
4
-19
/
+17
*
virgl: add missing CAP turned off.
Dave Airlie
2016-02-26
1
-0
/
+3
*
st/nine: don't forget to bundle the nine_limits.h file
Emil Velikov
2016-02-25
1
-0
/
+1
*
gallium/radeon: return correct values for BE in r600_translate_colorswap
Oded Gabbay
2016-02-25
1
-4
/
+4
*
gallium: remove duplicate define from enum pipe_format
Oded Gabbay
2016-02-25
1
-1
/
+0
*
gallium/radeon: Correctly translate colorswaps for big endian
Oded Gabbay
2016-02-23
1
-0
/
+11
*
tgsi/scan: handle holes between VS inputs, assert-fail in other cases
Marek Olšák
2016-02-23
1
-1
/
+9
*
nvc0: rename 3d binding points to NVC0_BIND_3D_XXX
Samuel Pitoiset
2016-02-22
9
-63
/
+64
*
nvc0: rename 3d dirty flags to NVC0_NEW_3D_XXX
Samuel Pitoiset
2016-02-22
8
-133
/
+133
*
nvc0: prefix compute macros with _CP_ instead of _COMPUTE_
Samuel Pitoiset
2016-02-22
4
-4
/
+4
*
nvc0: rename NVXX_COMPUTE to NVXX_CP
Samuel Pitoiset
2016-02-22
5
-117
/
+117
*
nvc0: rename nvc0_context::dirty to nvc0_context::dirty_3d
Samuel Pitoiset
2016-02-22
8
-64
/
+64
*
nvc0/ir: add missing emission of locked load predicate
Samuel Pitoiset
2016-02-22
1
-0
/
+7
*
nvc0/ir: add ld lock/st unlock emission on GK104
Samuel Pitoiset
2016-02-22
1
-10
/
+25
*
nv50/ir: restore OP_SELP to be a regular instruction
Samuel Pitoiset
2016-02-22
4
-14
/
+14
*
svga: unbind index buffer when drawing non-indexed primitives
Brian Paul
2016-02-22
1
-0
/
+10
*
nouveau: update the Makefile.sources list
11.2-branchpoint
Emil Velikov
2016-02-22
1
-2
/
+3
*
radeonsi: implement binary shaders & shader cache in memory (v2)
Marek Olšák
2016-02-21
5
-7
/
+259
*
gallium/radeon: remove unused radeon_shader_binary_free_* functions
Marek Olšák
2016-02-21
2
-33
/
+0
*
radeonsi: make radeon_shader_reloc name string fixed-sized
Marek Olšák
2016-02-21
2
-6
/
+3
*
radeonsi: move some struct si_shader members to new struct si_shader_info
Marek Olšák
2016-02-21
3
-68
/
+71
*
radeonsi: use smaller types for some si_shader members
Marek Olšák
2016-02-21
2
-3
/
+8
*
radeonsi: enable compiling one variant per shader
Marek Olšák
2016-02-21
3
-1
/
+5
*
radeonsi: print full shader name before disassembly
Marek Olšák
2016-02-21
1
-1
/
+33
*
radeonsi: compile non-GS middle parts of shaders immediately if enabled
Marek Olšák
2016-02-21
3
-18
/
+87
*
radeonsi: rework polygon stippling for PS prolog
Marek Olšák
2016-02-21
1
-39
/
+110
*
radeonsi: add PS prolog
Marek Olšák
2016-02-21
5
-2
/
+345
*
radeonsi: add PS epilog
Marek Olšák
2016-02-21
4
-2
/
+297
*
radeonsi: add TCS epilog
Marek Olšák
2016-02-21
4
-13
/
+155
*
radeonsi: add VS epilog
Marek Olšák
2016-02-21
4
-11
/
+171
*
radeonsi: add VS prolog
Marek Olšák
2016-02-21
4
-1
/
+267
*
radeonsi: first bits for non-monolithic shaders
Marek Olšák
2016-02-21
4
-14
/
+45
*
radeonsi: add code for dumping all shader parts together (v2)
Marek Olšák
2016-02-21
1
-12
/
+34
*
radeonsi: add code for combining and uploading shaders from 3 shader parts
Marek Olšák
2016-02-21
2
-8
/
+36
*
radeonsi: fail compilation if non-GS non-CS shaders have rodata
Marek Olšák
2016-02-21
1
-0
/
+13
*
radeonsi: separate 2 pieces of code from create_function
Marek Olšák
2016-02-21
1
-31
/
+51
*
radeonsi: add samplemask parameter to si_export_mrt_color
Marek Olšák
2016-02-21
1
-3
/
+7
*
radeonsi: add start_instance parameter to get_instance_index_for_fetch
Marek Olšák
2016-02-21
1
-4
/
+6
*
radeonsi: separate out shader key bits for prologs & epilogs
Marek Olšák
2016-02-21
4
-100
/
+140
[next]