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
/
gallium
/
drivers
/
nouveau
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGET
Marek Olšák
2018-09-07
3
-0
/
+3
*
gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsi
Marek Olšák
2018-09-06
3
-0
/
+3
*
gallium: split depth_clip into depth_clip_near & depth_clip_far
Marek Olšák
2018-09-06
3
-3
/
+3
*
gallium: Add a helper for implementing PIPE_CAP_* default values.
Eric Anholt
2018-09-04
3
-9
/
+9
*
nv50: bump compat glsl level to same as core
Ilia Mirkin
2018-08-29
1
-1
/
+1
*
nvc0: bump compat GLSL version to match core
Ilia Mirkin
2018-08-29
1
-1
/
+1
*
nv50/ir: silence partitionLoadStore() unused function warning
Rhys Kidd
2018-08-29
1
-2
/
+2
*
nv50/ir,nvc0: use constant buffers for compute when possible on Kepler+
Rhys Perry
2018-08-27
2
-10
/
+36
*
nv50/ir: optimize multiplication by 16-bit immediates into two xmads
Rhys Perry
2018-08-27
1
-0
/
+10
*
nv50/ir: optimize near power-of-twos into shladd
Rhys Perry
2018-08-27
1
-0
/
+27
*
nv50/ir: move a * b -> a << log2(b) code into createMul()
Rhys Perry
2018-08-27
1
-15
/
+30
*
nv50/ir: optimize imul/imad to xmads
Rhys Perry
2018-08-27
2
-1
/
+56
*
gm107/ir: add support for OP_XMAD on GM107+
Rhys Perry
2018-08-27
3
-1
/
+71
*
nv50/ir: add preliminary support for OP_XMAD
Rhys Perry
2018-08-27
7
-5
/
+85
*
gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.
Kenneth Graunke
2018-08-24
3
-0
/
+3
*
gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZE
Marek Olšák
2018-08-23
3
-0
/
+6
*
gallium: add PIPE_CAP_MAX_GS_INVOCATIONS
Marek Olšák
2018-08-23
3
-0
/
+6
*
nvc0/ir: return 0 in imageLoad on incomplete textures
Karol Herbst
2018-08-04
2
-3
/
+31
*
gm200/ir: optimize rcp(sqrt) to rsq
Karol Herbst
2018-08-04
1
-1
/
+10
*
gm200/ir: add native OP_SQRT support
Karol Herbst
2018-08-04
4
-2
/
+14
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
4
-0
/
+13
*
gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS
Marek Olšák
2018-07-31
3
-0
/
+3
*
nvc0: serialize before updating some constant buffer bindings on Maxwell+
Rhys Perry
2018-07-30
4
-47
/
+81
*
nv50/ir: move LateAlgebraicOpt back to right after ConstantFolding
Rhys Perry
2018-07-19
1
-1
/
+1
*
nv50/ir: handle SHLADD in IndirectPropagation
Rhys Perry
2018-07-19
1
-0
/
+12
*
gm107/ir: use CS2R for SV_CLOCK
Rhys Perry
2018-07-19
3
-2
/
+25
*
nouveau: fix 3D blitter for unsigned to signed integer conversions
Karol Herbst
2018-07-15
2
-10
/
+22
*
nv50/ir: fix Instruction::isActionEqual for PHI instructions
Karol Herbst
2018-07-07
1
-0
/
+6
*
nvc0/ir: use the combined tid special register
Rhys Perry
2018-07-07
9
-0
/
+61
*
nvc0: implement multisampled images on Maxwell+
Rhys Perry
2018-07-04
6
-39
/
+48
*
nv50/ir: handle clipvertex for geom and tess shaders as well
Karol Herbst
2018-07-02
1
-1
/
+6
*
gallium/util: remove dummy function util_format_is_supported
Marek Olšák
2018-06-29
3
-10
/
+0
*
nv50/ir: improve maintainability of Target*::initOpInfo()
Rhys Perry
2018-06-29
2
-23
/
+28
*
nv50/ir: fix image stores with indirect handles
Rhys Perry
2018-06-29
1
-4
/
+5
*
nvc0: remove magic values in nve4_set_tex_handles()
Rhys Perry
2018-06-28
1
-1
/
+1
*
nvc0/ir: fix TargetNVC0::insnCanLoadOffset()
Rhys Perry
2018-06-28
1
-0
/
+1
*
nv50/ir: only avoid spilling constrained def if a mov is added
Karol Herbst
2018-06-23
1
-2
/
+2
*
gallium: add scalar isa shader cap
Christian Gmeiner
2018-06-20
3
-0
/
+6
*
nvc0: add support for programmable sample locations
Rhys Perry
2018-06-14
10
-46
/
+299
*
gallium: add support for programmable sample locations
Rhys Perry
2018-06-14
3
-0
/
+3
*
nv30: add a couple of missed shader caps
Ilia Mirkin
2018-05-30
1
-0
/
+2
*
nv30: ensure that displayable formats are marked accordingly
Ilia Mirkin
2018-05-30
1
-4
/
+6
*
gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY
Marek Olšák
2018-05-29
3
-0
/
+5
*
gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
Dave Airlie
2018-05-30
1
-6
/
+6
*
nv50/ir: Extend ImmediateValue::applyLog2 to 64-bit integers
Pierre Moreau
2018-05-29
1
-1
/
+10
*
gm107/ir: prevent WaW hazards in instruction scheduling
Rhys Perry
2018-05-28
1
-54
/
+57
*
nvc0: fix setting of subpixel precision during conservative rasterization
Rhys Perry
2018-05-13
2
-2
/
+2
*
nv50/ir: fix printing of pixld
Rhys Perry
2018-05-03
1
-1
/
+1
*
nv50: Extract needed value bits without shifting them before calling bitcount
Vlad Golovkin
2018-05-02
1
-1
/
+1
*
nvc0: add conservative rasterization support
Rhys Perry
2018-04-30
7
-8
/
+87
[next]