index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
svga: Add ASTC formats to format table.
Jose Fonseca
2015-11-23
1
-0
/
+28
*
freedreno/ir3: add support for a few gs5 ops
Ilia Mirkin
2015-11-23
1
-0
/
+27
*
ttn: fix UMSB conversion
Ilia Mirkin
2015-11-23
1
-1
/
+1
*
freedreno/a4xx: add ARB_texture_query_lod support
Ilia Mirkin
2015-11-23
2
-6
/
+20
*
ttn: add LODQ support
Ilia Mirkin
2015-11-23
1
-2
/
+9
*
freedreno/a4xx: re-emit program on dirty framebuffer
Ilia Mirkin
2015-11-23
1
-1
/
+1
*
freedreno/a4xx: use a factor of 32767 for snorm8 blending
Ilia Mirkin
2015-11-23
1
-5
/
+34
*
freedreno/a4xx: only compute texture offset once for the view
Ilia Mirkin
2015-11-23
3
-13
/
+6
*
freedreno/a4xx: add ARB_texture_view support
Ilia Mirkin
2015-11-23
3
-8
/
+10
*
freedreno/a4xx: add formats for ARB_texture_buffer_object_rgb32 support
Ilia Mirkin
2015-11-23
3
-3
/
+9
*
freedreno/a4xx: add ARB_texture_rgb10_a2ui support
Ilia Mirkin
2015-11-23
2
-2
/
+3
*
freedreno/a4xx: add astc formats
Ilia Mirkin
2015-11-23
2
-1
/
+39
*
gallium: add ASTC formats
Ilia Mirkin
2015-11-23
5
-3
/
+126
*
gallium/util: remove the fake format helpers for bptc and etc2
Ilia Mirkin
2015-11-23
4
-108
/
+7
*
freedreno/a4xx: support 16384 texels in buffer texture
Ilia Mirkin
2015-11-23
2
-5
/
+4
*
freedreno/a4xx: add ARB_texture_buffer_range support
Ilia Mirkin
2015-11-23
3
-15
/
+41
*
freedreno/a4xx: add polygon mode support
Ilia Mirkin
2015-11-23
4
-4
/
+26
*
pipe-loader: link against libloader regardless of libdrm presence
Emil Velikov
2015-11-23
1
-2
/
+2
*
nir: s/nir_type_unsigned/nir_type_uint
Jason Ekstrand
2015-11-23
2
-2
/
+2
*
nv50/ir: fix (un)spilling of 3-wide results
Ilia Mirkin
2015-11-22
1
-4
/
+42
*
nv50,nvc0: properly handle buffer storage invalidation on dsa buffer
Ilia Mirkin
2015-11-22
2
-15
/
+17
*
nouveau: use the buffer usage to determine placement when no binding
Ilia Mirkin
2015-11-22
1
-2
/
+6
*
vc4: Take precedence over ilo when in simulator mode.
Eric Anholt
2015-11-22
1
-8
/
+12
*
vc4: Just put USE_VC4_SIMULATOR in DEFINES.
Eric Anholt
2015-11-22
2
-5
/
+0
*
virgl: pipe_virgl_create_screen is not static
Igor Gnatenko
2015-11-22
1
-1
/
+1
*
vc4: Use nir_channel() to simplify all of our nir_swizzle() cases.
Eric Anholt
2015-11-21
2
-6
/
+5
*
vc4: Fix point size lookup.
Eric Anholt
2015-11-21
1
-1
/
+1
*
pipe-loader: Fix PATH_MAX define on MSVC.
Jose Fonseca
2015-11-21
1
-0
/
+5
*
scons: Conditionally use DRM module on pipe-loader.
Jose Fonseca
2015-11-21
1
-5
/
+4
*
freedreno/a4xx: disable blending and alphatest for integer rt0
Ilia Mirkin
2015-11-21
1
-2
/
+13
*
freedreno/a4xx: fix independent blend
Ilia Mirkin
2015-11-21
2
-2
/
+3
*
freedreno/a4xx: enable ARB_base_instance support
Ilia Mirkin
2015-11-21
1
-1
/
+1
*
freedreno/a4xx: set fetchsize in mem2gmem texture restore
Ilia Mirkin
2015-11-21
1
-1
/
+2
*
freedreno/a4xx: add 11_11_10_float vertex type support
Ilia Mirkin
2015-11-21
2
-1
/
+2
*
freedreno/a4xx: fix 3d texture setup
Ilia Mirkin
2015-11-21
3
-3
/
+7
*
freedreno/a4xx: only align slices in non-layer_first textures
Ilia Mirkin
2015-11-21
1
-2
/
+4
*
util: use RTLD_LOCAL with util_dl_open()
11.1-branchpoint
Emil Velikov
2015-11-21
1
-1
/
+1
*
targets/nine: remove unused static functions
Emil Velikov
2015-11-21
1
-36
/
+0
*
targets/nine: add note about messy header inclusion order
Emil Velikov
2015-11-21
1
-0
/
+1
*
targets/nine: add note about fd owndership
Emil Velikov
2015-11-21
1
-0
/
+2
*
auxiliary/vl: Don't close the drm fd on failure
Emil Velikov
2015-11-21
1
-1
/
+1
*
st/dri: NULL check the pscreen earlier
Emil Velikov
2015-11-21
3
-16
/
+14
*
st/dri: Don't close the drm fd on failure
Emil Velikov
2015-11-21
1
-2
/
+2
*
target-helpers: remove inline_drm_helper.h
Emil Velikov
2015-11-21
2
-377
/
+0
*
{st,targets}/nine: use static/dynamic pipe-loader
Emil Velikov
2015-11-21
2
-30
/
+8
*
{st,targets}/xa: use static/dynamic pipe-loader
Emil Velikov
2015-11-21
4
-22
/
+8
*
{auxiliary,targets}/vl: use static/dynamic pipe-loader
Emil Velikov
2015-11-21
11
-36
/
+25
*
{st,targets}/dri: use static/dynamic pipe-loader
Emil Velikov
2015-11-21
13
-94
/
+19
*
pipe-loader: add preliminary Android support
Emil Velikov
2015-11-21
2
-0
/
+50
*
pipe-loader: add preliminary scons support
Emil Velikov
2015-11-21
3
-0
/
+37
[next]