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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Transform expressions of b2f(a) and b2f(b) to a || b
Ian Romanick
2018-08-04
1
-0
/
+19
*
nir: Transform -fabs(a) < 0 to a != 0
Ian Romanick
2018-08-04
1
-0
/
+4
*
nir: Rearrange bcsel with two bcsel sources
Ian Romanick
2018-08-04
1
-0
/
+4
*
nir: Collapse more repeated bcsels on the same argument
Ian Romanick
2018-08-04
1
-0
/
+1
*
nir: Don't compare i2f or u2i with zero
Ian Romanick
2018-08-04
1
-0
/
+13
*
nir: Remove f2i(i2f(x)) conversions
Ian Romanick
2018-08-04
1
-0
/
+8
*
nir: Mark the 0.0 < abs(a) transformation as imprecise
Ian Romanick
2018-08-04
1
-1
/
+1
*
radeonsi: cosmetic changes
Marek Olšák
2018-08-04
5
-6
/
+5
*
st/mesa: expose & set limits for AMD_framebuffer_multisample_advanced
Marek Olšák
2018-08-04
1
-0
/
+89
*
st/mesa: add renderbuffer support for AMD_framebuffer_multisample_advanced
Marek Olšák
2018-08-04
1
-8
/
+53
*
st/mesa: pass storage_sample_count parameter into st_choose_format
Marek Olšák
2018-08-04
6
-22
/
+30
*
mesa: add functional FBO changes for AMD_framebuffer_multisample_advanced
Marek Olšák
2018-08-04
2
-17
/
+131
*
mesa: add gl_renderbuffer::NumStorageSamples
Marek Olšák
2018-08-04
4
-9
/
+23
*
mesa: implement glGet for AMD_framebuffer_multisample_advanced
Marek Olšák
2018-08-04
4
-0
/
+32
*
glapi: define AMD_framebuffer_multisample_advanced and add its functions
Marek Olšák
2018-08-04
3
-0
/
+59
*
mesa: add storageSamples parameter to renderbuffer functions
Marek Olšák
2018-08-04
6
-21
/
+33
*
amd: remove support for LLVM 5.0
Marek Olšák
2018-08-03
5
-144
/
+28
*
winsys/amdgpu: pass the BO list via the CS ioctl on DRM >= 3.27.0
Marek Olšák
2018-08-03
3
-4
/
+58
*
gallium/u_vbuf: handle indirect multidraws correctly and efficiently (v3)
Marek Olšák
2018-08-03
1
-24
/
+180
*
android: radv: build vulkan.radv conditionally to radeonsi
Mauro Rossi
2018-08-03
1
-0
/
+2
*
util: return 0 for NaNs in float_to_ubyte
Roland Scheidegger
2018-08-03
1
-6
/
+5
*
anv/pipeline: Disable FS dispatch for pointless fragment shaders
Jason Ekstrand
2018-08-03
1
-4
/
+33
*
nir: add fall through comment to nir_gather_info
Timothy Arceri
2018-08-03
1
-0
/
+1
*
util: Android.mk: Convert implicit rules to static pattern rules
Dan Willemsen
2018-08-02
1
-1
/
+1
*
radeonsi: add new R600_DEBUG test "testclearbufperf"
Darren Powell
2018-08-02
8
-11
/
+170
*
mesa: add switch case for GL 2.0 in _mesa_compute_version()
Brian Paul
2018-08-02
1
-0
/
+2
*
intel/tools: add error2aub creation into autotools
Andres Gomez
2018-08-02
1
-1
/
+23
*
anv/pipeline: Do cross-stage linking optimizations
Jason Ekstrand
2018-08-02
1
-0
/
+11
*
anv/pipeline: Pull most of the anv_pipeline_compile_* into common code
Jason Ekstrand
2018-08-02
1
-215
/
+92
*
anv/pipeline: Add a separate "link" stage
Jason Ekstrand
2018-08-02
1
-128
/
+193
*
anv/pipeline: Compile to NIR in compile_graphics
Jason Ekstrand
2018-08-02
1
-161
/
+116
*
anv/pipeline: Recompile all shaders if any are missing from the cache
Jason Ekstrand
2018-08-02
1
-4
/
+37
*
anv/pipeline: Drop anv_pipeline_add_compiled_stage
Jason Ekstrand
2018-08-02
2
-19
/
+10
*
anv/pipeline: Pull shader compilation out into a helper.
Jason Ekstrand
2018-08-02
1
-108
/
+120
*
anv/pipeline: Call anv_pipeline_compile_* in a loop
Jason Ekstrand
2018-08-02
1
-26
/
+30
*
anv/pipeline: Hash the entire pipeline in one go
Jason Ekstrand
2018-08-02
1
-53
/
+94
*
anv/pipeline: Populate keys up-front
Jason Ekstrand
2018-08-02
1
-55
/
+60
*
anv/pipline: Add a helper struct for per-stage info
Jason Ekstrand
2018-08-02
2
-95
/
+74
*
egl/main: fix indentation
Eric Engestrom
2018-08-02
2
-2
/
+2
*
loader: fix indentation
Eric Engestrom
2018-08-02
2
-3
/
+3
*
swr: Remove unnecessary memset call
Vlad Golovkin
2018-08-02
1
-1
/
+0
*
mesa: replace binary constants with hexadecimal constants
18.2-branchpoint
Andres Gomez
2018-08-02
1
-58
/
+58
*
ddebug: use util_snprintf() in dd_get_debug_filename_and_mkdir
Andres Gomez
2018-08-02
1
-3
/
+4
*
kutil/queue: use util_snprintf() in util_queue_init
Andres Gomez
2018-08-02
1
-3
/
+3
*
gallium/aux/util: use util_snprintf() in test_texture_barrier
Andres Gomez
2018-08-02
1
-2
/
+2
*
glsl: use util_snprintf()
Andres Gomez
2018-08-02
6
-27
/
+34
*
intel/compiler: Add brw_get_compiler_config_value for disk cache
Jordan Justen
2018-08-01
4
-2
/
+43
*
i965: Disable shader cache with INTEL_DEBUG=shader_time
Jordan Justen
2018-08-01
2
-2
/
+8
*
glsl: make a copy of array indices that are used to deref a function out param
Timothy Arceri
2018-08-02
1
-0
/
+54
*
anv/pipeline: Add populate_tcs/tes_key helpers
Jason Ekstrand
2018-08-01
1
-3
/
+25
[next]