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
...
*
nv50/ir: propagate modifier to right arg when const-folding mad
Ilia Mirkin
2015-07-08
1
-1
/
+4
*
winsys/radeon: Unmap GPU VM address range when destroying BO
Michel Dänzer
2015-07-08
3
-4
/
+29
*
nv50,nvc0: make sure to pushbuf_refn before putting bo into pushbuf_data
Ilia Mirkin
2015-06-25
4
-0
/
+4
*
nvc0: always put all tfb bufs into bufctx
Ilia Mirkin
2015-06-25
1
-3
/
+4
*
nvc0/ir: can't have a join on a load with an indirect source
Ilia Mirkin
2015-06-25
1
-1
/
+1
*
nv50,nvc0: clamp uniform size to 64k
Ilia Mirkin
2015-06-25
2
-4
/
+4
*
nvc0/ir: fix collection of first uses for texture barrier insertion
Ilia Mirkin
2015-06-25
1
-5
/
+11
*
mesa: build xmlconfig to a separate static library
Erik Faye-Lund
2015-06-12
1
-6
/
+0
*
targets/nine: link against libnir/libglsl_util
Emil Velikov
2015-06-12
1
-0
/
+2
*
pipe-loader: add libnir and libglsl_util to the link
Emil Velikov
2015-06-12
1
-0
/
+2
*
mesa; add a dummy _mesa_error_no_memory() symbol to libglsl_util
Emil Velikov
2015-06-12
2
-20
/
+0
*
freedreno: use CXX linker rather than explicit link against libstdc++
Emil Velikov
2015-06-12
1
-1
/
+2
*
st/dri: check pscreen is valid before querying param
Dave Airlie
2015-06-12
1
-1
/
+1
*
nouveau: set imported buffers to what the kernel gives us
Dave Airlie
2015-06-12
1
-1
/
+1
*
clover: clarify and fix the EGL interop error case
Marek Olšák
2015-06-12
1
-1
/
+6
*
draw: (trivial) fix NULL pointer dereference
Roland Scheidegger
2015-06-12
1
-2
/
+2
*
nv30: avoid doing extra work on clear and hitting unexpected states
Ilia Mirkin
2015-06-03
5
-9
/
+11
*
st/dri: fix postprocessing crash when there's no depth buffer
Marek Olšák
2015-06-03
1
-5
/
+4
*
radeonsi: fix scratch buffer setup for geometry shaders
Marek Olšák
2015-05-27
1
-2
/
+9
*
clover: Build fix for FreeBSD.
Koop Mast
2015-05-27
1
-0
/
+1
*
nv30: falling back to draw path for edgeflag does no good
Ilia Mirkin
2015-05-27
1
-3
/
+2
*
nv30/draw: switch varying hookup logic to know about texcoords
Ilia Mirkin
2015-05-27
1
-9
/
+16
*
nv30/draw: allocate vertex buffers in gart
Ilia Mirkin
2015-05-27
1
-6
/
+10
*
nv30/draw: only use the DMA1 object (GART) if the bo is not in VRAM
Ilia Mirkin
2015-05-27
1
-3
/
+3
*
nv30/draw: fix indexed draws with swtnl path and a resource index buffer
Ilia Mirkin
2015-05-27
1
-3
/
+3
*
llvmpipe: (trivial) add parantheses in (!x == y) expression
Roland Scheidegger
2015-05-27
1
-1
/
+1
*
nv30/draw: draw expects constbuf size in bytes, not vec4 units
Ilia Mirkin
2015-05-27
1
-1
/
+1
*
nv30/draw: avoid leaving stale pointers in draw state
Ilia Mirkin
2015-05-27
1
-4
/
+4
*
nv30: fix clip plane uploads and enable changes
Ilia Mirkin
2015-05-27
1
-9
/
+7
*
nv30: avoid leaking render state and draw shaders
Ilia Mirkin
2015-05-27
3
-0
/
+16
*
nv30: don't leak fragprog consts
Ilia Mirkin
2015-05-27
1
-0
/
+1
*
nv50/ir: avoid messing up arg1 of PFETCH
Ilia Mirkin
2015-05-27
1
-2
/
+18
*
nvc0: a geometry shader can have up to 1024 vertices output
Ilia Mirkin
2015-05-27
1
-1
/
+1
*
nvc0/ir: LOAD's can't be used for shader inputs
Ilia Mirkin
2015-05-27
2
-0
/
+2
*
nv50/ir: guess that the constant offset is the starting slot of array
Ilia Mirkin
2015-05-27
1
-2
/
+4
*
nvc0/ir: set ftz when sources are floats, not just destinations
Ilia Mirkin
2015-05-27
1
-3
/
+2
*
u_math: uses assert, include assert.h
Dave Airlie
2015-05-27
1
-0
/
+1
*
freedreno/a3xx: set .zw of sprite coords to .01
Ilia Mirkin
2015-05-27
1
-3
/
+6
*
freedreno/ir3: fix immediate usage in tgsi tex fe
Ilia Mirkin
2015-05-27
1
-5
/
+9
*
targets/osmesa: drop the -module tag from LDFLAGS
Emil Velikov
2015-05-27
1
-1
/
+0
*
cso: add context cleanup code from st/mesa
Marek Olšák
2015-05-27
1
-0
/
+7
*
freedreno: fence fix
Rob Clark
2015-05-18
1
-1
/
+3
*
gk110/ir: switch to gk104-style sched codes rather than all-in-one
Ilia Mirkin
2015-05-18
1
-9
/
+9
*
tgsi/dump: fix declaration printing of tessellation inputs/outputs
Ilia Mirkin
2015-05-16
1
-2
/
+18
*
tgsi/ureg: allow ureg_dst to have dimension indices
Ilia Mirkin
2015-05-16
2
-8
/
+75
*
tgsi/ureg: use correct limit for max input count
Marek Olšák
2015-05-16
1
-1
/
+1
*
tgsi/sanity: set implicit in/out array sizes based on patch sizes
Ilia Mirkin
2015-05-16
1
-4
/
+32
*
tgsi/scan: allow scanning tessellation shaders
Ilia Mirkin
2015-05-16
1
-1
/
+5
*
gallium: disable tessellation shaders for meta ops
Marek Olšák
2015-05-16
3
-0
/
+18
*
gallium/cso: set NULL shaders at context destruction
Marek Olšák
2015-05-16
1
-0
/
+7
[prev]
[next]