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
*
gm107/ir: allow indirect inputs to be loaded by frag shader
Ilia Mirkin
2016-09-10
2
-5
/
+21
*
gm107/ir: AL2P writes to a predicate register
Ilia Mirkin
2016-09-10
1
-0
/
+1
*
gallium: remove PIPE_BIND_TRANSFER_READ/WRITE
Marek Olšák
2016-09-08
3
-12
/
+6
*
gk110/ir: fix quadop dall emission
Ilia Mirkin
2016-09-04
1
-2
/
+2
*
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
*
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
*
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
*
nvc0: undo overzealous enum usage
Ilia Mirkin
2016-08-30
1
-2
/
+2
*
gallium: add cap to export device pointer size
Jan Vesely
2016-08-29
2
-0
/
+4
*
gallium: Use enum pipe_shader_type in set_shader_images()
Kai Wasserbäch
2016-08-29
1
-1
/
+2
*
gallium: Use enum pipe_shader_type in set_shader_buffers()
Kai Wasserbäch
2016-08-29
1
-1
/
+1
*
gallium: Use enum pipe_shader_type in set_sampler_views()
Kai Wasserbäch
2016-08-29
3
-3
/
+3
*
gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)
Kai Wasserbäch
2016-08-29
3
-5
/
+16
*
nvc0: invalidate textures/samplers on GK104+
Samuel Pitoiset
2016-08-24
2
-12
/
+22
*
gallium: add a cap to expose whether driver supports mixed color/zs bits
Ilia Mirkin
2016-08-23
3
-0
/
+3
*
nv50/ir: make sure cfg iterator always hits all blocks
Ilia Mirkin
2016-08-23
1
-4
/
+4
*
gallium: change pipe_image_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
2
-19
/
+9
*
gallium: change pipe_sampler_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
2
-12
/
+13
*
nv50/ir: fix bb positions after exit instructions
Ilia Mirkin
2016-08-16
1
-3
/
+10
*
nv50/ir: properly clear upper bits of a bitset fill
Ilia Mirkin
2016-08-16
1
-2
/
+2
*
nv50,nvc0: fix depth range when halfz is enabled
Ilia Mirkin
2016-08-14
2
-4
/
+14
*
gallium: add a pipe_context parameter to fence_finish
Marek Olšák
2016-08-10
1
-0
/
+1
*
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
2016-08-10
4
-11
/
+17
*
nvc0: enable ARB_tessellation_shader on GM107+
Samuel Pitoiset
2016-07-27
1
-3
/
+0
*
gm107/ir: add a legalize SSA pass for PFETCH
Samuel Pitoiset
2016-07-27
4
-2
/
+43
*
nvc0: fix up TCP header on GM107+
Samuel Pitoiset
2016-07-27
1
-0
/
+9
*
nvc0: use nvc0_m2mf_push_linear() to reduce code duplication
Samuel Pitoiset
2016-07-26
1
-13
/
+3
*
nvc0: use nve4_p2mf_push_linear() to reduce code duplication
Samuel Pitoiset
2016-07-26
1
-36
/
+9
*
nvc0: upload sample locations on GM20x
Samuel Pitoiset
2016-07-24
3
-5
/
+31
*
nvc0/ir: fix up an assertion in emitUADD()
Samuel Pitoiset
2016-07-24
1
-4
/
+3
*
nvc0: fix wrong indentation in nvc0_validate_fb()
Samuel Pitoiset
2016-07-23
1
-141
/
+141
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
7
-7
/
+6
*
nv50/ir: allow to swap sources for OP_SUB
Samuel Pitoiset
2016-07-22
1
-1
/
+6
*
nvc0/mme: fix offsets used for indirect draws
Samuel Pitoiset
2016-07-22
2
-8
/
+8
*
nvc0: fix offsets of MP perf counters input parameters
Samuel Pitoiset
2016-07-22
1
-15
/
+15
*
gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
Józef Kucia
2016-07-20
3
-0
/
+3
[next]