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 an interface for EXT_depth_bounds_test
Marek Olšák
2015-08-14
3
-0
/
+3
*
gallium: add support for GLES texture float extensions (v3)
Marek Olšák
2015-08-14
3
-0
/
+6
*
nvc0/ir: cache vertex out base so that we don't recompute again
Ilia Mirkin
2015-07-29
1
-8
/
+15
*
nvc0/ir: output base for reading is based on laneid
Ilia Mirkin
2015-07-29
1
-0
/
+25
*
nvc0/ir: trim out barrier sync for non-compute shaders
Ilia Mirkin
2015-07-28
1
-0
/
+6
*
nvc0/ir: fix barrier emission
Ilia Mirkin
2015-07-28
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
2
-11
/
+9
*
nvc0/ir: kepler can't do indirect shader input/output loads directly
Ilia Mirkin
2015-07-23
8
-6
/
+75
*
nvc0/ir: tess factors are now sysvals, adapt codegen to expect that
Ilia Mirkin
2015-07-23
6
-11
/
+24
*
gk110/ir: fake BAR support
Ilia Mirkin
2015-07-23
1
-0
/
+12
*
nvc0/ir: cleanup private enums that have graduated to gallium
Ilia Mirkin
2015-07-23
2
-7
/
+0
*
nvc0/ir: allow tess eval output loads to be CSE'd
Ilia Mirkin
2015-07-23
1
-0
/
+2
*
nvc0/ir: add hazard for 2nd dim of vfetch/load indirect argument
Ilia Mirkin
2015-07-23
1
-0
/
+2
*
nvc0/ir: patch vertex count is stored in the upper bits
Ilia Mirkin
2015-07-23
1
-0
/
+4
*
nvc0/ir: add support for reading outputs in tess control shaders
Ilia Mirkin
2015-07-23
2
-2
/
+18
*
nvc0/ir: set perPatch flag on load/stores to per-patch varyings
Ilia Mirkin
2015-07-23
1
-2
/
+6
*
nvc0/ir: populate info structure based on new tess properties
Ilia Mirkin
2015-07-23
1
-0
/
+18
*
nvc0/ir: mark varyings as per-patch based on semantic name
Ilia Mirkin
2015-07-23
2
-4
/
+16
*
nvc0: TESSCOORD comes in as a sysval, not an input
Ilia Mirkin
2015-07-23
2
-11
/
+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
10
-54
/
+86
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
64
-249
/
+249
*
nvc0: force cache flush when binding a new ubo
Samuel Pitoiset
2015-07-21
1
-0
/
+2
*
nv50: 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
69
-678
/
+678
*
nvc0: add a missing parameter to nvc0_set_shader_images()
Samuel Pitoiset
2015-07-20
1
-3
/
+3
*
nouveau: always align buffers to 0x100
Samuel Pitoiset
2015-07-20
1
-7
/
+1
*
nv50: limit the maximum number of samplers to 16
Samuel Pitoiset
2015-07-20
1
-1
/
+1
*
nv50: turn samples counts off during blit
Samuel Pitoiset
2015-07-20
1
-0
/
+11
*
nv50: add nesting support for occlusion queries
Samuel Pitoiset
2015-07-20
2
-11
/
+20
*
nv50: fix max level clamping on G80
Ilia Mirkin
2015-07-20
1
-2
/
+9
*
gm107/ir: fix indirect txq emission
Ilia Mirkin
2015-07-18
1
-2
/
+8
*
nvc0/ir: don't worry about sampler in txq handling
Ilia Mirkin
2015-07-18
1
-22
/
+8
*
nvc0/ir: fix txq on indirect samplers
Ilia Mirkin
2015-07-18
2
-2
/
+56
*
gallium: add interface for writable shader images
Marek Olšák
2015-07-16
1
-4
/
+6
*
gallium: add BIND flags for R/W buffers and images
Marek Olšák
2015-07-16
3
-3
/
+5
*
gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS
Marek Olšák
2015-07-16
3
-0
/
+3
*
nv50, nvc0: enable at least one color RT if alphatest is enabled
Ilia Mirkin
2015-07-10
2
-0
/
+36
*
nv50: avoid segfault with enabled but unbound vertex attrib
Samuel Pitoiset
2015-07-08
1
-0
/
+5
*
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
*
gallium: remove redundant pipe_context::fence_signalled
Marek Olšák
2015-07-05
1
-8
/
+0
*
gallium: handle fence_finish timeout in various drivers
Marek Olšák
2015-07-05
1
-0
/
+3
*
nv50/ir: UCMP arguments are float, so make sure modifiers are applied
Ilia Mirkin
2015-07-03
1
-1
/
+2
*
nv50/ir: don't emit src2 in immediate form
Ilia Mirkin
2015-07-02
1
-2
/
+2
*
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
[next]