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
Commit message (
Expand
)
Author
Age
Files
Lines
*
glx: Don't crash on swap event for a Window (non-GLXWindow)
Daniel Manjarres
2014-06-20
1
-4
/
+8
*
r600g/compute: Use gallium util functions for double lists
Bruno Jiménez
2014-06-20
2
-111
/
+46
*
r600g/compute: Map only against intermediate buffers
Bruno Jiménez
2014-06-20
1
-6
/
+4
*
r600g/compute: Implement compute_memory_demote_item
Bruno Jiménez
2014-06-20
2
-0
/
+54
*
r600g/compute: Avoid problems when promoting items mapped for reading
Bruno Jiménez
2014-06-20
1
-4
/
+8
*
r600g/compute: Only move to the pool the buffers marked for promoting
Bruno Jiménez
2014-06-20
2
-60
/
+91
*
r600g/compute: divide the item list in two
Bruno Jiménez
2014-06-20
2
-51
/
+49
*
r600g/compute: Add statuses to the compute_memory_items
Bruno Jiménez
2014-06-20
2
-1
/
+18
*
r600g/compute: Add an util function to know if an item is in the pool
Bruno Jiménez
2014-06-20
1
-0
/
+5
*
r600g/compute: Add an intermediate resource for OpenCL buffers
Bruno Jiménez
2014-06-20
3
-6
/
+41
*
mesa: Copy Geom.UsesEndPrimitive when cloning a geometry program.
Iago Toral Quiroga
2014-06-20
1
-0
/
+1
*
mesa: Init Geom.UsesEndPrimitive in shader programs.
Iago Toral Quiroga
2014-06-20
1
-0
/
+1
*
glsl: Optimize (v.x + v.y) + (v.z + v.w) into dot(v, 1.0).
Matt Turner
2014-06-19
1
-0
/
+46
*
glsl: Pass in options to do_algebraic().
Matt Turner
2014-06-19
4
-6
/
+12
*
glsl: Rebalance expression trees that are reduction operations.
Matt Turner
2014-06-19
4
-0
/
+303
*
automake: include the libdeps in the correct order
Emil Velikov
2014-06-19
4
-8
/
+8
*
clover: Calculate the serialized size of a module efficiently.
Francisco Jerez
2014-06-19
3
-4
/
+34
*
clover: Optimize module serialization for vectors of fundamental types.
Francisco Jerez
2014-06-19
1
-1
/
+22
*
gallivm: set mcpu when initializing llvm execution engine
Roland Scheidegger
2014-06-19
1
-2
/
+20
*
clover: Don't use llvm's global context
Tom Stellard
2014-06-19
1
-6
/
+9
*
clover: Prevent Clang from printing number of errors and warnings to stderr.
Tom Stellard
2014-06-19
1
-0
/
+5
*
radeon/llvm: Adapt to AMDGPU.rsq intrinsic change in LLVM 3.5
Michel Dänzer
2014-06-19
1
-0
/
+4
*
configure: add HAVE_GALLIUM_STATIC_TARGETS
Emil Velikov
2014-06-19
1
-0
/
+4
*
targets: use GALLIUM_PIPE_LOADER_WINSYS_LIB_DEPS
Emil Velikov
2014-06-19
4
-54
/
+9
*
automake: introduce helper variable
Emil Velikov
2014-06-19
1
-0
/
+16
*
target-helpers: add dd_configuration(), dd_driver_name()
Emil Velikov
2014-06-19
2
-0
/
+82
*
target-helpers: add dd_create_screen() helper
Emil Velikov
2014-06-19
2
-0
/
+208
*
target-helpers: add a note about debug wrappers
Emil Velikov
2014-06-19
1
-0
/
+4
*
targets/pipe-loader: add driver specific drm_configuration
Emil Velikov
2014-06-19
5
-5
/
+120
*
pipe-loader: add pipe_loader_ops::configuration()
Emil Velikov
2014-06-19
5
-0
/
+53
*
pipe-loader: note that we leak pipe_loader_drm_device->base->driver_name
Emil Velikov
2014-06-19
1
-0
/
+1
*
automake: stop building i915-sw and drop explicit linking to softpipe
Emil Velikov
2014-06-19
4
-22
/
+4
*
nv30: hack to avoid errors on unexpected color/zeta combinations
Ilia Mirkin
2014-06-19
1
-0
/
+17
*
nv30: tidy screen caps, add missing ones
Ilia Mirkin
2014-06-19
1
-16
/
+17
*
nv30: avoid dangling references to deleted contexts
Ilia Mirkin
2014-06-19
1
-0
/
+3
*
nv30: plug some memory leaks on screen destroy and shader compile
Ilia Mirkin
2014-06-19
2
-0
/
+7
*
nv50: organize screen caps
Ilia Mirkin
2014-06-19
1
-67
/
+57
*
nvc0: organize screen caps
Ilia Mirkin
2014-06-19
1
-61
/
+51
*
nvc0: remove vport_int hack and instead use the usual state validation
Ilia Mirkin
2014-06-19
3
-11
/
+3
*
r300g: don't advertize PIPE_FORMAT_B10G10R10X2_UNORM on < r500
David Heidelberger
2014-06-19
1
-0
/
+1
*
radeonsi: implement ARB_texture_query_lod
Marek Olšák
2014-06-19
4
-26
/
+42
*
radeonsi: pass ARB_conservative_depth parameters to the hardware
Marek Olšák
2014-06-19
4
-1
/
+29
*
gallium: implement ARB_texture_query_levels
Marek Olšák
2014-06-19
7
-10
/
+30
*
st/mesa: set sampler_view::last_level correctly
Marek Olšák
2014-06-19
2
-6
/
+12
*
st/mesa: handle array textures in st_texture_image_copy
Dave Airlie
2014-06-19
1
-0
/
+8
*
radeonsi: cosmetic changes in si_shader.c
Marek Olšák
2014-06-19
1
-18
/
+13
*
radeonsi: implement ARB_texture_gather and Gather functions from GLSL 4.00
Marek Olšák
2014-06-19
4
-15
/
+127
*
st/mesa: fix geometry shader max texture limit in state validation
Marek Olšák
2014-06-19
1
-1
/
+1
*
r600g: fix the max vertex shader input limit
Marek Olšák
2014-06-19
1
-1
/
+1
*
meta: Respect the driver's maximum number of draw buffers
Ian Romanick
2014-06-18
1
-2
/
+2
[next]