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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: don't ignore texture buffer state changes
Marek Olšák
2015-08-01
3
-3
/
+6
*
meta: Fix reading luminance texture as rgba in _mesa_meta_pbo_GetTexSubImage()
Anuj Phogat
2015-08-01
1
-2
/
+34
*
mesa: Add a helper function _mesa_need_luminance_to_rgb_conversion()
Anuj Phogat
2015-08-01
2
-0
/
+22
*
meta: Don't do fragment color clamping in _mesa_meta_pbo_GetTexSubImage
Anuj Phogat
2015-08-01
1
-0
/
+5
*
meta: Abort meta pbo path if readpixels need signed-unsigned conversion
Anuj Phogat
2015-08-01
1
-0
/
+26
*
meta: Fix transfer operations check in meta pbo path for readpixels
Anuj Phogat
2015-08-01
1
-4
/
+9
*
mesa: Turn get_readpixels_transfer_ops() in to a global function
Anuj Phogat
2015-08-01
2
-7
/
+15
*
st/mesa: don't call st_validate_state in BlitFramebuffer
Marek Olšák
2015-08-01
1
-2
/
+2
*
program: Allow redundant OPTION ARB_fog_* directives.
Kenneth Graunke
2015-07-22
1
-13
/
+37
*
i965/gen9: Use custom MOCS entries set up by the kernel.
Francisco Jerez
2015-07-22
2
-7
/
+7
*
osmesa: fix OSMesaPixelsStore typo
Brian Paul
2015-07-22
1
-1
/
+1
*
mesa: Fix generation of git_sha1.h.tmp for gitlinks
Chad Versace
2015-07-22
1
-1
/
+4
*
i965: Don't try to print the GLSL IR if it has been freed
Neil Roberts
2015-07-08
1
-4
/
+7
*
Revert "i965: Delete linked GLSL IR when using NIR."
Kenneth Graunke
2015-07-08
1
-4
/
+1
*
i965: allocate at least 1 BLEND_STATE element
Mike Stroyan
2015-07-08
1
-1
/
+1
*
i965/vs: Fix matNxM vertex attributes where M != 4.
Kenneth Graunke
2015-07-08
1
-4
/
+11
*
i965: Reserve more batch space to accomodate Gen6 perfmonitors.
Kenneth Graunke
2015-07-08
1
-2
/
+2
*
i965/skl: Set the pulls bary bit in 3DSTATE_PS_EXTRA
Neil Roberts
2015-07-08
4
-0
/
+9
*
mesa/prog: relative offsets into constbufs are not constant
Ilia Mirkin
2015-07-08
1
-0
/
+2
*
mesa: reset the source packing when creating temp transfer image
Ilia Mirkin
2015-07-08
1
-0
/
+1
*
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
1
-0
/
+1
*
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
*
i965: Delete linked GLSL IR when using NIR.
Tapani Pälli
2015-07-08
1
-1
/
+4
*
i965/fs: Don't mess up stride for uniform integer multiplication.
Matt Turner
2015-07-08
1
-4
/
+16
*
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
*
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
*
mesa: build xmlconfig to a separate static library
Erik Faye-Lund
2015-06-12
6
-4
/
+14
*
mesa; add a dummy _mesa_error_no_memory() symbol to libglsl_util
Emil Velikov
2015-06-12
2
-2
/
+34
*
mesa/main: validate name syntax for array variables only
Samuel Iglesias Gonsalvez
2015-06-12
1
-3
/
+3
*
i965: Use UW-typed immediate in multiply inst.
Matt Turner
2015-06-12
2
-2
/
+2
*
i965: Don't add base_binding_table_index if it's zero
Neil Roberts
2015-06-12
2
-2
/
+4
*
i965: Don't use a temporary when generating an indirect sample
Neil Roberts
2015-06-12
2
-26
/
+8
*
i965: Disable compaction for EOT send messages
Ben Widawsky
2015-06-12
1
-0
/
+6
*
i965: do_blit_drawpixels: decode array formats
Alexander Monakov
2015-06-12
1
-0
/
+2
*
i965: do not round line width when multisampling or antialiaing are enabled
Iago Toral Quiroga
2015-06-12
5
-15
/
+25
*
i965/fs: Don't let the EOT send message interfere with the MRF hack
Jason Ekstrand
2015-06-12
2
-3
/
+17
*
i965: Export format comparison for blitting between miptrees
Chris Wilson
2015-06-12
3
-5
/
+14
*
i915: Blit RGBX<->RGBA drawpixels
Chris Wilson
2015-06-12
1
-7
/
+29
*
i965: Fix HW blitter pitch limits
Chris Wilson
2015-06-12
1
-5
/
+14
*
prog_to_nir: Fix fragment depth writes.
Kenneth Graunke
2015-06-12
1
-3
/
+19
*
prog_to_nir: Make RSQ properly take the absolute value of its argument.
Kenneth Graunke
2015-06-12
1
-1
/
+2
*
mesa: Enable ARB_direct_state_access by default for core profile
Ian Romanick
2015-06-03
1
-1
/
+1
[next]