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
...
*
i965: lower gl_PatchVerticesIn to a uniform
Iago Toral Quiroga
2018-01-10
1
-0
/
+8
*
i965/nir: add a helper to lower gl_PatchVerticesIn to a uniform
Iago Toral Quiroga
2018-01-10
2
-0
/
+27
*
r600: don't emit tes samplers/views when tes isn't active
Roland Scheidegger
2018-01-10
2
-0
/
+19
*
r600: increase number of UBOs to 15
Roland Scheidegger
2018-01-10
3
-22
/
+37
*
r600: use GET_BUFFER_RESINFO vtx fetch on eg instead of setting up consts
Roland Scheidegger
2018-01-10
4
-58
/
+50
*
r600: increase number of ubos by one to 14
Roland Scheidegger
2018-01-10
4
-4
/
+9
*
r600: set up constants needed for txq for buffers and cube maps with tes
Roland Scheidegger
2018-01-10
1
-0
/
+16
*
r600: don't emit reloc for ring buffer out into the blue
Roland Scheidegger
2018-01-10
2
-8
/
+6
*
r600: hack up num_render_backends on Juniper to 8
Roland Scheidegger
2018-01-10
1
-2
/
+19
*
winsys/radeon: fix up default enabled_rb_mask for r600
Roland Scheidegger
2018-01-10
1
-6
/
+10
*
r600: fix enabled_rb_mask on eg/cm
Roland Scheidegger
2018-01-10
1
-2
/
+9
*
r600: fix sampler indexing with texture buffers sampling
Roland Scheidegger
2018-01-10
2
-2
/
+4
*
r600: don't use vtx offset for load_sample_position
Roland Scheidegger
2018-01-10
1
-1
/
+1
*
r600: drop l2 related queries
Dave Airlie
2018-01-10
3
-18
/
+0
*
r600/shader: only read back the necessary tess factor components.
Dave Airlie
2018-01-10
1
-4
/
+4
*
Fix use of alloca() without #include <c99_alloca.h>
Jon Turney
2018-01-09
1
-0
/
+1
*
genxml: Add missing INSTDONE_1 bits on Gen7.5+.
Kenneth Graunke
2018-01-09
4
-0
/
+8
*
intel: Apply Geminilake "Barrier Mode" workaround.
Kenneth Graunke
2018-01-09
4
-0
/
+49
*
docs: update calendar, add news and link release notes for 17.3.2
Emil Velikov
2018-01-09
3
-6
/
+8
*
docs: add sha256 checksums for 17.3.2
Emil Velikov
2018-01-09
1
-1
/
+2
*
docs: add release notes for 17.3.2
Emil Velikov
2018-01-09
1
-0
/
+108
*
st/omx_bellagio: Update default intra matrix per MPEG2 spec
Indrajit Das
2018-01-09
1
-5
/
+5
*
aubinator: add support for aubinating memtrace aubs
Scott D Phillips
2018-01-08
1
-35
/
+83
*
aubinator: extract aubinator_init() out of the header handler function
Scott D Phillips
2018-01-08
1
-16
/
+23
*
aubinator: honor --color option when printing the header
Scott D Phillips
2018-01-08
1
-1
/
+5
*
.gitignore: Ignore new generated files
Scott D Phillips
2018-01-08
2
-0
/
+2
*
Meson: ensure variable defined
Dylan Baker
2018-01-08
1
-0
/
+1
*
meson: Fix typo in clover build
Dylan Baker
2018-01-08
1
-1
/
+1
*
meson: set opencl flags for r600
Dylan Baker
2018-01-08
1
-2
/
+5
*
meson: build clover
Dylan Baker
2018-01-08
8
-6
/
+336
*
meson: Turn on swr for relevant targets
Dylan Baker
2018-01-08
4
-8
/
+6
*
meson: Build SWR driver
Dylan Baker
2018-01-08
5
-6
/
+467
*
ac: rework emit_barrier() to not segfault on radeonsi
Timothy Arceri
2018-01-09
1
-9
/
+8
*
ac: add load_tess_level() to the abi
Timothy Arceri
2018-01-09
3
-0
/
+32
*
radeonsi: add load_tess_level() helper
Timothy Arceri
2018-01-09
1
-14
/
+19
*
spirv: Do implicit conversions of uint to bool in OpStore
Jason Ekstrand
2018-01-08
1
-0
/
+19
*
spirv: Loosen the validation for load/store type matching
Jason Ekstrand
2018-01-08
1
-6
/
+33
*
spirv: Require a storage type for OpStore destinations
Jason Ekstrand
2018-01-08
1
-0
/
+4
*
spirv: Add a vtn_types_compatible helper
Jason Ekstrand
2018-01-08
2
-0
/
+55
*
spirv: Store the id of the type in vtn_type
Jason Ekstrand
2018-01-08
3
-5
/
+8
*
spirv: Add a mechanism for dumping failing shaders
Jason Ekstrand
2018-01-08
2
-0
/
+29
*
spirv: Rework asserts in var_decoration_cb
Jason Ekstrand
2018-01-08
1
-7
/
+8
*
spirv: Rework error checking for decorations
Jason Ekstrand
2018-01-08
1
-9
/
+32
*
spirv: Add better type validation to OpTypeImage
Jason Ekstrand
2018-01-08
1
-7
/
+10
*
spirv: Switch on vtn_base_type in OpComposite(Extract|Insert)
Jason Ekstrand
2018-01-08
1
-37
/
+32
*
spirv: Refactor Op[Spec]ConstantComposite and add better validation
Jason Ekstrand
2018-01-08
1
-36
/
+32
*
spirv: Add better validation to Op[Spec]Constant
Jason Ekstrand
2018-01-08
1
-2
/
+7
*
spirv: Remove a pointless assignment in SpvOpSpecConstant
Jason Ekstrand
2018-01-08
1
-1
/
+0
*
spirv: Unify boolean constants and add better validation
Jason Ekstrand
2018-01-08
1
-10
/
+11
*
spirv/info: Add spirv_op_to_string
Jason Ekstrand
2018-01-08
2
-0
/
+11
[prev]
[next]