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
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/auxiliary: Trivial code style cleanup
Edward O'Callaghan
2015-12-06
25
-91
/
+91
*
gallium/auxiliary: Fix zero integer literal to pointer comparison
Edward O'Callaghan
2015-12-06
1
-1
/
+1
*
gallium/util: fix pipe_debug_message macro to allow 0 args
Ilia Mirkin
2015-12-04
1
-1
/
+1
*
draw: fix clipping of layer/vp index outputs
Roland Scheidegger
2015-12-04
1
-139
/
+186
*
gallium/aux/util: Trivial, we already have format use it
Edward O'Callaghan
2015-12-03
1
-1
/
+1
*
automake: Fix typo in MSVC2008 compat flags.
Jose Fonseca
2015-12-03
1
-1
/
+1
*
ttn: Whitelist from -Werror=declaration-after-statement.
Jose Fonseca
2015-12-03
1
-0
/
+4
*
util/blitter: Fix "SO C90 forbids mixed declarations and code".
Jose Fonseca
2015-12-02
1
-2
/
+4
*
gallium/util: Fix util_blitter_clear_depth_stencil() for num_layers>1
Edward O'Callaghan
2015-12-02
1
-4
/
+12
*
gallium/util: Fix util_blitter_clear_render_target() for num_layers>1
Edward O'Callaghan
2015-12-02
1
-3
/
+12
*
Remove Sun CC specific code.
Jose Fonseca
2015-12-02
1
-5
/
+5
*
vl/buffers: fixes vl_video_buffer_formats for RGBX
Julien Isorce
2015-11-30
1
-1
/
+1
*
auxiliary/vl/dri: fd management cleanups
Emil Velikov
2015-11-29
1
-2
/
+5
*
auxiliary/vl/drm: fd management cleanups
Emil Velikov
2015-11-29
1
-1
/
+7
*
pipe-loader: check if winsys.name is non-null prior to strcmp
Emil Velikov
2015-11-29
1
-4
/
+4
*
gallium: add PIPE_DRIVER_QUERY_FLAG_DONT_LIST
Nicolai Hähnle
2015-11-26
1
-1
/
+9
*
targets: use the non-inline sw helpers
Emil Velikov
2015-11-25
1
-1
/
+2
*
target-hepers: add non inline sw helpers
Emil Velikov
2015-11-25
2
-0
/
+83
*
pipe-loader: fix off-by one error
Emil Velikov
2015-11-25
1
-1
/
+1
*
ttn: fix UMSB conversion
Ilia Mirkin
2015-11-23
1
-1
/
+1
*
ttn: add LODQ support
Ilia Mirkin
2015-11-23
1
-2
/
+9
*
gallium: add ASTC formats
Ilia Mirkin
2015-11-23
4
-3
/
+96
*
gallium/util: remove the fake format helpers for bptc and etc2
Ilia Mirkin
2015-11-23
4
-108
/
+7
*
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
1
-1
/
+1
*
vc4: Take precedence over ilo when in simulator mode.
Eric Anholt
2015-11-22
1
-8
/
+12
*
virgl: pipe_virgl_create_screen is not static
Igor Gnatenko
2015-11-22
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
*
util: use RTLD_LOCAL with util_dl_open()
11.1-branchpoint
Emil Velikov
2015-11-21
1
-1
/
+1
*
auxiliary/vl: Don't close the drm fd on failure
Emil Velikov
2015-11-21
1
-1
/
+1
*
target-helpers: remove inline_drm_helper.h
Emil Velikov
2015-11-21
1
-371
/
+0
*
{auxiliary,targets}/vl: use static/dynamic pipe-loader
Emil Velikov
2015-11-21
3
-24
/
+1
*
{st,targets}/dri: use static/dynamic pipe-loader
Emil Velikov
2015-11-21
2
-52
/
+0
*
pipe-loader: add preliminary Android support
Emil Velikov
2015-11-21
1
-0
/
+49
*
pipe-loader: add preliminary scons support
Emil Velikov
2015-11-21
2
-0
/
+36
*
pipe-loader: don't mix code and variable declarations
Emil Velikov
2015-11-21
1
-1
/
+2
*
target-helpers: add a non-inline drm_helper.h
Emil Velikov
2015-11-21
1
-0
/
+275
*
target-helpers: move the DRI specifics to the target
Emil Velikov
2015-11-21
2
-146
/
+0
*
automake: remove no longer needed HAVE_LOADER_GALLIUM conditional
Emil Velikov
2015-11-21
1
-4
/
+0
*
pipe-loader: wire up the 'static' sw pipe-loader
Emil Velikov
2015-11-21
1
-0
/
+47
*
pipe-loader: wire up the 'static' drm pipe-loader
Emil Velikov
2015-11-21
2
-3
/
+161
*
pipe-loader: add a dummy 'static' pipe-loader
Emil Velikov
2015-11-21
1
-3
/
+20
*
gallium: rename libpipe_loader to libpipe_loader_dynamic
Emil Velikov
2015-11-21
1
-4
/
+4
*
pipe-loader: dlopen/dlsym the pipe-driver at probe time
Emil Velikov
2015-11-21
1
-27
/
+17
*
pipe-loader: annotate the ops as const data
Emil Velikov
2015-11-21
2
-4
/
+4
*
pipe-loader: teardown the winsys, if create_screen fails
Emil Velikov
2015-11-21
1
-1
/
+6
*
pipe-loader: rework the sw backend
Emil Velikov
2015-11-21
1
-36
/
+91
*
pipe-loader: directly use pipe_loader_sw_probe_null() at probe time
Emil Velikov
2015-11-21
1
-13
/
+4
*
pipe-loader: add pipe_loader_sw_probe_init_common() helper
Emil Velikov
2015-11-21
1
-20
/
+18
[next]