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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: Remove some typos.
Bas Nieuwenhuizen
2018-01-10
2
-4
/
+4
*
radv: Implement VK_EXT_discard_rectangles.
Bas Nieuwenhuizen
2018-01-10
5
-6
/
+110
*
radv: Add mapping between dynamic state mask and external enum.
Bas Nieuwenhuizen
2018-01-10
3
-38
/
+79
*
amd/common: bump the number of available user SGPRS to 32 on GFX9
Samuel Pitoiset
2018-01-10
1
-1
/
+3
*
radv: remove radv_pipeline_layout::push_constant_stages field
Samuel Pitoiset
2018-01-10
2
-3
/
+0
*
amd/common: do not rely on the pipeline for the push constants logic
Samuel Pitoiset
2018-01-10
3
-9
/
+9
*
radv/gfx9: calculate the number of ES VGPRs for merged shaders
Samuel Pitoiset
2018-01-10
1
-3
/
+10
*
radv/gfx9: enable LDS for GS only if the ES type is TES
Samuel Pitoiset
2018-01-10
1
-1
/
+2
*
amd/common: determine the ES type (VS or TES) for the GS on GFX9
Samuel Pitoiset
2018-01-10
2
-0
/
+9
*
i965/nir: lower TES PatchVerticesIn to a constant when a TCS is present
Iago Toral Quiroga
2018-01-10
1
-4
/
+22
*
glsl: remove Lower{TCS,TES}PatchVerticesIn
Iago Toral Quiroga
2018-01-10
4
-31
/
+4
*
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
*
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: set opencl flags for r600
Dylan Baker
2018-01-08
1
-2
/
+5
*
meson: build clover
Dylan Baker
2018-01-08
5
-2
/
+285
*
meson: Turn on swr for relevant targets
Dylan Baker
2018-01-08
4
-8
/
+6
*
meson: Build SWR driver
Dylan Baker
2018-01-08
3
-0
/
+455
*
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
[next]