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
*
winsys/radeon: implement buffer_unmap
Marek Olšák
2015-07-23
2
-6
/
+24
*
gallium/radeon: remove buffer_unmap calls that can potentially decrease perf
Marek Olšák
2015-07-23
7
-26
/
+1
*
radeonsi: remove switch statement in si_create_context
Marek Olšák
2015-07-23
3
-13
/
+7
*
radeonsi: don't change pipe_resource in resource_copy_region
Marek Olšák
2015-07-23
4
-160
/
+110
*
radeonsi: upload shader rodata after updating scratch relocations
Marek Olšák
2015-07-23
3
-29
/
+29
*
radeonsi: remove redundant parameter in si_shader_binary_read
Marek Olšák
2015-07-23
3
-8
/
+5
*
cso: eliminate some sampler function wrappers
Marek Olšák
2015-07-23
2
-33
/
+12
*
gallium/tests: use cso_set_samplers
Marek Olšák
2015-07-23
1
-2
/
+3
*
gallium/util: use cso_set_samplers
Marek Olšák
2015-07-23
3
-13
/
+20
*
cso: remove clip state handling
Marek Olšák
2015-07-23
2
-57
/
+0
*
cso: only allow saving and restoring fragment sampler states
Marek Olšák
2015-07-22
5
-20
/
+24
*
cso: drop inefficient checking for redundant sampler state changes
Marek Olšák
2015-07-22
1
-26
/
+2
*
cso: only allow saving and restoring fragment sampler views
Marek Olšák
2015-07-22
5
-60
/
+59
*
gallium/util: improve dump functions
Marek Olšák
2015-07-22
3
-53
/
+241
*
tgsi: allow dumping to a file directly
Marek Olšák
2015-07-22
3
-8
/
+23
*
st/dri: enable 3D textures and sRGB colorspace for EGL
Anatoli Antonovitch
2015-07-22
1
-0
/
+14
*
st/dri: expose sRGB visuals (v2)
Marek Olšák
2015-07-22
2
-5
/
+25
*
scons: don't build the kms-dri winsys
Emil Velikov
2015-07-22
4
-30
/
+0
*
android: don't build the kms-dri winsys
Emil Velikov
2015-07-22
4
-40
/
+2
*
android: dri: correctly set HAVE_LIBDRM
Emil Velikov
2015-07-22
1
-5
/
+3
*
st/dri: unwrap/remove __NOT_HAVE_DRM_H magic
Emil Velikov
2015-07-22
4
-23
/
+1
*
radeonsi: Flush when we're asked to return a fence but don't have one yet
Michel Dänzer
2015-07-22
1
-1
/
+2
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
394
-1521
/
+1514
*
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
*
r600/sb: Fix an &/&& mistake
Adam Jackson
2015-07-21
1
-1
/
+1
*
nouveau: use bool instead of boolean
Samuel Pitoiset
2015-07-21
70
-679
/
+679
*
gallivm: Initialize LLVM Modules's DataLayout to an empty string.
Tom Stellard
2015-07-20
1
-5
/
+23
*
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
*
vc4: Switch to using a separate ioctl for making shaders.
Eric Anholt
2015-07-17
4
-12
/
+78
*
vc4: Fix printing of shader-db debug when shader-db isn't turned on.
Eric Anholt
2015-07-17
1
-4
/
+6
*
vc4: Add debugging on texture relocation validation failures.
Eric Anholt
2015-07-17
1
-7
/
+13
*
vc4: Also consider uniform 0 in uniform lowering.
Eric Anholt
2015-07-17
1
-3
/
+3
*
vc4: Use the pure/const attributes on a bunch of our QPU functions.
Eric Anholt
2015-07-17
2
-18
/
+18
*
gallium: add interface for writable shader buffers
Marek Olšák
2015-07-16
2
-0
/
+28
*
gallium: add interface for writable shader images
Marek Olšák
2015-07-16
10
-27
/
+120
*
gallium: add new limits for shader buffers and images
Marek Olšák
2015-07-16
3
-4
/
+5
*
gallium: add BIND flags for R/W buffers and images
Marek Olšák
2015-07-16
7
-13
/
+19
*
gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS
Marek Olšák
2015-07-16
15
-0
/
+18
*
clover: little OpenCL status code logging clean
EdB
2015-07-16
5
-25
/
+32
*
osmesa: fix OSMesaPixelsStore typo
Brian Paul
2015-07-15
1
-1
/
+1
*
vc4: Cache the texture p1 for the sampler.
Eric Anholt
2015-07-14
3
-49
/
+69
[next]