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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pan/midgard: Disassemble integer constants in hex
Alyssa Rosenzweig
2019-08-22
1
-2
/
+2
*
pan/midgard: Explain ffma
Alyssa Rosenzweig
2019-08-22
1
-0
/
+3
*
pan/midgard: Analyze simple loads/store
Alyssa Rosenzweig
2019-08-22
1
-5
/
+50
*
pan/midgard: Compute work_count via writes
Alyssa Rosenzweig
2019-08-22
1
-1
/
+25
*
pan/midgard: Sketch static analysis to uniform count
Alyssa Rosenzweig
2019-08-22
1
-0
/
+27
*
pan/decode: Hoist shader-db stats to shared decode
Alyssa Rosenzweig
2019-08-22
4
-38
/
+70
*
nir: Remove nir_const_load_to_arr
Alyssa Rosenzweig
2019-08-22
1
-5
/
+0
*
pan/midgard,bifrost: Expand nir_const_load_to_arr
Alyssa Rosenzweig
2019-08-22
2
-2
/
+2
*
glx: Make __glXGetDrawableAttribute return true sometimes
Adam Jackson
2019-08-22
1
-1
/
+1
*
glx: Sync <GL/glxext.h> with Khronos
Adam Jackson
2019-08-22
7
-18
/
+14
*
glx: Whitespace cleanups
Adam Jackson
2019-08-22
1
-2
/
+2
*
swr: use LLVM version string instead of re-computing it
Eric Engestrom
2019-08-22
1
-2
/
+1
*
llvmpipe: use LLVM version string instead of re-computing it
Eric Engestrom
2019-08-22
1
-2
/
+1
*
radv: Disable NGG for geometry shaders.
Bas Nieuwenhuizen
2019-08-22
1
-0
/
+20
*
util/timespec: use unsigned 64 bit integers for nsec values
Lionel Landwerlin
2019-08-22
2
-35
/
+18
*
iris/android: fix build and link with libmesa_intel_perf
Tapani Pälli
2019-08-22
2
-0
/
+2
*
ac: fix exclusive scans on GFX8-GFX9
Samuel Pitoiset
2019-08-22
1
-4
/
+3
*
util: fix os_create_anonymous_file on android
Tapani Pälli
2019-08-22
1
-4
/
+5
*
i965: honor scanout requirement from DRI
Lionel Landwerlin
2019-08-21
1
-1
/
+3
*
gallium/noop: Implement resource_get_param
Kenneth Graunke
2019-08-21
1
-0
/
+23
*
gallium/rbug: Wrap resource_get_param if available
Kenneth Graunke
2019-08-21
1
-0
/
+17
*
gallium/trace: Wrap resource_get_param if available
Kenneth Graunke
2019-08-21
1
-0
/
+16
*
gallium/ddebug: Wrap resource_get_param if available
Kenneth Graunke
2019-08-21
1
-0
/
+13
*
mesa: recover target_check before get_current_tex_objects
Jose Maria Casanova Crespo
2019-08-21
1
-7
/
+7
*
gallium: Add buffer and configs handling or fp16 formats
Kevin Strasser
2019-08-21
5
-0
/
+51
*
i965: Add handling for fp16 configs
Kevin Strasser
2019-08-21
2
-1
/
+29
*
gbm: Add buffer handling and visuals for fp16 formats
Kevin Strasser
2019-08-21
4
-1
/
+40
*
dri: Add fp16 formats
Kevin Strasser
2019-08-21
3
-0
/
+27
*
egl: Handle dri configs with floating point pixel data
Kevin Strasser
2019-08-21
4
-2
/
+30
*
dri: Handle configs with floating point pixel data
Kevin Strasser
2019-08-21
1
-0
/
+5
*
glx: Add fields for color shifts
Kevin Strasser
2019-08-21
2
-0
/
+5
*
egl: Convert configs to use shifts and sizes instead of masks
Kevin Strasser
2019-08-21
10
-103
/
+213
*
util: move bitcount to bitscan.h
Kevin Strasser
2019-08-21
2
-36
/
+32
*
dri: Add config attributes for color channel shift
Kevin Strasser
2019-08-21
3
-22
/
+56
*
gallium: Use consistent approach for config format filtering
Kevin Strasser
2019-08-21
1
-8
/
+9
*
i965: Add helper function for allowed config formats
Kevin Strasser
2019-08-21
1
-31
/
+34
*
radv: add RADV_DEBUG=allentrypoints
Andres Rodriguez
2019-08-21
2
-8
/
+20
*
panfrost: Fix PIPE_BUFFER spacing
Alyssa Rosenzweig
2019-08-21
1
-3
/
+3
*
panfrost: Implement depth range clipping
Alyssa Rosenzweig
2019-08-21
1
-3
/
+12
*
panfrost: Don't bail on PIPE_BUFFER
Alyssa Rosenzweig
2019-08-21
1
-5
/
+5
*
pan/midgard: Identify and disassemble indirect texture/sampler
Alyssa Rosenzweig
2019-08-21
2
-6
/
+28
*
pan/midgard: Breakout texture reg select printer
Alyssa Rosenzweig
2019-08-21
1
-9
/
+26
*
panfrost: Pass stream_output_info by reference
Alyssa Rosenzweig
2019-08-21
1
-7
/
+7
*
panfrost: Guard against NULL rasterizer explicitly
Alyssa Rosenzweig
2019-08-21
1
-1
/
+3
*
pan/bifrost: Correct file size signedness
Alyssa Rosenzweig
2019-08-21
1
-2
/
+2
*
panfrost: Fix missing ret assignment in DRM code
Alyssa Rosenzweig
2019-08-21
1
-1
/
+1
*
panfrost: Hoist bo != NULL check before dereference
Alyssa Rosenzweig
2019-08-21
1
-3
/
+3
*
panfrost: Hoist job != NULL check
Alyssa Rosenzweig
2019-08-21
1
-3
/
+1
*
panfrost: Prevent potential integer overflow in instancing
Alyssa Rosenzweig
2019-08-21
1
-1
/
+1
*
panfrost: Clarify intention with PIPE_SWIZZLE_X check
Alyssa Rosenzweig
2019-08-21
1
-1
/
+2
[next]