June 2013 Archives by date
Starting: Sat Jun 1 04:27:26 PDT 2013
Ending: Sun Jun 30 23:12:23 PDT 2013
Messages: 1223
- [Mesa-dev] [PATCH] gallivm: fix out-of-bounds access with mirror_clamp_to_edge address mode
Jose Fonseca
- [Mesa-dev] [PATCH] mesa: fix OES_EGL_image_external being partially allowed in the core profile
Marek Olšák
- [Mesa-dev] [PATCH 00/15] Fixes for MSAA GLX visuals, u_blitter cleanups
Marek Olšák
- [Mesa-dev] [PATCH 01/15] gallium/util: make WRITES_ALL_CBUFS optional in the passthrough fragment shader
Marek Olšák
- [Mesa-dev] [PATCH 02/15] gallium/u_blitter: make clearing independent of the number of bound colorbuffers
Marek Olšák
- [Mesa-dev] [PATCH 03/15] gallium/u_blitter: make clearing independent of the colorbuffer format
Marek Olšák
- [Mesa-dev] [PATCH 04/15] gallium/u_format: add a new helper for initializing pipe_blit_info::mask
Marek Olšák
- [Mesa-dev] [PATCH 05/15] r600g: upsample and downsample MSAA resources for transfers
Marek Olšák
- [Mesa-dev] [PATCH 06/15] st/mesa: rework blit_copy_pixels to use pipe->blit
Marek Olšák
- [Mesa-dev] [PATCH 07/15] st/mesa: don't use blit_copy_pixels if an occlusion query is active
Marek Olšák
- [Mesa-dev] [PATCH 08/15] st/mesa: make generic CopyPixels path work with MSAA visuals
Marek Olšák
- [Mesa-dev] [PATCH 09/15] st/dri: fix MSAA resolving of buffers with height > width
Marek Olšák
- [Mesa-dev] [PATCH 10/15] st/dri: reuse depth-stencil and MSAA resources after DRI2 invalidate event
Marek Olšák
- [Mesa-dev] [PATCH 11/15] st/dri: refactor dri_msaa_resolve
Marek Olšák
- [Mesa-dev] [PATCH 12/15] st/dri: always copy new DRI front and back buffers to corresponding MSAA buffers
Marek Olšák
- [Mesa-dev] [PATCH 13/15] st/dri: manually swap MSAA front and back buffers in SwapBuffers
Marek Olšák
- [Mesa-dev] [PATCH 14/15] st/dri: resolve the back buffer only in SwapBuffers
Marek Olšák
- [Mesa-dev] [PATCH 15/15] st/dri: if flushing a drawable, don't set reason=SWAPBUFFERS
Marek Olšák
- [Mesa-dev] [Bug 62647] Wrong rendering of Dota 2 on Wine (apitrace attached) - Intel IVB HD4000
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65173] segfault in _mesa_get_format_datatype and _mesa_get_color_read_type when state dumping with glretrace
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 62647] Wrong rendering of Dota 2 on Wine (apitrace attached) - Intel IVB HD4000
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 62647] Wrong rendering of Dota 2 on Wine (apitrace attached) - Intel IVB HD4000
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 08/17] intle: Add an assert for glCopyTexSubImage() being called on MSAA buffers.
Paul Berry
- [Mesa-dev] [PATCH 1/4] meta: In CopyTexSubImage, use matching format for Z32_FLOAT_X24S8 textures.
Paul Berry
- [Mesa-dev] [PATCH 2/4] i965/gen6+: Fix copying of stencil images in blorp CopyTexSubImage path.
Paul Berry
- [Mesa-dev] [PATCH 3/4] i965/gen6+: Fix multisample assertions in CopyTexSubImage hw blitter path.
Paul Berry
- [Mesa-dev] [PATCH 4/4] intel: Don't try to blorp or blit CopyTexSubImage(1D_ARRAY).
Paul Berry
- [Mesa-dev] [Bug 65173] segfault in _mesa_get_format_datatype and _mesa_get_color_read_type when state dumping with glretrace
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [v6 2/9] intel: do not create renderbuffers out of planar images
Chad Versace
- [Mesa-dev] [PATCH] mesa: Prevent possible out-of-bounds read by save_SamplerParameterfv.
Vinson Lee
- [Mesa-dev] [v6 2/9] intel: do not create renderbuffers out of planar images
Chad Versace
- [Mesa-dev] [PATCH 1/2] i965/gen7: Add defines for Memory Object Control State
Kenneth Graunke
- [Mesa-dev] hw_gl_select branch status
Siavash Eliasi
- [Mesa-dev] [PATCH 1/2] glsl: Make a local variable to avoid restating this array lookup.
Pohjolainen, Topi
- [Mesa-dev] [Bug 63404] [wayland egl] intel_do_flush_locked failed: invalid argument, crash
bugzilla-daemon at freedesktop.org
- [Mesa-dev] hw_gl_select branch status
Alex Deucher
- [Mesa-dev] [v6 2/9] intel: do not create renderbuffers out of planar images
Rob Clark
- [Mesa-dev] and a random apitrace/gallium question..
Jose Fonseca
- [Mesa-dev] and a random apitrace/gallium question..
Rob Clark
- [Mesa-dev] [Bug 65225] [softpipe] piglit interpolation-none-gl_BackColor-flat-fixed regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] hw_gl_select branch status
Andreas Boll
- [Mesa-dev] [PATCH] softpipe: draw_find_shader_output returns -1 on invalid outputs
Brian Paul
- [Mesa-dev] [PATCH] mesa: Prevent possible out-of-bounds read by save_SamplerParameterfv.
Brian Paul
- [Mesa-dev] hw_gl_select branch status
Brian Paul
- [Mesa-dev] [PATCH 00/15] Fixes for MSAA GLX visuals, u_blitter cleanups
Brian Paul
- [Mesa-dev] and a random apitrace/gallium question..
Jose Fonseca
- [Mesa-dev] [v6 2/9] intel: do not create renderbuffers out of planar images
Eric Anholt
- [Mesa-dev] and a random apitrace/gallium question..
Rob Clark
- [Mesa-dev] [PATCH 08/15] st/mesa: make generic CopyPixels path work with MSAA visuals
Brian Paul
- [Mesa-dev] [PATCH 1/4] meta: In CopyTexSubImage, use matching format for Z32_FLOAT_X24S8 textures.
Eric Anholt
- [Mesa-dev] [PATCH 4/4] intel: Don't try to blorp or blit CopyTexSubImage(1D_ARRAY).
Eric Anholt
- [Mesa-dev] [PATCH 15/15] st/dri: if flushing a drawable, don't set reason=SWAPBUFFERS
Brian Paul
- [Mesa-dev] [PATCH] gallium: Document format name conventions
Adam Jackson
- [Mesa-dev] and a random apitrace/gallium question..
Peter Lohrmann
- [Mesa-dev] [PATCH 1/4] meta: In CopyTexSubImage, use matching format for Z32_FLOAT_X24S8 textures.
Paul Berry
- [Mesa-dev] [Bug 65225] [softpipe] piglit interpolation-none-gl_BackColor-flat-fixed regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] hw_gl_select branch status
Siavash Eliasi
- [Mesa-dev] [Bug 65225] [softpipe] piglit interpolation-none-gl_BackColor-flat-fixed regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] and a random apitrace/gallium question..
José Fonseca
- [Mesa-dev] Do we support front buffer rendering with EGL? Do we want to?
Chad Versace
- [Mesa-dev] [PATCH 1/2] glcpp: Fix post-decrement underflow in loop-control variable
Carl Worth
- [Mesa-dev] [PATCH 2/2] Add test case for recently fixed loop-control underflow bug.
Carl Worth
- [Mesa-dev] [PATCH] i965: Fix glColorPointer(GL_FIXED)
Kenneth Graunke
- [Mesa-dev] [PATCH 1/4] gallivm: (trivial) fix lp_build_concat_n
sroland at vmware.com
- [Mesa-dev] [PATCH 2/4] gallivm: enhance special sse2 4x4f and 2x8f -> 1x16ub conversion
sroland at vmware.com
- [Mesa-dev] [PATCH 3/4] llvmpipe: cleanup of generate_unswizzled_blend
sroland at vmware.com
- [Mesa-dev] [PATCH 4/4] llvmpipe: reduce alignment requirement for 1d resources from 4x4 to 4x1
sroland at vmware.com
- [Mesa-dev] [PATCH] i965: Fix glColorPointer(GL_FIXED)
Eric Anholt
- [Mesa-dev] [PATCH 2/2] Add test case for recently fixed loop-control underflow bug.
Kenneth Graunke
- [Mesa-dev] Do we support front buffer rendering with EGL? Do we want to?
Kenneth Graunke
- [Mesa-dev] [PATCH] i965: Fix glColorPointer(GL_FIXED)
Chad Versace
- [Mesa-dev] [PATCH 1/5] glsl/linker: Use correct array length when linking inter-stage uniforms and varyings.
Fabian Bieler
- [Mesa-dev] [PATCH 2/5] glsl: Only call mark_whole_array_access for arrays.
Fabian Bieler
- [Mesa-dev] [PATCH 3/5] glsl: Return error_type instead of NULL if element_type() is called on non array type.
Fabian Bieler
- [Mesa-dev] [PATCH 4/5] glsl: Don't copy array of sampler parameters when inlining functions.
Fabian Bieler
- [Mesa-dev] [PATCH 5/5] glsl: Update array access tracker of function parameters.
Fabian Bieler
- [Mesa-dev] [PATCH 4/4] llvmpipe: reduce alignment requirement for 1d resources from 4x4 to 4x1
Roland Scheidegger
- [Mesa-dev] [PATCH] intel: Fix copying of separate stencil data in glCopyTexSubImage().
Eric Anholt
- [Mesa-dev] [PATCH] r600g: fix mega_fetch_count
Grigori Goronzy
- [Mesa-dev] [PATCH] llvmpipe: improve alignment calculation for fetching/storing pixels
sroland at vmware.com
- [Mesa-dev] [PATCH] radeonsi/compute: Fix memory leak in radeonsi_launch_grid.
Vinson Lee
- [Mesa-dev] [Bug 61919] make fails without C_INCLUDE_PATH: xlib_sw_winsys.c:49:33: fatal error: X11/extensions/XShm.h: No such file or directory
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 03/13] gallium: Introduce 32-bit bytewise format names
Jose Fonseca
- [Mesa-dev] [PATCH 03/13] gallium: Introduce 32-bit bytewise format names
Michel Dänzer
- [Mesa-dev] [PATCH 03/13] gallium: Introduce 32-bit bytewise format names
Jose Fonseca
- [Mesa-dev] [PATCH] configure.ac: Build dricommon for gallium swrast
Andreas Boll
- [Mesa-dev] [PATCH 03/13] gallium: Introduce 32-bit bytewise format names
Richard Sandiford
- [Mesa-dev] Do we support front buffer rendering with EGL? Do we want to?
Henri Verbeet
- [Mesa-dev] [PATCH] gallium: Document format name conventions
Michel Dänzer
- [Mesa-dev] [PATCH 03/13] gallium: Introduce 32-bit bytewise format names
Jose Fonseca
- [Mesa-dev] [PATCH 03/13] gallium: Introduce 32-bit bytewise format names
Jose Fonseca
- [Mesa-dev] [PATCH 03/13] gallium: Introduce 32-bit bytewise format names
Richard Sandiford
- [Mesa-dev] [PATCH 03/13] gallium: Introduce 32-bit bytewise format names
Michel Dänzer
- [Mesa-dev] [Bug 61919] make fails without C_INCLUDE_PATH: xlib_sw_winsys.c:49:33: fatal error: X11/extensions/XShm.h: No such file or directory
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/4] gallivm: (trivial) fix lp_build_concat_n
Jose Fonseca
- [Mesa-dev] [PATCH] builtin_compiler/build: Avoid using libtool if cross compiling
Jonathan Liu
- [Mesa-dev] [PATCH] configure: Avoid use of AC_CHECK_FILE for cross compiling
Jonathan Liu
- [Mesa-dev] How do I start contributing to Mesa?
Arnas Milaševičius
- [Mesa-dev] [PATCH 1/4] gallivm: (trivial) fix lp_build_concat_n
Roland Scheidegger
- [Mesa-dev] and a random apitrace/gallium question..
Brian Paul
- [Mesa-dev] [Bug 65226] [llvmpipe] st_mesa_to_tgsi.c:1133:st_translate_mesa_program: Assertion `program->NumAddressRegs == 1' failed.
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: change MAX_PROGRAM_ADDRESS_REGS to 1, clamp to it in state tracker
Brian Paul
- [Mesa-dev] [PATCH] build: Unify PACKAGE_VERSION on autotools, scons and Android
Andreas Boll
- [Mesa-dev] [PATCH] mesa: change MAX_PROGRAM_ADDRESS_REGS to 1, clamp to it in state tracker
Jose Fonseca
- [Mesa-dev] [Bug 65226] [llvmpipe] st_mesa_to_tgsi.c:1133:st_translate_mesa_program: Assertion `program->NumAddressRegs == 1' failed.
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: change MAX_PROGRAM_ADDRESS_REGS to 1, clamp to it in state tracker
Eric Anholt
- [Mesa-dev] How do I start contributing to Mesa?
Brian Paul
- [Mesa-dev] [Bug 65373] New: Rename the _mesa_lookup_enum_by_nr() function
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] r600g/sb: improve math optimizations
Grigori Goronzy
- [Mesa-dev] [Bug 65374] New: Remove outdated version comments throughout Mesa
bugzilla-daemon at freedesktop.org
- [Mesa-dev] How do I start contributing to Mesa?
Benjamin Bellec
- [Mesa-dev] [PATCH] build: Unify PACKAGE_VERSION on autotools, scons and Android
Brian Paul
- [Mesa-dev] How do I start contributing to Mesa?
Brian Paul
- [Mesa-dev] [PATCH 20/20] Fix type mismatch between draw_private.h and LLVM
Richard Sandiford
- [Mesa-dev] [Bug 65373] Rename the _mesa_lookup_enum_by_nr() function
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65376] New: [softpipe] img_filter_3d_linear returns incorrect results due to texture cache aliasing
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65376] [softpipe] img_filter_3d_linear returns incorrect results due to texture cache aliasing
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] build: Unify PACKAGE_VERSION on autotools, scons and Android
Andreas Boll
- [Mesa-dev] [PATCH] build: Unify PACKAGE_VERSION on autotools, scons and Android
Emil Velikov
- [Mesa-dev] [PATCH] gallium: Document format name conventions
Marek Olšák
- [Mesa-dev] How do I start contributing to Mesa?
Arnas Milaševičius
- [Mesa-dev] [PATCH] Fix type mismatch between draw_private.h and LLVM
Richard Sandiford
- [Mesa-dev] [PATCH] gallivm: work around slow code generated for interleaving 128bit vectors
sroland at vmware.com
- [Mesa-dev] [PATCH v2 00/12] i965/gen7+: Implement fast color clears.
Paul Berry
- [Mesa-dev] [PATCH v2 01/12] intel: Keep region name in intel_miptree_create_for_dri2_buffer().
Paul Berry
- [Mesa-dev] [PATCH v2 02/12] intel: Conditionally compile mcs-related code for i965 only.
Paul Berry
- [Mesa-dev] [PATCH v2 03/12] i965/gen7+: Create an enum for keeping track of fast color clear state.
Paul Berry
- [Mesa-dev] [PATCH v2 04/12] i965/gen7+: Set up MCS in SURFACE_STATE whenever MCS is present.
Paul Berry
- [Mesa-dev] [PATCH v2 05/12] i965/gen7+: Create helper functions for single-sample MCS buffers.
Paul Berry
- [Mesa-dev] [PATCH v2 06/12] i965/gen7+: Implement fast color clear operation in BLORP.
Paul Berry
- [Mesa-dev] [PATCH v2 07/12] i965/blorp: Expand clear class hierarchy to prepare for RT resolves.
Paul Berry
- [Mesa-dev] [PATCH v2 08/12] i965/blorp: Write blorp code to do render target resolves.
Paul Berry
- [Mesa-dev] [PATCH v2 09/12] i965/gen7+: Ensure that front/back buffers are fast-clear resolved.
Paul Berry
- [Mesa-dev] [PATCH v2 10/12] i965/gen7+: Resolve color buffers when necessary.
Paul Berry
- [Mesa-dev] [PATCH v2 11/12] i965/gen7+: Disable fast color clears on shared regions.
Paul Berry
- [Mesa-dev] [PATCH v2 12/12] i965/gen7: Enable support for fast color clears.
Paul Berry
- [Mesa-dev] [Bug 65376] [softpipe] img_filter_3d_linear returns incorrect results due to texture cache aliasing
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65376] [softpipe] img_filter_3d_linear returns incorrect results due to texture cache aliasing
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/2] i965/blorp: Add bilinear filtering of samples for multisample scaled blits
Anuj Phogat
- [Mesa-dev] [PATCH 2/2] i965: Enable ext_framebuffer_multisample_blit_scaled on intel h/w
Anuj Phogat
- [Mesa-dev] [PATCH 1/2] i965/blorp: Add bilinear filtering of samples for multisample scaled blits
Chris Forbes
- [Mesa-dev] [v6 9/9] egl/dri2: support for creating images out of dma buffers
Chad Versace
- [Mesa-dev] [v6 9/9] egl/dri2: support for creating images out of dma buffers
Chad Versace
- [Mesa-dev] [v6 5/9] intel: set dri image dimensions even when creating out of primes
Chad Versace
- [Mesa-dev] [v6 3/9] intel: replace single region with a vector of regions
Chad Versace
- [Mesa-dev] [PATCH] radeon/winsys: correct RADEON_GEM_WAIT_IDLE use
Jonathan Gray
- [Mesa-dev] [PATCH] Port gallium to System z
Richard Sandiford
- [Mesa-dev] [PATCH] build: Use PACKAGE_VERSION from autoconf
Andreas Boll
- [Mesa-dev] [PATCH] build: Unify PACKAGE_VERSION on autotools, scons and Android
Andreas Boll
- [Mesa-dev] [PATCH] Use 1 rather than 0 as the fallback cache line size.
Richard Sandiford
- [Mesa-dev] [Bug 65374] Remove outdated version comments throughout Mesa
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] Renamed functions for file enums.c
Arnas Milasevicius
- [Mesa-dev] How do I start contributing to Mesa?
Arnas Milaševičius
- [Mesa-dev] [PATCH] Use 1 rather than 0 as the fallback cache line size.
Jose Fonseca
- [Mesa-dev] [PATCH] r600g/sb: improve math optimizations
Vadim Girlin
- [Mesa-dev] [PATCH] Use 1 rather than 0 as the fallback cache line size.
Richard Sandiford
- [Mesa-dev] [PATCH] Port gallium to System z
Brian Paul
- [Mesa-dev] [PATCH] Use sizeof(void *) rather than 0 as the fallback cache line size.
Richard Sandiford
- [Mesa-dev] [PATCH] Renamed functions for file enums.c
Brian Paul
- [Mesa-dev] [Bug 65374] Remove outdated version comments throughout Mesa
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65420] New: Remove gallium draw_arrays() and draw_arrays_instanced() functions
bugzilla-daemon at freedesktop.org
- [Mesa-dev] How do I start contributing to Mesa?
Brian Paul
- [Mesa-dev] [Bug 65421] New: Rename draw_vs_varient.c file
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65422] New: Rename api_validate.[ch] to draw_validate.[ch]
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65423] New: Remove gl_config::haveDepthBuffer, haveAccumBuffer, haveStencilBuffer fields
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 2/2] i965/vs: add support for emitting gl_ClipVertex
Paul Berry
- [Mesa-dev] [PATCH 0/2] Fix gl_ClipVertex support on pre-Gen6 i965
Paul Berry
- [Mesa-dev] [PATCH v2] Renamed functions for file enums.c
Arnas Milasevicius
- [Mesa-dev] [Bug 65420] Remove gallium draw_arrays() and draw_arrays_instanced() functions
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65425] New: Fine grained --enable-debug configure options
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65421] Rename draw_vs_varient.c file
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65421] Rename draw_vs_varient.c file
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65422] Rename api_validate.[ch] to draw_validate.[ch]
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 64959] Cannot build against EGL without X11
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] r600g/sb: improve math optimizations v2
Vadim Girlin
- [Mesa-dev] EGL_BAD_CONTEXT error when creating shared context
Chad Versace
- [Mesa-dev] [PATCH] Renamed functions for file enums.c
Eric Anholt
- [Mesa-dev] [PATCH 1/7] mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage().
Eric Anholt
- [Mesa-dev] [PATCH 2/7] intel: Move BCS_SWCTRL setup to a helper function.
Eric Anholt
- [Mesa-dev] [PATCH 3/7] intel: Fix Y tiling support for glCopyTexSubImage's alpha override.
Eric Anholt
- [Mesa-dev] [PATCH 4/7] intel: Move XRGB->ARGB blit logic into intel_miptree_blit().
Eric Anholt
- [Mesa-dev] [PATCH 5/7] intel: Directly implement blit glBlitFramebuffer instead of awkward reuse.
Eric Anholt
- [Mesa-dev] [PATCH 6/7] intel: Allow blit CopyTexSubImage to nonzero destination slices.
Eric Anholt
- [Mesa-dev] [PATCH 7/7] intel: Allow blorp CopyTexSubImage to nonzero destination slices.
Eric Anholt
- [Mesa-dev] [PATCH 2/2] i965: Enable ext_framebuffer_multisample_blit_scaled on intel h/w
Matt Turner
- [Mesa-dev] [Bug 65427] New: Gallium EGL on Wayland blocks in eglInitialize (no display thread bound)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65427] Gallium EGL on Wayland blocks in eglInitialize (no display thread bound)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH v2] Renamed functions for file enums.c
Eric Anholt
- [Mesa-dev] [PATCH] r600g: fix mega_fetch_count
Tom Stellard
- [Mesa-dev] [PATCH 1/2] intel: make intel_flush_front safe to call during initial MakeCurrent
Chad Versace
- [Mesa-dev] [PATCH 1/2] intel: make intel_flush_front safe to call during initial MakeCurrent
Paul Berry
- [Mesa-dev] [PATCH v2] Renamed functions for file enums.c
Arnas Milaševičius
- [Mesa-dev] [PATCH v2] Renamed functions for file enums.c
Arnas Milaševičius
- [Mesa-dev] [PATCH 1/2] intel: make intel_flush_front safe to call during initial MakeCurrent
Chad Versace
- [Mesa-dev] [PATCH v2] Renamed functions for file enums.c
Alex Deucher
- [Mesa-dev] [PATCH] Renamed functions for file enums.c
Brian Paul
- [Mesa-dev] [PATCH 1/2] i965/blorp: Add bilinear filtering of samples for multisample scaled blits
Paul Berry
- [Mesa-dev] [PATCH 1/2] intel: Remove 'misc' parameter from CHIPSET macro in PCI ID tables.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/2] intel: Use the CHIPSET macro in the PCI ID tables for the device name.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/2] i965: Enable ext_framebuffer_multisample_blit_scaled on intel h/w
Paul Berry
- [Mesa-dev] [PATCH] Rename api_validate.[ch] to draw_validate.[ch]
Arnas Milasevicius
- [Mesa-dev] [PATCH 0/3] freedreno: adreno a3xx support
Rob Clark
- [Mesa-dev] [PATCH 3/3] freedreno: gmem bypass
Rob Clark
- [Mesa-dev] [PATCH 1/2] glsl: Make a local variable to avoid restating this array lookup.
Ian Romanick
- [Mesa-dev] [PATCH 2/2] glsl: Fix uniform buffer object counting.
Ian Romanick
- [Mesa-dev] [PATCH] mesa: fix OES_EGL_image_external being partially allowed in the core profile
Chad Versace
- [Mesa-dev] [PATCH v2] Renamed functions for file enums.c
Ian Romanick
- [Mesa-dev] [PATCH 2/2] intel: Use the CHIPSET macro in the PCI ID tables for the device name.
Emil Velikov
- [Mesa-dev] [Bug 65420] Remove gallium draw_arrays() and draw_arrays_instanced() functions
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65420] Remove gallium draw_arrays() and draw_arrays_instanced() functions
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/2] intel: Remove 'misc' parameter from CHIPSET macro in PCI ID tables.
Eric Anholt
- [Mesa-dev] [PATCH] Rename the _mesa_lookup_enum_by_nr() function _mesa_lookup_prim_by_nr() to _mesa_prim_string(); _mesa_lookup_enum_by_name() to _mesa_enum_value(); Changes were made, because nobody liked the way these functions are called
Arnas Milasevicius
- [Mesa-dev] [PATCH] Rename the _mesa_lookup_enum_by_nr() function _mesa_lookup_prim_by_nr() to _mesa_prim_string(); _mesa_lookup_enum_by_name() to _mesa_enum_value(); Changes were made, because nobody liked the way these functions are called
Arnas Milaševičius
- [Mesa-dev] [PATCH v3] Rename the _mesa_lookup_enum_by_nr() function Renamed function _mesa_lookup_prim_by_nr() to _mesa_prim_string() _mesa_lookup_enum_by_nr() to _mesa_enum_string() _mesa_lookup_enum_by_name() to _mesa_enum_value() Changes were made, because nobody liked the way these functions are called.
Arnas Milasevicius
- [Mesa-dev] [PATCH v3] Rename the _mesa_lookup_enum_by_nr() function Renamed function _mesa_lookup_prim_by_nr() to _mesa_prim_string() _mesa_lookup_enum_by_nr() to _mesa_enum_string() _mesa_lookup_enum_by_name() to _mesa_enum_value() Changes were made, because nobody liked the way these functions are called.
Arnas Milaševičius
- [Mesa-dev] [Bug 65420] Remove gallium draw_arrays() and draw_arrays_instanced() functions
bugzilla-daemon at freedesktop.org
- [Mesa-dev] Fwd: [PATCH 1/2] i965/clip: Add support for gl_ClipVertex
Paul Berry
- [Mesa-dev] [PATCH 1/2] i965/clip: Add support for gl_ClipVertex
Chris Forbes
- [Mesa-dev] [PATCH 1/2] i965/clip: Add support for gl_ClipVertex
Paul Berry
- [Mesa-dev] [PATCH] Remove gallium draw_arrays() and draw_arrays_instanced() functions
Arnas Milasevicius
- [Mesa-dev] [PATCH 2/2 v2] intel: Use the CHIPSET macro in the PCI ID tables for the device name.
Kenneth Graunke
- [Mesa-dev] [PATCH v3] Rename the _mesa_lookup_enum_by_nr() function
Arnas Milasevicius
- [Mesa-dev] [PATCH v3] Rename the _mesa_lookup_enum_by_nr() function Renamed function _mesa_lookup_prim_by_nr() to _mesa_prim_string() _mesa_lookup_enum_by_nr() to _mesa_enum_string() _mesa_lookup_enum_by_name() to _mesa_enum_value() Changes were made, because nobody liked the way these functions are called.
Kenneth Graunke
- [Mesa-dev] [PATCH v3] Rename the _mesa_lookup_enum_by_nr() function Renamed function _mesa_lookup_prim_by_nr() to _mesa_prim_string() _mesa_lookup_enum_by_nr() to _mesa_enum_string() _mesa_lookup_enum_by_name() to _mesa_enum_value() Changes were made, because nobody liked the way these functions are called.
Arnas Milaševičius
- [Mesa-dev] [PATCH v3] Rename the _mesa_lookup_enum_by_nr() function Renamed function _mesa_lookup_prim_by_nr() to _mesa_prim_string() _mesa_lookup_enum_by_nr() to _mesa_enum_string() _mesa_lookup_enum_by_name() to _mesa_enum_value() Changes were made, because nobody liked the way these functions are called.
Kenneth Graunke
- [Mesa-dev] [PATCH] Rename api_validate.[ch] to draw_validate.[ch]
Kenneth Graunke
- [Mesa-dev] [PATCH] gallium: Document format name conventions
Adam Jackson
- [Mesa-dev] [PATCH 0/2] Fix gl_ClipVertex support on pre-Gen6 i965
Chris Forbes
- [Mesa-dev] [PATCH 1/2] i965/clip: Add support for gl_ClipVertex
Chris Forbes
- [Mesa-dev] [PATCH 2/2] i965/vs: add support for emitting gl_ClipVertex
Chris Forbes
- [Mesa-dev] [PATCH] clover: Don't segfault when compiling a program with no kernel
Tom Stellard
- [Mesa-dev] [PATCH] Rename api_validate.[ch] to draw_validate.[ch]
Brian Paul
- [Mesa-dev] [PATCH 1/3] gallium/tgsi: add missing string for layer semantic
sroland at vmware.com
- [Mesa-dev] [PATCH 2/3] llvmpipe: add support for layered rendering
sroland at vmware.com
- [Mesa-dev] [PATCH 3/3] llvmpipe: bump 3d and cube map limits to 2048 and 8192 respectively
sroland at vmware.com
- [Mesa-dev] [PATCH 1/3] gallium/tgsi: add missing string for layer semantic
Brian Paul
- [Mesa-dev] [PATCH 3/3] llvmpipe: bump 3d and cube map limits to 2048 and 8192 respectively
Brian Paul
- [Mesa-dev] [PATCH 2/3] llvmpipe: add support for layered rendering
Brian Paul
- [Mesa-dev] [PATCH] Remove gallium draw_arrays() and draw_arrays_instanced() functions
Brian Paul
- [Mesa-dev] [PATCH 2/3] llvmpipe: add support for layered rendering
Roland Scheidegger
- [Mesa-dev] [PATCH 1/3] gallium/tgsi: add missing string for layer semantic
Roland Scheidegger
- [Mesa-dev] [PATCH 1/2] intel: make intel_flush_front safe to call during initial MakeCurrent
Anuj Phogat
- [Mesa-dev] [Bug 64084] Requesting git commit access to mesa
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] intel: flush fake front buffer if server is about to destroy it.
Anuj Phogat
- [Mesa-dev] EGL_BAD_CONTEXT error when creating shared context
Divick Kishore
- [Mesa-dev] [PATCH 1/3] gallium/tgsi: add missing string for layer semantic
Roland Scheidegger
- [Mesa-dev] [Bug 64084] Requesting git commit access to mesa
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: Prevent possible out-of-bounds read by save_SamplerParameteriv.
Vinson Lee
- [Mesa-dev] [PATCH] glsl linker: Initialize member variable interface_namespace.
Kenneth Graunke
- [Mesa-dev] [PATCH] build: Use PACKAGE_VERSION from autoconf
Kenneth Graunke
- [Mesa-dev] [PATCH 4/7] intel: Move XRGB->ARGB blit logic into intel_miptree_blit().
Kenneth Graunke
- [Mesa-dev] [PATCH 5/7] intel: Directly implement blit glBlitFramebuffer instead of awkward reuse.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/7] intel: Move BCS_SWCTRL setup to a helper function.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/2] i965/clip: Add support for gl_ClipVertex
Kenneth Graunke
- [Mesa-dev] [PATCH] mesa: Add a _mesa_problem to document a piglit failure on i965.
Eric Anholt
- [Mesa-dev] [Bug 61821] src/mesa/drivers/dri/common/xmlpool.h:96:29: fatal error: xmlpool/options.h
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 03/13] gallium: Introduce 32-bit bytewise format names
Richard Sandiford
- [Mesa-dev] [PATCH v3] Rename the _mesa_lookup_enum_by_nr() function Renamed function _mesa_lookup_prim_by_nr() to _mesa_prim_string() _mesa_lookup_enum_by_nr() to _mesa_enum_string() _mesa_lookup_enum_by_name() to _mesa_enum_value() Changes were made, because nobody liked the way these functions are called.
Arnas Milaševičius
- [Mesa-dev] [PATCH] Remove gallium draw_arrays() and draw_arrays_instanced() functions
Arnas Milasevicius
- [Mesa-dev] [PATCH] Rename api_validate.[ch] to draw_validate.[ch]
Arnas Milaševičius
- [Mesa-dev] [PATCH] Remove gallium draw_arrays() and draw_arrays_instanced() functions
Arnas Milaševičius
- [Mesa-dev] [PATCH] radeon/winsys: correct RADEON_GEM_WAIT_IDLE use
Michel Dänzer
- [Mesa-dev] [Bug 65426] openGL glDeleteBuffers does not delete buffers created using glGenBuffers
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65426] openGL glDeleteBuffers does not delete buffers created using glGenBuffers
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 03/13] gallium: Introduce 32-bit bytewise format names
Christoph Bumiller
- [Mesa-dev] [PATCH v3] Rename the _mesa_lookup_enum_by_nr() function Renamed function _mesa_lookup_prim_by_nr() to _mesa_prim_string() _mesa_lookup_enum_by_nr() to _mesa_enum_string() _mesa_lookup_enum_by_name() to _mesa_enum_value() Changes were made, because nobody liked the way these functions are called.
Tormod Volden
- [Mesa-dev] [PATCH] radeon/winsys: correct RADEON_GEM_WAIT_IDLE use
Jonathan Gray
- [Mesa-dev] [PATCH 08/15] st/mesa: make generic CopyPixels path work with MSAA visuals
Marek Olšák
- [Mesa-dev] [PATCH] radeon/winsys: correct RADEON_GEM_WAIT_IDLE use
Michel Dänzer
- [Mesa-dev] [PATCH] Remove gallium draw_arrays() and draw_arrays_instanced() functions
Alex Deucher
- [Mesa-dev] [PATCH v3] Remove gallium draw_arrays() and draw_arrays_instanced() functions
Arnas Milasevicius
- [Mesa-dev] [PATCH 03/13] gallium: Introduce 32-bit bytewise format names
Richard Sandiford
- [Mesa-dev] [PATCH] radeon/winsys: correct RADEON_GEM_WAIT_IDLE use
Michel Dänzer
- [Mesa-dev] [PATCH v3] Remove gallium draw_arrays() and draw_arrays_instanced() functions
Brian Paul
- [Mesa-dev] [PATCH] clover: Don't segfault when compiling a program with no kernel
Aaron Watry
- [Mesa-dev] [PATCH] mesa: Prevent possible out-of-bounds read by save_SamplerParameteriv.
Brian Paul
- [Mesa-dev] [PATCH] mesa: Add a _mesa_problem to document a piglit failure on i965.
Matt Turner
- [Mesa-dev] [PATCH 1/3] gallium/tgsi: add missing string for layer semantic
Brian Paul
- [Mesa-dev] [PATCH] tgsi: replace tgsi_file_names tgsi_file_names[] with tgsi_file_name() function
Brian Paul
- [Mesa-dev] [PATCH] tgsi: replace tgsi_file_names tgsi_file_names[] with tgsi_file_name() function
Roland Scheidegger
- [Mesa-dev] [Bug 62647] Wrong rendering of Dota 2 on Wine (apitrace attached) - Intel IVB HD4000
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/7] mesa: Add infrastructure for ARB_shading_language_420pack.
Matt Turner
- [Mesa-dev] [PATCH 2/7] intel: Move BCS_SWCTRL setup to a helper function.
Eric Anholt
- [Mesa-dev] [PATCH 2/7] intel: Move BCS_SWCTRL setup to a helper function.
Kenneth Graunke
- [Mesa-dev] [Bug 65426] openGL glDeleteBuffers does not delete buffers created using glGenBuffers
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: Report core FBO incompleteness cases through GL_ARB_debug_output.
Eric Anholt
- [Mesa-dev] [Bug 65475] New: Inconsistent use of both stderr and stdout for debug output
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65426] openGL glDeleteBuffers does not delete buffers created using glGenBuffers
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: Report core FBO incompleteness cases through GL_ARB_debug_output.
Brian Paul
- [Mesa-dev] [PATCH v4] mesa: Remove gallium draw_arrays() and draw_arrays_instanced() functions
Arnas Milasevicius
- [Mesa-dev] [Bug 65426] openGL glDeleteBuffers does not delete buffers created using glGenBuffers
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/7] mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage().
Paul Berry
- [Mesa-dev] [PATCH 1/7] mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage().
Brian Paul
- [Mesa-dev] [PATCH v4] mesa: Remove gallium draw_arrays() and draw_arrays_instanced() functions
Brian Paul
- [Mesa-dev] [PATCH 2/7] intel: Move BCS_SWCTRL setup to a helper function.
Paul Berry
- [Mesa-dev] [Bug 65426] openGL glDeleteBuffers does not delete buffers created using glGenBuffers
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65426] openGL glDeleteBuffers does not delete buffers created using glGenBuffers
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65426] openGL glDeleteBuffers does not delete buffers created using glGenBuffers
bugzilla-daemon at freedesktop.org
- [Mesa-dev] How do I start contributing to Mesa?
Roland Scheidegger
- [Mesa-dev] [PATCH 1/4] mesa: Expose texel offset limits in GLES3.
Eric Anholt
- [Mesa-dev] [PATCH 2/4] mesa: Fix the return value of TEXTURE_BINDING_2D_ARRAY.
Eric Anholt
- [Mesa-dev] [PATCH 3/4] mesa: Expose texture array getters on GLES3.
Eric Anholt
- [Mesa-dev] [PATCH 4/4] mesa: Expose MAX_FRAGMENT_INPUT_COMPONENTS on ES3 and desktop 3.2.
Eric Anholt
- [Mesa-dev] [PATCH] mesa: Report core FBO incompleteness cases through GL_ARB_debug_output.
Eric Anholt
- [Mesa-dev] Random results in piglit spec/!OpenGL 1.1/read-front on r600g
Martin Andersson
- [Mesa-dev] [PATCH v5] mesa: Remove gallium draw_arrays() and draw_arrays_instanced() functions
Arnas Milasevicius
- [Mesa-dev] Random results in piglit spec/!OpenGL 1.1/read-front on r600g
Marek Olšák
- [Mesa-dev] [PATCH 1/4] mesa: Expose texel offset limits in GLES3.
Matt Turner
- [Mesa-dev] [PATCH] gallium/docs: fix up transfer description for 1d arrays, add cube map arrays
sroland at vmware.com
- [Mesa-dev] [PATCH 1/2] llvmpipe: move create_surface/destroy_surface functions to lp_surface.c
sroland at vmware.com
- [Mesa-dev] [PATCH 2/2] util: fix util_clear_render_target and util_clear_depth_stencil layer handling
sroland at vmware.com
- [Mesa-dev] [PATCH 2/2] util: fix util_clear_render_target and util_clear_depth_stencil layer handling
Brian Paul
- [Mesa-dev] [PATCH 1/4] mesa: Expose texel offset limits in GLES3.
Kenneth Graunke
- [Mesa-dev] [PATCH] u_vbuf: fix index buffer leak
Chia-I Wu
- [Mesa-dev] [PATCH] glsl: Fix null check in read_dereference.
Vinson Lee
- [Mesa-dev] Random results in piglit spec/!OpenGL 1.1/read-front on r600g
Martin Andersson
- [Mesa-dev] [PATCH 1/2] util: add util_resource_is_array_texture()
Chia-I Wu
- [Mesa-dev] [PATCH 2/2] ilo: fix textureSize() for single-layered array textures
Chia-I Wu
- [Mesa-dev] [PATCH] gallium/docs: fix up transfer description for 1d arrays, add cube map arrays
Eric Anholt
- [Mesa-dev] [PATCH 0/2] Fix gl_ClipVertex support on pre-Gen6 i965
Chris Forbes
- [Mesa-dev] [Bug 65426] openGL glDeleteBuffers does not delete buffers created using glGenBuffers
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] u_vbuf: fix index buffer leak
Marek Olšák
- [Mesa-dev] [PATCH 2/2] util: fix util_clear_render_target and util_clear_depth_stencil layer handling
Marek Olšák
- [Mesa-dev] [Bug 65426] openGL glDeleteBuffers does not delete buffers created using glGenBuffers
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] i965: Shrink Gen5 VUE map layout to be the same as Gen4.
Chris Forbes
- [Mesa-dev] [PATCH] llvmpipe: Use saturating add/sub for UNORM formats
Richard Sandiford
- [Mesa-dev] [PATCH] u_vbuf: fix index buffer leak
Alex Deucher
- [Mesa-dev] [PATCH 2/3] llvmpipe: add support for layered rendering
Jose Fonseca
- [Mesa-dev] [PATCH 1/3] gallium/tgsi: add missing string for layer semantic
Jose Fonseca
- [Mesa-dev] [PATCH 2/2] util: fix util_clear_render_target and util_clear_depth_stencil layer handling
Roland Scheidegger
- [Mesa-dev] [PATCH 3/3] llvmpipe: bump 3d and cube map limits to 2048 and 8192 respectively
Jose Fonseca
- [Mesa-dev] [PATCH 2/2] util: fix util_clear_render_target and util_clear_depth_stencil layer handling
Jose Fonseca
- [Mesa-dev] [PATCH 1/2] util: add util_resource_is_array_texture()
Brian Paul
- [Mesa-dev] [PATCH] glsl: Fix null check in read_dereference.
Brian Paul
- [Mesa-dev] R600/SI: Intrinsics for derivatives
Michel Dänzer
- [Mesa-dev] [PATCH v5] mesa: Remove gallium draw_arrays() and draw_arrays_instanced() functions
Arnas Milaševičius
- [Mesa-dev] [PATCH] llvmpipe: Use saturating add/sub for UNORM formats
Jose Fonseca
- [Mesa-dev] [PATCH v5] mesa: Remove gallium draw_arrays() and draw_arrays_instanced() functions
Brian Paul
- [Mesa-dev] [Bug 65513] New: In TGSI module, replace string arrays with functions
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] Rename api_validate.[ch] to draw_validate.[ch]
Brian Paul
- [Mesa-dev] [PATCH 0/2] radeonsi: Derivatives support
Michel Dänzer
- [Mesa-dev] [PATCH 1/2] radeonsi: Handle TGSI_OPCODE_TXD
Michel Dänzer
- [Mesa-dev] [PATCH 2/2] radeonsi: Handle TGSI_OPCODE_DDX/Y
Michel Dänzer
- [Mesa-dev] [PATCH 2/2] util: fix util_clear_render_target and util_clear_depth_stencil layer handling
Marek Olšák
- [Mesa-dev] [PATCH] u_vbuf: fix index buffer leak
Chia-I Wu
- [Mesa-dev] [PATCH] u_vbuf: fix index buffer leak
Alex Deucher
- [Mesa-dev] [PATCH 5/7] intel: Directly implement blit glBlitFramebuffer instead of awkward reuse.
Paul Berry
- [Mesa-dev] [PATCH] i965: Shrink Gen5 VUE map layout to be the same as Gen4.
Paul Berry
- [Mesa-dev] [PATCH 0/2] Fix gl_ClipVertex support on pre-Gen6 i965
Paul Berry
- [Mesa-dev] [PATCH] Rename api_validate.[ch] to draw_validate.[ch]
Kenneth Graunke
- [Mesa-dev] [PATCH 2/3] llvmpipe: add support for layered rendering
Roland Scheidegger
- [Mesa-dev] [PATCH 1/2] i965/fs: Dump IR when fatally not compiling due to bad register spilling.
Eric Anholt
- [Mesa-dev] [PATCH 2/2] ra: Fix register spilling.
Eric Anholt
- [Mesa-dev] [PATCH] i965: Shrink Gen5 VUE map layout to be the same as Gen4.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/7] mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage().
Eric Anholt
- [Mesa-dev] [PATCH 1/7] mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage().
Eric Anholt
- [Mesa-dev] [RFC] r600g: implement fast color clears on evergreen+
Grigori Goronzy
- [Mesa-dev] [PATCH] r600g: implement fast color clears on evergreen+
Grigori Goronzy
- [Mesa-dev] [PATCH 5/7] intel: Directly implement blit glBlitFramebuffer instead of awkward reuse.
Eric Anholt
- [Mesa-dev] [PATCH] intel: Make batch macros for doing BCS_SWCTRL setup.
Eric Anholt
- [Mesa-dev] [PATCH 5/7] intel: Directly implement blit glBlitFramebuffer instead of awkward reuse.
Kenneth Graunke
- [Mesa-dev] [Bug 65423] Remove gl_config::haveDepthBuffer, haveAccumBuffer, haveStencilBuffer fields
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/7] mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage().
Brian Paul
- [Mesa-dev] Random results in piglit spec/!OpenGL 1.1/read-front on r600g
Martin Andersson
- [Mesa-dev] hw_gl_select branch status
Jerry Gamache
- [Mesa-dev] [PATCH 2/3] llvmpipe: add support for layered rendering
Jose Fonseca
- [Mesa-dev] [PATCH] r600g: implement fast color clears on evergreen+
Marek Olšák
- [Mesa-dev] [Bug 65423] Remove gl_config::haveDepthBuffer, haveAccumBuffer, haveStencilBuffer fields
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] Fixed bug in unclamped float to ubyte conversion.
Stéphane Marchesin
- [Mesa-dev] R600/SI: Intrinsics for derivatives
Tom Stellard
- [Mesa-dev] [PATCH] r600g: implement fast color clears on evergreen+
Grigori Goronzy
- [Mesa-dev] R600/SI: Intrinsics for derivatives
Tom Stellard
- [Mesa-dev] [Bug 65525] New: [llvmpipe] lp_scene.h:210:lp_scene_alloc: Assertion `size <= (64 * 1024)' failed.
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/3] i965/vs: Use the MAD instruction when possible.
Eric Anholt
- [Mesa-dev] [PATCH 2/3] i965/vs: Allow copy propagation into MUL/MACH.
Eric Anholt
- [Mesa-dev] [PATCH 3/3] i965/vs: Avoid the MUL/MACH/MOV sequence for small integer multiplies.
Eric Anholt
- [Mesa-dev] [PATCH 1/3] i965/vs: Use the MAD instruction when possible.
Matt Turner
- [Mesa-dev] [PATCH 3/3] i965/vs: Avoid the MUL/MACH/MOV sequence for small integer multiplies.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/3] glsl: Bail on parsing if the #version directive is bogus.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/3] glsl: Parse "#version 150 core" directives.
Kenneth Graunke
- [Mesa-dev] [PATCH 3/3] glcpp: Automatically #define GL_core_profile 1 on GLSL 1.50+.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/3] glsl: Bail on parsing if the #version directive is bogus.
Matt Turner
- [Mesa-dev] [PATCH] glsl: Allow the use of determinant() in GLSL 1.50.
Kenneth Graunke
- [Mesa-dev] [PATCH] gallium egl: mark KHR_create_context as supported
Gregory Hainaut
- [Mesa-dev] [PATCH 1/3] Remove gl_config::haveDepthBuffer, haveAccumBuffer, haveStencilBuffer fields
Arnas Milasevicius
- [Mesa-dev] [PATCH 2/3] Remove gl_config::haveDepthBuffer, haveAccumBuffer, haveStencilBuffer fields
Arnas Milasevicius
- [Mesa-dev] [PATCH 3/3] Remove gl_config::haveDepthBuffer, haveAccumBuffer, haveStencilBuffer fields
Arnas Milasevicius
- [Mesa-dev] [PATCH] glsl: Allow the use of determinant() in GLSL 1.50.
Matt Turner
- [Mesa-dev] [PATCH] util: new util_fill_box helper
sroland at vmware.com
- [Mesa-dev] [PATCH 1/8] i965: Remove unused second parameter of brw_print_dirty_count().
Kenneth Graunke
- [Mesa-dev] [PATCH 2/8] i965: Change return type of check_state() to bool.
Kenneth Graunke
- [Mesa-dev] [PATCH 3/8] i965: Delete some dead state atom prototypes.
Kenneth Graunke
- [Mesa-dev] [PATCH 4/8] i965: Emit invariant state once at startup on Gen6+.
Kenneth Graunke
- [Mesa-dev] [PATCH 5/8] i965: Don't emit PIPELINE_SELECT from BLORP.
Kenneth Graunke
- [Mesa-dev] [PATCH 6/8] i965: Disable unused pipeline stages once at startup on Gen7+.
Kenneth Graunke
- [Mesa-dev] [PATCH 7/8] i965: Allocate push constant L3 space once at startup on Gen7+.
Kenneth Graunke
- [Mesa-dev] [PATCH 8/8] intel: Reserve less batchbuffer space.
Kenneth Graunke
- [Mesa-dev] [PATCH] Move all of the var decls to the front of the IR list in reverse order.
Ian Romanick
- [Mesa-dev] [PATCH 5/8] i965: Don't emit PIPELINE_SELECT from BLORP.
Chris Forbes
- [Mesa-dev] [PATCH] glsl: Initialize member variable is_ubo_var in constructor.
Vinson Lee
- [Mesa-dev] [PATCH 5/8] i965: Don't emit PIPELINE_SELECT from BLORP.
Kenneth Graunke
- [Mesa-dev] R600/SI: Intrinsics for derivatives
Tom Stellard
- [Mesa-dev] [Bug 65514] Mesa can't render Google Maps WebGL preview in Firefox
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 63650] gallium/opencl opencl-examples test failures
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44618] Cross-compilation broken by glsl builtin_compiler
bugzilla-daemon at freedesktop.org
- [Mesa-dev] i965 Gen4/5: Garbage rendering when gl_BackColor is written but gl_FrontColor is not
Chris Forbes
- [Mesa-dev] i965 Gen4/5: Garbage rendering when gl_BackColor is written but gl_FrontColor is not
Paul Berry
- [Mesa-dev] [PATCH] dlist: fix save_SamplerParameteri
Brian Paul
- [Mesa-dev] [PATCH 1/3] Remove gl_config::haveDepthBuffer, haveAccumBuffer, haveStencilBuffer fields
Brian Paul
- [Mesa-dev] [PATCH] dlist: fix save_SamplerParameteri
Vinson Lee
- [Mesa-dev] [PATCH] dlist: fix save_SamplerParameteri
Chris Forbes
- [Mesa-dev] gpu hung with mesa 9.1.2~git
Martin Steigerwald
- [Mesa-dev] i965 Gen4/5: Garbage rendering when gl_BackColor is written but gl_FrontColor is not
Chris Forbes
- [Mesa-dev] [PATCH 1/2] i965/clip: Add support for gl_ClipVertex
Chris Forbes
- [Mesa-dev] Thank you, Roland Scheidegger!
Dave Witbrodt
- [Mesa-dev] [Bug 65590] New: Mesa 9.1.3 implementation error
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65590] Mesa 9.1.3 implementation error
bugzilla-daemon at freedesktop.org
- [Mesa-dev] i965 Gen4/5: Garbage rendering when gl_BackColor is written but gl_FrontColor is not
Paul Berry
- [Mesa-dev] [Bug 65590] Mesa 9.1.3 implementation error
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65590] Mesa 9.1.3 implementation error
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65514] Mesa can't render Google Maps WebGL preview in Firefox
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65514] Mesa can't render Google Maps WebGL preview in Firefox
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65514] Mesa can't render Google Maps WebGL preview in Firefox
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65514] Mesa can't render Google Maps WebGL preview in Firefox
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65514] Mesa can't render Google Maps WebGL preview in Firefox
bugzilla-daemon at freedesktop.org
- [Mesa-dev] Thank you, Roland Scheidegger!
Roland Scheidegger
- [Mesa-dev] [PATCH] r600g: implement fast color clears on evergreen+
Grigori Goronzy
- [Mesa-dev] [PATCH 1/5] draw: make sure clipdistances work with geometry shaders
Zack Rusin
- [Mesa-dev] [PATCH 2/5] draw: enable user plane clipping when clipdistance is used
Zack Rusin
- [Mesa-dev] [PATCH 3/5] draw: fix clipper invocation statistics
Zack Rusin
- [Mesa-dev] [PATCH 4/5] gallium: add a cull distance semantic
Zack Rusin
- [Mesa-dev] [PATCH 5/5] draw: implement distance culling
Zack Rusin
- [Mesa-dev] [PATCH] swrast: add texfetch code for some XBGR formats
Brian Paul
- [Mesa-dev] R600/SI: Intrinsics for derivatives
Michel Dänzer
- [Mesa-dev] [PATCH mesa 0/8] XA patches for freedreno/a3xx DDX
Rob Clark
- [Mesa-dev] [PATCH mesa 1/8] xa: add xa_surface_from_handle()
Rob Clark
- [Mesa-dev] [PATCH mesa 2/8] xa: add handle type parameter to get handle
Rob Clark
- [Mesa-dev] [PATCH mesa 3/8] xa: export a common context flush function
Rob Clark
- [Mesa-dev] [PATCH mesa 4/8] xa: fix dma copy function
Rob Clark
- [Mesa-dev] [PATCH mesa 5/8] xa: let ddx handle flush
Rob Clark
- [Mesa-dev] [PATCH mesa 6/8] xa: move surface to ref/unref api
Rob Clark
- [Mesa-dev] [PATCH mesa 7/8] xa: bump major version
Rob Clark
- [Mesa-dev] [PATCH mesa 8/8] freedreno: add xa-freedreno target
Rob Clark
- [Mesa-dev] [PATCH vmwgfx] update for XA API changes
Rob Clark
- [Mesa-dev] [PATCH 1/8] i965: Remove unused second parameter of brw_print_dirty_count().
Eric Anholt
- [Mesa-dev] [PATCH 1/3] glsl: Add a gl_shader_program parameter to _mesa_uniform_{merge, split}_location_offset
Ian Romanick
- [Mesa-dev] [PATCH 2/3] glsl: Add gl_shader_program::UniformLocationBaseScale
Ian Romanick
- [Mesa-dev] [PATCH 3/3] glsl: Generate smaller values for uniform locations
Ian Romanick
- [Mesa-dev] [PATCH 3/3] glsl: Generate smaller values for uniform locations
Brian Paul
- [Mesa-dev] [PATCH 3/3] glsl: Generate smaller values for uniform locations
Ian Romanick
- [Mesa-dev] [PATCH 6/8] i965: Disable unused pipeline stages once at startup on Gen7+.
Vedran Rodic
- [Mesa-dev] [PATCH 1/3] i965: Emit the BLEND_STATE pointer directly rather than via atoms.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/3] i965: Emit the CC state pointer directly rather than via atoms.
Kenneth Graunke
- [Mesa-dev] [PATCH 3/3] i965: Emit the depth/stencil state pointer directly, not via atoms.
Kenneth Graunke
- [Mesa-dev] [PATCH] llvmpipe: Use saturating add/sub for UNORM formats
Adam Jackson
- [Mesa-dev] [PATCH 6/8] i965: Disable unused pipeline stages once at startup on Gen7+.
Kenneth Graunke
- [Mesa-dev] [PATCH] llvmpipe: Stop calling util_format_get_blocksize on the hot path
Adam Jackson
- [Mesa-dev] [PATCH] winsys/radeon: add env var to disable VM on Cayman/Trinity
alexdeucher at gmail.com
- [Mesa-dev] [PATCH] mesa: per-texture locking
Frank Henigman
- [Mesa-dev] [PATCH 6/8] i965: Disable unused pipeline stages once at startup on Gen7+.
Vedran Rodic
- [Mesa-dev] [PATCH 6/8] i965: Disable unused pipeline stages once at startup on Gen7+.
Kenneth Graunke
- [Mesa-dev] [PATCH 6/8] i965: Disable unused pipeline stages once at startup on Gen7+.
Vedran Rodic
- [Mesa-dev] [PATCH] winsys/radeon: add env var to disable VM on Cayman/Trinity
Tom Stellard
- [Mesa-dev] [PATCH] winsys/radeon: add env var to disable VM on Cayman/Trinity
Marek Olšák
- [Mesa-dev] [PATCH] llvmpipe: Stop calling util_format_get_blocksize on the hot path
Roland Scheidegger
- [Mesa-dev] [PATCH] winsys/radeon: add env var to disable VM on Cayman/Trinity
Alex Deucher
- [Mesa-dev] Seeking information about commit 586b4b50 (glsl: Also update implicit sizes of varyings at link time)
Paul Berry
- [Mesa-dev] [PATCH] winsys/radeon: add env var to disable VM on Cayman/Trinity
Martin Andersson
- [Mesa-dev] [PATCH 3/3] glsl: Generate smaller values for uniform locations
Fredrik Höglund
- [Mesa-dev] [PATCH] i965: Don't disable unused shader stages from BLORP.
Kenneth Graunke
- [Mesa-dev] Seeking information about commit 586b4b50 (glsl: Also update implicit sizes of varyings at link time)
Fabian Bieler
- [Mesa-dev] Seeking information about commit 586b4b50 (glsl: Also update implicit sizes of varyings at link time)
Eric Anholt
- [Mesa-dev] [PATCH] r600g: implement fast color clears on evergreen+
Marek Olšák
- [Mesa-dev] [PATCH] r600g: implement fast color clears on evergreen+
Roland Scheidegger
- [Mesa-dev] [PATCH 1/2] draw: cleanup the distance culling code a bit
Zack Rusin
- [Mesa-dev] [PATCH 2/2] gallium/draw: add limits to the clip and cull distances
Zack Rusin
- [Mesa-dev] [PATCH] i965: Don't disable unused shader stages from BLORP.
Vedran Rodic
- [Mesa-dev] [PATCH] i965: Don't disable unused shader stages from BLORP.
Vedran Rodic
- [Mesa-dev] [PATCH] swrast: add texfetch code for some XBGR formats
Jose Fonseca
- [Mesa-dev] [PATCH 1/3] i965: Emit the BLEND_STATE pointer directly rather than via atoms.
Eric Anholt
- [Mesa-dev] [PATCH] r600g: implement fast color clears on evergreen+
Marek Olšák
- [Mesa-dev] [PATCH 1/8] util: Add more query methods to u_format_parse.Format
Richard Sandiford
- [Mesa-dev] [Bug 64935] [swrast] s_texfetch.c:1335: set_fetch_functions: Assertion `texImage->FetchTexel' failed.
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 2/8] util: Turn inv_swizzle into a global function
Richard Sandiford
- [Mesa-dev] [PATCH 3/8] util: Split out channel-printing Python code
Richard Sandiford
- [Mesa-dev] [PATCH 4/8] util: Split out channel-parsing Python code
Richard Sandiford
- [Mesa-dev] [PATCH] r600g: implement fast color clears on evergreen+
Grigori Goronzy
- [Mesa-dev] [PATCH] r600g: implement fast color clears on evergreen+
Marek Olšák
- [Mesa-dev] [PATCH 5/8] util: Precompute channel shifts in u_format_parse.py
Richard Sandiford
- [Mesa-dev] [PATCH 1/5] draw: make sure clipdistances work with geometry shaders
Brian Paul
- [Mesa-dev] [PATCH 2/5] draw: enable user plane clipping when clipdistance is used
Brian Paul
- [Mesa-dev] [PATCH 3/5] draw: fix clipper invocation statistics
Brian Paul
- [Mesa-dev] [PATCH 4/5] gallium: add a cull distance semantic
Brian Paul
- [Mesa-dev] [PATCH 5/5] draw: implement distance culling
Brian Paul
- [Mesa-dev] [PATCH 2/5] draw: enable user plane clipping when clipdistance is used
Roland Scheidegger
- [Mesa-dev] [PATCH 3/5] draw: fix clipper invocation statistics
Roland Scheidegger
- [Mesa-dev] [PATCH 7/8] util: Expand the comment above the channel[] array
Richard Sandiford
- [Mesa-dev] [PATCH 4/5] gallium: add a cull distance semantic
Roland Scheidegger
- [Mesa-dev] [PATCH] mesa: per-texture locking
Brian Paul
- [Mesa-dev] [PATCH 5/5] draw: implement distance culling
Roland Scheidegger
- [Mesa-dev] [PATCH] mesa: per-texture locking
Eric Anholt
- [Mesa-dev] [PATCH] i965: Don't disable unused shader stages from BLORP.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/5] draw: make sure clipdistances work with geometry shaders
Zack Rusin
- [Mesa-dev] [PATCH] i965: Don't disable unused shader stages from BLORP.
Vedran Rodic
- [Mesa-dev] [PATCH] Move all of the var decls to the front of the IR list in reverse order.
Chad Versace
- [Mesa-dev] [PATCH] Move all of the var decls to the front of the IR list in reverse order.
Ian Romanick
- [Mesa-dev] [PATCH 3/3] glsl: Generate smaller values for uniform locations
Ian Romanick
- [Mesa-dev] [PATCH] Move all of the var decls to the front of the IR list in reverse order.
Chad Versace
- [Mesa-dev] [PATCH 5/5] draw: implement distance culling
Zack Rusin
- [Mesa-dev] [PATCH 5/5] draw: implement distance culling
Zack Rusin
- [Mesa-dev] [PATCH 1/3] i965: Emit the BLEND_STATE pointer directly rather than via atoms.
Eric Anholt
- [Mesa-dev] [PATCH v2] r600g: implement fast color clears on evergreen+
Grigori Goronzy
- [Mesa-dev] [PATCH 1/3] glsl: Add a gl_shader_program parameter to _mesa_uniform_{merge, split}_location_offset
Chad Versace
- [Mesa-dev] [PATCH] Move all of the var decls to the front of the IR list in reverse order.
Chad Versace
- [Mesa-dev] [PATCH v2 06/12] i965/gen7+: Implement fast color clear operation in BLORP.
Eric Anholt
- [Mesa-dev] [PATCH v2 06/12] i965/gen7+: Implement fast color clear operation in BLORP.
Paul Berry
- [Mesa-dev] [PATCH v2 00/12] i965/gen7+: Implement fast color clears.
Eric Anholt
- [Mesa-dev] [PATCH 2/2] gallium/draw: add limits to the clip and cull distances
Roland Scheidegger
- [Mesa-dev] [PATCH] intel: Remove unused IS_POWER_OF_TWO() macro.
Eric Anholt
- [Mesa-dev] [PATCH] intel: Remove unused IS_POWER_OF_TWO() macro.
Matt Turner
- [Mesa-dev] [Bug 65514] Mesa can't render Google Maps WebGL preview in Firefox
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 61919] make fails without C_INCLUDE_PATH: xlib_sw_winsys.c:49:33: fatal error: X11/extensions/XShm.h: No such file or directory
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 61919] make fails without C_INCLUDE_PATH: xlib_sw_winsys.c:49:33: fatal error: X11/extensions/XShm.h: No such file or directory
bugzilla-daemon at freedesktop.org
- [Mesa-dev] 16-wide math on ironlake
Chris Forbes
- [Mesa-dev] recursive raytracing demo
kristof.ralovich at gmail.com
- [Mesa-dev] [PATCH 6/8] util: Fix pack and unpack for big-endian
Richard Sandiford
- [Mesa-dev] [PATCH 8/8] util: Add a shift field to the channel structure
Richard Sandiford
- [Mesa-dev] [Bug 64386] Stellarium : white screen with Ubuntu Raring and chipset Intel
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65676] New: Piglit: port remaining glean tests to piglit framework
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 2/2] gallium/draw: add limits to the clip and cull distances
Jose Fonseca
- [Mesa-dev] [PATCH 0/8] util: big-endian fixes for format generator
Richard Sandiford
- [Mesa-dev] recursive raytracing demo
Brian Paul
- [Mesa-dev] [PATCH mesa 0/8] XA patches for freedreno/a3xx DDX
Brian Paul
- [Mesa-dev] [PATCH] Fixed bug in unclamped float to ubyte conversion.
Brian Paul
- [Mesa-dev] [PATCH] mesa: per-texture locking
Frank Henigman
- [Mesa-dev] [PATCH 7/8] util: Expand the comment above the channel[] array
Michel Dänzer
- [Mesa-dev] [PATCH 1/2] glsl/gsraytrace: Bind transform feedback buffer.
Fabian Bieler
- [Mesa-dev] [PATCH 2/2] glsl/gsraytrace: Use EXT_transform_feedback instead of, NV.
Fabian Bieler
- [Mesa-dev] [PATCH mesa 0/8] XA patches for freedreno/a3xx DDX
Jakob Bornecrantz
- [Mesa-dev] [Bug 64386] Stellarium : white screen with Ubuntu Raring and chipset Intel
bugzilla-daemon at freedesktop.org
- [Mesa-dev] 16-wide math on ironlake
Kenneth Graunke
- [Mesa-dev] [PATCH] mesa: per-texture locking
Eric Anholt
- [Mesa-dev] Seeking information about commit 586b4b50 (glsl: Also update implicit sizes of varyings at link time)
Paul Berry
- [Mesa-dev] [PATCH 2/2] gallium/draw: add limits to the clip and cull distances
Christoph Bumiller
- [Mesa-dev] [PATCH 2/2] gallium/draw: add limits to the clip and cull distances
Jose Fonseca
- [Mesa-dev] [Bug 61919] make fails without C_INCLUDE_PATH: xlib_sw_winsys.c:49:33: fatal error: X11/extensions/XShm.h: No such file or directory
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH mesa 0/8] XA patches for freedreno/a3xx DDX
Rob Clark
- [Mesa-dev] [PATCH] mesa: per-texture locking
Dave Airlie
- [Mesa-dev] [PATCH libclc] Implement barrier() builtin
Tom Stellard
- [Mesa-dev] [PATCH 1/2] r600g/compute: Move compute_shader_create() function into evergreen_compute.c
Tom Stellard
- [Mesa-dev] [PATCH 2/2] r600g/compute: Accept LDS size from the LLVM backend
Tom Stellard
- [Mesa-dev] R600 Patches: Add support for the local address space
Tom Stellard
- [Mesa-dev] GLSL 1.50 GS layout qualifier progress
Eric Anholt
- [Mesa-dev] R600 Patches: Add support for the local address space
Matt Arsenault
- [Mesa-dev] [PATCH] st/mesa: fix temp texture bindings in st_CopyPixels()
Chia-I Wu
- [Mesa-dev] [PATCH] st/mesa: fix temp texture bindings in st_CopyPixels()
Marek Olšák
- [Mesa-dev] [PATCH 0/6] Eliminating unused built-in varyings
Marek Olšák
- [Mesa-dev] [PATCH 1/6] mesa, gallium: renumber shader indices according to their placement in pipeline
Marek Olšák
- [Mesa-dev] [PATCH 2/6] glsl/linker: link shaders in the opposite order (from fragment to vertex)
Marek Olšák
- [Mesa-dev] [PATCH 3/6] glsl/linker: check against varying limit after unused varyings are eliminated
Marek Olšák
- [Mesa-dev] [PATCH 4/6] glsl/linker: eliminate unused and set-but-unused built-in varyings
Marek Olšák
- [Mesa-dev] [PATCH 5/6] st/mesa: disable EXT_separate_shader_objects
Marek Olšák
- [Mesa-dev] [PATCH 6/6] mesa, glsl, gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependencies
Marek Olšák
- [Mesa-dev] [PATCH 7/8] util: Expand the comment above the channel[] array
Richard Sandiford
- [Mesa-dev] [Bug 65714] New: Champions of Regnum dont show characters!
bugzilla-daemon at freedesktop.org
- [Mesa-dev] R600 Patches: Add support for the local address space
Tom Stellard
- [Mesa-dev] [Bug 65714] Champions of Regnum dont show characters!
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65714] Champions of Regnum dont show characters!
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65714] Champions of Regnum dont show characters!
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/6] mesa, gallium: renumber shader indices according to their placement in pipeline
Brian Paul
- [Mesa-dev] [PATCH] draw: fix a regression in computing max elt
Zack Rusin
- [Mesa-dev] [PATCH] draw: fix a regression in computing max elt
Jose Fonseca
- [Mesa-dev] [PATCH] i965/vs: Combine code generation's inst->opcode switch statements.
Kenneth Graunke
- [Mesa-dev] [PATCH] mesa: per-texture locking
Frank Henigman
- [Mesa-dev] [PATCH 7/8] util: Expand the comment above the channel[] array
Will Schmidt
- [Mesa-dev] [PATCH] mesa: per-texture locking
Ian Romanick
- [Mesa-dev] XDC2013 - Announcement
Keith Packard
- [Mesa-dev] XDC2013 - Call for Proposals
Keith Packard
- [Mesa-dev] [Bug 52167] llvmpipe test programs link fails when ld --as-needed option is used
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 47824] osmesa using --enable-shared-glapi depends on libgl
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/2] i965: Add back strict type assertions for MAD and LRP.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/2] i965: Remove broken source type assertions from brw_alu3().
Kenneth Graunke
- [Mesa-dev] [PATCH] draw: don't clear the so targets until we stream out
Zack Rusin
- [Mesa-dev] [PATCH libclc] Implement barrier() builtin
Aaron Watry
- [Mesa-dev] [PATCH 1/2] r600g/compute: Move compute_shader_create() function into evergreen_compute.c
Aaron Watry
- [Mesa-dev] [PATCH 1/2] r600g/compute: Move compute_shader_create() function into evergreen_compute.c
Tom Stellard
- [Mesa-dev] [PATCH 2/2] r600g/compute: Accept LDS size from the LLVM backend
Aaron Watry
- [Mesa-dev] [PATCH] draw: don't clear the so targets until we stream out
Roland Scheidegger
- [Mesa-dev] [PATCH] draw: don't clear the so targets until we stream out
Zack Rusin
- [Mesa-dev] [PATCH] draw: don't clear the so targets until we stream out
Zack Rusin
- [Mesa-dev] Pull request for 1.50 GS layout qualifiers
Eric Anholt
- [Mesa-dev] [PATCH 1/2] st/xlib: Fix XImage bytes-per-pixel calculation
Richard Sandiford
- [Mesa-dev] [PATCH 2/2] st/xlib: Fix XImage stride calculation
Richard Sandiford
- [Mesa-dev] [PATCH 7/8] util: Expand the comment above the channel[] array
Richard Sandiford
- [Mesa-dev] [PATCH 1/3] glsl/linker: Use correct array length when linking inter-stage uniforms and varyings.
Fabian Bieler
- [Mesa-dev] [PATCH 2/3] glsl: Only call mark_whole_array_access for arrays.
Fabian Bieler
- [Mesa-dev] [PATCH 3/3] mesa/main: Check for 0 size draws after validation.
Fabian Bieler
- [Mesa-dev] Pull request for 1.50 GS layout qualifiers
Fabian Bieler
- [Mesa-dev] [PATCH] draw: don't clear the so targets until we stream out
Brian Paul
- [Mesa-dev] [PATCH 2/2] st/xlib: Fix XImage stride calculation
Brian Paul
- [Mesa-dev] [PATCH] R600: Add SI load support for v[24]i32 and store for v2i32
Aaron Watry
- [Mesa-dev] [PATCH] draw: don't clear the so targets until we stream out
Jose Fonseca
- [Mesa-dev] R600 Patches: Add support for the local address space
Vincent Lejeune
- [Mesa-dev] [PATCH] mesa: per-texture locking
Eric Anholt
- [Mesa-dev] [PATCH] gallium: add condition parameter to render_condition
sroland at vmware.com
- [Mesa-dev] [PATCH 1/3] gallivm: one code memory pool with deferred free
Frank Henigman
- [Mesa-dev] [PATCH 2/3] gallivm: separate LLVM teardown from freeing code
Frank Henigman
- [Mesa-dev] [PATCH 3/3] draw/llvm: delete unneeded LLVM stuff earlier
Frank Henigman
- [Mesa-dev] [PATCH 0/3] save about 1MB per llvm vertex shader
Frank Henigman
- [Mesa-dev] [PATCH] mesa: Fix ieee fp on Alpha
Sven Joachim
- [Mesa-dev] [Patch] prog_parameter.c ASAN Patch
Maxfield, Myles
- [Mesa-dev] [PATCH] mesa: Fix ieee fp on Alpha
Matt Turner
- [Mesa-dev] RFC: more changes to render_condition
Roland Scheidegger
- [Mesa-dev] [PATCH libclc] Add __CLC_ prefix to all macro definitions in headers
Tom Stellard
- [Mesa-dev] [PATCH] prog_parameter.c ASAN Patch
Myles C. Maxfield
- [Mesa-dev] [PATCH] clover: Don't segfault when compiling a program with no kernel
Tom Stellard
- [Mesa-dev] [PATCH] R600: Add SI load support for v[24]i32 and store for v2i32
Tom Stellard
- [Mesa-dev] [PATCH] llvmpipe: fixes for conditional rendering
sroland at vmware.com
- [Mesa-dev] [PATCH] texobj: add verbose api trace messages to several routines
José Fonseca
- [Mesa-dev] [PATCH] texobj: add verbose api trace messages to several routines
Carl Worth
- [Mesa-dev] [PATCH] tgsi_test: fix parsing of array in declaration
Dave Airlie
- [Mesa-dev] [PATCH] r600g cache invalidate issues
Martin Andersson
- [Mesa-dev] [PATCH] r600g: Include SH and SMX when invalidating read caches
Martin Andersson
- [Mesa-dev] [PATCH] gallium: replace bswap_32 calls with util_bswap32
Jonathan Gray
- [Mesa-dev] [PATCH] texobj: add verbose api trace messages to several routines
José Fonseca
- [Mesa-dev] [PATCH 03/13] gallium: Introduce 32-bit bytewise format names
Jose Fonseca
- [Mesa-dev] llvm compiler cache
Frank Henigman
- [Mesa-dev] [PATCH 1/3] draw/llvm: move stuff to llvm cache struct
Frank Henigman
- [Mesa-dev] [PATCH 2/3] draw/llvm: cache LLVM compilation
Frank Henigman
- [Mesa-dev] [PATCH 3/3] draw/llvm: keep some unused items in llvm cache
Frank Henigman
- [Mesa-dev] [PATCH] mesa: Fix ieee fp on Alpha
Andreas Boll
- [Mesa-dev] [PATCH] gallium: replace bswap_32 calls with util_bswap32
Michel Dänzer
- [Mesa-dev] [PATCH] gallium: replace bswap_32 calls with util_bswap32
Jonathan Gray
- [Mesa-dev] [Bug 63435] [Regression since 9.0] Flickering in EGL OpenGL full-screen window with swap interval 1
bugzilla-daemon at freedesktop.org
- [Mesa-dev] R600: Bugfixes
Vincent Lejeune
- [Mesa-dev] R600: Bugfixes
Alex Deucher
- [Mesa-dev] R600: Bugfixes
Tom Stellard
- [Mesa-dev] [PATCH] gallium: add condition parameter to render_condition
Jose Fonseca
- [Mesa-dev] llvm compiler cache
Brian Paul
- [Mesa-dev] [PATCH] tgsi_test: fix parsing of array in declaration
Brian Paul
- [Mesa-dev] [PATCH] prog_parameter.c ASAN Patch
Brian Paul
- [Mesa-dev] [PATCH] gallium: replace bswap_32 calls with util_bswap32
Michel Dänzer
- [Mesa-dev] [PATCH 03/13] gallium: Introduce 32-bit bytewise format names
Adam Jackson
- [Mesa-dev] [PATCH] texobj: add verbose api trace messages to several routines
Carl Worth
- [Mesa-dev] [PATCH 03/13] gallium: Introduce 32-bit bytewise format names
Jose Fonseca
- [Mesa-dev] [PATCH 03/13] gallium: Introduce 32-bit bytewise format names
Richard Sandiford
- [Mesa-dev] [PATCH] prog_parameter.c ASAN Patch
Myles C. Maxfield
- [Mesa-dev] [PATCH] i965/vs: Combine code generation's inst->opcode switch statements.
Eric Anholt
- [Mesa-dev] R600: Various fixes for R600 and SI
Aaron Watry
- [Mesa-dev] [PATCH 1/3] R600: Expand v2i32 load/store instead of custom lowering
Aaron Watry
- [Mesa-dev] [PATCH 2/3] R600/SI: Expand add for v2i32 and v4i32
Aaron Watry
- [Mesa-dev] [PATCH 3/3] R600/SI: Expand sub for v2i32 and v4i32 for SI
Aaron Watry
- [Mesa-dev] [PATCH] gen7: fix GPU hang on WebGL texture-size test
Jordan Justen
- [Mesa-dev] [PATCH] gen7: fix GPU hang on WebGL texture-size test
Eric Anholt
- [Mesa-dev] [PATCH 1/6] glsl: Make some files safe to include from C
Eric Anholt
- [Mesa-dev] [PATCH 2/6] glsl: Make _mesa_print_ir() available from anything including ir.h.
Eric Anholt
- [Mesa-dev] [PATCH 3/6] glsl: Remove ir_print_visitor.h includes and usage
Eric Anholt
- [Mesa-dev] [PATCH 4/6] mesa: Use shared code for converting shader targets to short strings.
Eric Anholt
- [Mesa-dev] [PATCH 5/6] mesa: Fix missing setting of shader->IsES.
Eric Anholt
- [Mesa-dev] [PATCH 6/6] mesa: Move the common _mesa_glsl_compile_shader() code to glsl/.
Eric Anholt
- [Mesa-dev] [Bug 65874] New: piglit ext_transform_feedback-intervening-read output regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 6/6] mesa: Move the common _mesa_glsl_compile_shader() code to glsl/.
Paul Berry
- [Mesa-dev] [PATCH] gen7: fix GPU hang on WebGL texture-size test
Paul Berry
- [Mesa-dev] [PATCH] R600: Fix typo in R600Schedule.td
Tom Stellard
- [Mesa-dev] [PATCH 1/5] glsl/linker: Use correct array length when linking inter-stage uniforms and varyings.
Ian Romanick
- [Mesa-dev] [PATCH 4/5] glsl: Don't copy array of sampler parameters when inlining functions.
Ian Romanick
- [Mesa-dev] [PATCH 2/5] glsl: Only call mark_whole_array_access for arrays.
Ian Romanick
- [Mesa-dev] [PATCH 4/5] glsl: Don't copy array of sampler parameters when inlining functions.
Fabian Bieler
- [Mesa-dev] [PATCH 5/5] glsl: Update array access tracker of function parameters.
Ian Romanick
- [Mesa-dev] [PATCH 3/5] glsl: Return error_type instead of NULL if element_type() is called on non array type.
Ian Romanick
- [Mesa-dev] Initial VA-API state tracker
Christian König
- [Mesa-dev] [PATCH 01/15] st/va: skeleton VAAPI state tracker
Christian König
- [Mesa-dev] [PATCH 02/15] st/va: implement vlVaQueryConfigProfiles
Christian König
- [Mesa-dev] [PATCH 03/15] st/va: implement vlVaQueryConfigEntrypoints
Christian König
- [Mesa-dev] [PATCH 04/15] st/va: implement vlVaGetConfigAttributes
Christian König
- [Mesa-dev] [PATCH 05/15] st/va: implement vlVa(Create|Destroy|Query)Config
Christian König
- [Mesa-dev] [PATCH 06/15] st/va: implement vlVa(Create|Destroy)Surfaces
Christian König
- [Mesa-dev] [PATCH 07/15] st/va: implement vlVa(Create|Destroy)Context
Christian König
- [Mesa-dev] [PATCH 08/15] st/va: implement vlVa(Create|Destroy)Buffer
Christian König
- [Mesa-dev] [PATCH 09/15] st/va: implement vlVa(Begin|Render|End)Picture
Christian König
- [Mesa-dev] [PATCH 10/15] st/va: implement vlVaPutSurface
Christian König
- [Mesa-dev] [PATCH 11/15] st/va: let vlVaSyncSurface suceed
Christian König
- [Mesa-dev] [PATCH 12/15] st/va: handle VAIQMatrixBufferMPEG2
Christian König
- [Mesa-dev] [PATCH 13/15] st/va: handle VAPictureParameterBufferMPEG2
Christian König
- [Mesa-dev] [PATCH 14/15] st/va: try to decode something
Christian König
- [Mesa-dev] [PATCH 15/15] st/va: add support for H264
Christian König
- [Mesa-dev] [PATCH 5/5] glsl: Update array access tracker of function parameters.
Fabian Bieler
- [Mesa-dev] [PATCH 3/5] glsl: Return error_type instead of NULL if element_type() is called on non array type.
Fabian Bieler
- [Mesa-dev] [PATCH 6/6] mesa: Move the common _mesa_glsl_compile_shader() code to glsl/.
Kenneth Graunke
- [Mesa-dev] [PATCH 3/6] glsl: Remove ir_print_visitor.h includes and usage
Kenneth Graunke
- [Mesa-dev] [PATCH 4/6] mesa: Use shared code for converting shader targets to short strings.
Kenneth Graunke
- [Mesa-dev] [PATCH 5/6] mesa: Fix missing setting of shader->IsES.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/4] glsl: Add simple vector type accessor helpers.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/4] glsl: Stop being clever with pointer arithmetic when fetching types.
Kenneth Graunke
- [Mesa-dev] [PATCH 3/4] glsl: Don't use random pointers as an array of glsl_type objects.
Kenneth Graunke
- [Mesa-dev] [PATCH 4/4] glsl: Streamline the built-in type handling code.
Kenneth Graunke
- [Mesa-dev] [PATCH] llvmpipe: Tighten check for alpha-only formats
Richard Sandiford
- [Mesa-dev] [Bug 65898] New: Low(er) FPS in Half-Life 2 on Arch Linux
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65898] Low(er) FPS in Half-Life 2 on Arch Linux
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] llvmpipe: Tighten check for alpha-only formats
Roland Scheidegger
- [Mesa-dev] [Bug 65898] Low(er) FPS in Half-Life 2 on Arch Linux
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 2/4] glsl: Stop being clever with pointer arithmetic when fetching types.
Ian Romanick
- [Mesa-dev] [PATCH 1/4] glsl: Add simple vector type accessor helpers.
Ian Romanick
- [Mesa-dev] [PATCH 3/3] mesa/main: Check for 0 size draws after validation.
Brian Paul
- [Mesa-dev] [PATCH] st/dri/sw: Fix pitch calculation in drisw_update_tex_buffer
Richard Sandiford
- [Mesa-dev] [PATCH 1/2] R600: Add support for i32 loads from the constant address space on Cayman
Tom Stellard
- [Mesa-dev] [PATCH 2/2] R600/SI: Report unaligned memory accesses as legal for > 32-bit types
Tom Stellard
- [Mesa-dev] [PATCH 00/14] Big-endian support in gallivm and llvmpipe
Adam Jackson
- [Mesa-dev] [PATCH 01/14] gallivm: Remove all notion of byte-swapping
Adam Jackson
- [Mesa-dev] [PATCH 02/14] gallium: Document format name conventions
Adam Jackson
- [Mesa-dev] [PATCH 03/14] gallium: Introduce 32-bit packed format names
Adam Jackson
- [Mesa-dev] [PATCH 04/14] gallium: Document packed formats
Adam Jackson
- [Mesa-dev] [PATCH 05/14] tests: Convert to packed formats
Adam Jackson
- [Mesa-dev] [PATCH 06/14] gbm: Convert to packed formats
Adam Jackson
- [Mesa-dev] [PATCH 07/14] st/xlib: Convert to packed formats
Adam Jackson
- [Mesa-dev] [PATCH 08/14] st/dri: Convert to packed formats
Adam Jackson
- [Mesa-dev] [PATCH 09/14] format: Convert to packed formats
Adam Jackson
- [Mesa-dev] [PATCH 10/14] graw-xlib: Convert to packed formats
Adam Jackson
- [Mesa-dev] [PATCH 11/14] util: Convert color pack to packed formats
Adam Jackson
- [Mesa-dev] [PATCH 12/14] llvmpipe: Fix convert_to_blend_type on big-endian
Adam Jackson
- [Mesa-dev] [PATCH 13/14] gallivm: Fix big-endian machines
Adam Jackson
- [Mesa-dev] [PATCH 14/14] gallivm: Fix lp_build_rgba8_to_fi32_soa for big endian
Adam Jackson
- [Mesa-dev] [PATCH 04/14] gallium: Document packed formats
Michel Dänzer
- [Mesa-dev] [PATCH 1/4] glsl: Add simple vector type accessor helpers.
Kenneth Graunke
- [Mesa-dev] [PATCH libclc] Add __CLC_ prefix to all macro definitions in headers
Aaron Watry
- [Mesa-dev] [PATCH 4/6] mesa: Use shared code for converting shader targets to short strings.
Eric Anholt
- [Mesa-dev] [Bug 65898] Low(er) FPS in Half-Life 2 on Arch Linux
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 4/6] mesa: Use shared code for converting shader targets to short strings.
Kenneth Graunke
- [Mesa-dev] [PATCH] gen7: fix GPU hang on WebGL texture-size test
Eric Anholt
- [Mesa-dev] [Bug 65898] Low(er) FPS in Half-Life 2 on Arch Linux
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/2] gallium: fix PIPE_QUERY_TIMESTAMP_DISJOINT
sroland at vmware.com
- [Mesa-dev] [PATCH 2/2] softpipe: handle all queries, and change for the new disjoint semantics
sroland at vmware.com
- [Mesa-dev] [Bug 65910] Killing weston-launch causes segv in desktop-shell
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65910] Killing weston-launch causes segv in desktop-shell
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 65910] Killing weston-launch causes segv in desktop-shell
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] R600/SI: Add support for v4i32 and v4f32 kernel args
Tom Stellard
- [Mesa-dev] [PATCH] R600/SI: Add support for v4i32 and v4f32 kernel args
Aaron Watry
- [Mesa-dev] [PATCH] llvmpipe: handle more queries
sroland at vmware.com
- [Mesa-dev] [PATCH 4/4] glsl: Streamline the built-in type handling code.
Ian Romanick
- [Mesa-dev] [PATCH] prog_parameter.c ASAN Patch
Myles C. Maxfield
- [Mesa-dev] [PATCH] i965: Remove interleaved user array upload optimization
Ian Romanick
- [Mesa-dev] [PATCH 0/6] Eliminating unused built-in varyings
Marek Olšák
- [Mesa-dev] [PATCH 1/2] gallium: fix PIPE_QUERY_TIMESTAMP_DISJOINT
Jose Fonseca
- [Mesa-dev] [PATCH 2/2] softpipe: handle all queries, and change for the new disjoint semantics
Jose Fonseca
- [Mesa-dev] [PATCH 1/2] gallium: fix PIPE_QUERY_TIMESTAMP_DISJOINT
Jose Fonseca
- [Mesa-dev] [PATCH] R600/SI: Add support for v4i32 and v4f32 kernel args
Tom Stellard
- [Mesa-dev] [PATCH 1/3] R600: Expand v2i32 load/store instead of custom lowering
Tom Stellard
- [Mesa-dev] [PATCH 2/3] R600/SI: Expand add for v2i32 and v4i32
Tom Stellard
- [Mesa-dev] [PATCH 3/3] R600/SI: Expand sub for v2i32 and v4i32 for SI
Tom Stellard
- [Mesa-dev] R600/SI: Support for local memory and derivatives
Michel Dänzer
- [Mesa-dev] [PATCH v2 1/2] radeonsi: Handle TGSI_OPCODE_TXD
Michel Dänzer
- [Mesa-dev] [PATCH 2/2] radeonsi: Handle TGSI_OPCODE_DDX/Y using local memory
Michel Dänzer
- [Mesa-dev] [PATCH 1/8] mesa: remove unused BITSET64 macros
Brian Paul
- [Mesa-dev] [PATCH 2/8] mesa: wrap comments, code to 78 columns in multisample.c
Brian Paul
- [Mesa-dev] [PATCH 3/8] svga: formatting fixes in svga_tgsi_insn.c
Brian Paul
- [Mesa-dev] [PATCH 4/8] svga: move some svga/tgsi functions
Brian Paul
- [Mesa-dev] [PATCH 5/8] svga: whitespace, comment, formatting fixes in svga_tgsi_emit.h
Brian Paul
- [Mesa-dev] [PATCH 6/8] svga: reindent svga_tgsi.c
Brian Paul
- [Mesa-dev] [PATCH 7/8] indices: add some comments
Brian Paul
- [Mesa-dev] [PATCH 8/8] svga: add some comments about primitive conversion
Brian Paul
- [Mesa-dev] [PATCH 03/13] gallium: Introduce 32-bit bytewise format names
Jose Fonseca
- [Mesa-dev] [PATCH 0/8] util: big-endian fixes for format generator
Jose Fonseca
- [Mesa-dev] [PATCH 04/14] gallium: Document packed formats
Jose Fonseca
- [Mesa-dev] [PATCH 6/8] svga: reindent svga_tgsi.c
Roland Scheidegger
- [Mesa-dev] [PATCH 7/8] indices: add some comments
Roland Scheidegger
- [Mesa-dev] [PATCH 1/4] glsl: Add simple vector type accessor helpers.
Eric Anholt
- [Mesa-dev] [PATCH 6/6] mesa: Move the common _mesa_glsl_compile_shader() code to glsl/.
Eric Anholt
- [Mesa-dev] [PATCH 5/6] mesa: Fix missing setting of shader->IsES.
Eric Anholt
- [Mesa-dev] [PATCH 1/2] mesa: Move shader compiler API code to shaderapi.c
Eric Anholt
- [Mesa-dev] [PATCH 2/2] mesa: Move the common _mesa_glsl_compile_shader() code to glsl/.
Eric Anholt
- [Mesa-dev] [PATCH] i965: Remove interleaved user array upload optimization
Eric Anholt
- [Mesa-dev] [PATCH V3 1/2] i965/blorp: Add bilinear filtering of samples for multisample scaled blits
Anuj Phogat
- [Mesa-dev] [PATCH V3 2/2] i965: Enable ext_framebuffer_multisample_blit_scaled on intel h/w
Anuj Phogat
- [Mesa-dev] [PATCH] st/dri/sw: Fix pitch calculation in drisw_update_tex_buffer
Stéphane Marchesin
- [Mesa-dev] [PATCH] nvc0: Display an error when DRM version is too old to use performance counters
Samuel Pitoiset
- [Mesa-dev] [PATCH] configure.ac: make grep tests more portable
Jonathan Gray
- [Mesa-dev] [PATCH 5/6] mesa: Fix missing setting of shader->IsES.
Kenneth Graunke
- [Mesa-dev] Mesa driver for VirtualBox
Michael Thayer
- [Mesa-dev] [PATCH 0/6] Eliminating unused built-in varyings
Stefan Dösinger
- [Mesa-dev] [PATCH] build: remove script compatibility symlinks
Jonathan Gray
- [Mesa-dev] [PATCH 2/2] i965: Remove broken source type assertions from brw_alu3().
Anuj Phogat
- [Mesa-dev] [Bug 56710] src/mapi/glapi/glapitemp.h:1640:1: warning:=?UTF-8?Q?=20no=20previous=20prototype=20for=20=E2=80=98glReadBufferNV=E2=80=99=20?=[-Wmissing-prototypes]
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] llvmpipe: fix wrong results for queries not in a scene
sroland at vmware.com
- [Mesa-dev] [PATCH 1/3] R600: Expand v2i32 load/store instead of custom lowering
Tom Stellard
- [Mesa-dev] [PATCH] build: remove script compatibility symlinks
Dave Airlie
- [Mesa-dev] Mesa driver for VirtualBox
Dave Airlie
- [Mesa-dev] [PATCH 1/3] R600: Expand v2i32 load/store instead of custom lowering
Aaron Watry
- [Mesa-dev] [PATCH] build: remove script compatibility symlinks
Brian Paul
- [Mesa-dev] R600: Expand integer operations for SI and consolidate code with EG
Aaron Watry
- [Mesa-dev] [PATCH 01/12] R600/SI: Expand and of v2i32/v4i32 for SI
Aaron Watry
- [Mesa-dev] [PATCH 02/12] R600/SI: Expand mul of v2i32/v4i32 for SI
Aaron Watry
- [Mesa-dev] [PATCH 03/12] R600/SI: Expand or of v2i32/v4i32 for SI
Aaron Watry
- [Mesa-dev] [PATCH 04/12] R600/SI: Expand shl of v2i32/v4i32 for SI
Aaron Watry
- [Mesa-dev] [PATCH 05/12] R600/SI: Expand srl of v2i32/v4i32 for SI
Aaron Watry
- [Mesa-dev] [PATCH 06/12] R600/SI: Expand ashr of v2i32/v4i32 for SI
Aaron Watry
- [Mesa-dev] [PATCH 07/12] R600/SI: Expand udiv v[24]i32 for SI and v2i32 for EG
Aaron Watry
- [Mesa-dev] [PATCH 08/12] R600/SI: Expand urem of v2i32/v4i32 for SI
Aaron Watry
- [Mesa-dev] [PATCH 09/12] R600: Add v2i32 test for setcc on evergreen
Aaron Watry
- [Mesa-dev] [PATCH 10/12] R600/SI: Expand xor v2i32/v4i32
Aaron Watry
- [Mesa-dev] [PATCH 11/12] R600: Add v2i32 test for vselect
Aaron Watry
- [Mesa-dev] [PATCH 12/12] R600: Consolidate expansion of v2i32/v4i32 ops for EG/SI
Aaron Watry
- [Mesa-dev] New Device Driver Help
Li Andy
- [Mesa-dev] [PATCH] build: remove script compatibility symlinks
Jonathan Gray
- [Mesa-dev] [PATCH] build: remove script compatibility symlinks
Kenneth Graunke
- [Mesa-dev] [PATCH 2/2] mesa: Move the common _mesa_glsl_compile_shader() code to glsl/.
Kenneth Graunke
- [Mesa-dev] [PATCH] build: remove script compatibility symlinks
Jonathan Gray
- [Mesa-dev] intel_draw_buffers overhead reduction (with mesa core changes)
Eric Anholt
- [Mesa-dev] [PATCH 01/11] mesa: Remove Driver.GetBufferSize and its callers.
Eric Anholt
- [Mesa-dev] [PATCH 02/11] mesa: Remove the Initialized field from framebuffers.
Eric Anholt
- [Mesa-dev] [PATCH 03/11] intel: Remove gratuitous custom framebuffer resize code.
Eric Anholt
- [Mesa-dev] [PATCH 04/11] radeon: Remove gratuitous custom framebuffer resize code.
Eric Anholt
- [Mesa-dev] [PATCH 05/11] i965: Stop flagging _NEW_POLYGON on drawbuffers change.
Eric Anholt
- [Mesa-dev] [PATCH 06/11] i965: Stop flagging viewport/scissor change on drawbuffers change.
Eric Anholt
- [Mesa-dev] [PATCH 07/11] intel: Stop doing special _NEW_STENCIL state flagging on drawbuffers.
Eric Anholt
- [Mesa-dev] [PATCH 08/11] i965: Remove _NEW_DEPTH state flagging on drawbuffers change.
Eric Anholt
- [Mesa-dev] [PATCH 09/11] i965: Stop recomputing drawbuffer bounds on drawbuffer change.
Eric Anholt
- [Mesa-dev] [PATCH 10/11] i965: Stop updating FBO state on drawbuffers change.
Eric Anholt
- [Mesa-dev] [PATCH 11/11] i965: Remove the rest of brw_update_draw_buffer().
Eric Anholt
- [Mesa-dev] [PATCH 1/6] trace: Don't dump texture transfers.
jfonseca at vmware.com
- [Mesa-dev] [PATCH 2/6] tools/trace: Defer blob hex-decoding.
jfonseca at vmware.com
- [Mesa-dev] [PATCH 3/6] tools/trace: Tool to dump gallium state at any draw call.
jfonseca at vmware.com
- [Mesa-dev] [PATCH 4/6] tools/trace: Tool to compare json state dumps.
jfonseca at vmware.com
- [Mesa-dev] [PATCH 5/6] tools/trace: Do a better job at comparing multi line strings.
jfonseca at vmware.com
- [Mesa-dev] [PATCH 6/6] tools/trace: Quick instructions/notes.
jfonseca at vmware.com
- [Mesa-dev] [PATCH] llvmpipe: fix wrong results for queries not in a scene
Jose Fonseca
- [Mesa-dev] [PATCH 1/6] trace: Don't dump texture transfers.
Brian Paul
- [Mesa-dev] [PATCH 01/11] mesa: Remove Driver.GetBufferSize and its callers.
Brian Paul
- [Mesa-dev] [PATCH 02/11] mesa: Remove the Initialized field from framebuffers.
Brian Paul
- [Mesa-dev] New Device Driver Help
Brian Paul
- [Mesa-dev] [PATCH] R600: Improve vector constant loading for EG/SI
Aaron Watry
- [Mesa-dev] [PATCH 1/8] i965: Add debug to INTEL_DEBUG=blorp describing hiz/blit/clear ops.
Eric Anholt
- [Mesa-dev] [PATCH 2/8] intel: Add perf debug for glCopyPixels() fallback checks.
Eric Anholt
- [Mesa-dev] [PATCH 3/8] i915: Use the current drawbuffer's depth for polygon offset scale.
Eric Anholt
- [Mesa-dev] [PATCH 4/8] i965/gen4-5: Stop using bogus polygon_offset_scale field.
Eric Anholt
- [Mesa-dev] [PATCH 5/8] i965: Drop unused argument to translate_tex_format().
Eric Anholt
- [Mesa-dev] [PATCH 6/8] i965: Stop recomputing the miptree's size from the texture image.
Eric Anholt
- [Mesa-dev] [PATCH 7/8] intel: Drop little bits of dead code.
Eric Anholt
- [Mesa-dev] [PATCH 8/8] i915: Drop dead batch dumping code.
Eric Anholt
- [Mesa-dev] forking shared intel directory?
Eric Anholt
- [Mesa-dev] [PATCH 03/11] intel: Remove gratuitous custom framebuffer resize code.
Anuj Phogat
- [Mesa-dev] forking shared intel directory?
Patrick Baggett
- [Mesa-dev] intel_draw_buffers overhead reduction (with mesa core changes)
Kenneth Graunke
- [Mesa-dev] forking shared intel directory?
Kenneth Graunke
- [Mesa-dev] forking shared intel directory?
Patrick Baggett
- [Mesa-dev] forking shared intel directory?
Patrick Baggett
- [Mesa-dev] [Bug 63435] [Regression since 9.0] Flickering in EGL OpenGL full-screen window with swap interval 1
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 63435] [Regression since 9.0] Flickering in EGL OpenGL full-screen window with swap interval 1
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] gallium/docs: more documentation for pipe_resource::array_size
Brian Paul
- [Mesa-dev] [PATCH] egl: Restore "bogus" DRI2 invalidate event code.
Eric Anholt
- [Mesa-dev] [PATCH] gallium/docs: more documentation for pipe_resource::array_size
Roland Scheidegger
- [Mesa-dev] [Bug 66029] New: More robust way of detecting LLVM major and minor versions
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 66029] More robust way of detecting LLVM major and minor versions
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 66029] More robust way of detecting LLVM major and minor versions
bugzilla-daemon at freedesktop.org
- [Mesa-dev] Mesa driver for VirtualBox
Michael Thayer
- [Mesa-dev] [PATCH 04/12] R600/SI: Expand shl of v2i32/v4i32 for SI
Tom Stellard
- [Mesa-dev] [PATCH 09/12] R600: Add v2i32 test for setcc on evergreen
Tom Stellard
- [Mesa-dev] [PATCH 11/12] R600: Add v2i32 test for vselect
Tom Stellard
- [Mesa-dev] R600: Expand integer operations for SI and consolidate code with EG
Tom Stellard
- [Mesa-dev] [PATCH] R600: Improve vector constant loading for EG/SI
Tom Stellard
- [Mesa-dev] [PATCH] R600: Expand SUB for v2i32/v4i32
Tom Stellard
- [Mesa-dev] [PATCH 04/12] R600/SI: Expand shl of v2i32/v4i32 for SI
Aaron Watry
- [Mesa-dev] [PATCH 2/8] intel: Add perf debug for glCopyPixels() fallback checks.
Kenneth Graunke
- [Mesa-dev] [PATCH 8/8] i915: Drop dead batch dumping code.
Kenneth Graunke
- [Mesa-dev] [PATCH 4/8] i965/gen4-5: Stop using bogus polygon_offset_scale field.
Kenneth Graunke
- [Mesa-dev] forking shared intel directory?
Kenneth Graunke
- [Mesa-dev] [PATCH] r600g: Include SH and SMX when invalidating read caches
Marek Olšák
- [Mesa-dev] RFC: more changes to render_condition
Marek Olšák
- [Mesa-dev] RFC: more changes to render_condition
Roland Scheidegger
- [Mesa-dev] RFC: more changes to render_condition
Christoph Bumiller
- [Mesa-dev] Build warnings cleanup
Emil Velikov
- [Mesa-dev] [PATCH 1/4] gallium-egl: Use native types rather than EGL ones
Emil Velikov
- [Mesa-dev] [PATCH 2/4] nvc0: Silence uninitialized variable warning in the release build
Emil Velikov
- [Mesa-dev] [PATCH 3/4] glsl ast_to_hir: Silence uninitialized variable warnings in the release build
Emil Velikov
- [Mesa-dev] [PATCH 4/4] glsl opt_flip_matrices: Silence unused variable warning in the release build
Emil Velikov
- [Mesa-dev] Build warnings cleanup
Emil Velikov
- [Mesa-dev] [PATCH] r600g: Include SH and SMX when invalidating read caches
Martin Andersson
- [Mesa-dev] [Bug 65898] Low(er) FPS in Half-Life 2 on Arch Linux
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] targets/xvmc-nouveau: add in missing nv30 lib
Ilia Mirkin
- [Mesa-dev] [PATCH] vl/mpeg12: implement inverse scan/quantization steps
Ilia Mirkin
- [Mesa-dev] [PATCH] r600g: Include SH and SMX when invalidating read caches
Alex Deucher
- [Mesa-dev] [PATCH] r600g: Include SH and SMX when invalidating read caches
Marek Olšák
- [Mesa-dev] [PATCH] r600g: Include SH and SMX when invalidating read caches
Martin Andersson
- [Mesa-dev] [PATCH] vl/mpeg12: implement inverse scan/quantization steps
Andy Furniss
- [Mesa-dev] [PATCH] r600g: Include SH and SMX when invalidating read caches
Alex Deucher
- [Mesa-dev] [PATCH] vl/mpeg12: implement inverse scan/quantization steps
Ilia Mirkin
- [Mesa-dev] [PATCH] st/mesa: handle SNORM formats in generic CopyPixels path
Marek Olšák
- [Mesa-dev] [PATCH] r600g/compute: disable unused colorbuffer slots
Marek Olšák
- [Mesa-dev] [PATCH] r600g: Include SH and SMX when invalidating read caches
Martin Andersson
- [Mesa-dev] [PATCH] st/mesa: handle SNORM formats in generic CopyPixels path
Jose Fonseca
- [Mesa-dev] [PATCH] st/mesa: handle SNORM formats in generic CopyPixels path
Dave Airlie
- [Mesa-dev] [PATCH] vl/mpeg12: implement inverse scan/quantization steps
Christian König
- [Mesa-dev] [PATCH] xmlpool/build: Make sure to set mo properly
naota at elisp.net
- [Mesa-dev] [PATCH] st/mesa: handle SNORM formats in generic CopyPixels path
Jose Fonseca
- [Mesa-dev] [PATCH] st/mesa: handle SNORM formats in generic CopyPixels path
Marek Olšák
- [Mesa-dev] [PATCH] st/mesa: handle SNORM formats in generic CopyPixels path
Jose Fonseca
- [Mesa-dev] [PATCH] r600g/compute: disable unused colorbuffer slots
Alex Deucher
- [Mesa-dev] [PATCH 1/2] util/debug: Make debug_backtrace_capture work for 64bit windows.
jfonseca at vmware.com
- [Mesa-dev] [PATCH 2/2] util/debug: Cleanup/improve debug_symbol_name_dbghelp.
jfonseca at vmware.com
- [Mesa-dev] [PATCH 2/2] util/debug: Cleanup/improve debug_symbol_name_dbghelp.
Brian Paul
- [Mesa-dev] [PATCH] vl/mpeg12: implement inverse scan/quantization steps
Ilia Mirkin
- [Mesa-dev] [PATCH] gallium/hud: do not use free() for the free_query_data hook
Brian Paul
- [Mesa-dev] [PATCH] r600g/compute: disable unused colorbuffer slots
Tom Stellard
- [Mesa-dev] [PATCH] r600g: Include SH and SMX when invalidating read caches
Tom Stellard
- [Mesa-dev] [PATCH] vl/mpeg12: implement inverse scan/quantization steps
Christian König
- [Mesa-dev] [PATCH] i965: Be more careful with the interleaved user array upload optimization
Ian Romanick
- [Mesa-dev] [PATCH 1/2] i965/blorp: Add bilinear filtering of samples for multisample scaled blits
Anuj Phogat
- [Mesa-dev] [PATCH] r600g/compute: disable unused colorbuffer slots
Marek Olšák
- [Mesa-dev] [PATCH] gallium/hud: do not use free() for the free_query_data hook
Marek Olšák
- [Mesa-dev] [PATCH 4/4] glsl opt_flip_matrices: Silence unused variable warning in the release build
Ian Romanick
- [Mesa-dev] [PATCH 3/4] glsl ast_to_hir: Silence uninitialized variable warnings in the release build
Ian Romanick
- [Mesa-dev] Mesa driver for VirtualBox
Dave Airlie
- [Mesa-dev] [PATCH 1/2] draw: avoid overflows in the llvm draw loop
Zack Rusin
- [Mesa-dev] [PATCH 2/2] draw: allow overflows in the llvm paths
Zack Rusin
- [Mesa-dev] [PATCH] llvmpipe: rework query logic
sroland at vmware.com
- [Mesa-dev] [PATCH 1/2] R600: Add support for i32 loads from the constant address space on Cayman
Aaron Watry
- [Mesa-dev] [PATCH 4/4] glsl opt_flip_matrices: Silence unused variable warning in the release build
Kenneth Graunke
- [Mesa-dev] Mesa for Nios ii system
ZhiLi
- [Mesa-dev] [PATCH] glsl: Fix gl_shader_program::UniformLocationBaseScale assert.
Vinson Lee
- [Mesa-dev] [Bug 64959] Cannot build against EGL without X11
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 66149] New: [HSW] Background of application icon has garbage after update kernel&mesa in order to support Graphics [8086: 0a2e]
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 66149] [HSW] Background of application icon has garbage after update kernel&mesa in order to support Graphics [8086: 0a2e]
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 66149] [HSW] Background of application icon has garbage after update kernel&mesa in order to support Graphics [8086: 0a2e]
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 66149] [HSW] Background of application icon has garbage after update kernel&mesa in order to support Graphics [8086: 0a2e]
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 2/2] draw: allow overflows in the llvm paths
Roland Scheidegger
- [Mesa-dev] [PATCH 2/2] draw: allow overflows in the llvm paths
Jose Fonseca
- [Mesa-dev] [PATCH] glsl: Fix gl_shader_program::UniformLocationBaseScale assert.
Ian Romanick
- [Mesa-dev] [Bug 66149] [HSW] Background of application icon has garbage after update kernel&mesa in order to support Graphics [8086: 0a2e]
bugzilla-daemon at freedesktop.org
- [Mesa-dev] Mesa 9.1.4 next Monday?
Ian Romanick
- [Mesa-dev] [PATCH V3 1/2] i965/blorp: Add bilinear filtering of samples for multisample scaled blits
Paul Berry
- [Mesa-dev] [PATCH] i965: Be more careful with the interleaved user array upload optimization
Eric Anholt
- [Mesa-dev] [PATCH] i965: Be more careful with the interleaved user array upload optimization
Ian Romanick
- [Mesa-dev] [PATCH] i965: Be more careful with the interleaved user array upload optimization
Eric Anholt
- [Mesa-dev] [PATCH 8/8] i915: Drop dead batch dumping code.
Eric Anholt
- [Mesa-dev] [PATCH 1/3] draw: account for elem size when computing overflow
Zack Rusin
- [Mesa-dev] [PATCH 2/3] draw: check for an integer overflow when computing stride
Zack Rusin
- [Mesa-dev] [PATCH 3/3] draw: check for integer overflows in instance computation
Zack Rusin
- [Mesa-dev] R600 Patches: KCache kernel arguments and 24-bit arithmetic
Tom Stellard
- [Mesa-dev] clover: kernel argument improvements
Tom Stellard
- [Mesa-dev] [PATCH 1/4] clover: Let the compiler specify the size of kernel arguments
Tom Stellard
- [Mesa-dev] [PATCH 2/4] gallium/compute: Add PIPE_COMPUTE_CAP_KERNEL_ARG_ALIGNMENT
Tom Stellard
- [Mesa-dev] [PATCH 3/4] clover: Align kernel arguments when storing them in the input buffer
Tom Stellard
- [Mesa-dev] [PATCH 4/4] clover: Sign-extend and zero-extend kernel arguments when required
Tom Stellard
- [Mesa-dev] [Bug 66175] New: R600/SI: SETCC for v2i32/v4i32 triggers LLVM assertion
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/2] llvmpipe: add support for nested / overlapping queries
sroland at vmware.com
- [Mesa-dev] [PATCH 2/2] softpipe: honor predication for clear_render_target and clear_depth_stencil
sroland at vmware.com
- [Mesa-dev] [PATCH] mesa: update glext.h to version 20130624
Brian Paul
- [Mesa-dev] [PATCH] xmlpool/build: Make sure to set mo properly
Matt Turner
- [Mesa-dev] [Bug 66149] [HSW] Background of application icon has garbage after update kernel&mesa in order to support Graphics [8086: 0a2e]
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 66184] New: src/mesa/state_tracker/st_glsl_to_tgsi.cpp:3216:simplify_cmp: Assertion `inst->dst.index < 4096' failed.
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] vl/mpeg12: implement inverse scan/quantization steps
Ilia Mirkin
- [Mesa-dev] [PATCH] ilo: Remove max_threads dead code path.
Vinson Lee
- [Mesa-dev] [PATCH] intel: Move irb null check before dereference.
Vinson Lee
- [Mesa-dev] [PATCH] radeonsi/compute: Fix memory leak in radeonsi_launch_grid.
Vinson Lee
- [Mesa-dev] [PATCH] glsl: Initialize member variable is_ubo_var in constructor.
Vinson Lee
- [Mesa-dev] [Bug 66149] [HSW] Background of application icon has garbage after update kernel&mesa in order to support Graphics [8086: 0a2e]
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] st/xvmc/tests: avoid non portable error.h functions
Jonathan Gray
- [Mesa-dev] [PATCH] r300g: add program name check for BSD
Jonathan Gray
- [Mesa-dev] [PATCH] configure.ac: add OpenBSD
Jonathan Gray
- [Mesa-dev] [PATCH] st/xvmc/tests: avoid non portable error.h functions
Christian König
- [Mesa-dev] [PATCH] vl/mpeg12: implement inverse scan/quantization steps
Christian König
- [Mesa-dev] [PATCH] vl/mpeg12: implement inverse scan/quantization steps
Maarten Lankhorst
- [Mesa-dev] [PATCH] vl/mpeg12: implement inverse scan/quantization steps
Ilia Mirkin
- [Mesa-dev] [PATCH] vl/mpeg12: implement inverse scan/quantization steps
Christian König
- [Mesa-dev] [PATCH 1/3] draw: account for elem size when computing overflow
Jose Fonseca
- [Mesa-dev] [PATCH] r300g: add program name check for BSD
Patrick Baggett
- [Mesa-dev] [PATCH] r300g: add program name check for BSD
Jonathan Gray
- [Mesa-dev] [PATCH] Use "-I$(srcdir)/include", not "-Iinclude" in AM_CPPFLAGS
Jean-Sébastien Pédron
- [Mesa-dev] [PATCH] configure.ac: On some systems, "x86-64" is called "amd64"
Jean-Sébastien Pédron
- [Mesa-dev] [PATCH] Fix symlinking of libraries in /lib on non-Linux systems
Jean-Sébastien Pédron
- [Mesa-dev] [PATCH] Add $(LIBDRM_CFLAGS) in CPPFLAGS where it's missing
Jean-Sébastien Pédron
- [Mesa-dev] [PATCH] Fix typo in "ETIMEOUT" (should be "ETIMEDOUT")
Jean-Sébastien Pédron
- [Mesa-dev] [PATCH] Fix parsing of language code when making options.mo
Jean-Sébastien Pédron
- [Mesa-dev] [PATCH] Use <sys/endian.h> and bswap32(x) on FreeBSD
Jean-Sébastien Pédron
- [Mesa-dev] [PATCH] Fix symlinking of libraries in /lib on non-Linux systems
Jonathan Gray
- [Mesa-dev] [PATCH] Use <sys/endian.h> and bswap32(x) on FreeBSD
Jonathan Gray
- [Mesa-dev] [PATCH] Use <sys/endian.h> and bswap32(x) on FreeBSD
Jean-Sébastien Pédron
- [Mesa-dev] [PATCH] configure.ac: On some systems, "x86-64" is called "amd64"
Jonathan Gray
- [Mesa-dev] [PATCH] Fix typo in "ETIMEOUT" (should be "ETIMEDOUT")
Chia-I Wu
- [Mesa-dev] [PATCH] configure.ac: On some systems, "x86-64" is called "amd64"
Jean-Sébastien Pédron
- [Mesa-dev] [PATCH] mesa: update glext.h to version 20130624
Jose Fonseca
- [Mesa-dev] [PATCH 2/2] softpipe: honor predication for clear_render_target and clear_depth_stencil
Jose Fonseca
- [Mesa-dev] [PATCH] mesa: update glext.h to version 20130624
Brian Paul
- [Mesa-dev] [PATCH] Fix symlinking of libraries in /lib on non-Linux systems
Jean-Sébastien Pédron
- [Mesa-dev] [Bug 64959] Cannot build against EGL without X11
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] Fix parsing of language code when making options.mo
Jean-Sébastien Pédron
- [Mesa-dev] [PATCH] glsl: Initialize member variable is_ubo_var in constructor.
Ian Romanick
- [Mesa-dev] [PATCH] r300g: add program name check for BSD
Brian Paul
- [Mesa-dev] Build fails without X11 present
Burton, Ross
- [Mesa-dev] R600 Patches: Add support for the local address space
Tom Stellard
- [Mesa-dev] [Bug 66213] New: Certain Mesa Demos Rendering Inverted (vertically)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] intel: Move irb null check before dereference.
Eric Anholt
- [Mesa-dev] [Bug 66213] Certain Mesa Demos Rendering Inverted (vertically)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] forking shared intel directory?
Chad Versace
- [Mesa-dev] [Bug 66213] Certain Mesa Demos Rendering Inverted (vertically)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/2] mesa: remove const from glDebugMessageCallbackARB() function parameter
Brian Paul
- [Mesa-dev] [PATCH 2/2] mesa: add const qualifier to glMultiDrawElementsEXT() indices param
Brian Paul
- [Mesa-dev] breakage from new glext.h
Brian Paul
- [Mesa-dev] [PATCH 2/2] mesa: add const qualifier to glMultiDrawElementsEXT() indices param
Jose Fonseca
- [Mesa-dev] [Bug 66213] Certain Mesa Demos Rendering Inverted (vertically)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 66213] Certain Mesa Demos Rendering Inverted (vertically)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: update glext.h to version 20130624
Ian Romanick
- [Mesa-dev] [PATCH] i965: Split surface format code into a new file (brw_surface_formats.c).
Kenneth Graunke
- [Mesa-dev] [PATCH] i965: Split surface format code into a new file (brw_surface_formats.c).
Eric Anholt
- [Mesa-dev] [PATCH 1/4] mesa: move declarations before code
Brian Paul
- [Mesa-dev] [PATCH 2/4] glx: move declarations before code
Brian Paul
- [Mesa-dev] [PATCH 3/4] configure.ac: warn when declarations follow code
Brian Paul
- [Mesa-dev] [PATCH 4/4] glx: return True/False instead of GL_TRUE/GL_FALSE
Brian Paul
- [Mesa-dev] [PATCH 3/4] configure.ac: warn when declarations follow code
Jose Fonseca
- [Mesa-dev] [Bug 66213] Certain Mesa Demos Rendering Inverted (vertically)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 3/4] configure.ac: warn when declarations follow code
Jose Fonseca
- [Mesa-dev] [PATCH] i965, i915: Return early if miptree allocation fails
Chad Versace
- [Mesa-dev] [Bug 66213] Certain Mesa Demos Rendering Inverted (vertically)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 66213] Certain Mesa Demos Rendering Inverted (vertically)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/4] mesa: move declarations before code
Ian Romanick
- [Mesa-dev] [PATCH V3 1/2] i965/blorp: Add bilinear filtering of samples for multisample scaled blits
Anuj Phogat
- [Mesa-dev] [PATCH] i965, i915: Return early if miptree allocation fails
Ian Romanick
- [Mesa-dev] [PATCH] i965, i915: Return early if miptree allocation fails
Chad Versace
- [Mesa-dev] [PATCH] i965, i915: Return early if miptree allocation fails
Anuj Phogat
- [Mesa-dev] [PATCH 1/4] mesa: move declarations before code
Brian Paul
- [Mesa-dev] [PATCH] llvmpipe: fix a bug in opaque optimization
sroland at vmware.com
- [Mesa-dev] [PATCH 1/4] mesa: move declarations before code
Eric Anholt
- [Mesa-dev] [PATCH 1/4] mesa: move declarations before code
Brian Paul
- [Mesa-dev] [PATCH V3 1/2] i965/blorp: Add bilinear filtering of samples for multisample scaled blits
Paul Berry
- [Mesa-dev] [PATCH] llvmpipe: handle offset_clamp
sroland at vmware.com
- [Mesa-dev] [PATCH V3 1/2] i965/blorp: Add bilinear filtering of samples for multisample scaled blits
Anuj Phogat
- [Mesa-dev] [PATCH V4 1/2] i965/blorp: Add bilinear filtering of samples for multisample scaled blits
Anuj Phogat
- [Mesa-dev] [PATCH V3 1/2] i965/blorp: Add bilinear filtering of samples for multisample scaled blits
Paul Berry
- [Mesa-dev] [PATCH] r300g: add program name check for BSD
Jonathan Gray
- [Mesa-dev] [PATCH 1/3] r300g: Fix make check
Tom Stellard
- [Mesa-dev] [PATCH 2/3] r300g/compiler/tests: Add an assembly parser
Tom Stellard
- [Mesa-dev] [PATCH 3/3] r300g/compiler: Prevent the regalloc from swizzling texture operands v2
Tom Stellard
- [Mesa-dev] [Bug 66236] New: glext.h:4609: error: redefinition of typedef 'GLclampf'
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 66236] glext.h:4609: error: redefinition of typedef 'GLclampf'
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/4] mesa: move declarations before code
Jose Fonseca
- [Mesa-dev] [PATCH] llvmpipe: handle offset_clamp
Jose Fonseca
- [Mesa-dev] [PATCH] llvmpipe: fix a bug in opaque optimization
Jose Fonseca
- [Mesa-dev] [Bug 64959] Cannot build against EGL without X11
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 64959] Cannot build against EGL without X11
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 64959] Cannot build against EGL without X11
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 64959] Cannot build against EGL without X11
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 64959] Cannot build against EGL without X11
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
Ilia Mirkin
- [Mesa-dev] [PATCH 1/2] build: fix EGL build when no X11 headers are present
Ross Burton
- [Mesa-dev] [PATCH 2/2] eglplatform: use unsigned long instead of 32-bit ints in generic platform
Ross Burton
- [Mesa-dev] [Bug 64959] Cannot build against EGL without X11
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 64959] Cannot build against EGL without X11
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] llvmpipe: handle offset_clamp
Roland Scheidegger
- [Mesa-dev] [PATCH] llvmpipe: fix a bug in opaque optimization
Roland Scheidegger
- [Mesa-dev] [PATCH] llvmpipe: fix a bug in opaque optimization
Roland Scheidegger
- [Mesa-dev] [PATCH 2/2] eglplatform: use unsigned long instead of 32-bit ints in generic platform
Brian Paul
- [Mesa-dev] [Bug 66236] glext.h:4609: error: redefinition of typedef 'GLclampf'
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] r300g: add program name check for BSD
Brian Paul
- [Mesa-dev] [Bug 66236] glext.h:4609: error: redefinition of typedef 'GLclampf'
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 66029] More robust way of detecting LLVM major and minor versions
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] os: add os_get_process_name() function
Brian Paul
- [Mesa-dev] [Bug 66236] glext.h:4609: error: redefinition of typedef 'GLclampf'
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 66236] glext.h:4609: error: redefinition of typedef 'GLclampf'
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 66236] glext.h:4609: error: redefinition of typedef 'GLclampf'
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 66236] glext.h:4609: error: redefinition of typedef 'GLclampf'
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 66236] glext.h:4609: error: redefinition of typedef 'GLclampf'
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 66236] glext.h:4609: error: redefinition of typedef 'GLclampf'
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/3] r300g: Fix make check
Alex Deucher
- [Mesa-dev] [Bug 66175] R600/SI: SETCC for v2i32/v4i32 triggers LLVM assertion
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] radeonsi/compute: Fix memory leak in radeonsi_launch_grid.
Tom Stellard
- [Mesa-dev] [Bug 64952] Build failure in egl-static when using llvm-3.3
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] os: add os_get_process_name() function
Jose Fonseca
- [Mesa-dev] [PATCH 3/3] r300g/compiler: Prevent the regalloc from swizzling texture operands v2
Marek Olšák
- [Mesa-dev] [Bug 66236] glext.h:4609: error: redefinition of typedef 'GLclampf'
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 66236] glext.h:4609: error: redefinition of typedef 'GLclampf'
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] i965: NULL check depth_mt to quiet static analysis.
Matt Turner
- [Mesa-dev] [PATCH] mesa: Remove GL_EXT_clip_volume_hint
Ian Romanick
- [Mesa-dev] [PATCH] mesa: Remove GL_EXT_clip_volume_hint
Brian Paul
- [Mesa-dev] [Bug 66213] Certain Mesa Demos Rendering Inverted (vertically)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 66213] Certain Mesa Demos Rendering Inverted (vertically)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/2] draw/gallivm: export overflow arithmetic to its own file
Zack Rusin
- [Mesa-dev] [PATCH 2/2] draw: fix incorrect clipper invocation statistics
Zack Rusin
- [Mesa-dev] [PATCH] os: add os_get_process_name() function
Brian Paul
- [Mesa-dev] [PATCH 1/2] i965: Add missing state reset at the end of blorp.
Eric Anholt
- [Mesa-dev] [PATCH 2/2] i965: Avoid flushing the batch for every blorp op.
Eric Anholt
- [Mesa-dev] [PATCH 1/4] mesa: move declarations before code
Eric Anholt
- [Mesa-dev] [PATCH] mesa: Remove GL_EXT_clip_volume_hint
Kenneth Graunke
- [Mesa-dev] [Bug 64959] Cannot build against EGL without X11
bugzilla-daemon at freedesktop.org
- [Mesa-dev] R600 Patches: KCache kernel arguments and 24-bit arithmetic
Vincent Lejeune
- [Mesa-dev] [PATCH] configure.ac: better detection of LLVM version
Klemens Baum
- [Mesa-dev] [PATCH] mesa: Add null pointer checks before dereferencing
Anuj Phogat
- [Mesa-dev] [PATCH] i965: NULL check depth_mt to quiet static analysis.
Chad Versace
- [Mesa-dev] [PATCH] r600g/sb: Fix Android build
Tom Stellard
- [Mesa-dev] [PATCH] mesa: Add null pointer checks before dereferencing
Kenneth Graunke
- [Mesa-dev] [PATCH 1/2] draw/gallivm: export overflow arithmetic to its own file
Jose Fonseca
- [Mesa-dev] [PATCH] mesa: Add null pointer checks before dereferencing
Brian Paul
- [Mesa-dev] [PATCH] mesa: Add null pointer checks before dereferencing
Ian Romanick
- [Mesa-dev] [PATCH] mesa: Add null pointer checks before dereferencing
Anuj Phogat
- [Mesa-dev] [PATCH] mesa: Add null pointer checks before dereferencing
Brian Paul
- [Mesa-dev] [Bug 66236] glext.h:4609: error: redefinition of typedef 'GLclampf'
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: Return ZeroVec/dummyReg instead of NULL pointer
Anuj Phogat
- [Mesa-dev] [PATCH] gallivm: do per-pixel lod calculations for explicit lod
sroland at vmware.com
- [Mesa-dev] [PATCH 00/21] Extension clean up
Ian Romanick
- [Mesa-dev] [PATCH 01/21] i915: Remove GEN >= 4 extension support
Ian Romanick
- [Mesa-dev] [PATCH 02/21] i965: Move GEN >= 3 extensions into the "always on" list
Ian Romanick
- [Mesa-dev] [PATCH 03/21] i965: Move GEN >= 4 extensions into the "always on" list
Ian Romanick
- [Mesa-dev] [PATCH 04/21] i965: Merge the two GEN >= 6 extension enable blocks
Ian Romanick
- [Mesa-dev] [PATCH 05/21] x11: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensions
Ian Romanick
- [Mesa-dev] [PATCH 06/21] wmesa: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensions
Ian Romanick
- [Mesa-dev] [PATCH 07/21] osmesa: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensions
Ian Romanick
- [Mesa-dev] [PATCH 08/21] swrast: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensions
Ian Romanick
- [Mesa-dev] [PATCH 09/21] mesa: Remove _mesa_enable_._._extensions functions
Ian Romanick
- [Mesa-dev] [PATCH 10/21] mesa: Just set extension flags instead of calling _mesa_enable_extension
Ian Romanick
- [Mesa-dev] [PATCH 11/21] mesa: Remove _mesa_{enable, disable}_extension and _mesa_extension_is_enabled
Ian Romanick
- [Mesa-dev] [PATCH 12/21] mesa: Remove GL_MESA_resize_buffers
Ian Romanick
- [Mesa-dev] [PATCH 13/21] mesa: GL_EXT_framebuffer_object is not optional
Ian Romanick
- [Mesa-dev] [PATCH 14/21] mesa: GL_EXT_secondary_color is not optional
Ian Romanick
- [Mesa-dev] [PATCH 15/21] mesa: GL_EXT_fog_coord is not optional
Ian Romanick
- [Mesa-dev] [PATCH 16/21] mesa: GL_NV_blend_square is not optional
Ian Romanick
- [Mesa-dev] [PATCH 17/21] mesa: GL_ARB_shader_objects is not optional
Ian Romanick
- [Mesa-dev] [PATCH 18/21] mesa: GL_ARB_shading_language_100 is not optional
Ian Romanick
- [Mesa-dev] [PATCH 19/21] mesa: GL_ARB_texture_storage is not optional
Ian Romanick
- [Mesa-dev] [PATCH 20/21] mesa: GL_ARB_texture_storage_multisample is not optional with GL_ARB_texture_multisample
Ian Romanick
- [Mesa-dev] [PATCH 21/21] mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadow
Ian Romanick
- [Mesa-dev] [PATCH] draw/translate: fix instancing
Zack Rusin
- [Mesa-dev] [PATCH] mesa: Return ZeroVec/dummyReg instead of NULL pointer
Kenneth Graunke
- [Mesa-dev] [PATCH 04/21] i965: Merge the two GEN >= 6 extension enable blocks
Kenneth Graunke
- [Mesa-dev] [PATCH 20/21] mesa: GL_ARB_texture_storage_multisample is not optional with GL_ARB_texture_multisample
Kenneth Graunke
- [Mesa-dev] [PATCH] postprocess: Check ppq is null before calling pp_free_bos.
Vinson Lee
- [Mesa-dev] [PATCH] i915, i965: Fix memory leak in intel_miptree_create_for_bo.
Vinson Lee
- [Mesa-dev] [PATCH] i965: Initialize brw_blorp_const_color_program member variables.
Vinson Lee
- [Mesa-dev] [PATCH 12/21] mesa: Remove GL_MESA_resize_buffers
Andreas Boll
- [Mesa-dev] [Bug 66149] [HSW] Background of application icon has garbage after update kernel&mesa in order to support Graphics [8086: 0a2e]
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 66149] [HSW] Background of application icon has garbage after update kernel&mesa in order to support Graphics [8086: 0a2e]
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 01/21] i915: Remove GEN >= 4 extension support
Kenneth Graunke
- [Mesa-dev] [Bug 56710] src/mapi/glapi/glapitemp.h:1640:1: warning:=?UTF-8?Q?=20no=20previous=20prototype=20for=20=E2=80=98glReadBufferNV=E2=80=99=20?=[-Wmissing-prototypes]
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] build: fix out-of-tree builds in gallium/auxiliary
Ross Burton
- [Mesa-dev] [Bug 56710] src/mapi/glapi/glapitemp.h:1640:1: warning:=?UTF-8?Q?=20no=20previous=20prototype=20for=20=E2=80=98glReadBufferNV=E2=80=99=20?=[-Wmissing-prototypes]
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: Return ZeroVec/dummyReg instead of NULL pointer
Brian Paul
- [Mesa-dev] [PATCH] build: fix out-of-tree builds in gallium/auxiliary
Andreas Boll
- [Mesa-dev] [PATCH][V2] build: fix out-of-tree builds in gallium/auxiliary
Ross Burton
- [Mesa-dev] [PATCH] build: fix out-of-tree builds in gallium/auxiliary
Burton, Ross
- [Mesa-dev] [PATCH 19/21] mesa: GL_ARB_texture_storage is not optional
Brian Paul
- [Mesa-dev] [PATCH 00/21] Extension clean up
Brian Paul
- [Mesa-dev] [PATCH][V2] build: fix out-of-tree builds in gallium/auxiliary
Andreas Boll
- [Mesa-dev] [PATCH 1/2] svga: use switch statement in svga_shader_type()
Brian Paul
- [Mesa-dev] [PATCH 2/2] svga: pass svga_compile_key by reference instead of value
Brian Paul
- [Mesa-dev] [PATCH][V2] build: fix out-of-tree builds in gallium/auxiliary
Burton, Ross
- [Mesa-dev] [PATCH 01/21] i915: Remove GEN >= 4 extension support
Ian Romanick
- [Mesa-dev] [PATCH 1/2] svga: use switch statement in svga_shader_type()
Jose Fonseca
- [Mesa-dev] [PATCH 2/2] svga: pass svga_compile_key by reference instead of value
Jose Fonseca
- [Mesa-dev] [PATCH] clover: Fix build with LLVM 3.4
Aaron Watry
- [Mesa-dev] [PATCH 1/2] svga: use switch statement in svga_shader_type()
Marek Olšák
- [Mesa-dev] [PATCH] clover: Fix build with LLVM 3.4
Tom Stellard
- [Mesa-dev] [Bug 66029] More robust way of detecting LLVM major and minor versions
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/6] mesa, gallium: renumber shader indices according to their placement in pipeline
Jose Fonseca
- [Mesa-dev] [PATCH] llvmpipe: fix timer query if there's no bins
sroland at vmware.com
- [Mesa-dev] [PATCH 1/6] mesa, gallium: renumber shader indices according to their placement in pipeline
Brian Paul
- [Mesa-dev] [PATCH] clover: Fix build with LLVM 3.4
Aaron Watry
- [Mesa-dev] [PATCH 0/6] Eliminating unused built-in varyings
Ian Romanick
- [Mesa-dev] [PATCH 0/6] Eliminating unused built-in varyings
Ian Romanick
- [Mesa-dev] [PATCH 4/6] glsl/linker: eliminate unused and set-but-unused built-in varyings
Ian Romanick
- [Mesa-dev] [Bug 66149] [HSW] Background of application icon has garbage after update kernel&mesa in order to support Graphics [8086: 0a2e]
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 0/6] Eliminating unused built-in varyings
Marek Olšák
- [Mesa-dev] [PATCH v2] r600g: implement fast color clears on evergreen+
Grigori Goronzy
- [Mesa-dev] [PATCH] prog_parameter.c ASAN Patch
Myles C. Maxfield
- [Mesa-dev] [PATCH] R600/SI: Add processor types for each CIK variant
alexdeucher at gmail.com
- [Mesa-dev] [PATCH] llvmpipe: fix timer query if there's no bins
Jose Fonseca
- [Mesa-dev] [PATCH 0/6] Eliminating unused built-in varyings
Ian Romanick
- [Mesa-dev] [PATCH] R600/SI: Add processor types for each CIK variant
Tom Stellard
- [Mesa-dev] [PATCH v2] r600g: implement fast color clears on evergreen+
Marek Olšák
- [Mesa-dev] [PATCH] glsl/builtins: Fix ARB_texture_cube_map_array built-in availability.
Kenneth Graunke
- [Mesa-dev] R600/SI: Support for local memory and derivatives
Tom Stellard
- [Mesa-dev] [PATCH 2/2] i965: Avoid flushing the batch for every blorp op.
Eric Anholt
- [Mesa-dev] [PATCH v2 1/2] radeonsi: Handle TGSI_OPCODE_TXD
Tom Stellard
- [Mesa-dev] [PATCH] glsl/builtins: Fix ARB_texture_cube_map_array built-in availability.
Dave Airlie
- [Mesa-dev] [PATCH] i965: Delete pre-DRI2.3 viewport hacks.
Kenneth Graunke
- [Mesa-dev] [PATCH V3 1/2] i965/blorp: Add bilinear filtering of samples for multisample scaled blits
Anuj Phogat
- [Mesa-dev] [PATCH V5 1/2] i965/blorp: Add bilinear filtering of samples for multisample scaled blits
Anuj Phogat
- [Mesa-dev] [Bug 66346] New: shader_query.cpp:49: error: invalid conversion from 'void*' to 'GLuint'
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH V5 1/2] i965/blorp: Add bilinear filtering of samples for multisample scaled blits
Chris Forbes
- [Mesa-dev] [Bug 66357] New: pipe_loader_sw fails to build without libx11 headers
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 66359] New: Mesa crashes in _mesa_VertexAttrib2dvNV on starting KDE 4.11
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 66359] Mesa crashes in _mesa_VertexAttrib2dvNV on starting KDE 4.11
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] glsl/builtins: Fix ARB_texture_cube_map_array built-in availability.
Paul Berry
- [Mesa-dev] [Nouveau] [PATCH] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
Emil Velikov
- [Mesa-dev] [Nouveau] [PATCH] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
Ilia Mirkin
- [Mesa-dev] [Nouveau] [PATCH] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
Emil Velikov
- [Mesa-dev] [Nouveau] [PATCH] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
Ilia Mirkin
- [Mesa-dev] [PATCH 6/7] glsl: Allow non-constant expression initializers of const-qualified vars.
Matt Turner
- [Mesa-dev] [PATCH 01/14] glsl: Remove unnecessary #include from ast_type.cpp.
Matt Turner
- [Mesa-dev] [PATCH 02/14] glsl: Add missing return error_value(ctx) in error path.
Matt Turner
- [Mesa-dev] [PATCH 03/14] glsl: Fix inverted conditional in error message.
Matt Turner
- [Mesa-dev] [PATCH 04/14] glsl: Add a comment to note what an exec_list is a list of.
Matt Turner
- [Mesa-dev] [PATCH 05/14] glsl: Change type of is_array to bool.
Matt Turner
- [Mesa-dev] [PATCH 06/14] glsl: Clean up and clarify comment explaining initializer rules.
Matt Turner
- [Mesa-dev] [PATCH 07/14] glsl: Add copy-constructor for ast_type_specifier.
Matt Turner
- [Mesa-dev] [PATCH 08/14] glsl: Add copy-constructor for ast_struct_specifier.
Matt Turner
- [Mesa-dev] [PATCH 09/14] glsl: Separate code into process_record_constructor().
Matt Turner
- [Mesa-dev] [PATCH 10/14] glsl: Add process_vec_mat_constructor() function.
Matt Turner
- [Mesa-dev] [PATCH 11/14] glsl: Track structs' ast_type_specifiers in symbol table.
Matt Turner
- [Mesa-dev] [PATCH 12/14] glsl: Add an is_declaration field to ast_struct_specifier.
Matt Turner
- [Mesa-dev] [PATCH 13/14] glsl: Add infrastructure for aggregate initializers.
Matt Turner
- [Mesa-dev] [PATCH 14/14] glsl: Add support for C-style initializers.
Matt Turner
- [Mesa-dev] [PATCH 00/14] C-style initializers for ARB_shading_language_420pack
Matt Turner
- [Mesa-dev] [PATCH v2] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
Ilia Mirkin
- [Mesa-dev] [Bug 66149] [HSW] Background of application icon has garbage after update kernel&mesa in order to support Graphics [8086: 0a2e]
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/4] mesa: move declarations before code
Jose Fonseca
- [Mesa-dev] [PATCH 04/14] glsl: Add a comment to note what an exec_list is a list of.
Kenneth Graunke
- [Mesa-dev] [PATCH] r600g: Include SH and SMX when invalidating read caches
Marek Olšák
- [Mesa-dev] [PATCH] mesa: renumber shader indices according to their placement in pipeline
Marek Olšák
- [Mesa-dev] [Bug 64692] [llvmpipe] src/gallium/drivers/llvmpipe/lp_state_fs.c:2415:llvmpipe_set_constant_buffer: Assertion `index < (sizeof(llvmpipe->constants[shader])/sizeof((llvmpipe->constants[shader])[0]))' failed.
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 66423] New: [bisected] postprocess/pp_run.c :56:pp_run: Assertion ppq->tmp[1] failed
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 66423] [bisected] postprocess/pp_run.c :56:pp_run: Assertion ppq->tmp[1] failed
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 01/12] r600g: implement fast MSAA color clear for integer textures
Marek Olšák
- [Mesa-dev] [PATCH 02/12] r600g: enable fast MSAA color clear for array/3D/cube textures
Marek Olšák
- [Mesa-dev] [PATCH 03/12] r600g: fix color resolve for RGBX8 and RGBX16 integer formats
Marek Olšák
- [Mesa-dev] [PATCH 04/12] r600g: fix texture offset computation for mapped MSAA depth buffers
Marek Olšák
- [Mesa-dev] [PATCH 05/12] r600g: don't flush the context in texture_transfer_map
Marek Olšák
- [Mesa-dev] [PATCH 06/12] r600g: don't read back the MSAA depth buffer if the read flag is not set
Marek Olšák
- [Mesa-dev] [PATCH 07/12] r600g: don't call buffer_wait in buffer_mmap_sync_with_rings
Marek Olšák
- [Mesa-dev] [PATCH 08/12] r600g: adjust flush flags (v3)
Marek Olšák
- [Mesa-dev] [PATCH 09/12] r600g: split INVAL_READ_CACHES into vertex, tex, and const cache flags
Marek Olšák
- [Mesa-dev] [PATCH 10/12] r600g: only flush the caches that need to be flushed during CP DMA operations
Marek Olšák
- [Mesa-dev] [PATCH 11/12] r600g: explicitly flush caches for streamout-based buffer copying & clearing
Marek Olšák
- [Mesa-dev] [PATCH 12/12] r600g: improve the mechanism for recognizing an empty CS
Marek Olšák
- [Mesa-dev] [Bug 66423] [bisected] postprocess/pp_run.c :56:pp_run: Assertion ppq->tmp[1] failed
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] i965: Delete pre-DRI2.3 viewport hacks.
Keith Packard
- [Mesa-dev] [Bug 62647] Wrong rendering of Dota 2 on Wine (apitrace attached) - Intel IVB HD4000
bugzilla-daemon at freedesktop.org
Last message date:
Sun Jun 30 23:12:23 PDT 2013
Archived on: Wed Jul 3 00:25:43 PDT 2013
This archive was generated by
Pipermail 0.09 (Mailman edition).