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
Commit message (
Expand
)
Author
Age
Files
Lines
*
winsys/radeon: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.
Mario Kleiner
2015-07-04
1
-3
/
+10
*
i965/skl: Use 1 register for uniform pull constant payload
Ben Widawsky
2015-07-01
1
-1
/
+1
*
nv50/ir: copy joinAt when splitting both before and after
Ilia Mirkin
2015-07-01
3
-0
/
+5
*
glsl: validate sampler array indexing for 'constant-index-expression'
Tapani Pälli
2015-07-01
1
-0
/
+78
*
i965: use EmitNoIndirectSampler for gen < 7
Tapani Pälli
2015-07-01
1
-0
/
+4
*
mesa/st: use EmitNoIndirectSampler if !ARB_gpu_shader5
Tapani Pälli
2015-07-01
1
-0
/
+5
*
i915: use EmitNoIndirectSampler
Tapani Pälli
2015-07-01
1
-0
/
+3
*
mesa/glsl: new compiler option EmitNoIndirectSampler
Tapani Pälli
2015-07-01
2
-0
/
+13
*
glsl: Allow dynamic sampler array indexing with GLSL ES < 3.00
Tapani Pälli
2015-07-01
1
-18
/
+20
*
nv50/ir: fix emission of address reg in 3rd source
Ilia Mirkin
2015-07-01
1
-2
/
+6
*
nouveau: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.
Mario Kleiner
2015-07-01
1
-1
/
+5
*
nv50/ir: propagate modifier to right arg when const-folding mad
Ilia Mirkin
2015-07-01
1
-1
/
+4
*
winsys/radeon: Unmap GPU VM address range when destroying BO
Michel Dänzer
2015-07-01
3
-4
/
+29
*
egl/x11: Remove duplicate call to dri2_x11_add_configs_for_visuals
Boyan Ding
2015-07-01
1
-5
/
+0
*
nv50,nvc0: make sure to pushbuf_refn before putting bo into pushbuf_data
Ilia Mirkin
2015-07-01
4
-0
/
+4
*
nvc0: always put all tfb bufs into bufctx
Ilia Mirkin
2015-07-01
1
-3
/
+4
*
glsl: binding point is a texture unit, which is a combined space
Ilia Mirkin
2015-07-01
1
-1
/
+1
*
gbm: do not (over)link against libglapi.so
Emil Velikov
2015-07-01
1
-1
/
+2
*
gbm: dlopen libglapi so gbm_create_device works
Frank Henigman
2015-07-01
1
-0
/
+8
*
i965/gen9: Implement Push Constant Buffer workaround
Ben Widawsky
2015-07-01
1
-7
/
+41
*
mesa: add GL_PROGRAM_PIPELINE support in KHR_debug calls
Ilia Mirkin
2015-07-01
4
-12
/
+24
*
glsl: add version checks to conditionals for builtin variable enablement
Ilia Mirkin
2015-07-01
1
-5
/
+5
*
i965: Export format comparison for blitting between miptrees
Chris Wilson
2015-07-01
3
-5
/
+14
*
i915: Blit RGBX<->RGBA drawpixels
Chris Wilson
2015-07-01
1
-7
/
+29
*
i965: Fix HW blitter pitch limits
Chris Wilson
2015-07-01
1
-5
/
+14
*
egl/x11: Set version of swrastLoader to 2
Boyan Ding
2015-06-18
1
-1
/
+1
*
nvc0/ir: can't have a join on a load with an indirect source
Ilia Mirkin
2015-06-18
1
-1
/
+1
*
nv50,nvc0: clamp uniform size to 64k
Ilia Mirkin
2015-06-18
2
-4
/
+4
*
nvc0/ir: fix collection of first uses for texture barrier insertion
Ilia Mirkin
2015-06-18
1
-5
/
+11
*
mesa: build xmlconfig to a separate static library
Erik Faye-Lund
2015-06-18
8
-17
/
+17
*
i965/fs: Don't let the EOT send message interfere with the MRF hack
Jason Ekstrand
2015-06-18
2
-3
/
+17
*
draw: (trivial) fix NULL pointer dereference
Roland Scheidegger
2015-06-18
1
-2
/
+2
*
i965: Disable compaction for EOT send messages
Ben Widawsky
2015-06-18
1
-0
/
+6
*
i965: Don't compact instructions with unmapped bits.
Francisco Jerez
2015-06-18
1
-0
/
+53
*
egl: fix setting context flags
Marek Olšák
2015-06-18
1
-2
/
+3
*
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
*
i965: Emit 3DSTATE_MULTISAMPLE before WM_HZ_OP (gen8+)
Ben Widawsky
2015-06-03
1
-0
/
+10
*
nv30: falling back to draw path for edgeflag does no good
Ilia Mirkin
2015-06-03
1
-3
/
+2
*
nv30/draw: switch varying hookup logic to know about texcoords
Ilia Mirkin
2015-06-03
1
-9
/
+16
*
nv30/draw: allocate vertex buffers in gart
Ilia Mirkin
2015-06-03
1
-6
/
+10
*
nv30/draw: only use the DMA1 object (GART) if the bo is not in VRAM
Ilia Mirkin
2015-06-03
1
-3
/
+3
*
nv30/draw: fix indexed draws with swtnl path and a resource index buffer
Ilia Mirkin
2015-06-03
1
-3
/
+3
*
glsl: avoid leaking linked gl_shader when there's a late linker error
Ilia Mirkin
2015-06-03
1
-2
/
+8
*
st/mesa: don't leak glsl_to_tgsi object on link failure
Ilia Mirkin
2015-06-03
1
-0
/
+1
*
nv30/draw: draw expects constbuf size in bytes, not vec4 units
Ilia Mirkin
2015-06-03
1
-1
/
+1
*
nv30/draw: avoid leaving stale pointers in draw state
Ilia Mirkin
2015-06-03
1
-4
/
+4
*
nv30: fix clip plane uploads and enable changes
Ilia Mirkin
2015-06-03
1
-9
/
+7
*
nv30: avoid leaking render state and draw shaders
Ilia Mirkin
2015-06-03
3
-0
/
+16
*
nv30: don't leak fragprog consts
Ilia Mirkin
2015-06-03
1
-0
/
+1
[next]