December 2013 Archives by date
Starting: Sun Dec 1 00:24:25 PST 2013
Ending: Tue Dec 31 21:39:34 PST 2013
Messages: 1241
- [Mesa-dev] [PATCH V3 06/10] i965/Gen7: Include bitfield in the sampler key for CMS layout
Chris Forbes
- [Mesa-dev] [PATCH 14/15] i965/vs: Always store pull constant offsets in GRFs on Gen8.
Kenneth Graunke
- [Mesa-dev] [PATCH] nv50: report 15 max inputs for fragment programs
Ilia Mirkin
- [Mesa-dev] [PATCH v3] egl: add HAVE_LIBDRM define, fix EGL X11 platform
Tapani Pälli
- [Mesa-dev] [Bug 44743] Rendering artefacts with llvmpipe
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/3] gallium/drivers: support more sampler views than samplers for more drivers
Brian Paul
- [Mesa-dev] [PATCH 2/3] gallium: new shader cap bit for the amount of sampler views
Brian Paul
- [Mesa-dev] [PATCH] Fix build when configured --with-gallium-drivers=swrast --disable-driglx-direct on platforms which don't have LIBDRM
Jon TURNEY
- [Mesa-dev] [PATCH 08/15] i965: Reserve space for "Vertex Count" in GS outputs.
Paul Berry
- [Mesa-dev] [PATCH 14/15] i965/vs: Always store pull constant offsets in GRFs on Gen8.
Paul Berry
- [Mesa-dev] [Bug 71944] vs-temp-array-mat3-index-col-rd test fails with SB
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 71944] vs-temp-array-mat3-index-col-rd test fails with SB
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 0/9] DRI Image 7 support for gallium
Axel Davy
- [Mesa-dev] [PATCH][9.2] st/xorg: Handle new DamageUnregister API which has only one argument
Chí-Thanh Christopher Nguyễn
- [Mesa-dev] [PATCH] i965: Don't flag gather quirks for Gen8+
Kenneth Graunke
- [Mesa-dev] [PATCH 3/3] gallium/radeon: use PRIu64 macro for printing uint64_t
Michel Dänzer
- [Mesa-dev] [PATCH] nv50: Fix GPU_READING/WRITING bit removal
Ilia Mirkin
- [Mesa-dev] [PATCH] nouveau: Add lots of comments to the buffer transfer logic
Ilia Mirkin
- [Mesa-dev] [Bug 62142] Mesa/demo mipmap_limits upside down with running by SOFTWARE
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 62142] Mesa/demo mipmap_limits upside down with running by SOFTWARE
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 0/3] Fix Klocwork found issues
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH 1/3] glx: Check malloc return value before accessing memory in glx/clientattrib.c
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH 2/3] mesa: Verify memory allocations success in _mesa_PushClientAttrib
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH 3/3] mesa: Verify memory allocations success in _mesa_PushAttrib
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH V2 00/10] i965: Enable CMS layout for multisample textures
Kenneth Graunke
- [Mesa-dev] [PATCH] glx: Add missing null check in gxl/dri2_glx.c
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH V2 03/10] i965/wm: Set copy of sample mask in 3DSTATE_PS correctly for Haswell
Paul Berry
- [Mesa-dev] [Bug 72230] New: Unable to extract MesaLib-10.0.0.tar.{gz, bz2} with bsdtar
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH V3 06/10] i965/Gen7: Include bitfield in the sampler key for CMS layout
Paul Berry
- [Mesa-dev] [PATCH V2 09/10] i965/vs: Sample from MCS surface when required
Paul Berry
- [Mesa-dev] [PATCH V2 00/10] i965: Enable CMS layout for multisample textures
Paul Berry
- [Mesa-dev] [Bug 72230] Unable to extract MesaLib-10.0.0.tar.{gz, bz2} with bsdtar
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72230] Unable to extract MesaLib-10.0.0.tar.{gz, bz2} with bsdtar
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH V2 03/10] i965/wm: Set copy of sample mask in 3DSTATE_PS correctly for Haswell
Chris Forbes
- [Mesa-dev] [PATCH V3 06/10] i965/Gen7: Include bitfield in the sampler key for CMS layout
Chris Forbes
- [Mesa-dev] [PATCH V2 00/10] i965: Enable CMS layout for multisample textures
Chris Forbes
- [Mesa-dev] [PATCH V2 00/10] i965: Enable CMS layout for multisample textures
Paul Berry
- [Mesa-dev] [PATCH 01/15] i965/cfg: Add code to dump blocks and cfg.
Matt Turner
- [Mesa-dev] [PATCH 02/15] i965/cfg: Keep pointers to IF/ELSE/ENDIF instructions in the cfg.
Matt Turner
- [Mesa-dev] [PATCH 03/15] i965/cfg: Rework to make IF & ELSE blocks flow into ENDIF.
Matt Turner
- [Mesa-dev] [PATCH 04/15] i965/cfg: Remove unnecessary endif_stack.
Matt Turner
- [Mesa-dev] [PATCH 05/15] i965/cfg: Include only needed headers.
Matt Turner
- [Mesa-dev] [PATCH 06/15] i965/cfg: Throw out confusing make_list method.
Matt Turner
- [Mesa-dev] [PATCH 07/15] i965/cfg: Clean up cfg_t constructors.
Matt Turner
- [Mesa-dev] [PATCH 08/15] i965/cfg: Remove ip & cur from brw_cfg.
Matt Turner
- [Mesa-dev] [PATCH 09/15] i965/cfg: Document cur_* variables.
Matt Turner
- [Mesa-dev] [PATCH 10/15] i965: Allow constant propagation into ASR and BFI1.
Matt Turner
- [Mesa-dev] [PATCH 11/15] i965/fs: Let register_coalesce_2() eliminate self-moves.
Matt Turner
- [Mesa-dev] [PATCH 12/15] i965/fs: Remove now useless register_coalesce() pass.
Matt Turner
- [Mesa-dev] [PATCH 13/15] i965/fs: Rename register_coalesce_2() -> register_coalesce().
Matt Turner
- [Mesa-dev] [PATCH 14/15] i965: Allow commuting the operands of ADDC for const propagation.
Matt Turner
- [Mesa-dev] [PATCH 15/15] glsl: Remove silly OR(..., 0x0) from ldexp() lowering.
Matt Turner
- [Mesa-dev] [PATCH 2/2] i965/hsw: Apply non-msrt fast color clear w/a to all HSW GTs
Chad Versace
- [Mesa-dev] [PATCH 2/2] i965/hsw: Apply non-msrt fast color clear w/a to all HSW GTs
Chad Versace
- [Mesa-dev] Spec interpretation question: layered framebuffers with mismatched layer counts
Paul Berry
- [Mesa-dev] [PATCH 00/23] i965 compiler fixes in preparation for ARB_shader_image_load_store.
Francisco Jerez
- [Mesa-dev] [PATCH 01/23] i965/fs: Use a separate variable to keep track of the last uniform index seen.
Francisco Jerez
- [Mesa-dev] [PATCH 02/23] i965/fs: Allocate the param_size array dynamically.
Francisco Jerez
- [Mesa-dev] [PATCH 03/23] i965/vec4: Add constructor of src_reg from a fixed hardware reg.
Francisco Jerez
- [Mesa-dev] [PATCH 04/23] i965: Move up duplicated fields from stage-specific prog_data to brw_stage_prog_data.
Francisco Jerez
- [Mesa-dev] [PATCH 05/23] i965: Unify fs_generator:: and vec4_generator::mark_surface_used as a free function.
Francisco Jerez
- [Mesa-dev] [PATCH 06/23] i965: Define common register base class shared between both back-ends.
Francisco Jerez
- [Mesa-dev] [PATCH 07/23] i965/fs: Add support for sub-register byte offsets to the FS back-end IR.
Francisco Jerez
- [Mesa-dev] [PATCH 08/23] i965/fs: Add support for specifying register horizontal strides.
Francisco Jerez
- [Mesa-dev] [PATCH 09/23] i965/fs: Remove fs_reg::smear.
Francisco Jerez
- [Mesa-dev] [PATCH 10/23] i965/fs: Remove fs_reg::sechalf.
Francisco Jerez
- [Mesa-dev] [PATCH 11/23] i965/vec4: Fix confusion between SWIZZLE and BRW_SWIZZLE macros.
Francisco Jerez
- [Mesa-dev] [PATCH 12/23] i965/vec4: Fix off-by-one register class overallocation.
Francisco Jerez
- [Mesa-dev] [PATCH 13/23] i965/fs: Take into account reg_offset consistently for MRF regs.
Francisco Jerez
- [Mesa-dev] [PATCH 14/23] i965: Add non-mutating helper functions to modify the register offset.
Francisco Jerez
- [Mesa-dev] [PATCH 15/23] i965/vec4: Add non-mutating helper functions to modify src_reg::swizzle and ::negate.
Francisco Jerez
- [Mesa-dev] [PATCH 16/23] i965: Make sure that backend_reg::type and brw_reg::type are consistent for fixed regs.
Francisco Jerez
- [Mesa-dev] [PATCH 17/23] i965/vec4: Trivial improvements to the with_writemask() function.
Francisco Jerez
- [Mesa-dev] [PATCH 18/23] i965/fs: Remove fs_reg::retype.
Francisco Jerez
- [Mesa-dev] [PATCH 19/23] i965/fs: Use offset() in the ARB_fragment_program code.
Francisco Jerez
- [Mesa-dev] [PATCH 20/23] i965/vec4: Use swizzle() in the ARB_vertex_program code.
Francisco Jerez
- [Mesa-dev] [PATCH 21/23] i965: Add helper function to find out the signedness of a register type.
Francisco Jerez
- [Mesa-dev] [PATCH 22/23] i965: Have brw_imm_vf4() take the vector components as integer values.
Francisco Jerez
- [Mesa-dev] [PATCH 23/23] i965: Add polymorphic backend_visitor method to extract the result of a visit.
Francisco Jerez
- [Mesa-dev] [PATCH 01/25] i965: Allocate binding table space for shader images.
Francisco Jerez
- [Mesa-dev] [PATCH 02/25] i965/gen7: Factor out texture surface state set-up from gen7_update_texture_surface().
Francisco Jerez
- [Mesa-dev] [PATCH 03/25] i965/gen7: Implement surface state set-up for shader images.
Francisco Jerez
- [Mesa-dev] [PATCH 04/25] i965: Add helper functions to calculate the slice pitch of an array or 3D miptree.
Francisco Jerez
- [Mesa-dev] [PATCH 05/25] i965: Define and initialize image meta-data structure.
Francisco Jerez
- [Mesa-dev] [PATCH 06/25] i965: Hook up image state upload.
Francisco Jerez
- [Mesa-dev] [PATCH 07/25] i965/gen7.5: Poke the 3DSTATE UAV access enable bits.
Francisco Jerez
- [Mesa-dev] [PATCH 08/25] i965/gen7: Add missing defines for render cache messages.
Francisco Jerez
- [Mesa-dev] [PATCH 09/25] i965/gen7: Fix the untyped surface messages to deal with indirect surface access.
Francisco Jerez
- [Mesa-dev] [PATCH 10/25] i965: Simplify generator code for untyped surface messages.
Francisco Jerez
- [Mesa-dev] [PATCH 11/25] i965: Add the untyped surface write opcode.
Francisco Jerez
- [Mesa-dev] [PATCH 12/25] i965: Add typed surface access messages.
Francisco Jerez
- [Mesa-dev] [PATCH 13/25] i965: Add memory fence opcode.
Francisco Jerez
- [Mesa-dev] [PATCH 14/25] i965: Update brw_instruction_name() with some recently added opcodes.
Francisco Jerez
- [Mesa-dev] [PATCH 15/25] i965: Add visitor support for handling image uniforms.
Francisco Jerez
- [Mesa-dev] [PATCH 16/25] i965/fs: Obtain atomic counter locations by recursing through the visitor.
Francisco Jerez
- [Mesa-dev] [PATCH 17/25] i965/vec4: Obtain atomic counter locations by recursing through the visitor.
Francisco Jerez
- [Mesa-dev] [PATCH 18/25] i965: Import surface lowering code.
Francisco Jerez
- [Mesa-dev] [PATCH 19/25] i965/fs: Hook up the surface visitor.
Francisco Jerez
- [Mesa-dev] [PATCH 20/25] i965/vec4: Hook up the surface visitor.
Francisco Jerez
- [Mesa-dev] [PATCH 21/25] i965: Add missing PIPE_CONTROL invalidate flag to intel_reg.h.
Francisco Jerez
- [Mesa-dev] [PATCH 22/25] i965/gen6+: Factor out PIPE_CONTROL submission from intel_batchbuffer_emit_mi_flush.
Francisco Jerez
- [Mesa-dev] [PATCH 23/25] i965/gen7: Implement glMemoryBarrier().
Francisco Jerez
- [Mesa-dev] [PATCH 24/25] i965/gen7: Define implementation constants for ARB_shader_image_load_store.
Francisco Jerez
- [Mesa-dev] [PATCH 25/25] i965/gen7: Expose ARB_shader_image_load_store.
Francisco Jerez
- [Mesa-dev] [Bug 72230] Unable to extract MesaLib-10.0.0.tar.{gz, bz2} with bsdtar
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] automake: include only one copy of VERSION in tarball
Emil Velikov
- [Mesa-dev] [Bug 72230] Unable to extract MesaLib-10.0.0.tar.{gz, bz2} with bsdtar
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 06/23] i965: Define common register base class shared between both back-ends.
Chris Forbes
- [Mesa-dev] [PATCH 06/23] i965: Define common register base class shared between both back-ends.
Francisco Jerez
- [Mesa-dev] [PATCH 06/23] i965: Define common register base class shared between both back-ends.
Chris Forbes
- [Mesa-dev] [PATCH 06/23] i965: Define common register base class shared between both back-ends.
Francisco Jerez
- [Mesa-dev] [PATCH 06/23] i965: Define common register base class shared between both back-ends.
Francisco Jerez
- [Mesa-dev] [Mesa-stable] [PATCH v3] egl: add HAVE_LIBDRM define, fix EGL X11 platform
Chad Versace
- [Mesa-dev] [PATCH 1/9] i965: Don't print extra (null) arguments in dump_instruction().
Matt Turner
- [Mesa-dev] [PATCH 2/9] i965/fs: Print ARF registers properly in dump_instruction().
Matt Turner
- [Mesa-dev] [PATCH 3/9] i965/vec4: Add support for printing HW_REGs in dump_instruction().
Matt Turner
- [Mesa-dev] [PATCH 4/9] i965/vec4: Print negate and absolute value for src args.
Matt Turner
- [Mesa-dev] [PATCH 5/9] i965/vec4: Don't print swizzles for immediate values.
Matt Turner
- [Mesa-dev] [PATCH 6/9] i965: Externalize reg_encoding for use in dump_instruction().
Matt Turner
- [Mesa-dev] [PATCH 7/9] i965: Print argument types in dump_instruction().
Matt Turner
- [Mesa-dev] [PATCH 8/9] i965: Externalize conditional_modifier for use in dump_instruction().
Matt Turner
- [Mesa-dev] [PATCH 9/9] i965: Print conditional mod in dump_instruction().
Matt Turner
- [Mesa-dev] [PATCH] automake: include only one copy of VERSION in tarball
Matt Turner
- [Mesa-dev] [PATCH 03/15] i965/cfg: Rework to make IF & ELSE blocks flow into ENDIF.
Matt Turner
- [Mesa-dev] [PATCH] i965: Emit better code for ir_unop_sign.
Matt Turner
- [Mesa-dev] [PATCH] i965: Emit better code for ir_unop_sign.
Paul Berry
- [Mesa-dev] Anybody still need clear_depth_stencil() or clear_render_target()?
Andreas Hartmetz
- [Mesa-dev] [PATCH 03/15] i965/cfg: Rework to make IF & ELSE blocks flow into ENDIF.
Chris Forbes
- [Mesa-dev] [PATCH 0/6] Add support for 'sample' qualifier
Francisco Jerez
- [Mesa-dev] Anybody still need clear_depth_stencil() or clear_render_target()?
Erik Faye-Lund
- [Mesa-dev] Anybody still need clear_depth_stencil() or clear_render_target()?
Marek Olšák
- [Mesa-dev] Anybody still need clear_depth_stencil() or clear_render_target()?
Roland Scheidegger
- [Mesa-dev] Anybody still need clear_depth_stencil() or clear_render_target()?
Marek Olšák
- [Mesa-dev] [PULL] i965: Removing trailing whitespace, GL types, and weird macros
Kenneth Graunke
- [Mesa-dev] [PATCH] i965: Emit better code for ir_unop_sign.
Kenneth Graunke
- [Mesa-dev] Anybody still need clear_depth_stencil() or clear_render_target()?
Roland Scheidegger
- [Mesa-dev] [PATCH] nouveau: Add lots of comments to the buffer transfer logic
Chris Forbes
- [Mesa-dev] [PATCH] nouveau: Add lots of comments to the buffer transfer logic
Ilia Mirkin
- [Mesa-dev] [PATCH] i965: Emit better code for ir_unop_sign.
Chris Forbes
- [Mesa-dev] [PATCH 1/2] r300/compiler/tests: Fix segfault
Tom Stellard
- [Mesa-dev] [PATCH 2/2] r300/compiler/tests: Fix line length check in test parser
Tom Stellard
- [Mesa-dev] [PATCH] i965: Emit better code for ir_unop_sign.
Chris Forbes
- [Mesa-dev] [PATCH V2 05/17] i915: Modified i915_buffer_create to use memory allocation alignment of 64 instead of 16.
Stéphane Marchesin
- [Mesa-dev] [PATCH 05/17] i915g: Modified i915_buffer_create to use memory allocation alignment of 64 instead of 16.
Siavash Eliasi
- [Mesa-dev] [PATCH 06/17] i915g: Modified i915g to return 64 in case of PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT.
Siavash Eliasi
- [Mesa-dev] [PATCH V2 05/17] i915: Modified i915_buffer_create to use memory allocation alignment of 64 instead of 16.
Siavash Eliasi
- [Mesa-dev] [PATCH V2 00/17] Newbie Project : Enable ARB_map_buffer_alignment in all drivers
Siavash Eliasi
- [Mesa-dev] [Mesa-stable] [PATCH v3] egl: add HAVE_LIBDRM define, fix EGL X11 platform
Tapani Pälli
- [Mesa-dev] [PATCH 06/23] i965: Define common register base class shared between both back-ends.
Petri Latvala
- [Mesa-dev] [PATCH 1/2] Allow for GLSL shaders to have #extension directive anywhere in source file.
Kevin Rogovin
- [Mesa-dev] [PATCH 2/2] add MESA_GLSL option to require that #extension directives come before any variable or function declarations, etc
Kevin Rogovin
- [Mesa-dev] [PATCH 1/2] Allow for GLSL shaders to have #extension directive anywhere in source file.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/2] Allow for GLSL shaders to have #extension directive anywhere in source file.
Rogovin, Kevin
- [Mesa-dev] [PATCH 06/23] i965: Define common register base class shared between both back-ends.
Francisco Jerez
- [Mesa-dev] [PATCH 1/2] Allow for GLSL shaders to have #extension directive anywhere in source file.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/2] Allow for GLSL shaders to have #extension directive anywhere in source file.
Rogovin, Kevin
- [Mesa-dev] [PATCH 1/2] Allow for GLSL shaders to have #extension directive anywhere in source file.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/2] Allow for GLSL shaders to have #extension directive anywhere in source file.
Rogovin, Kevin
- [Mesa-dev] [PATCH 1/2] Allow for GLSL shaders to have #extension directive anywhere in source file. (reworked)
Kevin Rogovin
- [Mesa-dev] [PATCH 2/2] add MESA_GLSL option to require that #extension directives come before any variable or function declarations, etc (reworked)
Kevin Rogovin
- [Mesa-dev] [PATCH 1/2] glsl: extract function for record comparisons
Grigori Goronzy
- [Mesa-dev] [PATCH 1/4] glsl: Extract functions from loop_analysis::visit(ir_dereference_variable *).
Pohjolainen, Topi
- [Mesa-dev] [PATCH 1/2] Allow for GLSL shaders to have #extension directive anywhere in source file. (reworked)
Brian Paul
- [Mesa-dev] [PATCH 1/3] glx: Check malloc return value before accessing memory in glx/clientattrib.c
Brian Paul
- [Mesa-dev] [PATCH 2/3] mesa: Verify memory allocations success in _mesa_PushClientAttrib
Brian Paul
- [Mesa-dev] [PATCH 1/2] Allow for GLSL shaders to have #extension directive anywhere in source file.
Ian Romanick
- [Mesa-dev] [PATCH 3/3] mesa: Verify memory allocations success in _mesa_PushAttrib
Brian Paul
- [Mesa-dev] [PATCH 2/3] mesa: Verify memory allocations success in _mesa_PushClientAttrib
Ian Romanick
- [Mesa-dev] [PATCH] glx: Add missing null check in gxl/dri2_glx.c
Brian Paul
- [Mesa-dev] [PATCH 3/3] mesa: Verify memory allocations success in _mesa_PushAttrib
Ian Romanick
- [Mesa-dev] [PATCH 8/8] mesa: Remove GL_MESA_texture_array cruft from gl.h
Brian Paul
- [Mesa-dev] [Mesa-stable] [PATCH v3] egl: add HAVE_LIBDRM define, fix EGL X11 platform
Chad Versace
- [Mesa-dev] [PATCH 6/9] mesa: consolidate multiple next_mipmap_level_size
Brian Paul
- [Mesa-dev] [PATCH 7/9] mesa: Fill out ARB_texture_view entry points
Brian Paul
- [Mesa-dev] [PATCH] glxinfo: print ES2 extension list
Marek Olšák
- [Mesa-dev] [PATCH] glxinfo: print ES2 extension list
Brian Paul
- [Mesa-dev] [PATCH 06/23] i965: Define common register base class shared between both back-ends.
Francisco Jerez
- [Mesa-dev] [PATCH] Modified _mesa_align_free to have consistent behavior when dealing with NULL memory address.
Brian Paul
- [Mesa-dev] [PATCH] i965/gen7: Apply non-msrt fast color clear w/a to all gen7
Chad Versace
- [Mesa-dev] [PATCH 1/2] Allow for GLSL shaders to have #extension directive anywhere in source file.
Kenneth Graunke
- [Mesa-dev] [PATCH V2 00/17] Newbie Project : Enable ARB_map_buffer_alignment in all drivers
Eric Anholt
- [Mesa-dev] [PATCH 1/9] i965: Don't print extra (null) arguments in dump_instruction().
Eric Anholt
- [Mesa-dev] [Bug 72281] New: [bisected] Eufloria HD crash on start
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/3] glx: Check malloc return value before accessing memory in glx/clientattrib.c
Juha-Pekka Heikkilä
- [Mesa-dev] radeonsi htile (aka HyperZ) support
Andreas Hartmetz
- [Mesa-dev] [PATCH 1/4] radeon: rearrange r600_texture and related code a bit.
Andreas Hartmetz
- [Mesa-dev] [PATCH 2/4] radeon: Allocate htile buffer for SI in r600_texture.
Andreas Hartmetz
- [Mesa-dev] [PATCH 3/4] radeonsi: Rearrange si_create_dsa_state
Andreas Hartmetz
- [Mesa-dev] [PATCH 4/4] radeonsi: Write htile state to SI hardware.
Andreas Hartmetz
- [Mesa-dev] [PATCH] glxinfo: print ES2 extension list
Ian Romanick
- [Mesa-dev] [PATCH 3/3] mesa: Verify memory allocations success in _mesa_PushAttrib
Juha-Pekka Heikkilä
- [Mesa-dev] [PATCH] i965: Add extra-alignment for non-msrt fast color clear for all hw (v2)
Chad Versace
- [Mesa-dev] [PATCH] i965: Add extra-alignment for non-msrt fast color clear for all hw (v2)
Paul Berry
- [Mesa-dev] [PATCH 2/3] mesa: Verify memory allocations success in _mesa_PushClientAttrib
Juha-Pekka Heikkilä
- [Mesa-dev] [Bug 72230] Unable to extract MesaLib-10.0.0.tar.{gz, bz2} with bsdtar
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72230] Unable to extract MesaLib-10.0.0.tar.{gz, bz2} with bsdtar
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 7/9] mesa: Fill out ARB_texture_view entry points
Courtney Goeltzenleuchter
- [Mesa-dev] Nesa-dev now integrated with patchwork
Carl Worth
- [Mesa-dev] [PATCH 3/4] radeonsi: Rearrange si_create_dsa_state
Alex Deucher
- [Mesa-dev] [PATCH 4/4] radeonsi: Write htile state to SI hardware.
Alex Deucher
- [Mesa-dev] [PATCH 3/4] radeonsi: Rearrange si_create_dsa_state
Matt Turner
- [Mesa-dev] [PATCH 2/4] radeon: Allocate htile buffer for SI in r600_texture.
Alex Deucher
- [Mesa-dev] [PATCH 3/4] radeonsi: Rearrange si_create_dsa_state
Alex Deucher
- [Mesa-dev] [PATCH 3/3] i965: Fix BRW_BATCH_STRUCT to specify RENDER_RING, not UNKNOWN_RING.
Eric Anholt
- [Mesa-dev] [PATCH 7/9] mesa: Fill out ARB_texture_view entry points
Brian Paul
- [Mesa-dev] [PATCH 7/9] mesa: Fill out ARB_texture_view entry points
Courtney Goeltzenleuchter
- [Mesa-dev] [PATCH 2/3] mesa: Verify memory allocations success in _mesa_PushClientAttrib
Ian Romanick
- [Mesa-dev] [PATCH 4/4] radeonsi: Write htile state to SI hardware.
Michel Dänzer
- [Mesa-dev] [PATCH 03/15] i965/cfg: Rework to make IF & ELSE blocks flow into ENDIF.
Matt Turner
- [Mesa-dev] [PATCH] winsys/radeon: set/get the scanout flag with the tiling ioctls
Michel Dänzer
- [Mesa-dev] [PATCH] radeonsi: Remove some stale XXX / FIXME comments
Michel Dänzer
- [Mesa-dev] [PATCH 00/10] Sharing r600g glMapBuffer optimizations with radeonsi
Michel Dänzer
- [Mesa-dev] [PATCH V2] Modified _mesa_align_free to have consistent behavior when dealing with NULL memory address.
Siavash Eliasi
- [Mesa-dev] [PATCH] Modified _mesa_align_free to have consistent behavior when dealing with NULL memory address.
Siavash Eliasi
- [Mesa-dev] [PATCH 0/5] ir_variable data container
Tapani Pälli
- [Mesa-dev] [PATCH 1/5] glsl: introduce data section to ir_variable
Tapani Pälli
- [Mesa-dev] [PATCH 2/5] glsl: move variables in to ir_variable::data, part I
Tapani Pälli
- [Mesa-dev] [PATCH 3/5] glsl: move variables in to ir_variable::data, part II
Tapani Pälli
- [Mesa-dev] [PATCH 4/5] glsl: move variables in to ir_variable::data, part III
Tapani Pälli
- [Mesa-dev] [PATCH 5/5] glsl: modify ir_clone to use memcpy
Tapani Pälli
- [Mesa-dev] [PATCH] winsys/radeon: set/get the scanout flag with the tiling ioctls
Marek Olšák
- [Mesa-dev] [PATCH] r600/llvm: Allow arbitrary amount of temps in tgsi to llvm
Vincent Lejeune
- [Mesa-dev] [Mesa-stable] [PATCH 2/2] mesa: don't leak performance monitors on context destroy
Kenneth Graunke
- [Mesa-dev] [PATCH 0/7] i965/gen7+: MSAA fast color clears.
Paul Berry
- [Mesa-dev] [PATCH 1/7] i965: Document conventions for counting layers in 2D multisample buffers.
Paul Berry
- [Mesa-dev] [PATCH 2/7] i965: Don't try to use HW blitter for glCopyPixels() when multisampled.
Paul Berry
- [Mesa-dev] [PATCH 3/7] i965/gen7+: Disentangle MSAA layout from fast clear state.
Paul Berry
- [Mesa-dev] [PATCH 4/7] i965/blorp: Get rid of redundant num_samples blorp param.
Paul Berry
- [Mesa-dev] [PATCH 5/7] i965/blorp: allow multisample blorp clears
Paul Berry
- [Mesa-dev] [PATCH 6/7] i965/blorp: Refactor code for computing fast clear align/scaledown factors.
Paul Berry
- [Mesa-dev] [PATCH 7/7] i965/gen7+: Implement fast color clears for MSAA buffers.
Paul Berry
- [Mesa-dev] [PATCH V2] Modified _mesa_align_free to have consistent behavior when dealing with NULL memory address.
Brian Paul
- [Mesa-dev] [PATCH 1/9] mesa: have old glColorTable functions generate GL_INVALID_OPERATION
Brian Paul
- [Mesa-dev] [PATCH] radeonsi: Remove some stale XXX / FIXME comments
Alex Deucher
- [Mesa-dev] [PATCH] radeonsi: Remove some stale XXX / FIXME comments
Mario Rugiero
- [Mesa-dev] [PATCH] radeonsi: Remove some stale XXX / FIXME comments
Alex Deucher
- [Mesa-dev] [PATCH] radeonsi: Remove some stale XXX / FIXME comments
Mario Rugiero
- [Mesa-dev] [Bug 70766] Run-time link error in swrast_dri.so
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/9] mesa: have old glColorTable functions generate GL_INVALID_OPERATION
Ian Romanick
- [Mesa-dev] [PATCH] mesa: reduce memory used for short display lists
Brian Paul
- [Mesa-dev] [PATCH 1/2] r300/compiler/tests: Fix segfault
Alex Deucher
- [Mesa-dev] [PATCH] r600/llvm: Allow arbitrary amount of temps in tgsi to llvm
Tom Stellard
- [Mesa-dev] [PATCH] radeonsi: Remove some stale XXX / FIXME comments
Marek Olšák
- [Mesa-dev] [PATCH 7/7] i965/gen7+: Implement fast color clears for MSAA buffers.
Chris Forbes
- [Mesa-dev] [Bug 72230] Unable to extract MesaLib-10.0.0.tar.{gz, bz2} with bsdtar
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 03/15] i965/cfg: Rework to make IF & ELSE blocks flow into ENDIF.
Eric Anholt
- [Mesa-dev] [PATCH] glsl: Remove unreachable error message
Timothy Arceri
- [Mesa-dev] [Bug 72230] Unable to extract MesaLib-10.0.0.tar.{gz, bz2} with bsdtar
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: reduce memory used for short display lists
Ian Romanick
- [Mesa-dev] [PATCH] mesa: reduce memory used for short display lists
Regis Perdreau
- [Mesa-dev] [PATCH] glsl: Remove unreachable error message
Ian Romanick
- [Mesa-dev] [Bug 72325] New: [swrast] piglit glean fbo regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 7/9] mesa: Fill out ARB_texture_view entry points
Courtney Goeltzenleuchter
- [Mesa-dev] [PATCH 7/7] i965/gen7+: Implement fast color clears for MSAA buffers.
Chad Versace
- [Mesa-dev] [PATCH 03/15] i965/cfg: Rework to make IF & ELSE blocks flow into ENDIF.
Matt Turner
- [Mesa-dev] [Bug 72326] New: [swrast] piglit glean pbo regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72327] New: [swrast] piglit glean pointSprite regression (master)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72327] [swrast] piglit glean pointSprite regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 7/7] i965/gen7+: Implement fast color clears for MSAA buffers.
Anuj Phogat
- [Mesa-dev] [PATCH] mesa: Portably detect the availability of fpclassify.
Ian Romanick
- [Mesa-dev] [PATCH 7/7] i965/gen7+: Implement fast color clears for MSAA buffers.
Kenneth Graunke
- [Mesa-dev] [PATCH 7/7] i965/gen7+: Implement fast color clears for MSAA buffers.
Kenneth Graunke
- [Mesa-dev] [PATCH] swrast: fix readback regression since inversion fix
Dave Airlie
- [Mesa-dev] [PATCH] glx: Use struct xshmfence* instead of int32_t*.
Matt Turner
- [Mesa-dev] [PATCH] glsl: Remove unreachable error message
Timothy Arceri
- [Mesa-dev] [Bug 72335] New: Requesting git commit access to mesa
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72335] Requesting git commit access to mesa
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72335] Requesting git commit access to mesa
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] glx: Use struct xshmfence* instead of int32_t*.
Chí-Thanh Christopher Nguyễn
- [Mesa-dev] [Bug 71591] Second Life shaders fail to compile (extension declared in middle of shader)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 7/7] i965/gen7+: Implement fast color clears for MSAA buffers.
Paul Berry
- [Mesa-dev] [PATCH] i965/blorp: Improve fast color clear comment.
Paul Berry
- [Mesa-dev] [Bug 72335] Requesting git commit access to mesa
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] swrast: fix readback regression since inversion fix
Brian Paul
- [Mesa-dev] [PATCH 7/9] mesa: Fill out ARB_texture_view entry points
Brian Paul
- [Mesa-dev] [PATCH 7/7] i965/gen7+: Implement fast color clears for MSAA buffers.
Chad Versace
- [Mesa-dev] [PATCH] i965/blorp: Improve fast color clear comment.
Chad Versace
- [Mesa-dev] [Bug 70250] weston-terminal rendering corrupted with output transform 90 and 270
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 7/9] mesa: Fill out ARB_texture_view entry points
Courtney Goeltzenleuchter
- [Mesa-dev] [PATCH 7/9] mesa: Fill out ARB_texture_view entry points
Courtney Goeltzenleuchter
- [Mesa-dev] [PATCH 4/4] radeonsi: Write htile state to SI hardware.
Marek Olšák
- [Mesa-dev] [Mesa-stable] [PATCH v3] egl: add HAVE_LIBDRM define, fix EGL X11 platform
Ian Romanick
- [Mesa-dev] [PATCH 1/5] radeonsi: remove unused variable in si_pipe_shader_ps
Marek Olšák
- [Mesa-dev] [PATCH 2/5] radeonsi: use the colorbuffer count from the shader key
Marek Olšák
- [Mesa-dev] [PATCH 3/5] radeonsi: fix FS_COLOR0_WRITES_ALL_CBUFS with mixed colorbuffer formats
Marek Olšák
- [Mesa-dev] [PATCH 4/5] radeonsi: fix binding the dummy pixel shader
Marek Olšák
- [Mesa-dev] [PATCH 5/5] r600g, radeonsi: fix initialized buffer range tracking for DMA, add comments
Marek Olšák
- [Mesa-dev] [PATCH 1/6] docs/GL3: better documentation of GL 3.0
Marek Olšák
- [Mesa-dev] [PATCH 2/6] mesa: fix interpretation of glClearBuffer(drawbuffer)
Marek Olšák
- [Mesa-dev] [PATCH 3/6] st/mesa: fix glClear with multiple colorbuffers and different formats
Marek Olšák
- [Mesa-dev] [PATCH 4/6] gallium: allow choosing which colorbuffers to clear
Marek Olšák
- [Mesa-dev] [PATCH 5/6] st/mesa: set correct PIPE_CLEAR_COLORn flags
Marek Olšák
- [Mesa-dev] [PATCH 6/6] gallium/util: implement new color clear API in u_blitter
Marek Olšák
- [Mesa-dev] [PATCH] glx: Use struct xshmfence* instead of int32_t*.
Matt Turner
- [Mesa-dev] [PATCH 7/7] i965/gen7+: Implement fast color clears for MSAA buffers.
Anuj Phogat
- [Mesa-dev] [PATCH] i965/blorp: Improve fast color clear comment.
Kenneth Graunke
- [Mesa-dev] [RFC PATCH 02/10] glsl/loops: replace loop controls with a normative bound.
Jordan Justen
- [Mesa-dev] [PATCH] glx: Use struct xshmfence* instead of int32_t*.
Ian Romanick
- [Mesa-dev] [PATCH] glsl: Remove unreachable error message
Ian Romanick
- [Mesa-dev] Nesa-dev now integrated with patchwork
Carl Worth
- [Mesa-dev] [PATCH 1/5] glsl: introduce data section to ir_variable
Paul Berry
- [Mesa-dev] [PATCH 2/5] glsl: move variables in to ir_variable::data, part I
Paul Berry
- [Mesa-dev] [PATCH 4/6] gallium: allow choosing which colorbuffers to clear
Roland Scheidegger
- [Mesa-dev] [PATCH 4/6] gallium: allow choosing which colorbuffers to clear
Roland Scheidegger
- [Mesa-dev] [PATCH 5/6] st/mesa: set correct PIPE_CLEAR_COLORn flags
Roland Scheidegger
- [Mesa-dev] [PATCH 4/4] glsl: In loop analysis, handle unconditional second assignment.
Jordan Justen
- [Mesa-dev] [PATCH 5/6] st/mesa: set correct PIPE_CLEAR_COLORn flags
Marek Olšák
- [Mesa-dev] [PATCH] glsl: Don't emit empty declaration warning for a struct specifier
Kenneth Graunke
- [Mesa-dev] [PATCH 7/9] mesa: Fill out ARB_texture_view entry points
Brian Paul
- [Mesa-dev] [PATCH] nvc0: make sure nvd7 gets NVC8_3D_CLASS
Ilia Mirkin
- [Mesa-dev] [PATCH 4/5] radeonsi: fix binding the dummy pixel shader
Michel Dänzer
- [Mesa-dev] [PATCH 00/11] Core mesa changes for ARB_shader_image_load_store.
Paul Berry
- [Mesa-dev] [0/2] fixes to ir_variable data container set
Tapani Pälli
- [Mesa-dev] [v2 1/2] glsl: introduce data section to ir_variable
Tapani Pälli
- [Mesa-dev] [v2 2/2] glsl: move variables in to ir_variable::data, part I
Tapani Pälli
- [Mesa-dev] [Mesa-stable] [PATCH v3] egl: add HAVE_LIBDRM define, fix EGL X11 platform
Tapani
- [Mesa-dev] [PATCH] Fix line number on no matching function call
Kevin Rogovin
- [Mesa-dev] [RFC PATCH] dri megadriver_stub: provide compatibility with older DRI loader
Jordan Justen
- [Mesa-dev] [PATCH 00/11] Core mesa changes for ARB_shader_image_load_store.
Francisco Jerez
- [Mesa-dev] [PATCH 2/6] glsl: Add ir support for `sample` qualifier; adjust compiler and linker
Francisco Jerez
- [Mesa-dev] [PATCH 5/6] st/mesa: set correct PIPE_CLEAR_COLORn flags
Roland Scheidegger
- [Mesa-dev] [PATCH 5/6] st/mesa: set correct PIPE_CLEAR_COLORn flags
Marek Olšák
- [Mesa-dev] [PATCH 03/11] mesa: Add state data structures requried for ARB_shader_image_load_store.
Paul Berry
- [Mesa-dev] Unreviewed patches marked for stable
Ian Romanick
- [Mesa-dev] [PATCH] Fix line number on no matching function call
Ian Romanick
- [Mesa-dev] Unreviewed patches marked for stable
Ilia Mirkin
- [Mesa-dev] [PATCH 06/11] mesa: Add MESA_FORMAT_ABGR2101010.
Paul Berry
- [Mesa-dev] [Mesa-stable] Unreviewed patches marked for stable
Ian Romanick
- [Mesa-dev] [Mesa-stable] Unreviewed patches marked for stable
Maarten Lankhorst
- [Mesa-dev] [PATCH 4/5] radeonsi: fix binding the dummy pixel shader
Marek Olšák
- [Mesa-dev] [PATCH 2/6] glsl: Add ir support for `sample` qualifier; adjust compiler and linker
Chris Forbes
- [Mesa-dev] [RFC PATCH] dri megadriver_stub: provide compatibility with older DRI loader
Jordan Justen
- [Mesa-dev] [PATCH 08/11] mesa: Implement the GL entry points defined by ARB_shader_image_load_store.
Paul Berry
- [Mesa-dev] [PATCH] r600/llvm: Allow arbitrary amount of temps in tgsi to llvm
Vincent Lejeune
- [Mesa-dev] [PATCH 01/11] glapi: Update dispatch XML files for ARB_shader_image_load_store.
Paul Berry
- [Mesa-dev] [PATCH 00/11] Core mesa changes for ARB_shader_image_load_store.
Paul Berry
- [Mesa-dev] [RFC PATCH] dri megadriver_stub: provide compatibility with older DRI loader
Keith Packard
- [Mesa-dev] [PATCH 2/6] mesa: fix interpretation of glClearBuffer(drawbuffer)
Ian Romanick
- [Mesa-dev] [RFC PATCH] dri megadriver_stub: provide compatibility with older DRI loader
Ian Romanick
- [Mesa-dev] [RFC PATCH] dri megadriver_stub: provide compatibility with older DRI loader
Jordan Justen
- [Mesa-dev] [PATCH 2/6] mesa: fix interpretation of glClearBuffer(drawbuffer)
Marek Olšák
- [Mesa-dev] [PATCH] r600/llvm: Allow arbitrary amount of temps in tgsi to llvm
Tom Stellard
- [Mesa-dev] [PATCH v2] dri megadriver_stub: provide compatibility with older DRI loader
Jordan Justen
- [Mesa-dev] [PATCH v2] dri megadriver_stub: provide compatibility with older DRI loader
Matt Turner
- [Mesa-dev] [Mesa-stable] [PATCH v2] dri megadriver_stub: provide compatibility with older DRI loader
Ian Romanick
- [Mesa-dev] [Mesa-stable] [PATCH v2] dri megadriver_stub: provide compatibility with older DRI loader
Matt Turner
- [Mesa-dev] [PATCH] nv50: enable H.264 for NV98+ (VP3, VP4.0)
Ilia Mirkin
- [Mesa-dev] [PATCH] nv50: enable MPEG-4 for NVA3+ (VP4.0)
Martin Peres
- [Mesa-dev] [PATCH] r600g/sb: fix stack size computation on evergreen
Vadim Girlin
- [Mesa-dev] [PATCH 06/11] mesa: Add MESA_FORMAT_ABGR2101010.
Francisco Jerez
- [Mesa-dev] [PATCH 01/11] glapi: Update dispatch XML files for ARB_shader_image_load_store.
Francisco Jerez
- [Mesa-dev] [Nouveau] [PATCH] nv50: enable MPEG-4 for NVA3+ (VP4.0)
Ilia Mirkin
- [Mesa-dev] memory stomping in 95bd8a332d1 (dri: Move i965-specific context flag logic to dri common.)
Ilia Mirkin
- [Mesa-dev] [Nouveau] [PATCH] nv50: enable MPEG-4 for NVA3+ (VP4.0)
Martin Peres
- [Mesa-dev] [PATCH 08/11] mesa: Implement the GL entry points defined by ARB_shader_image_load_store.
Fredrik Höglund
- [Mesa-dev] [PATCH 08/11] mesa: Implement the GL entry points defined by ARB_shader_image_load_store.
Francisco Jerez
- [Mesa-dev] [PATCH] r600g: Add missing break for callstack_push FC_PUSH_WQM case.
Vinson Lee
- [Mesa-dev] [PATCH] nvc0: Remove unused pointer value cfg.
Vinson Lee
- [Mesa-dev] [PATCH 08/11] mesa: Implement the GL entry points defined by ARB_shader_image_load_store.
Francisco Jerez
- [Mesa-dev] [PATCH 03/11] mesa: Add state data structures requried for ARB_shader_image_load_store.
Francisco Jerez
- [Mesa-dev] [PATCH] mesa: Define helper function to get the number of texture layers.
Francisco Jerez
- [Mesa-dev] [PATCH 00/11] Core mesa changes for ARB_shader_image_load_store.
Francisco Jerez
- [Mesa-dev] [PATCH] nv50: enable H.264 for NV98+ (VP3, VP4.0)
Ilia Mirkin
- [Mesa-dev] [PATCH 1/3] nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)
Ilia Mirkin
- [Mesa-dev] [PATCH 2/3] nouveau/video: update h264 picparm field names based on usage
Ilia Mirkin
- [Mesa-dev] [PATCH 3/3] nouveau/video: update a few more h264 picparm field names
Ilia Mirkin
- [Mesa-dev] [PATCH] dri_util: Don't assume __DRIcontext->driverPrivate is a gl_context
Kristian Høgsberg
- [Mesa-dev] memory stomping in 95bd8a332d1 (dri: Move i965-specific context flag logic to dri common.)
Kristian Høgsberg
- [Mesa-dev] [PATCH] mesa: fix texture view use of _mesa_get_tex_image()
Chris Forbes
- [Mesa-dev] [PATCH] dri_util: Don't assume __DRIcontext->driverPrivate is a gl_context
Ilia Mirkin
- [Mesa-dev] [PATCH] nv50: TXF already has integer arguments, don't try to convert from f32
Ilia Mirkin
- [Mesa-dev] [PATCH 0/3] gl_SampleMaskIn[] support
Chris Forbes
- [Mesa-dev] [PATCH 1/3] mesa: add SYSTEM_VALUE_SAMPLE_MASK_IN
Chris Forbes
- [Mesa-dev] [PATCH 2/3] glsl: add gl_SampleMaskIn[] builtin
Chris Forbes
- [Mesa-dev] [PATCH 3/3] i965/fs: add support for gl_SampleMaskIn[]
Chris Forbes
- [Mesa-dev] [Bug 63132] [r600/llvm] src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c:1887:lp_emit_declaration_soa: Assertion `idx < 256' failed.
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 3/3] i965/fs: add support for gl_SampleMaskIn[]
Kenneth Graunke
- [Mesa-dev] [PATCH v2] dri megadriver_stub: provide compatibility with older DRI loader
Kenneth Graunke
- [Mesa-dev] [PATCH 3/3] i965/fs: add support for gl_SampleMaskIn[]
Chris Forbes
- [Mesa-dev] [Bug 69874] Automake throws a lot of "[...] option 'subdir-objects' is disabled"
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 4/5] radeonsi: fix binding the dummy pixel shader
Michel Dänzer
- [Mesa-dev] [Bug 63132] [r600/llvm] src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c:1887:lp_emit_declaration_soa: Assertion `idx < 256' failed.
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] Use line number information from entire function expression
Kevin Rogovin
- [Mesa-dev] [PATCH] Report that no function found if signature lookup is empty
Kevin Rogovin
- [Mesa-dev] [PATCH 0/3] More Klocwork found issues
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH 1/3] Mesa: Change save_attrib_data() to return boolean
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH 2/3] mesa: Verify memory allocations success in _mesa_PushClientAttrib
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH 3/3] mesa: Verify memory allocations success in _mesa_PushAttrib
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH] glx: Add missing null check in DRI2WireToEvent
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH] egl_dri2: Remove the unused swap_interval member of dri2_egl_surface
Neil Roberts
- [Mesa-dev] [PATCH 3/3] mesa: Verify memory allocations success in _mesa_PushAttrib
Pohjolainen, Topi
- [Mesa-dev] [PATCH] r600g/sb: fix stack size computation on evergreen
Tom Stellard
- [Mesa-dev] PATCHES: R600: Register machine passes and code cleanups
Tom Stellard
- [Mesa-dev] [PATCH 1/5] i965: Remove tile_x and tile_y dependency in DRIImage
Abdiel Janulgue
- [Mesa-dev] [PATCH 2/5] i965: Use mipmap's level to resolve directly to surface
Abdiel Janulgue
- [Mesa-dev] [PATCH 3/5] i965: Directly resolve to mipmap's layer in our surface state packet
Abdiel Janulgue
- [Mesa-dev] [PATCH 4/5] i965/blorp: Drop dependency to tile_x and tile_y offsets in BLORP
Abdiel Janulgue
- [Mesa-dev] [PATCH 5/5] i965:gen7+ Remove tile_x and tile_y dependency in BLORP
Abdiel Janulgue
- [Mesa-dev] [PATCH] mesa: fix texture view use of _mesa_get_tex_image()
Brian Paul
- [Mesa-dev] i965: Remove surface state Tile-X / Tile-Y offsets (GEN8 enabling)
Abdiel Janulgue
- [Mesa-dev] [PATCH] mesa: Define helper function to get the number of texture layers.
Brian Paul
- [Mesa-dev] [PATCH] glx: Add missing null check in DRI2WireToEvent
Brian Paul
- [Mesa-dev] [PATCH 3/3] mesa: Verify memory allocations success in _mesa_PushAttrib
Brian Paul
- [Mesa-dev] [Bug 69285] Enabling LLVM results in substantially different rendering
bugzilla-daemon at freedesktop.org
- [Mesa-dev] i965: Remove surface state Tile-X / Tile-Y offsets (GEN8 enabling)
Jordan Justen
- [Mesa-dev] [PATCH] dri_util: Don't assume __DRIcontext->driverPrivate is a gl_context
Ian Romanick
- [Mesa-dev] i965: Remove surface state Tile-X / Tile-Y offsets (GEN8 enabling)
Chris Forbes
- [Mesa-dev] i965: Remove surface state Tile-X / Tile-Y offsets (GEN8 enabling)
Paul Berry
- [Mesa-dev] i965: Remove surface state Tile-X / Tile-Y offsets (GEN8 enabling)
Chris Forbes
- [Mesa-dev] [PATCH] dri_util: Don't assume __DRIcontext->driverPrivate is a gl_context
Ian Romanick
- [Mesa-dev] [PATCH] r600g/sb: fix stack size computation on evergreen
Andre Heider
- [Mesa-dev] [PATCH V2 00/17] Newbie Project : Enable ARB_map_buffer_alignment in all drivers
Ian Romanick
- [Mesa-dev] Nesa-dev now integrated with patchwork
Paul Berry
- [Mesa-dev] [PATCH v3] dri megadriver_stub: add compatibility for older DRI loaders
Jordan Justen
- [Mesa-dev] [PATCH] dri_util: Don't assume __DRIcontext->driverPrivate is a gl_context
Kristian Høgsberg
- [Mesa-dev] [PATCH] r600g/sb: fix stack size computation on evergreen
Vadim Girlin
- [Mesa-dev] [PATCH 06/11] mesa: Add MESA_FORMAT_ABGR2101010.
Paul Berry
- [Mesa-dev] [PATCH 08/11] mesa: Implement the GL entry points defined by ARB_shader_image_load_store.
Paul Berry
- [Mesa-dev] [PATCH 03/11] mesa: Add state data structures requried for ARB_shader_image_load_store.
Paul Berry
- [Mesa-dev] [PATCH] mesa: Define helper function to get the number of texture layers.
Paul Berry
- [Mesa-dev] [PATCH 1/2] i965: Zero out {point_sprite, flat}_enables in calculate_attr_overrides.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/2] i965: Use {point_sprite, flat}_enable variable names instead of dw*.
Kenneth Graunke
- [Mesa-dev] [PATCH v3] dri megadriver_stub: add compatibility for older DRI loaders
Keith Packard
- [Mesa-dev] [PATCH v2] dri_util: Don't assume __DRIcontext->driverPrivate is a gl_context
Ian Romanick
- [Mesa-dev] Gallium3d Documentation
Christopher Corsi
- [Mesa-dev] [PATCH V2 00/17] Newbie Project : Enable ARB_map_buffer_alignment in all drivers
Eric Anholt
- [Mesa-dev] [PATCH V2 00/17] Newbie Project : Enable ARB_map_buffer_alignment in all drivers
Ian Romanick
- [Mesa-dev] [Bug 70250] weston-terminal rendering corrupted with output transform 90 and 270
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 70250] weston-terminal rendering corrupted with output transform 90 and 270
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] glsl: Set ARB_texture_rectangle_enable to false if version 100 shader
Anuj Phogat
- [Mesa-dev] [PATCH] llvmpipe: fix blending with half-float formats
Zack Rusin
- [Mesa-dev] [PATCH] r600g/sb: fix stack size computation on evergreen
Tom Stellard
- [Mesa-dev] [PATCH 1/2] draw: fix vbuf caching of vertices with inject front face
Zack Rusin
- [Mesa-dev] [PATCH 2/2] llvmpipe: add a very useful (disabled) debugging output
Zack Rusin
- [Mesa-dev] [PATCH v2] dri_util: Don't assume __DRIcontext->driverPrivate is a gl_context
Eric Anholt
- [Mesa-dev] [PATCH] i965: Delete bogus BRW_REGISTER_TYPE_HF define.
Kenneth Graunke
- [Mesa-dev] i965: Remove surface state Tile-X / Tile-Y offsets (GEN8 enabling)
Abdiel Janulgue
- [Mesa-dev] [Bug 67672] 9.2 git, Test failure in src/gallium/drivers/llvmpipe
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 67672] 9.2 git, Test failure in src/gallium/drivers/llvmpipe
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 67672] 9.2 git, Test failure in src/gallium/drivers/llvmpipe
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 08/15] i965: Reserve space for "Vertex Count" in GS outputs.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/7] i965: Include brw_reg.h in brw_disasm.c.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/7] i965: Add missing BRW_REGISTER_TYPE_UV.
Kenneth Graunke
- [Mesa-dev] [PATCH 3/7] i965: Disassemble UV types, not UB types.
Kenneth Graunke
- [Mesa-dev] [PATCH 4/7] i965: Decode three-source register types directly.
Kenneth Graunke
- [Mesa-dev] [PATCH 5/7] i965: Abstract BRW_REGISTER_TYPE_* into an enum with unique values.
Kenneth Graunke
- [Mesa-dev] [PATCH 6/7] i965: Add BRW_REGISTER_TYPE_DF.
Kenneth Graunke
- [Mesa-dev] [PATCH 7/7] i965: Add support for Broadwell's new register types.
Kenneth Graunke
- [Mesa-dev] [PATCH] mesa: fix a typo in glDetachShader error message
Tapani Pälli
- [Mesa-dev] [Bug 70250] weston-terminal rendering corrupted with output transform 90 and 270
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/2] draw: fix vbuf caching of vertices with inject front face
Jose Fonseca
- [Mesa-dev] [PATCH 0/5] Newbie Project : Implement ARB_clear_buffer_object
Pi Tabred
- [Mesa-dev] [PATCH 1/5] mesa: Add infrastructure for GL_ARB_clear_buffer_object
Pi Tabred
- [Mesa-dev] [PATCH 2/5] mesa: Make validate_texbuffer_format function available externally
Pi Tabred
- [Mesa-dev] [PATCH 3/5] mesa: add _mesa_bufferobj_range_mapped function
Pi Tabred
- [Mesa-dev] [PATCH 4/5] mesa: Implement functions for clear_buffer_object extensions
Pi Tabred
- [Mesa-dev] [PATCH 5/5] mesa: Add extension to release notes and to list of supported extensions
Pi Tabred
- [Mesa-dev] PATCHES: R600: Register machine passes and code cleanups
Alex Deucher
- [Mesa-dev] [PATCH] llvmpipe: fix blending with half-float formats
Roland Scheidegger
- [Mesa-dev] [PATCH] mesa: fix a typo in glDetachShader error message
Brian Paul
- [Mesa-dev] [PATCH 2/5] mesa: Make validate_texbuffer_format function available externally
Brian Paul
- [Mesa-dev] [PATCH 3/5] mesa: add _mesa_bufferobj_range_mapped function
Brian Paul
- [Mesa-dev] [PATCH] drisw/gallium/llvmpipe: add MESA_copy_sub_buffer support (v2)
Jose Fonseca
- [Mesa-dev] [PATCH] mesa: Define helper function to get the number of texture layers.
Francisco Jerez
- [Mesa-dev] [PATCH 4/5] mesa: Implement functions for clear_buffer_object extensions
Brian Paul
- [Mesa-dev] [PATCH 5/5] mesa: Add extension to release notes and to list of supported extensions
Brian Paul
- [Mesa-dev] [PATCH 2/5] mesa: Make validate_texbuffer_format function available externally
servuswiegehtz at yahoo.de
- [Mesa-dev] [PATCH 1/5] mesa: Add infrastructure for GL_ARB_clear_buffer_object
Marek Olšák
- [Mesa-dev] [PATCH 08/11] mesa: Implement the GL entry points defined by ARB_shader_image_load_store.
Francisco Jerez
- [Mesa-dev] [PATCH] mesa: Define helper function to get the number of texture layers.
Brian Paul
- [Mesa-dev] [PATCH] mesa: Define helper function to get the number of texture layers.
Paul Berry
- [Mesa-dev] [Bug 72572] New: [llvmpipe] no error on draw call without vbo set
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: Define helper function to get the number of texture layers.
Francisco Jerez
- [Mesa-dev] [PATCH] i965: Delete bogus BRW_REGISTER_TYPE_HF define.
Matt Turner
- [Mesa-dev] Nesa-dev now integrated with patchwork
Carl Worth
- [Mesa-dev] radeonsi htile (aka HyperZ) support v2
Andreas Hartmetz
- [Mesa-dev] [PATCH 1/3] radeon: rearrange r600_texture and related code a bit.
Andreas Hartmetz
- [Mesa-dev] [PATCH 2/3] radeon: Allocate htile buffer for SI in r600_texture.
Andreas Hartmetz
- [Mesa-dev] [PATCH 3/3] radeonsi: Write htile state to hardware.
Andreas Hartmetz
- [Mesa-dev] [PATCH] mesa: Define helper function to get the number of texture layers.
Brian Paul
- [Mesa-dev] radeonsi htile (aka HyperZ) support v2 (fixed)
Andreas Hartmetz
- [Mesa-dev] [PATCH] radeonsi: Write htile state to hardware.
Andreas Hartmetz
- [Mesa-dev] [PATCH] radeonsi: Write htile state to hardware.
Marek Olšák
- [Mesa-dev] [PATCH] mesa: Define helper function to get the number of texture layers.
Matt Turner
- [Mesa-dev] [PATCH] mesa: Define helper function to get the number of texture layers.
Francisco Jerez
- [Mesa-dev] [PATCH 1/9] mesa: add entry AMD_shader_trinary_minmax to extension_table
=?UTF-8?q?Maxence=20Le=20Dor=C3=A9?= <Maxence Le Doré>
- [Mesa-dev] [PATCH 2/9] glsl: Add extension tracking for AMD_shader_trinary_minmax
=?UTF-8?q?Maxence=20Le=20Dor=C3=A9?= <Maxence Le Doré>
- [Mesa-dev] [PATCH 3/9] glsl: add a shader_trinary_minmax predicate
=?UTF-8?q?Maxence=20Le=20Dor=C3=A9?= <Maxence Le Doré>
- [Mesa-dev] [PATCH 4/9] glsl: Implement min3 built-in function
=?UTF-8?q?Maxence=20Le=20Dor=C3=A9?= <Maxence Le Doré>
- [Mesa-dev] [PATCH 5/9] glsl: implement max3 built-in function
=?UTF-8?q?Maxence=20Le=20Dor=C3=A9?= <Maxence Le Doré>
- [Mesa-dev] [PATCH 6/9] glsl: implement mid3 built-in function
=?UTF-8?q?Maxence=20Le=20Dor=C3=A9?= <Maxence Le Doré>
- [Mesa-dev] [PATCH 7/9] mesa: enable AMD_shader_trinary_minmax
=?UTF-8?q?Maxence=20Le=20Dor=C3=A9?= <Maxence Le Doré>
- [Mesa-dev] [PATCH 8/9] glsl: switch AMD_shader_trinary_minmax support flag to dummy_true
=?UTF-8?q?Maxence=20Le=20Dor=C3=A9?= <Maxence Le Doré>
- [Mesa-dev] [PATCH 9/9] docs/relnotes/10.1.html: report AMD_shader_trinary_minmax support
=?UTF-8?q?Maxence=20Le=20Dor=C3=A9?= <Maxence Le Doré>
- [Mesa-dev] [PATCH 4/9] glsl: Implement min3 built-in function
Matt Turner
- [Mesa-dev] [PATCH 5/9] glsl: implement max3 built-in function
Matt Turner
- [Mesa-dev] [PATCH 1/9] mesa: add entry AMD_shader_trinary_minmax to extension_table
Matt Turner
- [Mesa-dev] [PATCH] mesa: Define helper function to get the number of texture layers.
Francisco Jerez
- [Mesa-dev] [Bug 72582] New: [swrast] piglit getteximage-targets S3TC 2D_ARRAY regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: Define helper function to get the number of texture layers.
Matt Turner
- [Mesa-dev] radeonsi htile (aka HyperZ) support v3
Andreas Hartmetz
- [Mesa-dev] [PATCH] radeonsi: Write htile state to hardware.
Andreas Hartmetz
- [Mesa-dev] radeonsi htile (aka HyperZ) support v4
Andreas Hartmetz
- [Mesa-dev] [PATCH] radeonsi: Write htile state to hardware.
Andreas Hartmetz
- [Mesa-dev] [PATCH] i965: Avoid extraneous fast depth clears
Chia-I Wu
- [Mesa-dev] [PATCH 1/8] i965: Add #defines for new Broadwell math functions.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/8] i965: Add SFID #defines for media stuff.
Kenneth Graunke
- [Mesa-dev] [PATCH 3/8] i965: Add a new representation for Broadwell shader instructions.
Kenneth Graunke
- [Mesa-dev] [PATCH 4/8] i965: Implement a disassembler for Broadwell's new instruction encoding
Kenneth Graunke
- [Mesa-dev] [PATCH 5/8] i965: Add a new infrastructure for generating Broadwell shader assembly.
Kenneth Graunke
- [Mesa-dev] [PATCH 6/8] i965: Create a new vec4 backend for Broadwell.
Kenneth Graunke
- [Mesa-dev] [PATCH 7/8] i965: Create a new fragment shader backend for Broadwell.
Kenneth Graunke
- [Mesa-dev] [PATCH 8/8] i965: Reserve space for "Vertex Count" in GS outputs.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/9] mesa: add entry AMD_shader_trinary_minmax to extension_table
Kenneth Graunke
- [Mesa-dev] [PATCH 8/9] glsl: switch AMD_shader_trinary_minmax support flag to dummy_true
Kenneth Graunke
- [Mesa-dev] [PATCH 3/9] glsl: add a shader_trinary_minmax predicate
Kenneth Graunke
- [Mesa-dev] [PATCH 4/9] glsl: Implement min3 built-in function
Kenneth Graunke
- [Mesa-dev] [PATCH 4/9] glsl: Implement min3 built-in function
Kenneth Graunke
- [Mesa-dev] [PATCH 6/9] glsl: implement mid3 built-in function
Kenneth Graunke
- [Mesa-dev] [PATCH 6/9] glsl: implement mid3 built-in function
Mario Rugiero
- [Mesa-dev] [PATCH 0/5] Klocwork related patches
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH 1/5] Mesa: Change save_attrib_data() to return boolean
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH 2/5] mesa: Verify memory allocations success in _mesa_PushClientAttrib
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH 3/5] mesa: Verify memory allocations success in _mesa_PushAttrib
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH 4/5] glx: Add missing null check in DRI2WireToEvent
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH 5/5] glx: Add missing null check in dri2CreateDrawable
Juha-Pekka Heikkila
- [Mesa-dev] Gallium3d Documentation
Erik Faye-Lund
- [Mesa-dev] [PATCH 1/5] mesa: Add infrastructure for GL_ARB_clear_buffer_object
Pi Tabred
- [Mesa-dev] [PATCH 4/5] mesa: Implement functions for clear_buffer_object extensions
Pi Tabred
- [Mesa-dev] [PATCH 6/9] glsl: implement mid3 built-in function
Roland Scheidegger
- [Mesa-dev] [PATCH] mesa: Define helper function to get the number of texture layers.
Daniel Vetter
- [Mesa-dev] [Bug 72600] New: ES3 context returned when ES2 is requested
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72600] ES3 context returned when ES2 is requested
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 4/5] mesa: Implement functions for clear_buffer_object extensions
Brian Paul
- [Mesa-dev] [Bug 72600] ES3 context returned when ES2 is requested
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/5] mesa: Add infrastructure for GL_ARB_clear_buffer_object
Brian Paul
- [Mesa-dev] [Bug 72600] ES3 context returned when ES2 is requested
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 4/5] mesa: Implement functions for clear_buffer_object extensions
Pi Tabred
- [Mesa-dev] [PATCH] mesa: Define helper function to get the number of texture layers.
Brian Paul
- [Mesa-dev] PATCHES: R600: Implement work-around for CF stack HW bug
Tom Stellard
- [Mesa-dev] [PATCH] mesa: Define helper function to get the number of texture layers.
Francisco Jerez
- [Mesa-dev] [PATCH v2] mesa: Define helper function to get the number of texture layers.
Francisco Jerez
- [Mesa-dev] [PATCH v2] mesa: Define helper function to get the number of texture layers.
Brian Paul
- [Mesa-dev] [Bug 72607] New: [llvmpipe] piglit glean fragProg1 Z-write test regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: Define helper function to get the number of texture layers.
Paul Berry
- [Mesa-dev] [Bug 72607] [llvmpipe] piglit glean fragProg1 Z-write test regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72607] [llvmpipe] piglit glean fragProg1 Z-write test regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] Remove glBlendColor and glBlendEquations decls from glext.h
Keith Packard
- [Mesa-dev] [PATCH] radeonsi: Write htile state to hardware.
Marek Olšák
- [Mesa-dev] [Bug 72607] [llvmpipe] piglit glean fragProg1 Z-write test regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 4/8] i965: Implement a disassembler for Broadwell's new instruction encoding
Chris Forbes
- [Mesa-dev] [PATCH] mesa: Define helper function to get the number of texture layers.
Francisco Jerez
- [Mesa-dev] [PATCH] mesa: Define helper function to get the number of texture layers.
Paul Berry
- [Mesa-dev] [PATCH 2/8] i965: Add SFID #defines for media stuff.
Chris Forbes
- [Mesa-dev] [PATCH 02/23] glsl: Add image type to the GLSL IR.
Paul Berry
- [Mesa-dev] [Bug 72600] ES3 context returned when ES2 is requested
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] Mark drmServerInfo.debug_print with printf attribute
Keith Packard
- [Mesa-dev] [PATCH 03/23] glsl: Add helper methods to glsl_type for dealing with images.
Paul Berry
- [Mesa-dev] [PATCH 04/23] glsl: Add image memory and layout qualifiers to ir_variable.
Paul Berry
- [Mesa-dev] [PATCH 05/23] glsl: Add gl_uniform_storage fields to keep track of image uniform indices.
Paul Berry
- [Mesa-dev] [PATCH 2/8] i965: Add SFID #defines for media stuff.
Kenneth Graunke
- [Mesa-dev] [PATCH 06/23] glsl/ast: Keep track of type qualifiers defined by ARB_shader_image_load_store.
Paul Berry
- [Mesa-dev] [PATCH 08/23] glsl/parser: Handle the early_fragment_tests input layout qualifier.
Paul Berry
- [Mesa-dev] [PATCH 09/23] glsl/parser: Handle image memory qualifiers.
Paul Berry
- [Mesa-dev] [PATCH 15/23] glsl/ast: Generalize some sampler variable restrictions to all opaque types.
Paul Berry
- [Mesa-dev] [PATCH 18/23] glsl: Add built-in constants for ARB_shader_image_load_store.
Paul Berry
- [Mesa-dev] [PATCH 19/23] glsl: Add image built-in function generator.
Paul Berry
- [Mesa-dev] [PATCH V2 00/10] Newbie Project : Implement ARB_clear_buffer_object
Pi Tabred
- [Mesa-dev] [PATCH V2 01/10] mesa: Add infrastructure for GL_ARB_clear_buffer_object
Pi Tabred
- [Mesa-dev] [PATCH V2 02/10] mesa: Make validate_texbuffer_format function available externally
Pi Tabred
- [Mesa-dev] [PATCH V2 03/10] mesa: Modify format validation to check for extension not context version
Pi Tabred
- [Mesa-dev] [PATCH V2 04/10] mesa: get_texbuffer_format(): differentiate between core and compat context
Pi Tabred
- [Mesa-dev] [PATCH V2 05/10] mesa: Add bufferobj_range_mapped function
Pi Tabred
- [Mesa-dev] [PATCH V2 06/10] mesa: Modify get_buffer() to allow for a variable error code
Pi Tabred
- [Mesa-dev] [PATCH V2 07/10] mesa: Implement functions for clear_buffer_object extensions
Pi Tabred
- [Mesa-dev] [PATCH V2 08/10] Add ARB_clear_buffer_object to list of supported extensions
Pi Tabred
- [Mesa-dev] [PATCH V2 09/10] Modify release notes to include ARB_clear_buffer_object extension
Pi Tabred
- [Mesa-dev] [PATCH V2 10/10] mesa: Cleanup mesa/main/bufferobj.h (column wrapping and space between lines)
Pi Tabred
- [Mesa-dev] [PATCH 20/23] glsl/linker: Count and check image resources.
Paul Berry
- [Mesa-dev] [PATCH 23/23] mesa: Handle binding of uniforms to image units with glUniform*().
Paul Berry
- [Mesa-dev] [PATCH 23/23] mesa: Handle binding of uniforms to image units with glUniform*().
Paul Berry
- [Mesa-dev] [Bug 72615] New: [llvmpipe] piglit copyteximage 1D regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] radeonsi: Write htile state to hardware.
Andreas Hartmetz
- [Mesa-dev] [PATCH] Remove glBlendColor and glBlendEquations decls from glext.h
Brian Paul
- [Mesa-dev] [PATCH V2 07/10] mesa: Implement functions for clear_buffer_object extensions
Brian Paul
- [Mesa-dev] [PATCH V2 01/10] mesa: Add infrastructure for GL_ARB_clear_buffer_object
Brian Paul
- [Mesa-dev] [PATCH V2 05/10] mesa: Add bufferobj_range_mapped function
Brian Paul
- [Mesa-dev] [Bug 72619] New: [llvmpipe] piglit copyteximage 2D regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72620] New: [llvmpipe] piglit copyteximage 3D regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72622] New: [llvmpipe] piglit getteximage-formats regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72623] New: [llvmpipe] piglit arb_color_buffer_float-drawpixels GL_RGBA16F regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72624] New: [llvmpipe] piglit arb_color_buffer_float-render GL_RGBA16F regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/5] Mesa: Change save_attrib_data() to return boolean
Brian Paul
- [Mesa-dev] [PATCH 5/5] glx: Add missing null check in dri2CreateDrawable
Brian Paul
- [Mesa-dev] [PATCH 4/5] glx: Add missing null check in DRI2WireToEvent
Brian Paul
- [Mesa-dev] [Bug 72619] [llvmpipe] piglit copyteximage 2D regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] Mark drmServerInfo.debug_print with printf attribute
Alan Coopersmith
- [Mesa-dev] [Bug 72600] ES3 context returned when ES2 is requested
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] Mark drmServerInfo.debug_print with printf attribute
Keith Packard
- [Mesa-dev] [PATCH 1/5] Mesa: Change save_attrib_data() to return boolean
Juha-Pekka Heikkilä
- [Mesa-dev] [PATCH 01/10] i965: Delete duplicate write_timestamp function.
Kenneth Graunke
- [Mesa-dev] [PATCH 02/10] i965: Remove unused PIPE_CONTROL defines.
Kenneth Graunke
- [Mesa-dev] [PATCH 03/10] i965: Create a helper function for emitting PIPE_CONTROL flushes.
Kenneth Graunke
- [Mesa-dev] [PATCH 04/10] i965: Emit full-length PIPE_CONTROLs for (non-write) flushes.
Kenneth Graunke
- [Mesa-dev] [PATCH 05/10] i965: Use Global GTT for Sandybridge post-sync non-zero workaround.
Kenneth Graunke
- [Mesa-dev] [PATCH 06/10] i965: Use full-length PIPE_CONTROL packets for workaround writes.
Kenneth Graunke
- [Mesa-dev] [PATCH 07/10] i965: Create a helper function for emitting PIPE_CONTROL writes.
Kenneth Graunke
- [Mesa-dev] [PATCH 08/10] i965: Introduce an OUT_RELOC64 macro.
Kenneth Graunke
- [Mesa-dev] [PATCH 09/10] i965: Update PIPE_CONTROL packet lengths for Broadwell.
Kenneth Graunke
- [Mesa-dev] [PATCH 10/10] i965: Re-combine the Gen4-5 and Gen6+ write_depth_count functions.
Kenneth Graunke
- [Mesa-dev] [PATCH V2 01/10] mesa: Add infrastructure for GL_ARB_clear_buffer_object
Pi Tabred
- [Mesa-dev] [PATCH V2 07/10] mesa: Implement functions for clear_buffer_object extensions
Pi Tabred
- [Mesa-dev] [PATCH V2 07/10] mesa: Implement functions for clear_buffer_object extensions
Pi Tabred
- [Mesa-dev] [Bug 67676] Transparent windows no longer work
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 68296] Using old viewport value after a window resize (content is clipped)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 68296] Using old viewport value after a window resize (content is clipped)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 68296] Using old viewport value after a window resize (content is clipped)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] r600g: Removed unnecessary positivity check for unsigned int variable.
Siavash Eliasi
- [Mesa-dev] [PATCH 1/5] Mesa: Change save_attrib_data() to return boolean
Brian Paul
- [Mesa-dev] [PATCH 3/5] mesa: Verify memory allocations success in _mesa_PushAttrib
Brian Paul
- [Mesa-dev] [PATCH V2 01/10] mesa: Add infrastructure for GL_ARB_clear_buffer_object
Brian Paul
- [Mesa-dev] [PATCH V2 07/10] mesa: Implement functions for clear_buffer_object extensions
Brian Paul
- [Mesa-dev] [PATCH 3/5] mesa: Verify memory allocations success in _mesa_PushAttrib
Brian Paul
- [Mesa-dev] [PATCH V2 07/10] mesa: Implement functions for clear_buffer_object extensions
Brian Paul
- [Mesa-dev] [PATCH 02/23] glsl: Add image type to the GLSL IR.
Francisco Jerez
- [Mesa-dev] [PATCH 23/23] mesa: Handle binding of uniforms to image units with glUniform*().
Francisco Jerez
- [Mesa-dev] [PATCH 20/23] glsl/linker: Count and check image resources.
Francisco Jerez
- [Mesa-dev] [PATCH 06/11] mesa: Add MESA_FORMAT_ABGR2101010.
Mark Mueller
- [Mesa-dev] [PATCH 19/23] glsl: Add image built-in function generator.
Francisco Jerez
- [Mesa-dev] [PATCH 23/23] mesa: Handle binding of uniforms to image units with glUniform*().
Francisco Jerez
- [Mesa-dev] [PATCH] radeonsi: Write htile state to hardware.
Marek Olšák
- [Mesa-dev] [PATCH 1/9] st/mesa: always prefer pipe->clear over clear_with_quad
Marek Olšák
- [Mesa-dev] [PATCH 2/9] st/dri: resolve sRGB buffers in linear colorspace
Marek Olšák
- [Mesa-dev] [PATCH 3/9] gallium/u_blitter: remove useless parameters from some functions
Marek Olšák
- [Mesa-dev] [PATCH 4/9] gallium/u_blitter: implement shader-based MSAA resolve
Marek Olšák
- [Mesa-dev] [PATCH 5/9] gallium/u_blitter: implement shader-based MSAA resolve with bilinear filtering
Marek Olšák
- [Mesa-dev] [PATCH 6/9] radeonsi: use shader-based MSAA resolving when hw-based one cannot be used
Marek Olšák
- [Mesa-dev] [PATCH 7/9] r600g: use shader-based MSAA resolving when hw-based one cannot be used
Marek Olšák
- [Mesa-dev] [PATCH 8/9] radeonsi: move invariant regs to si_init_config
Marek Olšák
- [Mesa-dev] [PATCH 9/9] r600g: expose 32-bit integer vertex formats
Marek Olšák
- [Mesa-dev] [Bug 72600] ES3 context returned when ES2 is requested
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72600] ES3 context returned when ES2 is requested
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72600] ES3 context returned when ES2 is requested
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72600] ES3 context returned when ES2 is requested
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 5/9] gallium/u_blitter: implement shader-based MSAA resolve with bilinear filtering
Brian Paul
- [Mesa-dev] [PATCH 19/23] glsl: Add image built-in function generator.
Kenneth Graunke
- [Mesa-dev] [PATCH] mesa: update glext.h to version 20131212
Brian Paul
- [Mesa-dev] [PATCH 0/8] Fix multiple memory leaks
Aaron Watry
- [Mesa-dev] [PATCH 1/8] clover: Remove unused variable
Aaron Watry
- [Mesa-dev] [PATCH 2/8] pipe_loader/sw: close dev->lib when initialization fails.
Aaron Watry
- [Mesa-dev] [PATCH 3/8] radeon/compute: Stop leaking LLVMContexts in radeon_llvm_parse_bitcode
Aaron Watry
- [Mesa-dev] [PATCH 4/8] r600/compute: Free compiled kernels when deleting compute state
Aaron Watry
- [Mesa-dev] [PATCH 5/8] r600/compute: Use the correct FREE macro when deleting compute state.
Aaron Watry
- [Mesa-dev] [PATCH 6/8] radeon/llvm: Free target data at end of optimization
Aaron Watry
- [Mesa-dev] [PATCH 7/8] st/vdpau: Destroy context when initialization fails
Aaron Watry
- [Mesa-dev] [PATCH 8/8] r600/pipe: Stop leaking context->start_compute_cs_cmd.buf on EG/CM
Aaron Watry
- [Mesa-dev] [PATCH] mesa: Fix error code generation in glBeginConditionalRender()
Anuj Phogat
- [Mesa-dev] [PATCH][9.2] st/xorg: Handle new DamageUnregister API which has only one argument
Carl Worth
- [Mesa-dev] [PATCH] llvmpipe: (trivial) get rid of triangle subdivision code
sroland at vmware.com
- [Mesa-dev] [Bug 72654] New: [llvmpipe] arb_color_buffer_float-render GL_RGBA16F fog regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72655] New: [llvmpipe] arb_color_buffer_float-render GL_RGBA16F sanity regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72654] [llvmpipe] piglit arb_color_buffer_float-render GL_RGBA16F fog regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72655] [llvmpipe] piglit arb_color_buffer_float-render GL_RGBA16F sanity regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72656] New: [llvmpipe] piglit arb_color_buffer_float-render GL_RGBA16F sanity fog regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72657] New: [llvmpipe] piglit copyteximage CUBE regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72658] New: [llvmpipe] piglit copyteximage RECT regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72659] New: [llvmpipe] piglit getteximage-formats init-by-rendering regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] llvmpipe: (trivial) get rid of triangle subdivision code
Brian Paul
- [Mesa-dev] [Bug 72619] [llvmpipe] piglit copyteximage 2D regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 8/9] radeonsi: move invariant regs to si_init_config
Michel Dänzer
- [Mesa-dev] [PATCH] llvmpipe: (trivial) get rid of triangle subdivision code
Zack Rusin
- [Mesa-dev] [Bug 72619] [llvmpipe] piglit copyteximage 2D regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] Mesa 10.0.1
Carl Worth
- [Mesa-dev] Mesa 9.2.5
Carl Worth
- [Mesa-dev] [PATCH 7/8] st/vdpau: Destroy context when initialization fails
Christian König
- [Mesa-dev] [PATCH] configure.ac: remove -fcolor-diagnostics from LLVM flags
Markus Trippelsdorf
- [Mesa-dev] [PATCH 19/23] glsl: Add image built-in function generator.
Francisco Jerez
- [Mesa-dev] [PATCH 1/9] st/mesa: always prefer pipe->clear over clear_with_quad
Jose Fonseca
- [Mesa-dev] [PATCH] radeonsi: Since we're not using HiS, use more buffer space for HiZ.
Andreas Hartmetz
- [Mesa-dev] [PATCH 1/9] st/mesa: always prefer pipe->clear over clear_with_quad
Marek Olšák
- [Mesa-dev] [PATCH 1/9] st/mesa: always prefer pipe->clear over clear_with_quad
Jose Fonseca
- [Mesa-dev] [PATCH] radeonsi: Since we're not using HiS, use more buffer space for HiZ.
Marek Olšák
- [Mesa-dev] [PATCH 15/18] mesa: Add ARB_viewport_array plumbing
Courtney Goeltzenleuchter
- [Mesa-dev] [PATCH 04/10] i965: Emit full-length PIPE_CONTROLs for (non-write) flushes.
Daniel Vetter
- [Mesa-dev] [PATCH 05/10] i965: Use Global GTT for Sandybridge post-sync non-zero workaround.
Daniel Vetter
- [Mesa-dev] [PATCH 06/10] i965: Use full-length PIPE_CONTROL packets for workaround writes.
Daniel Vetter
- [Mesa-dev] [PATCH 08/10] i965: Introduce an OUT_RELOC64 macro.
Daniel Vetter
- [Mesa-dev] [PATCH 08/10] i965: Introduce an OUT_RELOC64 macro.
Kenneth Graunke
- [Mesa-dev] [PATCH] llvmpipe: get rid of barycentric calculation of a0
sroland at vmware.com
- [Mesa-dev] [PATCH] llvmpipe: get rid of barycentric calculation of a0
Jose Fonseca
- [Mesa-dev] [PATCH 1/9] st/mesa: always prefer pipe->clear over clear_with_quad
Marek Olšák
- [Mesa-dev] [PATCH 1/9] st/mesa: always prefer pipe->clear over clear_with_quad
Roland Scheidegger
- [Mesa-dev] Continuous Integration
Yomi Ogunwumi
- [Mesa-dev] [PATCH 0/2 v3] i965: Extend fast texture upload
Courtney Goeltzenleuchter
- [Mesa-dev] [PATCH 1/2] i965: add XRGB to tiled_memcpy
Courtney Goeltzenleuchter
- [Mesa-dev] [PATCH 2/2] i965: Enhance tiled_memcpy to support all levels
Courtney Goeltzenleuchter
- [Mesa-dev] [Bug 72582] [swrast] piglit getteximage-targets S3TC 2D_ARRAY regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72582] [swrast] piglit getteximage-targets S3TC 2D_ARRAY regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] gallivm: fix pointer type for stmxcsr/ldmxcsr
sroland at vmware.com
- [Mesa-dev] [PATCH 1/4] st/mesa: simplify integer texture check
Brian Paul
- [Mesa-dev] [PATCH 2/4] st/mesa: add const qualifier to st_translate_color()
Brian Paul
- [Mesa-dev] [PATCH 3/4] st/mesa: add const qualifiers in sampler validation code
Brian Paul
- [Mesa-dev] [PATCH 4/4] st/mesa: only set up sampler compare mode for depth textures
Brian Paul
- [Mesa-dev] [Bug 72600] ES3 context returned when ES2 is requested
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72600] ES3 context returned when ES2 is requested
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] gallivm: fix pointer type for stmxcsr/ldmxcsr
Zack Rusin
- [Mesa-dev] [Bug 72600] ES3 context returned when ES2 is requested
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 4/4] st/mesa: only set up sampler compare mode for depth textures
Roland Scheidegger
- [Mesa-dev] [PATCH V2 07/10] mesa: Implement functions for clear_buffer_object extensions
Pi Tabred
- [Mesa-dev] [PATCH] mesa: update glext.h to version 20131212
Kenneth Graunke
- [Mesa-dev] [PATCH 08/10] i965: Introduce an OUT_RELOC64 macro.
Daniel Vetter
- [Mesa-dev] [PATCH] dri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888
Kenneth Graunke
- [Mesa-dev] [PATCH 1/4] dri3: Clean up struct dri3_drawable
Kenneth Graunke
- [Mesa-dev] [PATCH 1/2] st/dri: fix compiler warning for driCopySubBufferExtension
Brian Paul
- [Mesa-dev] [PATCH 2/2] swrast: silence driContextSetFlags() parameter type warning
Brian Paul
- [Mesa-dev] [PATCH V2 07/10] mesa: Implement functions for clear_buffer_object extensions
Brian Paul
- [Mesa-dev] [PATCH] dri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888
Keith Packard
- [Mesa-dev] [PATCH 00/18] dri3+gallium patch series
Keith Packard
- [Mesa-dev] [PATCH 01/18] Remove glBlendColor and glBlendEquations decls from glext.h
Keith Packard
- [Mesa-dev] [PATCH 02/18] dri/swrast: Passing dri_context * instead of gl_context* to driContextSetFlags
Keith Packard
- [Mesa-dev] [PATCH 03/18] Don't use libudev for glx/dri3
Keith Packard
- [Mesa-dev] [PATCH 04/18] dri3: Switch to libxshmfence version 1.1
Keith Packard
- [Mesa-dev] [PATCH 05/18] dri3: Free resources when drawable is destroyed.
Keith Packard
- [Mesa-dev] [PATCH 06/18] dri3: Clean up struct dri3_drawable
Keith Packard
- [Mesa-dev] [PATCH 07/18] dri3: Track full 64-bit SBC numbers, instead of just 32-bits
Keith Packard
- [Mesa-dev] [PATCH 08/18] dri3: Fix dri3_wait_for_sbc to wait for completion of requested SBC
Keith Packard
- [Mesa-dev] [PATCH 09/18] dri3: Enable GLX_INTEL_swap_event
Keith Packard
- [Mesa-dev] [PATCH 10/18] i965: Correct check for re-bound buffer in intel_update_image_buffer
Keith Packard
- [Mesa-dev] [PATCH 11/18] i965: Set fast color clear mcs_state on newly allocated image miptrees
Keith Packard
- [Mesa-dev] [PATCH 12/18] dri3: Rename DRI3_MAX_BACK to DRI3_NUM_BACK
Keith Packard
- [Mesa-dev] [PATCH 13/18] dri3: Flush XCB before blocking for special events
Keith Packard
- [Mesa-dev] [PATCH 14/18] dri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888
Keith Packard
- [Mesa-dev] [PATCH 15/18] gallium: Add __DRIimageDriverExtension support to gallium
Keith Packard
- [Mesa-dev] [PATCH 16/18] gallium/dri: fix unsetting of format when encountering depth/stencil
Keith Packard
- [Mesa-dev] [PATCH 17/18] nvc0: fix segfault if nv50_miptree_from_handle() fails
Keith Packard
- [Mesa-dev] [PATCH 18/18] gallium: Use base.stamp for all drawable invalidation checks.
Keith Packard
- [Mesa-dev] [PATCH 01/18] Remove glBlendColor and glBlendEquations decls from glext.h
Kenneth Graunke
- [Mesa-dev] [PATCH] Don't use libudev for glx/dri3
Kenneth Graunke
- [Mesa-dev] [PATCH 04/18] dri3: Switch to libxshmfence version 1.1
Kenneth Graunke
- [Mesa-dev] [PATCH] i965: Pretend we don't support BRW_SURFACEFORMAT_R16G16B16_FLOAT for textures.
Chris Forbes
- [Mesa-dev] [PATCH 01/18] Remove glBlendColor and glBlendEquations decls from glext.h
Keith Packard
- [Mesa-dev] [PATCH 04/18] dri3: Switch to libxshmfence version 1.1
Keith Packard
- [Mesa-dev] [PATCH] Don't use libudev for glx/dri3
Daniel Vetter
- [Mesa-dev] [PATCH 15/18] gallium: Add __DRIimageDriverExtension support to gallium
Marek Olšák
- [Mesa-dev] [Bug 72708] New: Master fails to build with older gcc due to -msse4.1
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] st/mesa: use pipe_sampler_view_release()
Jonathan Liu
- [Mesa-dev] [PATCH 1/2] glx: Simplify __glxGetMscRate, it only needs the screen, not a drawable
Lauri Kasanen
- [Mesa-dev] [PATCH 2/2] glx/dri2: Add support for adaptive vsync
Lauri Kasanen
- [Mesa-dev] [PATCH] st/mesa: use pipe_sampler_view_release()
Brian Paul
- [Mesa-dev] [PATCH V3 00/10] Newbie Project : Implement ARB_clear_buffer_object
Pi Tabred
- [Mesa-dev] [PATCH V3 01/10] mesa: Add infrastructure for GL_ARB_clear_buffer_object
Pi Tabred
- [Mesa-dev] [PATCH V3 02/10] mesa: Make validate_texbuffer_format function available externally
Pi Tabred
- [Mesa-dev] [PATCH V3 03/10] mesa: Modify format validation to check for extension not context version
Pi Tabred
- [Mesa-dev] [PATCH V3 04/10] mesa: get_texbuffer_format(): differentiate between core and compat context
Pi Tabred
- [Mesa-dev] [PATCH V3 05/10] mesa: Add bufferobj_range_mapped function
Pi Tabred
- [Mesa-dev] [PATCH V3 06/10] mesa: Modify get_buffer() to allow for a variable error code
Pi Tabred
- [Mesa-dev] [PATCH V3 07/10] mesa: Implement functions for clear_buffer_object extensions
Pi Tabred
- [Mesa-dev] [PATCH V3 08/10] Add ARB_clear_buffer_object to list of supported extensions
Pi Tabred
- [Mesa-dev] [PATCH V3 09/10] Modify release notes to include ARB_clear_buffer_object extension
Pi Tabred
- [Mesa-dev] [PATCH V3 10/10] mesa: Cleanup mesa/main/bufferobj.h (column wrapping and space between lines)
Pi Tabred
- [Mesa-dev] [PATCH 0/2] code de-duplication and non-pci support
Rob Clark
- [Mesa-dev] [PATCH 1/2] loader: refactor duplicated code into loader util lib
Rob Clark
- [Mesa-dev] [PATCH 2/2] loader: fallback to drmGetVersion() for non-pci devices
Rob Clark
- [Mesa-dev] [PATCH 1/2] glx: Simplify __glxGetMscRate, it only needs the screen, not a drawable
Lauri Kasanen
- [Mesa-dev] [PATCH 2/2] glx/dri2: Add support for adaptive vsync
Lauri Kasanen
- [Mesa-dev] [PATCH] mesa: update khrplatform.h for Win64 support
Jonathan Liu
- [Mesa-dev] [PATCH 1/1] i915: Add support for gl_FragData[0] reads.
Henri Verbeet
- [Mesa-dev] [Bug 50754] Building 32 bit mesa on 64 bit OS fails since change for automake
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 0/3] Buffer creation and consistency
Jan Vesely
- [Mesa-dev] [PATCH 1/3] clover: Check invalid flag combinations in clCreateBuffer.
Jan Vesely
- [Mesa-dev] [PATCH 2/3] clover: Check allocation size against context maximum
Jan Vesely
- [Mesa-dev] [PATCH 3/3] clover: Append buffers that use CL_MEM_USE_HOST_PTR
Jan Vesely
- [Mesa-dev] [Bug 72708] Master fails to build with older gcc due to -msse4.1
bugzilla-daemon at freedesktop.org
- [Mesa-dev] glBlitFramebuffer and sRGB vs piglit
Marek Olšák
- [Mesa-dev] [PATCH] llvmpipe: use pipe_sampler_view_release() to avoid segfault
Jonathan Liu
- [Mesa-dev] gallium endianness and hw drivers
Dave Airlie
- [Mesa-dev] [PATCH 1/3] clover: Check invalid flag combinations in clCreateBuffer.
Francisco Jerez
- [Mesa-dev] [PATCH 2/3] clover: Check allocation size against context maximum
Francisco Jerez
- [Mesa-dev] [PATCH 3/3] clover: Append buffers that use CL_MEM_USE_HOST_PTR
Francisco Jerez
- [Mesa-dev] [Bug 72708] Master fails to build with older gcc due to -msse4.1
bugzilla-daemon at freedesktop.org
- [Mesa-dev] gallium endianness and hw drivers
Michel Dänzer
- [Mesa-dev] glBlitFramebuffer and sRGB vs piglit
Henri Verbeet
- [Mesa-dev] gallium endianness and hw drivers
Marek Olšák
- [Mesa-dev] [PATCH 0/5] More null checks from Klocwork
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH 1/5] Mesa: Change save_attrib_data() to return boolean
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH 2/5] mesa: Verify memory allocations success in _mesa_PushClientAttrib
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH 3/5] mesa: Verify memory allocations success in _mesa_PushAttrib
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH 4/5] glx: Add missing null check in dri2CreateDrawable
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH 5/5] glx: add missing null check in dri2_bind_tex_image
Juha-Pekka Heikkila
- [Mesa-dev] gallium endianness and hw drivers
Benjamin Herrenschmidt
- [Mesa-dev] [PATCH 4/8] r600/compute: Free compiled kernels when deleting compute state
Tom Stellard
- [Mesa-dev] [PATCH 0/8] Fix multiple memory leaks
Tom Stellard
- [Mesa-dev] [PATCH] llvmpipe: use pipe_sampler_view_release() to avoid segfault
Brian Paul
- [Mesa-dev] [PATCH V3 00/10] Newbie Project : Implement ARB_clear_buffer_object
Brian Paul
- [Mesa-dev] [PATCH V3 00/10] Newbie Project : Implement ARB_clear_buffer_object
Brian Paul
- [Mesa-dev] [PATCH] mesa: add API/extension checks for 3-component texture buffer formats
Brian Paul
- [Mesa-dev] [PATCH 5/5] glx: add missing null check in dri2_bind_tex_image
Brian Paul
- [Mesa-dev] [Mesa-stable] [PATCH 1/1] i915: Add support for gl_FragData[0] reads.
Ian Romanick
- [Mesa-dev] [Bug 68296] Using old viewport value after a window resize (content is clipped)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] Don't use libudev for glx/dri3
Eric Anholt
- [Mesa-dev] [PATCH 1/1] i915: Add support for gl_FragData[0] reads.
Eric Anholt
- [Mesa-dev] [PATCH] Don't use libudev for glx/dri3
Daniel Vetter
- [Mesa-dev] [Bug 68296] Using old viewport value after a window resize (content is clipped)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 68296] Using old viewport value after a window resize (content is clipped)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 20/23] glsl/linker: Count and check image resources.
Paul Berry
- [Mesa-dev] [PATCH 7/7] i965: Add support for Broadwell's new register types.
Jordan Justen
- [Mesa-dev] [PATCH 2/2] i965: Use {point_sprite, flat}_enable variable names instead of dw*.
Jordan Justen
- [Mesa-dev] [PATCH 1/3] glsl: Don't return bad values from _mesa_shader_type_to_index.
Paul Berry
- [Mesa-dev] [PATCH 2/3] main: Move MESA_SHADER_TYPES outside of gl_shader_type enum.
Paul Berry
- [Mesa-dev] [PATCH 3/3] glsl: Replace _mesa_glsl_parser_targets enum with gl_shader_type.
Paul Berry
- [Mesa-dev] [PATCH 3/3] glsl: Replace _mesa_glsl_parser_targets enum with gl_shader_type.
Brian Paul
- [Mesa-dev] [PATCH] configure.ac: remove -fcolor-diagnostics from LLVM flags
Brian Paul
- [Mesa-dev] [PATCH 02/23] glsl: Add image type to the GLSL IR.
Paul Berry
- [Mesa-dev] [PATCH] glsl: Fix gl_type of usamplerCube built-in type.
Paul Berry
- [Mesa-dev] [PATCH 3/3] glsl: Replace _mesa_glsl_parser_targets enum with gl_shader_type.
Paul Berry
- [Mesa-dev] [PATCH] Haiku: Add in public GL kit headers
Alexander von Gluck IV
- [Mesa-dev] [PATCH] glsl: Fix gl_type of usamplerCube built-in type.
Kenneth Graunke
- [Mesa-dev] [Mesa-stable] [PATCH] Haiku: Add in public GL kit headers
Brian Paul
- [Mesa-dev] gallium endianness and hw drivers
Michel Dänzer
- [Mesa-dev] [PATCH] radeonsi: Since we're not using HiS, use more buffer space for HiZ.
Marek Olšák
- [Mesa-dev] [PATCH 1/3] radeonsi: flush HTILE when appropriate
Marek Olšák
- [Mesa-dev] [PATCH 2/3] radeonsi: make DB_RENDER_OVERRIDE an invariant register
Marek Olšák
- [Mesa-dev] [PATCH 3/3] radeonsi: improve HiZ precision for less and lequal depth functions
Marek Olšák
- [Mesa-dev] [PATCH 0/2] v3: Fix array overrun with too many uniforms
Petri Latvala
- [Mesa-dev] [PATCH 1/3] radeonsi: flush HTILE when appropriate
Michel Dänzer
- [Mesa-dev] [PATCH v3 19/23] glsl: Add image built-in function generator.
Francisco Jerez
- [Mesa-dev] [PATCH 1/3] radeonsi: flush HTILE when appropriate
Marek Olšák
- [Mesa-dev] [PATCH] radeonsi: add the htile buffer to the CS ioctl buffer list
Marek Olšák
- [Mesa-dev] [PATCH] radeonsi: set CB_DISABLE if the color mask is 0
Marek Olšák
- [Mesa-dev] [PATCH] st/dri: Check for kernel support before enabling fd sharing
Thomas Hellstrom
- [Mesa-dev] [PATCH] radeonsi: add the htile buffer to the CS ioctl buffer list
Alex Deucher
- [Mesa-dev] [PATCH] glcpp: error on multiple #else directives
Erik Faye-Lund
- [Mesa-dev] [PATCH] radeonsi: set CB_DISABLE if the color mask is 0
Alex Deucher
- [Mesa-dev] [PATCH] mesa: Fix build to properly check for supported compiler flags
Lauri Kasanen
- [Mesa-dev] [PATCH v2] glcpp: error on multiple #else/#elif directives
Erik Faye-Lund
- [Mesa-dev] Testing optimizer
Patrick Baggett
- [Mesa-dev] [PATCH] radeonsi: set CB_DISABLE if the color mask is 0
Sylvain BERTRAND
- [Mesa-dev] [PATCH] radeonsi: set CB_DISABLE if the color mask is 0
Sylvain BERTRAND
- [Mesa-dev] [PATCH v2 1/1] clover: Add parameter checks to clCreateBuffer.
Jan Vesely
- [Mesa-dev] [PATCH v3 19/23] glsl: Add image built-in function generator.
Paul Berry
- [Mesa-dev] Testing optimizer
Tom Stellard
- [Mesa-dev] Testing optimizer
Paul Berry
- [Mesa-dev] [PATCH] radeonsi: set CB_DISABLE if the color mask is 0
Marek Olšák
- [Mesa-dev] Testing optimizer
Marek Olšák
- [Mesa-dev] [PATCH 0/2] code de-duplication and non-pci support
Erik Faye-Lund
- [Mesa-dev] [PATCH 1/5] main: Remove unused function _mesa_shader_index_to_type().
Paul Berry
- [Mesa-dev] [PATCH 2/5] glsl: Get rid of hardcoded arrays of shader target names.
Paul Berry
- [Mesa-dev] [PATCH 3/5] glsl: Remove extraneous shader_type argument from analyze_clip_usage().
Paul Berry
- [Mesa-dev] [PATCH 4/5] mesa: Improve static error checking of arrays sized by MESA_SHADER_TYPES.
Paul Berry
- [Mesa-dev] [PATCH 5/5] mesa: Add an assertion to _mesa_program_index_to_target().
Paul Berry
- [Mesa-dev] [PATCH 2/5] glsl: Get rid of hardcoded arrays of shader target names.
Brian Paul
- [Mesa-dev] [PATCH 1/5] main: Remove unused function _mesa_shader_index_to_type().
Brian Paul
- [Mesa-dev] Testing optimizer
Patrick Baggett
- [Mesa-dev] [PATCH 2/5] glsl: Get rid of hardcoded arrays of shader target names.
Paul Berry
- [Mesa-dev] Testing optimizer
Paul Berry
- [Mesa-dev] [PATCH 2/5] glsl: Get rid of hardcoded arrays of shader target names.
Brian Paul
- [Mesa-dev] [PATCH 2/5] glsl: Get rid of hardcoded arrays of shader target names.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/2] mesa: Add gl_formats to cover all GLUser provided format/type combinations
Mark Mueller
- [Mesa-dev] [PATCH] i965: Store QPitch in intel_mipmap_tree.
Kenneth Graunke
- [Mesa-dev] [PATCH] Rename overloads of _mesa_glsl_shader_target_name().
Paul Berry
- [Mesa-dev] [PATCH] i965: Store QPitch in intel_mipmap_tree.
Paul Berry
- [Mesa-dev] [PATCH 02/23] i965/fs: Allocate the param_size array dynamically.
Paul Berry
- [Mesa-dev] [PATCH 04/23] i965: Move up duplicated fields from stage-specific prog_data to brw_stage_prog_data.
Paul Berry
- [Mesa-dev] [PATCH 0/8 v2] Fix multiple memory leaks
Aaron Watry
- [Mesa-dev] [PATCH 1/8] clover: Remove unused variable
Aaron Watry
- [Mesa-dev] [PATCH 2/8] pipe_loader/sw: close dev->lib when initialization fails
Aaron Watry
- [Mesa-dev] [PATCH 3/8] radeon/compute: Stop leaking LLVMContexts in radeon_llvm_parse_bitcode
Aaron Watry
- [Mesa-dev] [PATCH 4/8] r600/compute: Free compiled kernels when deleting compute state
Aaron Watry
- [Mesa-dev] [PATCH 5/8] r600/compute: Use the correct FREE macro when deleting compute state
Aaron Watry
- [Mesa-dev] [PATCH 6/8] radeon/llvm: Free target data at end of optimization
Aaron Watry
- [Mesa-dev] [PATCH 7/8] st/vdpau: Destroy context when initialization fails
Aaron Watry
- [Mesa-dev] [PATCH 8/8] r600/pipe: Stop leaking context->start_compute_cs_cmd.buf on EG/CM
Aaron Watry
- [Mesa-dev] [PATCH] Rename overloads of _mesa_glsl_shader_target_name().
Brian Paul
- [Mesa-dev] [PATCH] mesa: minor simplification in _mesa_es3_error_check_format_and_type()
Brian Paul
- [Mesa-dev] [PATCH] i965: Fix the region's pitch condition to use blitter
Anuj Phogat
- [Mesa-dev] [PATCH 1/2] st/dri: move fourcc->format conversion to a common place
Dave Airlie
- [Mesa-dev] [PATCH 2/2] st/dri: add support for dma-buf importer (DRIimage v8)
Dave Airlie
- [Mesa-dev] [PATCH 1/9] st/mesa: always prefer pipe->clear over clear_with_quad
Marek Olšák
- [Mesa-dev] [PATCH 1/2] mesa: Add gl_formats to cover all GLUser provided format/type combinations
Mark Mueller
- [Mesa-dev] [PATCH 1/2] mesa: Add gl_formats to cover all GLUser provided format/type combinations
Kenneth Graunke
- [Mesa-dev] [PATCH 5/8] i965: Add a new infrastructure for generating Broadwell shader assembly.
Kenneth Graunke
- [Mesa-dev] [PATCH 3/8] i965: Add a new representation for Broadwell shader instructions.
Kenneth Graunke
- [Mesa-dev] [PATCH] glsl: Dont call mark_whole_array_access() unless we are dealing with arrays
Timothy Arceri
- [Mesa-dev] [PATCH] st_glsl_to_tgsi: add support for prim id fragment shader input
Dave Airlie
- [Mesa-dev] [PATCH] i965: fold offset into coord for textureOffset(gsampler2DRect)
Chris Forbes
- [Mesa-dev] [PATCH] i965: fold offset into coord for textureOffset(gsampler2DRect)
Chris Forbes
- [Mesa-dev] [PATCH 1/2] mesa: Add gl_formats to cover all GLUser provided format/type combinations
Marek Olšák
- [Mesa-dev] [PATCH 1/9] st/mesa: always prefer pipe->clear over clear_with_quad
Jose Fonseca
- [Mesa-dev] [PATCH] radeonsi: set CB_DISABLE if the color mask is 0
Sylvain BERTRAND
- [Mesa-dev] [PATCH] radeonsi: set CB_DISABLE if the color mask is 0
Marek Olšák
- [Mesa-dev] [PATCH 1/9] st/mesa: always prefer pipe->clear over clear_with_quad
Marek Olšák
- [Mesa-dev] [PATCH 1/3] glx: add missing null check in dri2_bind_tex_image
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH 2/3] glx: Fix two identical null check errors in driSet/GetInterval
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH 3/3] Mesa: add asserts in load_texunit_bumpmap
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH] radeonsi: Since we're not using HiS, use more buffer space for HiZ.
Andreas Hartmetz
- [Mesa-dev] [Bug 72281] [bisected] Eufloria HD crash on start
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] radeonsi: Since we're not using HiS, use more buffer space for HiZ.
Marek Olšák
- [Mesa-dev] [PATCH v3 19/23] glsl: Add image built-in function generator.
Francisco Jerez
- [Mesa-dev] [PATCH] st_glsl_to_tgsi: add support for prim id fragment shader input
Brian Paul
- [Mesa-dev] [PATCH v3 19/23] glsl: Add image built-in function generator.
Paul Berry
- [Mesa-dev] [PATCH v2 1/1] clover: Add parameter checks to clCreateBuffer.
Francisco Jerez
- [Mesa-dev] [Bug 72281] [bisected] Eufloria HD crash on start
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/2] mesa: Add gl_formats to cover all GLUser provided format/type combinations
Brian Paul
- [Mesa-dev] [PATCH 2/3] glx: Fix two identical null check errors in driSet/GetInterval
Brian Paul
- [Mesa-dev] [PATCH 1/3] glx: add missing null check in dri2_bind_tex_image
Brian Paul
- [Mesa-dev] [PATCH] winsys/radeon: remove superfluous distinction of cases
Niels Ole Salscheider
- [Mesa-dev] [PATCH] winsys/radeon: remove superfluous distinction of cases
Alex Deucher
- [Mesa-dev] [PATCH] i965: fold offset into coord for textureOffset(gsampler2DRect)
Kenneth Graunke
- [Mesa-dev] [PATCH 1/2] mesa: Add gl_formats to cover all GLUser provided format/type combinations
Mark Mueller
- [Mesa-dev] [PATCH 1/2] mesa: Add gl_formats to cover all GLUser provided format/type combinations
Mark Mueller
- [Mesa-dev] [PATCH v2 1/1] R600: Allow ftrunc
Jan Vesely
- [Mesa-dev] [PATCH v2 1/1] R600: Allow ftrunc
Tom Stellard
- [Mesa-dev] [PATCH] i965: Fix 3DSTATE_PUSH_CONSTANT_ALLOC_PS packet creation.
Kenneth Graunke
- [Mesa-dev] [PATCH] i965: Fix 3DSTATE_PUSH_CONSTANT_ALLOC_PS packet creation.
Paul Berry
- [Mesa-dev] [PATCH 1/1] R600: Allow ftrunc
Jan Vesely
- [Mesa-dev] [PATCH 1/2] mesa: Add gl_formats to cover all GLUser provided format/type combinations
Brian Paul
- [Mesa-dev] [PATCH] llvmpipe: fix possible constant buffer overflow
Zack Rusin
- [Mesa-dev] [PATCH] llvmpipe: fix possible constant buffer overflow
Roland Scheidegger
- [Mesa-dev] [PATCH V2 10/10] i965/Gen7: Allow CMS layout for multisample textures
Anuj Phogat
- [Mesa-dev] [PATCH] mesa: Fix build to properly check for supported compiler flags
Matt Turner
- [Mesa-dev] [PATCH] radeonsi: Only scan pixel shaders for TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS
Michel Dänzer
- [Mesa-dev] [PATCH 1/1] mesa: Add some convention to MESA_FORMATs with attention to PIPE_FORMATs
Mark Mueller
- [Mesa-dev] [PATCH] Break instead of loop all paths once dri driver is gotten successfully
Quanxian Wang
- [Mesa-dev] [PATCH] mesa: Fix build to properly check for supported compiler flags
Lauri Kasanen
- [Mesa-dev] [PATCH] radeonsi: Only scan pixel shaders for TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS
Marek Olšák
- [Mesa-dev] [Bug 72877] New: Wrong colors with Mesa 9.2 and Mesa 10.0 on PPC Linux systems
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/3] glx: Fix two identical null check errors in driSet/GetInterval
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH 2/3] Mesa: Add asserts into emit_fog_instructions
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH 3/3] Mesa: Assert variable coming from get_variable() in get_current_attrib
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH] mesa: Fix build to properly check for supported compiler flags
Kenneth Graunke
- [Mesa-dev] [PATCH 1/3] glx: Fix two identical null check errors in driSet/GetInterval
Brian Paul
- [Mesa-dev] [PATCH 1/1] mesa: Add some convention to MESA_FORMATs with attention to PIPE_FORMATs
Brian Paul
- [Mesa-dev] [PATCH] Break instead of loop all paths once dri driver is gotten successfully
Brian Paul
- [Mesa-dev] [PATCH] glxgears: also print VisualID with -info option
Brian Paul
- [Mesa-dev] [PATCH] mesa: Fix build to properly check for supported compiler flags
Matt Turner
- [Mesa-dev] [PATCH] Break instead of loop all paths once dri driver is gotten successfully
Matt Turner
- [Mesa-dev] [PATCH] llvmpipe: fix possible constant buffer overflow
Jose Fonseca
- [Mesa-dev] [Bug 67676] Transparent windows no longer work
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/5] r200: Sort list of enabled extensions
Ian Romanick
- [Mesa-dev] [PATCH 2/5] radeon: Sort list of enabled extensions
Ian Romanick
- [Mesa-dev] [PATCH 3/5] mesa: GL_EXT_packed_depth_stencil is not optional
Ian Romanick
- [Mesa-dev] [PATCH 4/5] mesa: Clean up bad code formatting left from previous commit
Ian Romanick
- [Mesa-dev] [PATCH 5/5] mesa: It is not possible to have GLSL < 1.20
Ian Romanick
- [Mesa-dev] [PATCH 06/23] i965: Define common register base class shared between both back-ends.
Paul Berry
- [Mesa-dev] [PATCH] mesa: Fix build to properly check for supported compiler flags, v2
Lauri Kasanen
- [Mesa-dev] [Bug 72877] Wrong colors with Mesa 9.2 and Mesa 10.0 on PPC Linux systems
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/5] r200: Sort list of enabled extensions
Brian Paul
- [Mesa-dev] [Bug 68296] Using old viewport value after a window resize (content is clipped)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/7] i965: Include brw_reg.h in brw_disasm.c.
Eric Anholt
- [Mesa-dev] [Bug 72889] New: wayland/weston EGL/GLESv2 client corruption/flicker on r600 mesa-10.x
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72890] New: wayland/weston EGL/GLESv2 client corruption+flicker on mesa-10.x r600
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72890] wayland/weston EGL/GLESv2 client corruption+flicker on mesa-10.x r600
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72889] wayland/weston EGL/GLESv2 client corruption/flicker on r600 mesa-10.x
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72889] wayland/weston EGL/GLESv2 client corruption/flicker on r600 mesa-10.x
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72890] wayland/weston EGL/GLESv2 client corruption+flicker on mesa-10.x r600
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72889] wayland/weston EGL/GLESv2 client corruption/flicker on r600 mesa-10.x
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 06/23] i965: Define common register base class shared between both back-ends.
Francisco Jerez
- [Mesa-dev] [PATCH 00/16] i965/fs: Bunch of new optimizations
Matt Turner
- [Mesa-dev] [PATCH 01/16] i965: Print reg_offset for vgrf of size > 1 in dump_instruction().
Matt Turner
- [Mesa-dev] [PATCH 02/16] i965/fs: Fix the example about overwriting uniforms in SIMD16.
Matt Turner
- [Mesa-dev] [PATCH 03/16] mesa: Add STRINGIFY macro.
Matt Turner
- [Mesa-dev] [PATCH 04/16] i965/fs: Add and use MAX_SAMPLER_MESSAGE_SIZE definition.
Matt Turner
- [Mesa-dev] [PATCH 05/16] i965/fs: Add a comment explaining how register coalescing works.
Matt Turner
- [Mesa-dev] [PATCH 06/16] i965/fs: Assert that var < num_vars.
Matt Turner
- [Mesa-dev] [PATCH 07/16] i965/fs: Support coalescing registers of size > 1.
Matt Turner
- [Mesa-dev] [PATCH 08/16] i965/fs: Don't search in vain for uses of dead channels.
Matt Turner
- [Mesa-dev] [PATCH 09/16] i965/fs: Calculate interference better in register_coalesce.
Matt Turner
- [Mesa-dev] [PATCH 10/16] i965/fs: Call opt_peephole_sel later in the optimization loop.
Matt Turner
- [Mesa-dev] [PATCH 11/16] i965/fs: Add local value numbering optimization pass.
Matt Turner
- [Mesa-dev] [PATCH 12/16] i965: Add can_do_saturate() method to backend_instruction.
Matt Turner
- [Mesa-dev] [PATCH 13/16] i965/fs: Add a saturation propagation optimization pass.
Matt Turner
- [Mesa-dev] [PATCH 14/16] i965: Compute the number of live registers at each IP.
Matt Turner
- [Mesa-dev] [PATCH 15/16] i965: Dump the register pressure!
Matt Turner
- [Mesa-dev] [PATCH 16/16] i965/fs: Print the maximum register pressure.
Matt Turner
- [Mesa-dev] [PATCH 1/1] Adjust MESA_FORMAT color component ordering to match API docs
Mark Mueller
- [Mesa-dev] [PATCH 1/1] Adjust MESA_FORMAT color component ordering to match API docs
Mark Mueller
- [Mesa-dev] [PATCH 08/23] i965/fs: Add support for specifying register horizontal strides.
Paul Berry
- [Mesa-dev] [PATCH 06/23] i965: Define common register base class shared between both back-ends.
Paul Berry
- [Mesa-dev] [PATCH 08/23] i965/fs: Add support for specifying register horizontal strides.
Francisco Jerez
- [Mesa-dev] [PATCH] glsl: Fix condition to generate shader link error
Anuj Phogat
- [Mesa-dev] [PATCH 14/16] i965: Compute the number of live registers at each IP.
Kenneth Graunke
- [Mesa-dev] [PATCH] scons: Add system library linker flags on LLVM 3.5.
Vinson Lee
- [Mesa-dev] [PATCH 1/2] glcpp: Add a more descriptive comment for the SKIP state manipulation
Carl Worth
- [Mesa-dev] [PATCH 2/2] glcpp: Replace multi-line comment with a space (even as part of macro definition)
Carl Worth
- [Mesa-dev] [PATCH 2/2] glcpp: Replace multi-line comment with a space (even as part of macro definition)
Carl Worth
- [Mesa-dev] [PATCH 2/2] glcpp: Replace multi-line comment with a space (even as part of macro definition)
Kenneth Graunke
- [Mesa-dev] [PATCH 1/1] Adjust MESA_FORMAT color component ordering to match API docs
Michel Dänzer
- [Mesa-dev] [Bug 72877] Wrong colors with Mesa 9.2 and Mesa 10.0 on PPC Linux systems
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/1] R600: Allow ftrunc
Tom Stellard
- [Mesa-dev] [PATCH] i965/gen6: Fix HiZ hang in WebGL Google maps
Chad Versace
- [Mesa-dev] Blorp blit compiler to use FS LIR
Topi Pohjolainen
- [Mesa-dev] [PATCH 01/42] i965/fs: generate fs programs also without any 8-width instructions
Topi Pohjolainen
- [Mesa-dev] [PATCH 02/42] i965/fs: allow fs-generator use without gl_fragment_program
Topi Pohjolainen
- [Mesa-dev] [PATCH 03/42] i965: dump the disassembly to the given file
Topi Pohjolainen
- [Mesa-dev] [PATCH 04/42] i965/blorp: allow unit tests to compile and dump assembly
Topi Pohjolainen
- [Mesa-dev] [PATCH 05/42] i965/blorp: unit test compiling blend and scaled
Topi Pohjolainen
- [Mesa-dev] [PATCH 06/42] i965/blorp: unit test compiling msaa-8 ums to cms
Topi Pohjolainen
- [Mesa-dev] [PATCH 07/42] i965/blorp: unit test compiling msaa-8 cms to cms
Topi Pohjolainen
- [Mesa-dev] [PATCH 08/42] i965/blorp: unit test compiling msaa-4 ums to cms
Topi Pohjolainen
- [Mesa-dev] [PATCH 09/42] i965/blorp: unit test compiling msaa-8 cms alpha blend
Topi Pohjolainen
- [Mesa-dev] [PATCH 10/42] i965/blorp: unit test compiling unaligned msaa-8
Topi Pohjolainen
- [Mesa-dev] [PATCH 11/42] i965/blorp: unit test compiling simple zero-src sampled
Topi Pohjolainen
- [Mesa-dev] [PATCH 12/42] i965/blorp: unit test compiling bilinear filtered
Topi Pohjolainen
- [Mesa-dev] [PATCH 13/42] i965/blorp: unit test compiling gen6 msaa-8 cms alpha blend
Topi Pohjolainen
- [Mesa-dev] [PATCH 14/42] i965/blorp: unit test compiling simple gen6 zero-src sampled
Topi Pohjolainen
- [Mesa-dev] [PATCH 15/42] i965/blorp: unit test compiling integer typed texture fetches
Topi Pohjolainen
- [Mesa-dev] [PATCH 16/42] i965/blorp: remove dependency to compression control state
Topi Pohjolainen
- [Mesa-dev] [PATCH 17/42] i965/blorp: reduce the scope of the explicit compression control
Topi Pohjolainen
- [Mesa-dev] [PATCH 18/42] i965/blorp: introduce separate eu-emitter for blit compiler
Topi Pohjolainen
- [Mesa-dev] [PATCH 19/42] i965/blorp: move emission of pixel kill into eu-emitter
Topi Pohjolainen
- [Mesa-dev] [PATCH 20/42] i965: rename tex_ms to tex_cms
Topi Pohjolainen
- [Mesa-dev] [PATCH 21/42] i965/fs: introduce non-compressed equivalent of tex_cms
Topi Pohjolainen
- [Mesa-dev] [PATCH 22/42] i965/blorp: move emission of texture lookup into eu-emitter
Topi Pohjolainen
- [Mesa-dev] [PATCH 23/42] i965/blorp: move emission of rt-write into eu-emitter
Topi Pohjolainen
- [Mesa-dev] [PATCH 24/42] i965/blorp: move emission of sample combining into eu-emitter
Topi Pohjolainen
- [Mesa-dev] [PATCH 25/42] i965/blorp: wrap emission of conditional assignment
Topi Pohjolainen
- [Mesa-dev] [PATCH 26/42] i965/blorp: wrap emission of if-equal-assignment
Topi Pohjolainen
- [Mesa-dev] [PATCH 27/42] i965/blorp: wrap LRP
Topi Pohjolainen
- [Mesa-dev] [PATCH 28/42] i965/blorp: wrap MOV (/brw_MOV(&func, /emit_mov(/)
Topi Pohjolainen
- [Mesa-dev] [PATCH 29/42] i965/blorp: wrap AND (/brw_AND(&func, /emit_and(/)
Topi Pohjolainen
- [Mesa-dev] [PATCH 30/42] i965/blorp: wrap ADD (/brw_ADD(&func, /emit_add(/)
Topi Pohjolainen
- [Mesa-dev] [PATCH 31/42] i965/blorp: wrap SHR (/brw_SHR(&func, /emit_shr(/)
Topi Pohjolainen
- [Mesa-dev] [PATCH 32/42] i965/blorp: wrap SHL (/brw_SHL(&func, /emit_shl(/)
Topi Pohjolainen
- [Mesa-dev] [PATCH 33/42] i965/blorp: wrap OR (/brw_OR(&func, /emit_or(/)
Topi Pohjolainen
- [Mesa-dev] [PATCH 34/42] i965/blorp: wrap MUL (/brw_MUL(&func, /emit_mul(/)
Topi Pohjolainen
- [Mesa-dev] [PATCH 35/42] i965/blorp: wrap FRC (/brw_FRC(&func, /emit_frc(/)
Topi Pohjolainen
- [Mesa-dev] [PATCH 36/42] i965/blorp: wrap RNDD (/brw_RNDD(&func, /emit_rndd(/)
Topi Pohjolainen
- [Mesa-dev] [PATCH 37/42] i965/blorp: wrap brw_IF/ELSE/ENDIF() into eu-emitter
Topi Pohjolainen
- [Mesa-dev] [PATCH 38/42] i965/fs: allow unit tests to dump the final patched assembly
Topi Pohjolainen
- [Mesa-dev] [PATCH 39/42] i965/fs: introduce blorp specific rt-write for fs_generator
Topi Pohjolainen
- [Mesa-dev] [PATCH 40/42] i965/fs: add support for BRW_OPCODE_AVG in fs_generator
Topi Pohjolainen
- [Mesa-dev] [PATCH 41/42] i965/eu: introduce blorp specific flavour of lrp
Topi Pohjolainen
- [Mesa-dev] [PATCH 42/42] i965/blorp: switch eu-emitter to use FS IR and fs_generator
Topi Pohjolainen
- [Mesa-dev] [PATCH 1/1] Adjust MESA_FORMAT color component ordering to match API docs
Brian Paul
- [Mesa-dev] PATCHES: R600: Implement work-around for CF stack HW bug
Vincent Lejeune
- [Mesa-dev] [PATCH] i965/gen6: Fix HiZ hang in WebGL Google maps
Paul Berry
- [Mesa-dev] [Bug 68296] Using old viewport value after a window resize (content is clipped)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] i965/gen6: Fix HiZ hang in WebGL Google maps
Chad Versace
- [Mesa-dev] [PATCH] i965/gen6: Fix HiZ hang in WebGL Google maps
Stéphane Marchesin
- [Mesa-dev] [PATCH 01/18] Remove glBlendColor and glBlendEquations decls from glext.h
Ian Romanick
- [Mesa-dev] [Bug 72926] New: Memory corruption (crash) in draw/draw_pt_fetch_shade_pipeline_llvm.c:435
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] Use line number information from entire function expression
Ian Romanick
- [Mesa-dev] [PATCH] Report that no function found if signature lookup is empty
Ian Romanick
- [Mesa-dev] [PATCH 1/1] Adjust MESA_FORMAT color component ordering to match API docs
Mark Mueller
- [Mesa-dev] [PATCH 1/2] i965: Allocate vec4_visitor's uniform_size and uniform_vector_size arrays dynamically.
Ian Romanick
- [Mesa-dev] Blorp blit compiler to use FS LIR
Matt Turner
- [Mesa-dev] [PATCH 01/42] i965/fs: generate fs programs also without any 8-width instructions
Matt Turner
- [Mesa-dev] [PATCH 1/2] i965: Allocate vec4_visitor's uniform_size and uniform_vector_size arrays dynamically.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/2] i965: Assert array index on access to vec4_visitor's arrays.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/5] mesa: Add infrastructure for GL_ARB_clear_buffer_object
Ian Romanick
- [Mesa-dev] [PATCH 1/1] mesa: Add some convention to MESA_FORMATs with attention to PIPE_FORMATs
Kenneth Graunke
- [Mesa-dev] [PATCH 1/5] mesa: Add infrastructure for GL_ARB_clear_buffer_object
Ian Romanick
- [Mesa-dev] [PATCH 1/1] Adjust MESA_FORMAT color component ordering to match API docs
Mark Mueller
- [Mesa-dev] [PATCH 1/7] i965: Include brw_reg.h in brw_disasm.c.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/1] mesa: Add some convention to MESA_FORMATs with attention to PIPE_FORMATs
Marek Olšák
- [Mesa-dev] [PATCH] i965/gen6: Fix HiZ hang in WebGL Google maps
Kenneth Graunke
- [Mesa-dev] [PATCH 1/5] mesa: Add infrastructure for GL_ARB_clear_buffer_object
Marek Olšák
- [Mesa-dev] [PATCH 2/2] swrast: silence driContextSetFlags() parameter type warning
Ian Romanick
- [Mesa-dev] [PATCH] mesa: minor simplification in _mesa_es3_error_check_format_and_type()
Ian Romanick
- [Mesa-dev] [PATCH] i965/gen6: Fix HiZ hang in WebGL Google maps
Kenneth Graunke
- [Mesa-dev] [Mesa-stable] [PATCH] i965/gen6: Fix HiZ hang in WebGL Google maps
Chad Versace
- [Mesa-dev] [PATCH] mesa: Fix build to properly check for supported compiler flags
Chad Versace
- [Mesa-dev] [PATCH 1/2] glcpp: Add a more descriptive comment for the SKIP state manipulation
Ian Romanick
- [Mesa-dev] [PATCH v2] glcpp: error on multiple #else/#elif directives
Ian Romanick
- [Mesa-dev] main/hash_table.h vs program/hash_table.h
Connor Abbott
- [Mesa-dev] [Mesa-stable] [PATCH] i965/gen6: Fix HiZ hang in WebGL Google maps
Kenneth Graunke
- [Mesa-dev] [PATCH v2] glcpp: error on multiple #else/#elif directives
Kenneth Graunke
- [Mesa-dev] [PATCH 1/2] glx: Simplify __glxGetMscRate, it only needs the screen, not a drawable
Ian Romanick
- [Mesa-dev] [PATCH] mesa: Fix build to properly check for supported compiler flags, v2
Matt Turner
- [Mesa-dev] [PATCH] i965: Remove unused depth_mode parameter from translate_tex_format().
Kenneth Graunke
- [Mesa-dev] [V2 PATCH 1/2] mesa: inline r200 radeon texture format macros to facility search and replace
Mark Mueller
- [Mesa-dev] [V2 PATCH 2/2] mesa Add some convention to MESA_FORMATs with attention to PIPE_FORMATs
Mark Mueller
- [Mesa-dev] [V2 PATCH 1/2] mesa: inline r200 radeon texture format macros to facility search and replace
Mark Mueller
- [Mesa-dev] [Bug 72708] Master fails to build with older gcc due to -msse4.1
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [V2 PATCH 1/2] mesa: inline r200 radeon texture format macros to facility search and replace
Marek Olšák
- [Mesa-dev] Blorp blit compiler to use FS LIR
Pohjolainen, Topi
- [Mesa-dev] [PATCH 1/2] radeonsi: Write zero to DB_RENDER_OVERRIDE. This register does nothing.
Andreas Hartmetz
- [Mesa-dev] [PATCH 2/2] radeonsi: Use htile_buffer for depth only when there is no stencil.
Andreas Hartmetz
- [Mesa-dev] [PATCH 1/2] radeonsi: Write zero to DB_RENDER_OVERRIDE. This register does nothing.
Marek Olšák
- [Mesa-dev] [PATCH 2/2] radeonsi: Use htile_buffer for depth only when there is no stencil.
Marek Olšák
- [Mesa-dev] [PATCH] mesa: rename MESA format names to have the same names as PIPE formats
Marek Olšák
- [Mesa-dev] [PATCH] mesa: Fix build to properly check for supported compiler flags, v2
Lauri Kasanen
- [Mesa-dev] [PATCH] st/mesa: use pipe_sampler_view_release()
Jonathan Liu
- [Mesa-dev] [PATCH] llvmpipe: use pipe_sampler_view_release() to avoid segfault
Jonathan Liu
- [Mesa-dev] [PATCH] llvmpipe: use pipe_sampler_view_release() to avoid segfault
Brian Paul
- [Mesa-dev] [PATCH] mesa: Fix build to properly check for supported compiler flags, v2
Matt Turner
- [Mesa-dev] [PATCH] mesa: Fix build to properly check for supported compiler flags, v2
Lauri Kasanen
- [Mesa-dev] main/hash_table.h vs program/hash_table.h
Eric Anholt
- [Mesa-dev] [Bug 72889] wayland/weston EGL/GLESv2 client corruption/flicker on r600 mesa-10.x
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 0/2] code de-duplication and non-pci support
Rob Clark
- [Mesa-dev] [PATCH 1/7] i965: Warning fix
Eric Anholt
- [Mesa-dev] [PATCH 2/7] i965: Don't call the blitter on addresses it can't handle.
Eric Anholt
- [Mesa-dev] [PATCH 3/7] i965: Add a safety check for emitting blits.
Eric Anholt
- [Mesa-dev] [PATCH 4/7] i965: Add an assert for when SET_FIELD's value exceeds the field size.
Eric Anholt
- [Mesa-dev] [PATCH 5/7] i965: Use SET_FIELD to safety check our x/y offsets in blits.
Eric Anholt
- [Mesa-dev] [PATCH 6/7] i965: Fix incorrect bounds tracking for blit readpixels's GPU access.
Eric Anholt
- [Mesa-dev] [PATCH 7/7] i965: Fix handling of MESA_pack_invert in blit (PBO) readpixels.
Eric Anholt
- [Mesa-dev] [Bug 72895] Missing trees in flightgear 2.12.1 with r600 driver and mesa 10.0.1
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: rename MESA format names to have the same names as PIPE formats
Michel Dänzer
- [Mesa-dev] [PATCH 1/1] Adjust MESA_FORMAT color component ordering to match API docs
Michel Dänzer
- [Mesa-dev] [PATCH] i965: Don't do the temporary-and-blit-copy for INVALIDATE_RANGE maps.
Eric Anholt
- [Mesa-dev] [Bug 72889] wayland/weston EGL/GLESv2 client corruption/flicker on r600 mesa-10.x
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 09/16] i965/fs: Calculate interference better in register_coalesce.
Pohjolainen, Topi
- [Mesa-dev] [PATCH 1/2] st/mesa: Handle disabled draw buffers in st_Clear().
Henri Verbeet
- [Mesa-dev] [PATCH 2/2] st/mesa: Only use "idx" after validating it in st_manager_add_color_renderbuffer().
Henri Verbeet
- [Mesa-dev] [PATCH 1/2] st/mesa: Handle disabled draw buffers in st_Clear().
Marek Olšák
- [Mesa-dev] [PATCH 2/2] st/mesa: Only use "idx" after validating it in st_manager_add_color_renderbuffer().
Marek Olšák
- [Mesa-dev] [Bug 72889] wayland/weston EGL/GLESv2 client corruption/flicker on r600 mesa-10.x
bugzilla-daemon at freedesktop.org
- [Mesa-dev] gallium endianness and hw drivers
Marek Olšák
- [Mesa-dev] [PATCH 1/3] st/mesa: fix GS varyings for PIPE_CAP_TGSI_TEXCOORD
Christoph Bumiller
- [Mesa-dev] [PATCH 2/3] nv50: add more RGB10A2 formats
Christoph Bumiller
- [Mesa-dev] [PATCH 3/3] mesa/st: expose ARB_texture_rgb10_a2ui if R10G10B10A2_UINT is supported
Christoph Bumiller
- [Mesa-dev] [PATCH] mesa: rename MESA format names to have the same names as PIPE formats
Marek Olšák
- [Mesa-dev] [PATCH 3/3] mesa/st: expose ARB_texture_rgb10_a2ui if R10G10B10A2_UINT is supported
Marek Olšák
- [Mesa-dev] [Bug 34495] Selecting objects in Blender 2.56 slow due the software gl_select mode
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/2] st/mesa: Handle disabled draw buffers in st_Clear().
Henri Verbeet
- [Mesa-dev] [PATCH] mesa: rename MESA format names to have the same names as PIPE formats
Mark Mueller
- [Mesa-dev] gallium endianness and hw drivers
Michel Dänzer
- [Mesa-dev] [Bug 72889] wayland/weston EGL/GLESv2 client corruption/flicker on r600 mesa-10.x
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: rename MESA format names to have the same names as PIPE formats
Michel Dänzer
- [Mesa-dev] [PATCH] mesa: rename MESA format names to have the same names as PIPE formats
Mark Mueller
- [Mesa-dev] [Bug 59304] Meta Bug for regressions caused by automake conversion
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 60016] After automake merge two different GPU (AMD + NVIDIA) willnot work on same machine
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] st/egl: Flush resources before presentation
Martin Andersson
- [Mesa-dev] [PATCH] st/egl: Flush resources before presentation
Marek Olšák
- [Mesa-dev] [PATCH 13/16] i965/fs: Add a saturation propagation optimization pass.
Pohjolainen, Topi
- [Mesa-dev] [PATCH] mesa/st: expose ARB_texture_rgb10_a2ui if R10G10B10A2_UINT is supported v2
Christoph Bumiller
- [Mesa-dev] [Bug 70766] Run-time link error in swrast_dri.so
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] i965: Avoid extraneous fast depth clears
Chad Versace
- [Mesa-dev] [PATCH] mesa: rename MESA format names to have the same names as PIPE formats
Michel Dänzer
- [Mesa-dev] [PATCH] mesa: rename MESA format names to have the same names as PIPE formats
Mark Mueller
- [Mesa-dev] [PATCH] glx: Add missing null checks in glxcmds.c
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH] glx: Add missing null check in __glXCloseDisplay
Juha-Pekka Heikkila
- [Mesa-dev] [Bug 72926] Memory corruption (crash) in draw/draw_pt_fetch_shade_pipeline_llvm.c:435
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72926] Memory corruption (crash) in draw/draw_pt_fetch_shade_pipeline_llvm.c:435
bugzilla-daemon at freedesktop.org
- [Mesa-dev] i965: slow glTexSubImage2D because of Y tiling
Tomash Brechko
- [Mesa-dev] i965: slow glTexSubImage2D because of Y tiling
Tomash Brechko
- [Mesa-dev] [PATCH] mesa/st: expose ARB_texture_rgb10_a2ui if R10G10B10A2_UINT is supported v2
Marek Olšák
- [Mesa-dev] [PATCH 1/2] st/mesa: always prefer pipe->clear over clear_with_quad (v2)
Marek Olšák
- [Mesa-dev] [PATCH 2/2] st/mesa: check depth and stencil writemask before clearing
Marek Olšák
- [Mesa-dev] [PATCH 1/2] radeonsi: disable HTILE for 1D-tiled depth-stencil buffers
Marek Olšák
- [Mesa-dev] [PATCH 2/2] radeonsi: set correct pipe config for Hawaii in DB
Marek Olšák
- [Mesa-dev] gallium endianness and hw drivers
Marek Olšák
- [Mesa-dev] i965: slow glTexSubImage2D because of Y tiling
Alexander Monakov
- [Mesa-dev] i965: slow glTexSubImage2D because of Y tiling
Kenneth Graunke
- [Mesa-dev] [PATCH] i965: Don't do the temporary-and-blit-copy for INVALIDATE_RANGE maps.
Kenneth Graunke
- [Mesa-dev] [PATCH 15/18] gallium: Add __DRIimageDriverExtension support to gallium
Keith Packard
- [Mesa-dev] [PATCH 09/16] i965/fs: Calculate interference better in register_coalesce.
Connor Abbott
- [Mesa-dev] [Bug 73096] New: Query GL_RGBA_SIGNED_COMPONENTS_EXT missing
bugzilla-daemon at freedesktop.org
- [Mesa-dev] i965: slow glTexSubImage2D because of Y tiling
Tomash Brechko
- [Mesa-dev] [Bug 73100] New: Please use AC_PATH_TOOL instead of AC_PATH_PROG for llvm-config
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 45466] Updated configure.ac check for llvm-config to use 32 version when appropriate
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 73100] Please use AC_PATH_TOOL instead of AC_PATH_PROG for llvm-config
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] Use AC_PATH_TOOL instead of AC_PATH_PROG for llvm-config.
Michał Górny
- [Mesa-dev] [Bug 72926] Memory corruption (crash) in draw/draw_pt_fetch_shade_pipeline_llvm.c:435
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72926] Memory corruption (crash) in draw/draw_pt_fetch_shade_pipeline_llvm.c:435
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 45466] Updated configure.ac check for llvm-config to use 32 version when appropriate
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 73096] Query GL_RGBA_SIGNED_COMPONENTS_EXT missing
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 09/16] i965/fs: Calculate interference better in register_coalesce.
Connor Abbott
- [Mesa-dev] [Bug 73100] Please use AC_PATH_TOOL instead of AC_PATH_PROG for llvm-config
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 73106] New: gtest-port.h:499:13: fatal error: 'tr1/tuple' file not found
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [wip 1/2] i965/blorp: allow clear programs to use surface types other than 2D
Topi Pohjolainen
- [Mesa-dev] [wip 2/2] i965/gen7+ Remove tile_x and tile_y dependency in BLORP
Topi Pohjolainen
- [Mesa-dev] [Bug 73136] New: [BISECTED] commit "mesa: Dynamically allocate the storage for program local parameters." crashes Awesomenauts
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 73136] [BISECTED] commit "mesa: Dynamically allocate the storage for program local parameters." crashes Awesomenauts
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 70591] glxext.h:275: error: redefinition of typedef ‘GLXContextID’
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/2] i965: Allocate vec4_visitor's uniform_size and uniform_vector_size arrays dynamically.
Petri Latvala
- [Mesa-dev] [PATCH 1/2] i965: Allocate vec4_visitor's uniform_size and uniform_vector_size arrays dynamically.
Petri Latvala
- [Mesa-dev] [PATCH 0/2] v4: Fix array overrun with too many uniforms
Petri Latvala
- [Mesa-dev] [PATCH 1/2] i965: Allocate vec4_visitor's uniform_size and uniform_vector_size arrays dynamically.
Petri Latvala
- [Mesa-dev] [PATCH 2/2] i965: Assert array index on access to vec4_visitor's arrays.
Petri Latvala
- [Mesa-dev] [Bug 73144] New: Queries on textures with borders give incorrect results
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 73144] Queries on textures with borders give incorrect results
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] glsl: Fix null access on file read error
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH] mesa: remove _mesa_symbol_table_iterator structure
Tapani Pälli
- [Mesa-dev] [Bug 72926] Memory corruption (crash) in draw/draw_pt_fetch_shade_pipeline_llvm.c:435
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 08/23] i965/fs: Add support for specifying register horizontal strides.
Paul Berry
- [Mesa-dev] [PATCH 10/23] i965/fs: Remove fs_reg::sechalf.
Paul Berry
- [Mesa-dev] [Bug 72877] Wrong colors with Mesa 9.2 and Mesa 10.0 on PPC Linux systems
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 13/23] i965/fs: Take into account reg_offset consistently for MRF regs.
Paul Berry
- [Mesa-dev] [PATCH 17/23] i965/vec4: Trivial improvements to the with_writemask() function.
Paul Berry
- [Mesa-dev] [PATCH 21/23] i965: Add helper function to find out the signedness of a register type.
Paul Berry
- [Mesa-dev] [PATCH 23/23] i965: Add polymorphic backend_visitor method to extract the result of a visit.
Paul Berry
- [Mesa-dev] [PATCH 0/3] save about 1MB per llvm vertex shader
Frank Henigman
- [Mesa-dev] [PATCH 0/2] two Klocwork related patches.
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH 1/2] glsl: Fix null access on file read error
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH 2/2] glx: Add some missing null checks in glx_pbuffer.c
Juha-Pekka Heikkila
- [Mesa-dev] [PATCH 02/25] i965/gen7: Factor out texture surface state set-up from gen7_update_texture_surface().
Paul Berry
- [Mesa-dev] [PATCH 02/25] i965/gen7: Factor out texture surface state set-up from gen7_update_texture_surface().
Chris Forbes
- [Mesa-dev] [PATCH 03/25] i965/gen7: Implement surface state set-up for shader images.
Paul Berry
- [Mesa-dev] [PATCH 04/25] i965: Add helper functions to calculate the slice pitch of an array or 3D miptree.
Paul Berry
- [Mesa-dev] [PATCH 0/2 v3] i965: Extend fast texture upload
Chad Versace
- [Mesa-dev] [Bug 73174] New: Account request
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 73174] Account request
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 0/2 v3] i965: Extend fast texture upload
Courtney Goeltzenleuchter
- [Mesa-dev] [Bug 70591] glxext.h:275: error: redefinition of typedef ‘GLXContextID’
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 05/25] i965: Define and initialize image meta-data structure.
Paul Berry
- [Mesa-dev] [PATCH 06/25] i965: Hook up image state upload.
Paul Berry
- [Mesa-dev] [Bug 72619] [llvmpipe] piglit copyteximage 2D regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72659] [llvmpipe] piglit getteximage-formats init-by-rendering regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72658] [llvmpipe] piglit copyteximage RECT regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72656] [llvmpipe] piglit arb_color_buffer_float-render GL_RGBA16F sanity fog regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72657] [llvmpipe] piglit copyteximage CUBE regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72655] [llvmpipe] piglit arb_color_buffer_float-render GL_RGBA16F sanity regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 09/25] i965/gen7: Fix the untyped surface messages to deal with indirect surface access.
Paul Berry
- [Mesa-dev] [PATCH 10/25] i965: Simplify generator code for untyped surface messages.
Paul Berry
- [Mesa-dev] [PATCH 11/25] i965: Add the untyped surface write opcode.
Paul Berry
- [Mesa-dev] [PATCH 12/25] i965: Add typed surface access messages.
Paul Berry
- [Mesa-dev] [PATCH 13/25] i965: Add memory fence opcode.
Paul Berry
- [Mesa-dev] [PATCH 15/25] i965: Add visitor support for handling image uniforms.
Paul Berry
- [Mesa-dev] [PATCH 16/25] i965/fs: Obtain atomic counter locations by recursing through the visitor.
Paul Berry
- [Mesa-dev] [PATCH 17/25] i965/vec4: Obtain atomic counter locations by recursing through the visitor.
Paul Berry
- [Mesa-dev] [Bug 70591] glxext.h:275: error: redefinition of typedef ‘GLXContextID’
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 15/25] i965: Add visitor support for handling image uniforms.
Paul Berry
- [Mesa-dev] [PATCH] haiku: Fix missing HaikuGL header paths
Alexander von Gluck IV
- [Mesa-dev] [PATCH 18/25] i965: Import surface lowering code.
Paul Berry
- [Mesa-dev] [Bug 72654] [llvmpipe] piglit arb_color_buffer_float-render GL_RGBA16F fog regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72624] [llvmpipe] piglit arb_color_buffer_float-render GL_RGBA16F regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72623] [llvmpipe] piglit arb_color_buffer_float-drawpixels GL_RGBA16F regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72622] [llvmpipe] piglit getteximage-formats regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72620] [llvmpipe] piglit copyteximage 3D regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72615] [llvmpipe] piglit copyteximage 1D regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72327] [swrast] piglit glean pointSprite regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 72325] [swrast] piglit glean fbo regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 71904] [swrast] piglit glsl-reload-source regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 71903] [swrast] piglit hiz-depth-read-window-stencil0 regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 69202] piglit fs-mix-float-float-bool regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] haiku libGL: Move from gallium target to src/hgl
Alexander von Gluck IV
- [Mesa-dev] [Bug 67969] [softpipe] piglit gl-1.0-edgeflag-quads regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 67968] [softpipe] piglit polygon-mode regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 67967] [softpipe] piglit clipflat regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 67966] [softpipe] piglit glean pointSprite regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 67928] [softpipe] piglit tesselation quads wireframe regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 67926] [softpipe] piglit tesselation polygon wireframe regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 62920] [softpipe] piglit getteximage-targets S3TC CUBE_ARRAY regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 56553] [softpipe] piglit ext_transform_feedback-max-varyings regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 67924] [softpipe] piglit tesselation quad_strip wireframe regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 67811] [softpipe] piglit gl-1.0-edgeflag regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 67965] [llvmpipe] piglit point-line-no-cull regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 67963] [llvmpipe] piglit glean pointAtten regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 64934] [llvmpipe] SIGSEGV src/gallium/state_trackers/glx/xlib/glx_api.c:1363
bugzilla-daemon at freedesktop.org
Last message date:
Tue Dec 31 21:39:34 PST 2013
Archived on: Tue Dec 31 21:39:35 PST 2013
This archive was generated by
Pipermail 0.09 (Mailman edition).