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
*
meson: fix va target linkage
Dylan Baker
2018-02-15
1
-3
/
+4
*
meson: fix vdpau target linkage
Dylan Baker
2018-02-15
1
-3
/
+5
*
meson: Actually link xvmc target with libxvmc
Dylan Baker
2018-02-15
1
-3
/
+0
*
meson: actually link with libomxil-bellagio
Dylan Baker
2018-02-15
1
-5
/
+0
*
meson: link dri3 xcb libs into vlwinsys instead of into each target
Dylan Baker
2018-02-15
6
-18
/
+11
*
meson: use va-api version reported by pkg-config
Dylan Baker
2018-02-15
2
-4
/
+4
*
meson: add libswdri and libswkmsdri to dri link_with
Dylan Baker
2018-02-15
1
-9
/
+2
*
meson: add libswdri and libswkmsdri to d3dadaptor link_with
Dylan Baker
2018-02-15
1
-10
/
+3
*
meson: define empty variables for libswdri and libswkmsdri
Dylan Baker
2018-02-15
3
-5
/
+12
*
meson: add convenience variable for anv_extensions.py depdendency
Dylan Baker
2018-02-15
1
-4
/
+6
*
meson: use depend_files for adding extra file dependencies
Dylan Baker
2018-02-15
1
-2
/
+2
*
meson: use depend_files to track extra file dependencies
Dylan Baker
2018-02-15
1
-2
/
+2
*
Revert "anv/meson: Make anv_entrypoints_gen.py depend on anv_extensions.py"
Dylan Baker
2018-02-15
1
-2
/
+1
*
svga: replace gotos with else clauses
Brian Paul
2018-02-15
3
-23
/
+20
*
svga: s/unsigned/enum pipe_shader_type/
Brian Paul
2018-02-15
3
-4
/
+6
*
svga: move duplicated code for setting fillmode/flatshade state
Brian Paul
2018-02-15
1
-20
/
+10
*
svga: move svga_update_state() call in draw code
Brian Paul
2018-02-15
1
-18
/
+19
*
svga: call tgsi_scan_shader() for dummy shaders
Brian Paul
2018-02-15
2
-0
/
+7
*
ac/nir: do not reserve user SGPRs for unused descriptor sets
Samuel Pitoiset
2018-02-15
1
-3
/
+6
*
ac/shader: fix gathering of desc_set_used_mask
Samuel Pitoiset
2018-02-15
1
-1
/
+1
*
ac/shader: be a little smarter when scanning vertex buffers
Samuel Pitoiset
2018-02-15
1
-1
/
+11
*
dri: fromPlanar() can return NULL as a valid result
Louis-Francis Ratté-Boulianne
2018-02-15
4
-8
/
+10
*
docs: correct link to the 17.3.3 release notes
Emil Velikov
2018-02-15
1
-1
/
+1
*
docs: update calendar, add news and link release notes to 17.3.4
Emil Velikov
2018-02-15
3
-9
/
+10
*
docs: add sha256 checksums for 17.3.4
Emil Velikov
2018-02-15
1
-1
/
+2
*
docs: add release notes for 17.3.4
Emil Velikov
2018-02-15
1
-0
/
+274
*
nvc0: disable MS Images for sample_count == 1 on Maxwell
Karol Herbst
2018-02-15
1
-1
/
+1
*
mesa: don't clamp just based on ARB_viewport_array extension
Gurchetan Singh
2018-02-15
1
-3
/
+2
*
meson: use a custom target instead of a generator for i965 oa
Dylan Baker
2018-02-14
1
-11
/
+10
*
isl: Don't use surface format R32_FLOAT for typed atomic integer operations
Anuj Phogat
2018-02-14
1
-1
/
+8
*
radeonsi/nir: fix si_nir_load_tcs_varyings() for outputs
Timothy Arceri
2018-02-15
1
-2
/
+11
*
ac: implement nir_intrinsic_image_samples
Timothy Arceri
2018-02-15
1
-0
/
+23
*
st: add NIR GL_ARB_get_program_binary support
Timothy Arceri
2018-02-15
1
-2
/
+13
*
st/shader_cache: add st_{de}serialise_nir_program() helpers
Timothy Arceri
2018-02-15
2
-0
/
+22
*
ac/nir_to_llvm: fix image size for arrays of arrays
Timothy Arceri
2018-02-15
1
-6
/
+4
*
radeonsi/nir: fix shader ballot return value bitsize
Timothy Arceri
2018-02-15
1
-1
/
+1
*
intel/aubinator: Correctly decode INTERFACE_DESCRIPTOR_DATA
Jason Ekstrand
2018-02-14
1
-1
/
+1
*
i965: Add gl_state_index casts for PATCH_VERTICES_IN
Jason Ekstrand
2018-02-14
1
-1
/
+2
*
i965/miptree: Initialize mcs with a linear map
Scott D Phillips
2018-02-14
1
-1
/
+1
*
i965/tiled_memcpy: change linear pointer from (0, 0) to (xt1, yt1)
Scott D Phillips
2018-02-14
3
-11
/
+11
*
i965/tiled_memcpy: linear_to_ytiled a cache line at a time
Scott D Phillips
2018-02-14
1
-6
/
+66
*
docs: Add Cannonlake support to 18.0 release notes.
Rafael Antognolli
2018-02-14
1
-0
/
+1
*
anv/gen10: Remove warning message.
Rafael Antognolli
2018-02-14
1
-5
/
+2
*
i965/gen10: Remove warning message.
Rafael Antognolli
2018-02-14
1
-7
/
+0
*
egl/x11: Fix leak in dri3_create_image_khr_pixmap
Louis-Francis Ratté-Boulianne
2018-02-14
1
-0
/
+1
*
i965/compiler: clean up nir_intrinsic_load_input for vertex shaders
Iago Toral Quiroga
2018-02-14
1
-11
/
+2
*
intel/compiler: fix first_component for 64-bit types on vertex inputs
Iago Toral Quiroga
2018-02-14
1
-0
/
+3
*
ac/nir: rename nir_to_llvm_context to radv_shader_context
Samuel Pitoiset
2018-02-14
1
-74
/
+74
*
ac: remove nir_to_llvm_context from ac_nir_translate()
Samuel Pitoiset
2018-02-14
3
-5
/
+4
*
ac/nir: remove nir_to_llvm_context::nir link
Samuel Pitoiset
2018-02-14
1
-11
/
+0
[next]