gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
[mesa.git] / src / mesa /
2016-04-21 Marek Olšákgallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
2016-04-21 Kenneth Graunkei965: Fix clear code for ignoring colormask for XRGB...
2016-04-21 Iago Toral Quirogai965/blorp: Improve precission of blitting coordinates...
2016-04-21 Matt Turneri965/fs: Readd opt_drop_redundant_mov_to_flags().
2016-04-21 Topi Pohjolaineni965/blorp: Do not emit pma stall on gen9+
2016-04-21 Emil Velikovi965: automake: remove gratuitous "+" during variable...
2016-04-21 Rob Herringdri/common: add MESA_FORMAT_R8G8B8{A8, X8}_UNORM format...
2016-04-21 Rob Herringi965: add build rule for brw_nir_trig_workarounds.c...
2016-04-21 Jonathan Grayi965/tiled_memcpy: don't unconditionally use __builtin_...
2016-04-21 Topi Pohjolaineni965/blorp: Reduce the urb size requirement for vertex...
2016-04-21 Topi Pohjolaineni965/blorp: Reduce the size of vertex buffer
2016-04-21 Topi Pohjolaineni965/blorp: Do not tricker urb re-configuration unneces...
2016-04-21 Topi Pohjolaineni965/blorp: Skip re-emitting urb config whenever possible
2016-04-21 Topi Pohjolaineni965/blorp: Prepare to switch from compute pipeline
2016-04-21 Topi Pohjolaineni965/blorp: Skip uploading state/options not needed...
2016-04-21 Topi Pohjolaineni965/blorp: Re-introduce clear programs
2016-04-21 Topi Pohjolaineni965/meta: Move check for srgb into is_color_fast_clear...
2016-04-21 Topi Pohjolaineni965/meta: Expose check for fast clear compatibility
2016-04-21 Topi Pohjolaineni965/meta: Expose fast clear value setup
2016-04-21 Topi Pohjolaineni965/meta: Expose non-fast clear rectangle calculation
2016-04-21 Topi Pohjolaineni965/meta: Expose resolve clear rectangle calculation
2016-04-21 Topi Pohjolaineni965/meta: Expose fast clear rectangle calculation
2016-04-21 Topi Pohjolaineni965: Declare input to mcs alignment calculation constant
2016-04-21 Topi Pohjolaineni965/blorp: Switch the order of render and texture...
2016-04-21 Topi Pohjolaineni965/blorp: Reduce scope for generator and its inputs
2016-04-21 Topi Pohjolaineni965/blorp: Add support for disabling color blending
2016-04-21 Topi Pohjolaineni965/blorp: Add support for setting fast clear operation
2016-04-21 Topi Pohjolaineni965/blorp: Enable blits on gen8
2016-04-21 Topi Pohjolaineni965/blorp: Prepare stencil sampling for gen8
2016-04-21 Topi Pohjolaineni965/blorp: Add check for supported sample numbers
2016-04-21 Topi Pohjolaineni965/blorp: Add support for sampling 3D textures
2016-04-21 Topi Pohjolaineni965/blorp: Add support for source swizzle
2016-04-21 Topi Pohjolaineni965/blorp: Pipeline upload support for gen8
2016-04-21 Topi Pohjolaineni965/gen8: Expose pma stall emission
2016-04-21 Topi Pohjolaineni965: Allow texture surface state setup to be used...
2016-04-21 Topi Pohjolaineni965/blorp: Prepare sampling for gen9
2016-04-21 Topi Pohjolaineni965/blorp: Prepare render target write for gen8
2016-04-21 Topi Pohjolaineni965/blorp/gen6: Prepare vertex buffer setup logic...
2016-04-21 Topi Pohjolaineni965/blorp/gen7: Expose state setup applicable to gen8
2016-04-21 Topi Pohjolaineni965/blorp: Use 8k chunk size for urb allocation
2016-04-21 Topi Pohjolaineni965/blorp/gen7: Prepare re-using for gen8
2016-04-21 Topi Pohjolaineni965/blorp: Let compiler calculate the vertex buffer...
2016-04-21 Topi Pohjolaineni965/gen8: Expose state base address setup
2016-04-21 Topi Pohjolaineni965/gen8: Expose surface state helpers
2016-04-21 Topi Pohjolaineni965/gen9: Use correct size for DS_STATE
2016-04-20 Kenneth Graunkei965: Fix interpolateAtSample() on single sampled buffers.
2016-04-20 Kenneth Graunkei965: Fix gl_SampleMaskIn[] in per-sample shading mode.
2016-04-20 Kenneth Graunkei965: Only enable oMask output when there's a multisamp...
2016-04-20 Kenneth Graunkei965: Generalize wm_key->compute_sample_id to wm_key...
2016-04-20 Kenneth Graunkei965: Delete now dead persample_2x FS program key flag.
2016-04-20 Kenneth Graunkei965: Simplify gl_SampleID setup on Gen8+.
2016-04-20 Kenneth Graunkei965: Flip key->compute_sample_id check.
2016-04-20 Bas Nieuwenhuizenst/mesa: Use correct size for compute CAPs.
2016-04-20 Kenneth Graunkei965: Properly handle integer types in opt_vector_float().
2016-04-20 Kenneth Graunkei965: Make opt_vector_float() only handle non-type...
2016-04-20 Kenneth Graunkei965: Fold vectorize_mov() back into the one caller.
2016-04-20 Kenneth Graunkei965: Rework opt_vector_float() control flow.
2016-04-20 Connor Abbottnir: rename nir_foreach_block*() to nir_foreach_block...
2016-04-20 Jason Ekstrandi965/vec4: Always split uniforms in array_access_to_pul...
2016-04-20 Jason Ekstrandi965/vec4: Use the correct offset for the swizzle shift...
2016-04-20 Jason Ekstrandi965/vec4: Use nir_intrinsic_base in the load_uniform...
2016-04-19 Bas Nieuwenhuizenmesa/st: enable compute shaders if images are also...
2016-04-18 Ben Widawskyi965: Define miptree map functions static (trivial)
2016-04-18 Kenneth Graunkemeta: Don't botch color masks when changing drawbuffers.
2016-04-18 Kenneth Graunkemeta: Don't smash ColorMask when using MESA_META_COLOR_...
2016-04-16 Jason Ekstrandi965/fs: Don't allow OOB array access of images
2016-04-15 Nanley Cherymesa/texstore: Use Driver.CompressedTexSubImage in...
2016-04-15 Jason Ekstrandi965/vec4: Support full std140 layout for push constants
2016-04-15 Jason Ekstrandi965/vec4: Handle MOV_INDIRECT in pack_uniform_registers
2016-04-15 Jason Ekstrandi965/vec4: Add support for SHADER_OPCODE_MOV_INDIRECT
2016-04-15 Jason Ekstrandi965/vec4: Use can_do_writemask in can_reswizzle
2016-04-15 Jason Ekstrandi965/vec4: Move can_do_writemask to vec4_instruction
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-15 Jason Ekstrandi965/surface_formats: Update some formats for more...
2016-04-15 Jason Ekstrandi965: Default to scalar GS
2016-04-15 Jason Ekstrandi965/surface_formats: Mark A4B4G4R4_UNORM as SKL+ only
2016-04-15 Jason EkstrandRevert "i965/fs: Properly write-mask spills"
2016-04-15 Jason EkstrandRevert "i965/fs: Feel free to spill partial reads/writes"
2016-04-15 John Sheuxlib: remove MESA_GLX_VISUAL_HACK
2016-04-15 John Sheuxlib: fix leaks of returned values from XGetVisualInfo
2016-04-15 John Sheuxlib: fix memory leak of and remove vishandle from...
2016-04-15 John Sheuxlib: do not cache return value of glXChooseVisual...
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-15 Jason Ekstrandmain/mtypes: Remove the "set" parameter from gl_uniform...
2016-04-15 Jason EkstrandRevert "i965/vec4: Add support for SHADER_OPCODE_MOV_IN...
2016-04-15 Jason Ekstrandi965: Expose the surface format table
2016-04-15 Chad Versacedri: Fix robust context creation via EGL attribute
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-14 Jason Ekstrandi965: Push everything if pull_param == NULL
2016-04-14 Jason Ekstrandi965/fs: Push small uniform arrays
2016-04-14 Jason Ekstrandi965/fs: Rename demote_pull_constants to lower_constant...
2016-04-14 Jason Ekstrandi965/vec4: Get rid of the uniform_size array
2016-04-14 Jason Ekstrandi965/vec4: Use MOV_INDIRECT instead of reladdr for...
2016-04-14 Jason Ekstrandi965/fs: Get rid of the param_size array
2016-04-14 Jason Ekstrandi965/fs: Stop relying on param_size in assign_constant_...
2016-04-14 Jason Ekstrandi965/fs: Get rid of reladdr
2016-04-14 Jason Ekstrandi965/fs: Use MOV_INDIRECT for all indirect uniform...
2016-04-14 Jason Ekstrandi965/fs: Add support for MOV_INDIRECT on pre-Broadwell...
2016-04-14 Jason Ekstrandi965/fs: Fix regs_read() for MOV_INDIRECT with a non...
2016-04-14 Jason Ekstrandi965/fs: Don't force MASK_DISABLE on INDIRECT_MOV instr...
next