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
*
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
*
gallium: Use enum pipe_shader_type in set_sampler_views()
Kai Wasserbäch
2016-08-29
29
-35
/
+47
*
gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)
Kai Wasserbäch
2016-08-29
27
-37
/
+62
*
gallium/radeon: clear dirty_level_mask when discarding CMASK
Marek Olšák
2016-08-29
1
-0
/
+1
*
tgsi/scan: remember sampler view types
Marek Olšák
2016-08-29
2
-0
/
+5
*
st/vdpau: use temporary buffers while applying filters
Nayan Deshmukh
2016-08-29
1
-18
/
+57
*
st/vdpau: Revert "change the order in which filters are applied(v3)"
Christian König
2016-08-29
1
-18
/
+10
*
svga: minor whitespace, etc clean-ups in svga_pipe_misc.c
Brian Paul
2016-08-26
1
-26
/
+23
*
svga: move some code in svga_propagate_surface()
Brian Paul
2016-08-26
1
-18
/
+19
*
svga: simplify surface propagation code in svga_set_framebuffer_state()
Brian Paul
2016-08-26
1
-12
/
+4
*
svga: add some comments in the svga_surface struct
Brian Paul
2016-08-26
1
-0
/
+16
*
svga: use new svga_check_sampler_framebuffer_resource_collision()
Brian Paul
2016-08-26
1
-18
/
+3
*
svga: add new svga_check_sampler_framebuffer_resource_collision()
Brian Paul
2016-08-26
2
-1
/
+36
*
svga: remove assertions in svga_surface cast wrappers
Brian Paul
2016-08-26
1
-2
/
+0
*
svga: minor code simplification in svga_texture_transfer_unmap()
Brian Paul
2016-08-26
1
-2
/
+1
*
svga: reformat some expressions in svga_texture_transfer_map()
Brian Paul
2016-08-26
1
-3
/
+3
*
svga: remove duplicated variable in svga_texture_transfer_map()
Brian Paul
2016-08-26
1
-1
/
+0
*
svga: move some assignments in svga_texture_transfer_map()
Brian Paul
2016-08-26
1
-4
/
+4
*
svga: minor simplifications in svga_texture_transfer_map()
Brian Paul
2016-08-26
1
-9
/
+9
[next]