st/mesa: simplify drawpixels shader code with tgsi transform helper functions
[mesa.git] / src /
2016-03-18 Brian Paulst/mesa: simplify drawpixels shader code with tgsi...
2016-03-18 Brian Paulst/mesa: simplify bitmap shader code with tgsi transfor...
2016-03-18 Brian Paultgsi: add tgsi_transform_op3_inst() function
2016-03-18 Daniel Czarnowskiegl: support EGL_LARGEST_PBUFFER in eglCreatePbufferSur...
2016-03-18 George Kyriazisgallium/swr: Cleaned up some context-resource management
2016-03-18 Timothy Arcerimesa: remove remaining tabs in prog_parameter.c
2016-03-18 Timothy Arcerimesa: inline _mesa_add_unnamed_constant()
2016-03-18 Timothy Arcerimesa: simplify and inline _mesa_lookup_parameter_index()
2016-03-18 Timothy Arcerimesa: make _mesa_lookup_parameter_constant static
2016-03-18 Timothy Arcerimesa: remove unused function
2016-03-18 Nicolai Hähnlest/mesa: honour sized internal formats in st_choose_for...
2016-03-17 Timothy Arceriglsl: disable varying packing when its not safe
2016-03-17 Timothy Arceriglsl: pass disable_varying_packing bool to the lowering...
2016-03-17 Marek Olšákradeonsi: fix Hyper-Z hangs on P2 configs
2016-03-17 Brian Paulr300g: add missing layer argument to rws->buffer_get_ha...
2016-03-17 Christian Königradeon/winsys: add layer support for BO export
2016-03-17 Christian Königradeon/winsys: add offset support for BO import/export
2016-03-17 Christian Königgallium/winsys/drm: add layer to struct winsys_handle
2016-03-17 Christian Königgallium/winsys/drm: add offset to struct winsys_handle
2016-03-17 Connor Abbottnir: propagate bitsize information in nir_search
2016-03-17 Connor Abbottnir: add a bit_size parameter to nir_ssa_dest_init
2016-03-17 Iago Toral Quiroganir: rename nir_const_value fields to include bitsize...
2016-03-17 Connor Abbottnir: update opcode definitions for different bit sizes
2016-03-17 Connor Abbottnir: add nir_{src,dest}_bit_size() helpers
2016-03-17 Jason Ekstrandnir: Add a bit_size to nir_register and nir_ssa_def
2016-03-17 Connor Abbottnir/types: add a function to get the bitsize of a base...
2016-03-17 Samuel Iglesias... i965/nir: fix check to resolve booleans to work with...
2016-03-17 Jason Ekstrandnir: Add explicitly sized types
2016-03-17 Jordan Justeni965/nir: Lower nir compute shader shared variables
2016-03-17 Jordan Justennir: Lower shared var atomics during nir_lower_io
2016-03-17 Jordan Justennir: Add support for lowering load/stores of shared...
2016-03-17 Jordan Justennir: Add atomic operations on variables
2016-03-17 Jordan Justennir: Add compute shader shared variable storage class
2016-03-17 Jordan Justennir/print: Add space after shader_storage var mode
2016-03-17 Iago Toral Quirogai965: Skip execution size adjustment for instructions...
2016-03-17 Samuel Iglesias... i965/vec4/gen6: fix exec_size for MOV with a width...
2016-03-17 Samuel Iglesias... i965/vec4/gen6: fix exec_size for instructions with...
2016-03-17 Samuel Iglesias... i965/vec4/gen6: fix exec_size for instructions with...
2016-03-17 Samuel Iglesias... i965/gs/gen6: fix execsize for instructions with width...
2016-03-17 Iago Toral Quirogai965: set correct execsize for MOVS with a width of...
2016-03-17 Iago Toral Quirogai965/eu: set execution size for SEND message in brw_sen...
2016-03-17 Iago Toral Quirogai965/fs: Set exec size for gen7 pull const loads
2016-03-17 Iago Toral Quirogai965/eu: set correct execution size in brw_NOP
2016-03-17 Kenneth Graunkemeta: Don't use integer handles for shaders or programs.
2016-03-17 Kenneth Graunkemesa: Expose compile_shader() and link_program() beyond...
2016-03-17 Kenneth Graunkemesa: Make link_program() take a gl_shader_program...
2016-03-17 Kenneth Graunkemesa: Make compile_shader() take a gl_shader, not a...
2016-03-17 Kenneth Graunkemeta: Use the _mesa_meta_compile_and_link_program helpe...
2016-03-16 Eric Anholtvc4: Move discard handling to the condition flag.
2016-03-16 Eric Anholtvc4: Don't make a temporary for setting flags.
2016-03-16 Eric Anholtvc4: Add a safety check for setting flags.
2016-03-16 Eric Anholtvc4: Reuse list_for_each_entry_safe_rev().
2016-03-16 Kenneth Graunkemeta: Use ARB_explicit_attrib_location in the rest...
2016-03-15 Plamena Manolovamesa: Ignore glPointSize when GL_POINT_SIZE_ARRAY_OES...
2016-03-15 Varad Gautamvc4: Coalesce instructions using VPM reads into the...
2016-03-15 Varad Gautamvc4: rename file to group vpm optimizations together
2016-03-15 Eric Anholtvc4: Fix failures with nir_extract_* since the addition...
2016-03-15 Roland Scheideggerllvmpipe: fix lp_rast_plane alignment on 32bit
2016-03-15 Roland Scheideggerdraw: fix line stippling
2016-03-15 Roland Scheideggersoftpipe: fix misleading TGSI_QUAD_SIZE usage
2016-03-15 Roland Scheideggersoftpipe: fix anisotropic filtering crash
2016-03-14 Nicolai Hähnleradeonsi: set DEPTH_BEFORE_SHADER based on FS_EARLY_DEP...
2016-03-14 Nicolai Hähnletgsi: add tgsi_full_src_register_from_dst helper function
2016-03-14 Nicolai Hähnlegallium/u_inlines: add util_copy_image_view
2016-03-14 Nicolai Hähnlest/mesa: set image access flags in st_bind_images
2016-03-14 Nicolai Hähnlegallium: add access field to pipe_image_view
2016-03-14 Nicolai Hähnlest/glsl_to_tgsi: set FS_EARLY_DEPTH_STENCIL when required
2016-03-14 Nicolai Hähnletgsi: add TGSI_PROPERTY_FS_EARLY_DEPTH_STENCIL
2016-03-14 Nicolai Hähnlest/glsl_to_tgsi: set memory access type on image intrinsics
2016-03-14 Nicolai Hähnlest/glsl_to_tgsi: provide Texture and Format information...
2016-03-14 Nicolai Hähnletgsi: add Texture and Format to tgsi_instruction_memory
2016-03-14 Nicolai Hähnleget: reconcile aliasing enums for MaxCombinedShaderOutp...
2016-03-14 Francisco Jerezi965/fs: Restrict inequality that can only hold equal...
2016-03-14 Francisco Jerezi965/vec4: Consider removal of no-op MOVs as progress...
2016-03-14 Francisco Jerezi965/fs: Add missing analysis invalidation in fixup_3sr...
2016-03-14 Francisco Jerezi965/fs: Add missing analysis invalidation in opt_sampl...
2016-03-14 Hans de Goedeclover: Fix pipe_grid_info.indirect not being initialized.
2016-03-14 Sarah Sharpmesa: docs: Intel i965 hardware limits.
2016-03-14 Sarah Sharpmesa: docs: i965: Use correct doxygen groupings syntax
2016-03-14 Bruce Cherniakgallium/swr: Resource management
2016-03-14 Francisco Jerezi965: Remove useless IR self-destruct backend_shader...
2016-03-13 Pierre Moreaunv50,nvc0: Set only NEW_CP_GLOBALS upon binding
2016-03-13 Rob Clarkfreedreno/ir3: lower extract_byte/word
2016-03-13 Ilia Mirkinnv50,nvc0: handle SQRT lowering inside the driver
2016-03-13 Ilia Mirkinnv50/ir: avoid folding mul + add if the mul has a dnz
2016-03-13 Ilia Mirkinnvc0: fix blit triangle size to fully cover FB's >...
2016-03-13 Rob Clarkfreedreno: OUT_RELOC vs OUT_RELOCW fixes
2016-03-13 Rob Clarkfreedreno/a4xx: hw binning
2016-03-13 Rob Clarkfreedreno/a4xx: use generated headers for draw initiator
2016-03-13 Rob Clarkfreedreno/a4xx: remove RB_RENDER_CONTROL patching
2016-03-13 Rob Clarkfreedreno: update generated headers
2016-03-13 Rob Clarkfreedreno/a3xx: move where we deal w/ binning FS
2016-03-13 Rob Clarkfreedreno/a4xx: move where we deal w/ binning FS
2016-03-13 Rob Clarkfreedreno/a3xx: constify the shader variants
2016-03-13 Rob Clarkfreedreno/a4xx: constify the shader variants
2016-03-13 Rob Clarkfreedreno/a3xx: remove duplicate mark of end of binning...
2016-03-13 Nicolai Hähnleradeonsi: avoid crash when a sampler state is bound...
2016-03-13 Matt Turneri965: Use foreach_in_list_reverse_safe() macro.
2016-03-12 Jason Ekstrandnir/clone: Add support for cloning a single function_impl
2016-03-12 Jason Ekstrandnir/validate: Better function validation
next