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
/
nvc0
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvc0: implement the color buffer 0 is integer rule for alpha-to-one/cov
Ilia Mirkin
2015-08-17
3
-11
/
+22
*
nvc0: program smooth line width when multisampling is enabled
Ilia Mirkin
2015-08-17
1
-1
/
+1
*
nvc0: bind a fake tess control program when there isn't one available
Ilia Mirkin
2015-08-17
4
-8
/
+44
*
nv50,nvc0: take level into account when doing eng2d multi-layer blits
Ilia Mirkin
2015-08-17
1
-4
/
+10
*
nvc0: disable tessellation on maxwell
Ilia Mirkin
2015-08-14
1
-2
/
+5
*
nvc0: add depth bounds test support
Ilia Mirkin
2015-08-14
3
-2
/
+9
*
gallium: add an interface for EXT_depth_bounds_test
Marek Olšák
2015-08-14
1
-0
/
+1
*
gallium: add support for GLES texture float extensions (v3)
Marek Olšák
2015-08-14
1
-0
/
+2
*
nvc0: fix geometry program revalidation of clipping params
Ilia Mirkin
2015-07-25
1
-1
/
+1
*
nvc0/ir: per-patch vars are in a separate address space
Ilia Mirkin
2015-07-24
1
-11
/
+7
*
nvc0/ir: cleanup private enums that have graduated to gallium
Ilia Mirkin
2015-07-23
1
-2
/
+0
*
nvc0/ir: mark varyings as per-patch based on semantic name
Ilia Mirkin
2015-07-23
1
-4
/
+2
*
nvc0: TESSCOORD comes in as a sysval, not an input
Ilia Mirkin
2015-07-23
1
-9
/
+10
*
nvc0: add handling for set_tess_state callback
Ilia Mirkin
2015-07-23
3
-0
/
+34
*
nvc0: add support for setting patch vertices at draw time
Ilia Mirkin
2015-07-23
4
-3
/
+8
*
nvc0: support MAX_SHADER_PATCH_VARYINGS
Ilia Mirkin
2015-07-23
1
-1
/
+2
*
nvc0: preliminary tess support
Ilia Mirkin
2015-07-23
7
-47
/
+82
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
17
-72
/
+72
*
nvc0: force cache flush when binding a new ubo
Samuel Pitoiset
2015-07-21
1
-0
/
+2
*
nouveau: use bool instead of boolean
Samuel Pitoiset
2015-07-21
20
-226
/
+226
*
nvc0: add a missing parameter to nvc0_set_shader_images()
Samuel Pitoiset
2015-07-20
1
-3
/
+3
*
gallium: add interface for writable shader images
Marek Olšák
2015-07-16
1
-4
/
+6
*
gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS
Marek Olšák
2015-07-16
1
-0
/
+1
*
nv50, nvc0: enable at least one color RT if alphatest is enabled
Ilia Mirkin
2015-07-10
1
-0
/
+18
*
nvc0: fix wrong use of BLIT_SRC_Y_INT for 2D texture copy
Samuel Pitoiset
2015-07-08
1
-1
/
+1
*
nvc0: turn sample counts off during blit
Ilia Mirkin
2015-07-07
1
-0
/
+7
*
nvc0: tune PREFER_BLIT_BASED_TEXTURE_TRANSFER capability
Alexandre Courbot
2015-07-01
1
-1
/
+2
*
nvc0: create screen fence objects with coherent attribute
Alexandre Courbot
2015-07-02
1
-2
/
+6
*
gallium: add PIPE_COMPUTE_CAP_SUBGROUP_SIZE
Grigori Goronzy
2015-06-29
1
-0
/
+4
*
nv50,nvc0: make sure to pushbuf_refn before putting bo into pushbuf_data
Ilia Mirkin
2015-06-23
2
-0
/
+2
*
nvc0: always put all tfb bufs into bufctx
Ilia Mirkin
2015-06-23
1
-3
/
+4
*
nvc0: use NV_VRAM_DOMAIN() macro
Alexandre Courbot
2015-06-22
9
-18
/
+23
*
nv50,nvc0: clamp uniform size to 64k
Ilia Mirkin
2015-06-15
1
-2
/
+2
*
tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarations
Marek Olšák
2015-06-05
1
-0
/
+1
*
nvc0: a geometry shader can have up to 1024 vertices output
Ilia Mirkin
2015-05-23
1
-1
/
+1
*
nvc0: remove unused nv50_tsc_wrap_mode() function
Samuel Pitoiset
2015-05-14
1
-18
/
+0
*
nvc0: do not expose MP counters for nvf0 (GK110+)
Samuel Pitoiset
2015-05-14
1
-39
/
+50
*
nvc0: switch mechanism for shader eviction to be a while loop
Ilia Mirkin
2015-05-12
1
-5
/
+6
*
gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY
Marek Olšák
2015-05-12
1
-0
/
+1
*
nvc0: reset the instanced elements state when doing blit using 3d engine
Ilia Mirkin
2015-05-09
1
-0
/
+6
*
nvc0: keep track of PGRAPH state in nvc0_screen
Ilia Mirkin
2015-05-09
4
-24
/
+34
*
nvc0: all queries use an unsigned 64-bits integer by default
Samuel Pitoiset
2015-05-06
1
-5
/
+7
*
nvc0: make begin_query return false when all MP counters are used
Samuel Pitoiset
2015-05-06
1
-5
/
+8
*
nvc0: define driver-specific query groups
Samuel Pitoiset
2015-05-06
3
-0
/
+76
*
gallium: make pipe_context::begin_query return a boolean
Samuel Pitoiset
2015-05-06
1
-1
/
+2
*
gallium: replace pipe_driver_query_info::max_value by a union
Samuel Pitoiset
2015-05-06
1
-4
/
+5
*
gallium: add new fields to pipe_driver_query_info
Samuel Pitoiset
2015-05-06
1
-4
/
+2
*
nvc0: expose GLSL version 410
Ilia Mirkin
2015-04-28
1
-1
/
+1
*
nv50,nvc0: limit the y-tiling of 3d textures to the first level's tiling
Ilia Mirkin
2015-04-06
1
-3
/
+3
*
gallium: add FMA and DFMA opcodes (v3)
Marek Olšák
2015-03-16
1
-0
/
+1
[next]