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
path:
root
/
src
/
intel
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
*
automake: drop "EGL_" from HAVE_EGL_PLATFORM_X11
Emil Velikov
2016-05-01
1
-1
/
+1
*
anv: get rid of VULKAN_ENTRYPOINT_CPPFLAGS variable
Emil Velikov
2016-05-01
1
-11
/
+3
*
anv: factor out the X11/XCB build
Emil Velikov
2016-05-01
3
-6
/
+23
*
anv: kill of custom define HAVE_WAYLAND_PLATFORM
Emil Velikov
2016-05-01
3
-5
/
+4
*
anv: refactor wayland build handling
Emil Velikov
2016-05-01
1
-15
/
+12
*
anv: use a common variable to manage the library dependencies
Emil Velikov
2016-05-01
1
-11
/
+15
*
anv: use the GENERATED_FILES variable
Emil Velikov
2016-05-01
2
-2
/
+1
*
anv: fold the tests' makefile
Emil Velikov
2016-05-01
2
-49
/
+15
*
anv: build the core vulkan only once
Emil Velikov
2016-05-01
1
-8
/
+6
*
anv: kill off custom CFLAGS
Emil Velikov
2016-05-01
1
-10
/
+6
*
anv: add missing link against the math library
Emil Velikov
2016-05-01
1
-1
/
+2
*
anv: split sources lists to Makefile.sources
Emil Velikov
2016-05-01
2
-61
/
+111
*
anv: remove custom rule to install the intel_icd.json
Emil Velikov
2016-05-01
1
-10
/
+1
*
anv: tweak the LDFLAGS
Emil Velikov
2016-05-01
1
-1
/
+6
*
anv: tweak the %.json rule
Emil Velikov
2016-05-01
1
-4
/
+3
*
anv: add a comment about dev_icd.json
Emil Velikov
2016-05-01
1
-0
/
+1
*
nir: Switch the arguments to nir_foreach_function
Jason Ekstrand
2016-04-28
3
-4
/
+4
*
nir: Switch the arguments to nir_foreach_instr
Jason Ekstrand
2016-04-28
3
-4
/
+4
*
anv/lower_push_constants: fixup for nir_foreach_block()
Jason Ekstrand
2016-04-28
1
-22
/
+18
*
anv/apply_pipeline_layout: fixup for nir_foreach_block()
Jason Ekstrand
2016-04-28
1
-22
/
+19
*
anv/apply_dynamic_offsets: fixup for nir_foreach_block()
Jason Ekstrand
2016-04-28
1
-33
/
+22
*
anv/dynamic_offsets: Fix the order of arguments to nir_build_imm
Jason Ekstrand
2016-04-28
1
-2
/
+2
*
anv: Fix a build error caused by recent fp64 NIR changes
Jason Ekstrand
2016-04-28
1
-2
/
+3
*
anv/formats: Return proper error code for unsupported formats
Nanley Chery
2016-04-27
1
-1
/
+1
*
anv/device: Set the compressed texture feature flags correctly
Nanley Chery
2016-04-27
1
-2
/
+3
*
anv: honor DESTDIR when installing icd file
Laurent Carlier
2016-04-26
1
-1
/
+1
*
anv: fix warnings in release build
Grazvydas Ignotas
2016-04-25
4
-4
/
+4
*
anv/image: Use the has_matching_typed_storage_image_format helper from isl
Jason Ekstrand
2016-04-21
1
-12
/
+3
*
isl: Take a devinfo in lower_storage_image_format instead of an isl_device
Jason Ekstrand
2016-04-21
1
-1
/
+1
*
i965: Generalize wm_key->compute_sample_id to wm_key->multisample_fbo.
Kenneth Graunke
2016-04-20
1
-1
/
+1
*
i965: Delete now dead persample_2x FS program key flag.
Kenneth Graunke
2016-04-20
1
-3
/
+0
*
anv: s/anv_batch_emit_blk/anv_batch_emit/
Jason Ekstrand
2016-04-20
11
-138
/
+133
*
anv: Remove the old emit macro
Jason Ekstrand
2016-04-20
1
-10
/
+0
*
anv/gen7_pipeline: Use the new emit macro
Jason Ekstrand
2016-04-20
1
-113
/
+124
*
anv/gen7_cmd_buffer: Use the new emit macro
Jason Ekstrand
2016-04-20
1
-52
/
+70
*
anv/device: Use the new emit macro
Jason Ekstrand
2016-04-20
2
-12
/
+13
*
anv/state: Use the new emit macro
Jason Ekstrand
2016-04-20
1
-77
/
+78
*
anv/gen8_pipeline: Use the new emit macro
Jason Ekstrand
2016-04-20
1
-177
/
+191
*
anv/genX_pipeline: Use the new emit macro
Jason Ekstrand
2016-04-20
2
-38
/
+45
*
anv/gen8_cmd_buffer: Use the new emit macro
Jason Ekstrand
2016-04-20
1
-74
/
+87
*
anv/cmd_buffer: Use the new emit macro for quaries
Jason Ekstrand
2016-04-20
1
-24
/
+32
*
anv/cmd_buffer: Use the new emit macro for DRAWING_RECTANGLE
Jason Ekstrand
2016-04-20
1
-9
/
+10
*
anv/cmd_buffer: Use the new emit macro for compute shader dispatch
Jason Ekstrand
2016-04-20
1
-52
/
+64
*
anv/cmd_buffer: Use the new emit macro for 3DSTATE_CONSTANT
Jason Ekstrand
2016-04-20
1
-10
/
+11
*
anv/cmd_buffer: Use the new emit macro for DEPTH/STENCIL_BUFFER
Jason Ekstrand
2016-04-20
1
-34
/
+42
*
anv/cmd_buffer: Use the new emit macro for PIPE_CONTROL and STATE_BASE_ADDRESS
Jason Ekstrand
2016-04-20
1
-62
/
+76
*
anv/cmd_buffer: Use the new emit macro for 3DPRIMITIVE commands
Jason Ekstrand
2016-04-20
1
-24
/
+28
*
anv: Add a new block-based batch emit macro
Jason Ekstrand
2016-04-20
1
-0
/
+9
*
anv: fix build without Wayland platform
Marcin Ĺšlusarz
2016-04-20
2
-7
/
+5
*
anv: fix building on i686 with -mcpu=generic
Laurent Carlier
2016-04-20
1
-1
/
+1
[next]