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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ddebug: add missing forward declaration
Pierre-Eric Pelloux-Prayer
2020-03-30
1
-0
/
+1
*
meson: inline `inc_common`
Eric Engestrom
2020-03-28
32
-33
/
+34
*
radeonsi/gfx10: fix descriptors and compute registers for compute-based culling
Marek Olšák
2020-03-28
1
-14
/
+39
*
radeonsi/gfx10: fix the wave size for compute-based culling
Marek Olšák
2020-03-28
5
-6
/
+19
*
radeonsi/gfx10: user correct ACQUIRE_MEM packet for compute-based culling
Marek Olšák
2020-03-28
1
-8
/
+23
*
radeonsi/gfx10: fix ds.ordered.add intrinsic for compute-based culling
Marek Olšák
2020-03-28
1
-0
/
+3
*
radeonsi/gfx10: don't use NGG culling if compute-based culling is used
Marek Olšák
2020-03-28
1
-0
/
+1
*
radeonsi: add num_vbos_in_user_sgprs into the shader cache key
Marek Olšák
2020-03-28
1
-0
/
+3
*
radeonsi: always create wait_mem_scratch for compute-based culling
Marek Olšák
2020-03-28
1
-1
/
+2
*
radeonsi: set amdgpu-gds-size for mode == 2 of compute-based culling
Marek Olšák
2020-03-28
1
-1
/
+4
*
radeonsi: fix incorrect ordered_wave_id initilization for compute-based culling
Marek Olšák
2020-03-28
1
-1
/
+2
*
radeonsi: remove obsolete TODO comment related to compute-based culling
Marek Olšák
2020-03-28
1
-1
/
+0
*
lima: Implement lima_texture_subdata
Vasily Khoruzhick
2020-03-28
1
-13
/
+65
*
util: don't include p_defines.h and u_pointer.h from gallium
Marek Olšák
2020-03-27
13
-15
/
+12
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
2
-2
/
+2
*
wgl: use gldrv.h instead of stw_icd.h
Jesse Natalie
2020-03-27
10
-647
/
+33
*
wgl: add official gldrv.h header-file
Jesse Natalie
2020-03-27
1
-0
/
+589
*
nv50, nvc0: fix must_check warning of util_dynarray_resize_bytes
Karol Herbst
2020-03-27
2
-6
/
+14
*
nv50: remove unused variable
Erik Faye-Lund
2020-03-27
1
-2
/
+0
*
intel/perf: break GL query stuff away
Lionel Landwerlin
2020-03-27
4
-5
/
+1
*
x86_init_func_common: Add ENDBR at function entry
H.J. Lu
2020-03-26
1
-0
/
+5
*
radeonsi: enable full out-of-order drawing when allow_draw_out_of_order is set
Marek Olšák
2020-03-26
1
-2
/
+4
*
mesa: allow out-of-order drawing to optimize immediate mode if it's safe
Marek Olšák
2020-03-26
3
-0
/
+4
*
radeonsi: Stop exposing PIPE_SHADER_CAP_FP16
Kristian H. Kristensen
2020-03-25
1
-1
/
+1
*
freedreno: ssbo: mark resource read or written depending on usage
Christian Gmeiner
2020-03-25
1
-10
/
+15
*
freedreno: ssbo: keep track if a buffer gets written
Christian Gmeiner
2020-03-25
2
-0
/
+3
*
freedreno: simplify fd_set_shader_buffers(..)
Christian Gmeiner
2020-03-25
1
-16
/
+8
*
freedreno: calculate modified bit mask only once
Christian Gmeiner
2020-03-25
1
-6
/
+2
*
gallium/util: Add back (and rename) util_float_to_half implementation
Roland Scheidegger
2020-03-25
1
-0
/
+57
*
etnaviv: Emit PE.ALPHA_COLOR_EXT* on GPUs with half-float support
Marek Vasut
2020-03-25
1
-1
/
+2
*
gallivm: disable rgtc/latc SNORM accellerated fetches
Roland Scheidegger
2020-03-25
1
-13
/
+19
*
rbug: do not return void-value
Erik Faye-Lund
2020-03-25
1
-1
/
+1
*
rbug: clean up cast-warnings
Erik Faye-Lund
2020-03-25
1
-2
/
+2
*
pipebuffer: clean up cast-warnings
Erik Faye-Lund
2020-03-25
1
-2
/
+2
*
freedreno: Enable mediump lowering
Hyunjun Ko
2020-03-24
2
-2
/
+4
*
freedreno/registers: more GRAS_CL_CNTL bits, Z_CLAMP
Jonathan Marek
2020-03-24
1
-1
/
+1
*
radeonsi: clarify the conditions when FLUSH_AND_INV_DB is needed
Pierre-Eric Pelloux-Prayer
2020-03-24
2
-14
/
+7
*
lima: Add missing source file to Android.mk
Roman Stratiienko
2020-03-23
1
-0
/
+1
*
iris: Set patch count threshold in 3DSTATE_HS
Sagar Ghuge
2020-03-23
1
-0
/
+7
*
panfrost: Align Android makefiles with recent changes
Roman Stratiienko
2020-03-23
3
-2
/
+6
*
gallium/gallivm: Remove workaround disabling AVX code for newer CPUs
Jan Zielinski
2020-03-23
1
-9
/
+3
*
gallivm: add support for rgtc/latc fetches.
Dave Airlie
2020-03-23
3
-3
/
+415
*
gallivm/s3tc: split out dxt5 alpha code
Dave Airlie
2020-03-23
1
-35
/
+55
*
etnaviv: nir: add compile_check_limits
Jonathan Marek
2020-03-22
1
-38
/
+73
*
vbo,gallium: make glBegin/End buffer size configurable by drivers
Marek Olšák
2020-03-21
4
-0
/
+8
*
tgsi/util: Change boolean for bool
Mark Menzynski
2020-03-20
2
-3
/
+4
*
lima: add support for R and RG formats
Vasily Khoruzhick
2020-03-20
7
-37
/
+157
*
lima: split pixel and texel format tables
Vasily Khoruzhick
2020-03-20
4
-46
/
+78
*
zink/spirv: do not use bitwise operations on booleans
Erik Faye-Lund
2020-03-20
1
-5
/
+22
*
winsys/radeon: change to 3-space indentation
Marek Olšák
2020-03-19
8
-2963
/
+2956
[prev]
[next]