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
Commit message (
Expand
)
Author
Age
Files
Lines
*
a3xx: make sure to actually clamp depth as requested
Ilia Mirkin
2016-09-03
2
-2
/
+30
*
nvc0/ir: allow min/max instructions to be dual-issued in pairs
Karol Herbst
2016-09-03
1
-2
/
+12
*
nv50,nvc0: respect render condition enable flag when clearing rt/zs
Ilia Mirkin
2016-09-03
2
-12
/
+24
*
nvc0/ir: don't dual-issue ops that depend or interfere with each other
Karol Herbst
2016-09-03
3
-14
/
+23
*
nvc0: reduce the initial code segment size to 512KB
Samuel Pitoiset
2016-09-01
1
-1
/
+1
*
nvc0: allow to resize the code segment dynamically
Samuel Pitoiset
2016-09-01
1
-1
/
+24
*
nvc0: add a new bin for the code segment
Samuel Pitoiset
2016-09-01
2
-4
/
+6
*
nvc0: add nvc0_screen_resize_text_area() helper
Samuel Pitoiset
2016-09-01
3
-10
/
+40
*
nvc0: re-upload currently bound shaders after code eviction
Samuel Pitoiset
2016-09-01
1
-0
/
+27
*
nvc0: refactor the program upload process
Samuel Pitoiset
2016-09-01
3
-32
/
+59
*
gallium/postprocess: Fix resource freeing
Thomas Hellstrom
2016-09-01
1
-4
/
+2
*
Introduce .editorconfig
Eric Engestrom
2016-08-31
16
-0
/
+38
*
vc4: Add missing break statement.
Eric Anholt
2016-08-31
1
-0
/
+1
*
gallium/docs: clarify render_condition_enabled parameter to clear functions
Brian Paul
2016-08-31
1
-0
/
+4
*
nvc0: remove an attempt at uploading all IMMD into a CB
Samuel Pitoiset
2016-08-31
3
-40
/
+0
*
nv50: remove unused nv50_program::immd_size field
Samuel Pitoiset
2016-08-31
1
-1
/
+0
*
nv30: set usage to staging so that the buffer is allocated in GART
Ilia Mirkin
2016-08-31
1
-1
/
+2
*
nv30: only bail on color/depth bpp mismatch when surfaces are swizzled
Ilia Mirkin
2016-08-31
1
-2
/
+3
*
st/nine: fix unreachable() typo
Eric Engestrom
2016-08-30
1
-1
/
+1
*
nvc0: fix indentation in nvc0_screen_init()
Samuel Pitoiset
2016-08-30
1
-1
/
+1
*
nvc0: check return value of nvc0_screen_resize_tls_area()
Samuel Pitoiset
2016-08-30
2
-11
/
+8
*
nvc0: make use of FAIL_SCREEN_INIT in nvc0_screen_create()
Samuel Pitoiset
2016-08-30
1
-9
/
+7
*
nv50/ir: always emit the NDV bit for OP_QUADOP
Samuel Pitoiset
2016-08-30
2
-8
/
+2
*
swr: [rasterizer] add archrast instrumentation
Tim Rowley
2016-08-30
12
-3
/
+735
*
nvc0: undo overzealous enum usage
Ilia Mirkin
2016-08-30
1
-2
/
+2
*
svga: fix a texture readback bug
Brian Paul
2016-08-29
2
-6
/
+12
*
svga: move surface propagation code into new function
Brian Paul
2016-08-29
3
-11
/
+27
*
radeonsi: add support for cull distances. (v1.1)
Dave Airlie
2016-08-30
2
-4
/
+5
*
clover: Use device cap to query pointer size instead of hardcoded 32bits
Jan Vesely
2016-08-29
3
-1
/
+8
*
gallium: add cap to export device pointer size
Jan Vesely
2016-08-29
7
-0
/
+22
*
svga: s/unsigned/enum pipe_shader_type/
Brian Paul
2016-08-29
11
-22
/
+24
*
r600g: Clean up defined magic numbers for TGSI opcodes
Rhys Kidd
2016-08-29
2
-7
/
+8
*
r600g: Avoid duplicated initialization of TGSI_OPCODE_DFMA
Rhys Kidd
2016-08-29
1
-2
/
+2
*
i915g: Fix typo in i915_translate_instruction()
Rhys Kidd
2016-08-29
1
-1
/
+1
*
vc4: Handle discards while in control flow.
Eric Anholt
2016-08-29
2
-6
/
+28
*
vc4: Mark when we add discards while lowering blend state.
Eric Anholt
2016-08-29
1
-0
/
+1
*
swr: [rasterier core] fix GetRasterizerFunc selection
Tim Rowley
2016-08-29
2
-4
/
+4
*
swr: [rasterizer core] whitespace cleanup
Tim Rowley
2016-08-29
1
-3
/
+1
*
swr: [rasterizer jitter] reimplement SCATTERPS
Tim Rowley
2016-08-29
2
-16
/
+100
*
swr: [rasterizer core] upper left rule for scissors
Tim Rowley
2016-08-29
2
-4
/
+12
*
swr: [rasterizer scripts] undef DEFINE_KNOB after usage
Tim Rowley
2016-08-29
1
-0
/
+2
*
swr: [rasterizer core] minor cleanup to thread initialization
Tim Rowley
2016-08-29
3
-13
/
+12
*
swr: [rasterizer core] remove KNOB_MAX_THREADS
Tim Rowley
2016-08-29
6
-51
/
+77
*
swr: [rasterizer core] track guardbands per viewport rect
Tim Rowley
2016-08-29
3
-18
/
+26
*
swr: [rasterizer core] per-primitive viewports/scissors
Tim Rowley
2016-08-29
7
-71
/
+214
*
radeonsi: Don't use global variables for tess lds
Tom Stellard
2016-08-29
1
-9
/
+6
*
softpipe: (trivial) honor render_condition_enabled for clear_rt/clear_ds
Roland Scheidegger
2016-08-29
1
-2
/
+2
*
llvmpipe: (trivial) honor render_condition_enabled for clear_rt/clear_ds
Roland Scheidegger
2016-08-29
1
-2
/
+2
*
gallium: Use enum pipe_shader_type in set_shader_images()
Kai Wasserbäch
2016-08-29
9
-9
/
+15
*
gallium: Use enum pipe_shader_type in set_shader_buffers()
Kai Wasserbäch
2016-08-29
5
-7
/
+10
[next]