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
...
*
nv50/ir: don't emit src2 in immediate form
Ilia Mirkin
2015-07-08
1
-2
/
+2
*
mesa: reset the source packing when creating temp transfer image
Ilia Mirkin
2015-07-08
1
-0
/
+1
*
nv50/ir: copy joinAt when splitting both before and after
Ilia Mirkin
2015-07-08
3
-0
/
+5
*
glsl: validate sampler array indexing for 'constant-index-expression'
Tapani Pälli
2015-07-08
1
-0
/
+77
*
mesa/st: use EmitNoIndirectSampler if !ARB_gpu_shader5
Tapani Pälli
2015-07-08
1
-0
/
+5
*
i915: use EmitNoIndirectSampler
Tapani Pälli
2015-07-08
1
-0
/
+3
*
i965: use EmitNoIndirectSampler for gen < 7
Tapani Pälli
2015-07-08
1
-0
/
+4
*
mesa/glsl: new compiler option EmitNoIndirectSampler
Tapani Pälli
2015-07-08
2
-0
/
+13
*
glsl: Allow dynamic sampler array indexing with GLSL ES < 3.00
Tapani Pälli
2015-07-08
1
-19
/
+19
*
nv50/ir: fix emission of address reg in 3rd source
Ilia Mirkin
2015-07-08
1
-2
/
+6
*
nouveau: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.
Mario Kleiner
2015-07-08
1
-1
/
+5
*
meta: Only change and restore viewport 0 in mesa meta mode
Mike Stroyan
2015-07-08
1
-2
/
+2
*
i965/fs: Fix ir_txs in emit_texture_gen4_simd16().
Kenneth Graunke
2015-07-08
1
-3
/
+4
*
nv50/ir: propagate modifier to right arg when const-folding mad
Ilia Mirkin
2015-07-08
1
-1
/
+4
*
i965: Delete linked GLSL IR when using NIR.
Tapani Pälli
2015-07-08
1
-1
/
+4
*
glsl: clone inputs and outputs during linking
Tapani Pälli
2015-07-08
1
-1
/
+3
*
winsys/radeon: Unmap GPU VM address range when destroying BO
Michel Dänzer
2015-07-08
3
-4
/
+29
*
i965/fs: Don't mess up stride for uniform integer multiplication.
Matt Turner
2015-07-08
1
-4
/
+16
*
docs: Add sha256 checksums for the 10.6.1 release
Emil Velikov
2015-06-29
1
-1
/
+2
*
Add release notes for the 10.6.1 release
mesa-10.6.1
Emil Velikov
2015-06-29
1
-0
/
+103
*
Update version to 10.6.1
Emil Velikov
2015-06-29
1
-1
/
+1
*
egl/x11: Remove duplicate call to dri2_x11_add_configs_for_visuals
Boyan Ding
2015-06-25
1
-5
/
+0
*
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
*
glsl: binding point is a texture unit, which is a combined space
Ilia Mirkin
2015-06-25
1
-1
/
+1
*
gbm: do not (over)link against libglapi.so
Emil Velikov
2015-06-25
1
-1
/
+2
*
gbm: dlopen libglapi so gbm_create_device works
Frank Henigman
2015-06-25
1
-0
/
+8
*
configure: error out when building libEGL without shared-glapi
Emil Velikov
2015-06-25
1
-0
/
+3
*
configure: error out when building backend-less libEGL
Emil Velikov
2015-06-25
1
-2
/
+6
*
configure: warn about shared_glapi & xlib-glx only when both are set
Emil Velikov
2015-06-25
1
-1
/
+1
*
i965/gen9: Implement Push Constant Buffer workaround
Ben Widawsky
2015-06-25
1
-7
/
+41
*
mesa: add GL_PROGRAM_PIPELINE support in KHR_debug calls
Ilia Mirkin
2015-06-25
4
-12
/
+24
*
glsl: add version checks to conditionals for builtin variable enablement
Ilia Mirkin
2015-06-25
1
-5
/
+5
*
glsl: handle conversions to double when comparing param matches
Ilia Mirkin
2015-06-25
1
-3
/
+5
*
egl/x11: Set version of swrastLoader to 2
Boyan Ding
2015-06-25
1
-1
/
+1
*
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
*
meta: Abort meta path if ReadPixels need rgb to luminance conversion
Anuj Phogat
2015-06-25
1
-0
/
+9
*
mesa: Turn need_rgb_to_luminance_conversion() in to a global function
Anuj Phogat
2015-06-25
2
-5
/
+9
*
mesa: Use helper function need_rgb_to_luminance_conversion()
Anuj Phogat
2015-06-25
1
-7
/
+4
*
mesa: Handle integer formats in need_rgb_to_luminance_conversion()
Anuj Phogat
2015-06-25
1
-1
/
+4
*
docs: Add sha256sums for the 10.6.0 release
Emil Velikov
2015-06-14
1
-2
/
+3
*
docs: Update 10.6.0 release notes
mesa-10.6.0
Emil Velikov
2015-06-14
1
-2
/
+241
*
Bump version to 10.6.0(final)
Emil Velikov
2015-06-14
1
-1
/
+1
*
mesa: build xmlconfig to a separate static library
Erik Faye-Lund
2015-06-12
8
-17
/
+17
*
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
8
-39
/
+13
*
freedreno: use CXX linker rather than explicit link against libstdc++
Emil Velikov
2015-06-12
1
-1
/
+2
[prev]
[next]