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
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/util: silence clang warning in blitter code
Brian Paul
2018-02-08
1
-1
/
+1
*
tgsi: s/unsigned/enum tgsi_semantic/ in ureg_DECL_output()
Brian Paul
2018-02-08
1
-1
/
+1
*
tgsi: use TGSI_INTERPOLATE_x arguments instead of zeros in ureg code
Brian Paul
2018-02-08
1
-2
/
+5
*
gallium/util: s/uint/enum tgsi_semantic/ in simple shader code
Brian Paul
2018-02-08
3
-5
/
+5
*
tgsi: s/unsigned/enum pipe_shader_type/ in ureg code
Brian Paul
2018-02-08
2
-5
/
+9
*
gallium/util: s/uint/enum tgsi_semantic/ in u_blitter.c
Brian Paul
2018-02-08
1
-4
/
+6
*
gallium/util: trivial whitespace/formatting fixes in u_blit.c
Brian Paul
2018-02-08
1
-9
/
+9
*
cso: add a couple sanity check assertions in cso_draw_vbo()
Brian Paul
2018-02-08
1
-0
/
+6
*
tgsi: use tgsi_semantic enum type in ureg code
Brian Paul
2018-02-07
2
-23
/
+23
*
tgsi: use TGSI enum types in ureg code
Brian Paul
2018-02-07
2
-51
/
+55
*
gallium/util: replace uint with tgsi enum types
Brian Paul
2018-02-07
2
-6
/
+7
*
gallium/util: replace unsigned with tgsi enum types
Brian Paul
2018-02-07
2
-31
/
+34
*
gallium/hud: update some query functions
Grazvydas Ignotas
2018-02-08
4
-4
/
+4
*
Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary"
Roland Scheidegger
2018-02-07
2
-9
/
+27
*
gallium: build ddebug, noop, rbug, trace as part of auxiliary
Marek Olšák
2018-02-07
2
-27
/
+9
*
u_blit: (trivial) fix bogus argument order for set_fragment_shader
Roland Scheidegger
2018-02-07
1
-2
/
+2
*
u_blit,u_simple_shaders: add shader to convert from xrbias format
Roland Scheidegger
2018-02-07
4
-16
/
+78
*
u_simple_shaders: fix mask handling in util_make_fragment_tex_shader_writemask
Roland Scheidegger
2018-02-07
1
-1
/
+1
*
gallium: Add a new A4B4G4R4 pipe format for Broadcom.
Eric Anholt
2018-02-02
1
-0
/
+1
*
gallivm/llvmpipe: add const qualifiers on sampler variables
Brian Paul
2018-02-01
4
-7
/
+7
*
renderonly: fix dumb BO allocation for non 32bpp formats
Lucas Stach
2018-02-01
1
-1
/
+2
*
u_threaded_context: add support for fence_server_signal v2
Andres Rodriguez
2018-01-30
2
-0
/
+21
*
gallium: add type parameter to create_fence_fd
Andres Rodriguez
2018-01-30
2
-5
/
+7
*
ac: don't use byval LLVM qualifier in shaders
Marek Olšák
2018-01-27
2
-3
/
+0
*
pb_cache: let drivers choose the number of buckets
Marek Olšák
2018-01-27
3
-7
/
+24
*
pb_cache: call os_time_get outside of the loop
Marek Olšák
2018-01-27
1
-6
/
+6
*
gallivm: fix crash with seamless cube filtering with different min/mag filter
Roland Scheidegger
2018-01-25
1
-17
/
+21
*
gallium/u_tests: add texture_barrier and FBFETCH tests
Marek Olšák
2018-01-24
1
-1
/
+110
*
autotools: include meson build files in tarball
Dylan Baker
2018-01-19
2
-2
/
+3
*
gallivm: support avx512 (16x32) in interleave2_half
George Kyriazis
2018-01-18
1
-2
/
+38
*
meson: ensure that xmlpool_options.h is generated for targets that need it
Dylan Baker
2018-01-18
1
-2
/
+2
*
gallium/hud: Fix support for PIPE_DRIVER_QUERY_TYPE_FLOAT
Brian Paul
2018-01-17
2
-3
/
+29
*
gallium/hud: remove uint64_t casts in sensor query_sti_load() function
Brian Paul
2018-01-17
1
-5
/
+5
*
gallium/hud: compute cpu load, percent with doubles
Brian Paul
2018-01-17
1
-4
/
+5
*
gallium/hud: s/unsigned/enum pipe_query_type/
Brian Paul
2018-01-17
2
-3
/
+5
*
draw: remove VSPLIT_CREATE_IDX macro
Roland Scheidegger
2018-01-17
1
-11
/
+12
*
draw: fix vsplit code when the (post-bias) index value is -1
Roland Scheidegger
2018-01-17
2
-3
/
+4
*
ac: import lp_create_builder() from gallivm
Samuel Pitoiset
2018-01-16
2
-38
/
+0
*
meson: move libsensors dependency to libgallium
Dylan Baker
2018-01-11
1
-1
/
+1
*
meson: Use dependencies for nir
Dylan Baker
2018-01-11
1
-3
/
+5
*
tgsi: include struct definitions for tgsi_build declarations
Rob Herring
2018-01-10
1
-5
/
+1
*
meson: build clover
Dylan Baker
2018-01-08
1
-1
/
+2
*
gallium/tgsi: add patch support to tgsi_get_gl_varying_semantic()
Timothy Arceri
2018-01-05
1
-3
/
+8
*
st/dri: Add option to control exposure of 10 bpc color configs.
Mario Kleiner
2018-01-03
1
-0
/
+1
*
tgsi: improve comment on tgsi_util_get_shadow_ref_src_index()
Brian Paul
2017-12-26
1
-2
/
+6
*
util: add trivial comment on u_upload_create()
Brian Paul
2017-12-26
1
-0
/
+1
*
gallium/util: add util_num_layers helper
Marek Olšák
2017-12-25
3
-5
/
+11
*
gallium/util: add u_transfer_helper
Rob Clark
2017-12-15
4
-0
/
+642
*
gallivm: implement accurate corner behavior for textureGather with cube maps
Roland Scheidegger
2017-12-14
1
-103
/
+201
*
gallivm: fix an issue with NaNs with seamless cube filtering
Roland Scheidegger
2017-12-14
1
-0
/
+11
[next]