January 2012 Archives by date
Starting: Sun Jan 1 04:04:23 PST 2012
Ending: Tue Jan 31 22:32:10 PST 2012
Messages: 1823
- [Mesa-dev] [PATCH] gallium/translate: implement converting into half floats in the generic path
Marek Olšák
- [Mesa-dev] [PATCH] gallium: fix behavior of pipe_buffer_map_range
Marek Olšák
- [Mesa-dev] [PATCH] u_upload_mgr: remove the 'flushed' parameter
Marek Olšák
- [Mesa-dev] [PATCH] st/mesa: use SINT/UINT formats for VertexAttribIPointer
Christoph Bumiller
- [Mesa-dev] [Bug 43125] [bisected] Start screen in Amnesia too dark after "Rewrite the way uniforms are tracked and handled" commit
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/2] gallium: remove deprecated PIPE_TRANSFER_DISCARD
Marek Olšák
- [Mesa-dev] [PATCH 2/2] gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
Marek Olšák
- [Mesa-dev] [Bug 32678] egl_gallium driver doesn't support EGL_KHR_image_pixmap extension
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 32678] egl_gallium driver doesn't support EGL_KHR_image_pixmap extension
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] glsl/gallium: add a remove_output lowering pass
Kenneth Graunke
- [Mesa-dev] [PATCH 1/3] glsl: Add a lowering pass to remove reads of shader output variables.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/3] glsl_to_tgsi: Use the GLSL compiler's new remove-output-reads pass.
Kenneth Graunke
- [Mesa-dev] [PATCH 3/3] glsl_to_tgsi: Remove the obsolete remove_output_reads pass.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/3] intel: Fix bad read/write flags on self-copies for glCopyBufferSubData().
Kenneth Graunke
- [Mesa-dev] [PATCH] vbo: Clean up recalculate_input_bindings.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/2] gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
Christian König
- [Mesa-dev] [PATCH 3/3] vl: replace decode_buffers with auxiliary data field
Christian König
- [Mesa-dev] [PATCH 1/3] u_format: implement fetch_rgba_uint and fetch_rgba_sint for integer formats
Marek Olšák
- [Mesa-dev] [PATCH 2/3] translate: implement translation of (pure) integer formats
Marek Olšák
- [Mesa-dev] [PATCH 3/3] translate: implement translation of 10_10_10_2 types
Marek Olšák
- [Mesa-dev] [PATCH 1/3] u_format: implement fetch_rgba_uint and fetch_rgba_sint for integer formats
Dave Airlie
- [Mesa-dev] State of xcb-glx integration
Ingo Krabbe
- [Mesa-dev] [PATCH] glsl_to_tgsi: v2 Invalidate and revalidate uniform backing storage
Alex Deucher
- [Mesa-dev] [RFC PATCH] mesa/gl3: introduce a new option to the gl3 version enable.
Dave Airlie
- [Mesa-dev] [RFC PATCH] mesa/gl3: introduce a new option to the gl3 version enable.
Dave Airlie
- [Mesa-dev] [PATCH 1/3] u_format: implement fetch_rgba_uint and fetch_rgba_sint for integer formats
Marek Olšák
- [Mesa-dev] [PATCH 1/3] u_format: implement fetch_rgba_uint and fetch_rgba_sint for integer formats
Dave Airlie
- [Mesa-dev] [RFC PATCH] mesa/gl3: introduce a new option to the gl3 version enable.
Marek Olšák
- [Mesa-dev] [PATCH 1/3] u_format: implement fetch_rgba_uint and fetch_rgba_sint for integer formats
Marek Olšák
- [Mesa-dev] [PATCH] draw: fix piglit base vertex + user vertex array tests
Dave Airlie
- [Mesa-dev] softpipe and tgsi_exec.c FAST_MATH
Brian Paul
- [Mesa-dev] glsl lowering pass
Vincent Lejeune
- [Mesa-dev] [PATCH 1/2] glsl: Add a lowering pass to remove reads of shader output variables.
Vincent Lejeune
- [Mesa-dev] [PATCH 2/2] glsl_to_tgsi: Use the GLSL compiler's new remove-output-reads pass.
Vincent Lejeune
- [Mesa-dev] Finishing gen7 transform feedback.
Eric Anholt
- [Mesa-dev] [PATCH 1/4] i965/gen7: Use the updated interface for SO write pointer resetting.
Eric Anholt
- [Mesa-dev] [PATCH 2/4] i965/gen7: Flush the batch between transform feedbacks.
Eric Anholt
- [Mesa-dev] [PATCH 3/4] i965/gen7: Fix up the transform feedback buffer pointers on later batches.
Eric Anholt
- [Mesa-dev] [PATCH 4/4] i965/gen7: Enable transform feedback as long as kernel support is present.
Eric Anholt
- [Mesa-dev] [Bug 44407] git mesa/src/glx fails to compile
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] st/mesa: use SINT/UINT formats for VertexAttribIPointer
Dave Airlie
- [Mesa-dev] [PATCH 0/2 v4] Add support for clip distances in Gallium
Bryan Cain
- [Mesa-dev] [PATCH 1/2] gallium: add support for clip distances
Bryan Cain
- [Mesa-dev] [PATCH 2/2] st/mesa: add support for gl_ClipDistance
Bryan Cain
- [Mesa-dev] Finishing gen7 transform feedback.
Kenneth Graunke
- [Mesa-dev] glx / xcb versioning
Brian Paul
- [Mesa-dev] [Bug 43317] swrast: glean basic sanity fails
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 4/4] i965/gen7: Enable transform feedback as long as kernel support is present.
Eugeni Dodonov
- [Mesa-dev] [PATCH 1/2] mesa: XCB is no longer optional for GLX or DRI
Ian Romanick
- [Mesa-dev] [PATCH 2/2] glx: Hack around versions of XCB that lack GLX_ARB_create_context support
Ian Romanick
- [Mesa-dev] Recent mesa changes are causing tinderbox to fail
Jeremy Huddleston
- [Mesa-dev] [Bug 44407] New: git mesa/src/glx fails to compile
bugzilla-daemon at freedesktop.org
- [Mesa-dev] Recent mesa changes are causing tinderbox to fail
Ian Romanick
- [Mesa-dev] [Bug 44407] git mesa/src/glx fails to compile
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] ff_fragment_shader: Don't generate swizzles for scalar combiner inputs
Ian Romanick
- [Mesa-dev] [PATCH 1/3] u_format: implement fetch_rgba_uint and fetch_rgba_sint for integer formats
Ian Romanick
- [Mesa-dev] [PATCH] glsl_to_tgsi: v2 Invalidate and revalidate uniform backing storage
Ian Romanick
- [Mesa-dev] [PATCH 1/2] glsl: Add a lowering pass to remove reads of shader output variables.
Ian Romanick
- [Mesa-dev] [PATCH] glsl_to_tgsi: v2 Invalidate and revalidate uniform backing storage
Alex Deucher
- No subject
- No subject
- [Mesa-dev] [PATCH 1/3] mesa: Fix typos in transform feedback error messages.
Paul Berry
- [Mesa-dev] [PATCH 2/3] mesa: Check that all buffers are bound in BeginTransformFeedback.
Paul Berry
- [Mesa-dev] [PATCH 3/3] mesa: Additional error checks for transform feedback.
Paul Berry
- [Mesa-dev] [PATCH] mesa: Silence GCC unused variable warnings.
Vinson Lee
- [Mesa-dev] [PATCH] mesa: Silence GCC unused variable warnings.
Vinson Lee
- [Mesa-dev] [PATCH] glsl: Add a lowering pass to remove reads of shader output variables.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/2] mesa: XCB is no longer optional for GLX or DRI
Kenneth Graunke
- [Mesa-dev] [PATCH 1/2] mesa: XCB is no longer optional for GLX or DRI
Dave Airlie
- [Mesa-dev] [Bug 44407] git mesa/src/glx fails to compile
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] glsl: Add a lowering pass to remove reads of shader output variables.
Dave Airlie
- [Mesa-dev] [Bug 35945] GLX contexts are not resized properly when using XCBOwnsEventQueue
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 35945] GLX contexts are not resized properly when using XCBOwnsEventQueue
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/2] mesa: XCB is no longer optional for GLX or DRI
Laurent Carlier
- [Mesa-dev] [Bug 43125] [bisected] Start screen in Amnesia too dark after "Rewrite the way uniforms are tracked and handled" commit
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: Silence GCC unused variable warnings.
Brian Paul
- [Mesa-dev] [PATCH 1/3] mesa: Fix typos in transform feedback error messages.
Brian Paul
- [Mesa-dev] [PATCH] gallium: use Haiku provided debug_printf in OS.h
Alexander von Gluck
- [Mesa-dev] [PATCH] gallium: fix behavior of pipe_buffer_map_range
Brian Paul
- [Mesa-dev] [PATCH] gallium: use Haiku provided debug_printf in OS.h
Brian Paul
- [Mesa-dev] [Bug 42131] Problem with resizing OpenGL windows when using XCB
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] u_upload_mgr: remove the 'flushed' parameter
Brian Paul
- [Mesa-dev] Haiku Mesa status
Alexander von Gluck
- [Mesa-dev] Haiku Mesa status
Jakob Bornecrantz
- [Mesa-dev] [PATCH 3/3] vl: replace decode_buffers with auxiliary data field
Maarten Lankhorst
- [Mesa-dev] [Bug 42131] Problem with resizing OpenGL windows when using XCB
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 42131] Problem with resizing OpenGL windows when using XCB
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] softpipe: remove the 32bits limitation on depth(-stencil) formats
Dave Airlie
- [Mesa-dev] [PATCH] Add .gitignore files to exclude unit test build artifacts from git
Paul Berry
- [Mesa-dev] [Bug 44405] Spring RTS crashes using r600g (5670, Redwood), kernel rejects relocations
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: Remove 'texelBytes' declarations that are only used in assertions.
Vinson Lee
- [Mesa-dev] [PATCH 20/20] tests/glx: Add unit tests for GLX_ARB_create_context GLX protocol
Mike Lothian
- [Mesa-dev] [PATCH] vbo: introduce vbo_get_minmax_indices function
Roland Scheidegger
- [Mesa-dev] [PATCH] Add .gitignore files to exclude unit test build artifacts from git
Ian Romanick
- [Mesa-dev] softpipe and tgsi_exec.c FAST_MATH
Roland Scheidegger
- [Mesa-dev] [PATCH] drisw: Fix drawable creation against non-default screens
Adam Jackson
- [Mesa-dev] [PATCH] mesa: Remove 'texelBytes' declarations that are only used in assertions.
Stéphane Marchesin
- [Mesa-dev] [PATCH 20/20] tests/glx: Add unit tests for GLX_ARB_create_context GLX protocol
Ian Romanick
- [Mesa-dev] [PATCH] glx: More hacking around versions of XCB that lack GLX_ARB_create_context support
Ian Romanick
- [Mesa-dev] [PATCH] glsl: Add a lowering pass to remove reads of shader output variables.
Ian Romanick
- [Mesa-dev] [PATCH] mesa: Remove 'texelBytes' declarations that are only used in assertions.
Ian Romanick
- [Mesa-dev] [PATCH] drisw: Fix drawable creation against non-default screens
Ian Romanick
- [Mesa-dev] [PATCH] mesa/main: fix incorrect use of _mesa_ffsll. _mesa_ffsll may or may not be defined on GNUC
Alexander von Gluck
- [Mesa-dev] [PATCH 2/3] mesa: Check that all buffers are bound in BeginTransformFeedback.
Ian Romanick
- [Mesa-dev] [PATCH] Add .gitignore files to exclude unit test build artifacts from git
Paul Berry
- [Mesa-dev] [PATCH 1/3] mesa: Fix typos in transform feedback error messages.
Ian Romanick
- [Mesa-dev] [PATCH] Add .gitignore files to exclude unit test build artifacts from git
Paul Berry
- [Mesa-dev] [PATCH 2/3] mesa: Check that all buffers are bound in BeginTransformFeedback.
Paul Berry
- [Mesa-dev] [PATCH] mesa: Avoid segfault when getting an unbound transform feedback buffer name.
Paul Berry
- [Mesa-dev] [PATCH] mesa: Remove 'texelBytes' declarations that are only used in assertions.
Brian Paul
- [Mesa-dev] [PATCH] mesa/main: fix incorrect use of _mesa_ffsll. _mesa_ffsll may or may not be defined on GNUC
Brian Paul
- [Mesa-dev] [PATCH 2/3] mesa: Check that all buffers are bound in BeginTransformFeedback.
Ian Romanick
- [Mesa-dev] [PATCH] drisw: Fix drawable creation against non-default screens
Adam Jackson
- [Mesa-dev] RFC [PATCH 0/7] Fix transform feedback of builtin "varyings".
Ian Romanick
- [Mesa-dev] [PATCH] mesa: remove unused _mesa_init_teximage_fields() target parameter
Brian Paul
- [Mesa-dev] [PATCH 20/20] tests/glx: Add unit tests for GLX_ARB_create_context GLX protocol
Gaetan Nadon
- [Mesa-dev] [PATCH 20/20] tests/glx: Add unit tests for GLX_ARB_create_context GLX protocol
Mike Lothian
- [Mesa-dev] [PATCH 20/20] tests/glx: Add unit tests for GLX_ARB_create_context GLX protocol
Mike Lothian
- [Mesa-dev] [PATCH] ff_fragment_shader: Don't generate swizzles for scalar combiner inputs
Eric Anholt
- [Mesa-dev] [PATCH] mesa: remove unused _mesa_init_teximage_fields() target parameter
Yuanhan Liu
- [Mesa-dev] [PATCH 1/3] mesa: Fix typos in transform feedback error messages.
Eric Anholt
- [Mesa-dev] [PATCH] Bug 44205 - read from pointer after free
Anuj Phogat
- [Mesa-dev] [PATCH] mesa: Avoid segfault when getting an unbound transform feedback buffer name.
Eric Anholt
- [Mesa-dev] RFC [PATCH 0/7] Fix transform feedback of builtin "varyings".
Paul Berry
- [Mesa-dev] [PATCH 1/3] mesa: Fix typos in transform feedback error messages.
Paul Berry
- [Mesa-dev] [PATCH 1/2] mesa: Fix glGetTransformFeedbackVarying().
Eric Anholt
- [Mesa-dev] [PATCH 2/2] mesa: Remove the dead Varyings list in the program.
Eric Anholt
- [Mesa-dev] [PATCH 1/3] mesa: Fix typos in transform feedback error messages.
Eric Anholt
- [Mesa-dev] [Bug 44217] vertex attribute 0 inconsistencies.
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] Bug 44205 - read from pointer after free
Eric Anholt
- [Mesa-dev] [PATCH 1/3] mesa: Fix typos in transform feedback error messages.
Paul Berry
- [Mesa-dev] Cross Compile Arm
Fabio Ferreira
- [Mesa-dev] [PATCH] Bug 44205 - read from pointer after free
Ian Romanick
- [Mesa-dev] [PATCH] mesa: remove unused _mesa_init_teximage_fields() target parameter
Ian Romanick
- [Mesa-dev] [PATCH] drisw: Fix drawable creation against non-default screens
Ian Romanick
- [Mesa-dev] [PATCH 1/2] mesa: Fix glGetTransformFeedbackVarying().
Ian Romanick
- [Mesa-dev] [PATCH] vbo: introduce vbo_get_minmax_indices function
Yuanhan Liu
- [Mesa-dev] [PATCH 1/2] mesa: Fix glGetTransformFeedbackVarying().
Paul Berry
- [Mesa-dev] [PATCH] intel: Re-enable GL_OES_standard_derivatives on GEN4+
Ian Romanick
- [Mesa-dev] [PATCH 1/3] mesa: Fix typos in transform feedback error messages.
Paul Berry
- [Mesa-dev] [PATCH 20/20] tests/glx: Add unit tests for GLX_ARB_create_context GLX protocol
Ian Romanick
- [Mesa-dev] [PATCH] vbo: introduce vbo_get_minmax_indices function
Yuanhan Liu
- [Mesa-dev] [PATCH] glx/dri2: print FPS when env var MESA_SHOW_FPS is 1
Marek Olšák
- [Mesa-dev] [PATCH 18/20] mesa: Rewrite the way uniforms are tracked and handled
Marek Olšák
- [Mesa-dev] [PATCH] mesa: Fix transform feedback of unsubscripted arrays.
Paul Berry
- [Mesa-dev] [PATCH] glx/dri2: print FPS when env var MESA_SHOW_FPS is 1
Michel Dänzer
- [Mesa-dev] [PATCH 2/3] translate: implement translation of (pure) integer formats
Dave Airlie
- [Mesa-dev] [PATCH 3/3] translate: implement translation of 10_10_10_2 types
Dave Airlie
- [Mesa-dev] [Bug 44438] New: Configure fails on missing tests/Makefile.in
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/2] mesa: Fix glGetTransformFeedbackVarying().
Eric Anholt
- [Mesa-dev] [RFC PATCH] mesa/gl3: introduce a new option to the gl3 version enable.
Eric Anholt
- [Mesa-dev] [PATCH] intel: Re-enable GL_OES_standard_derivatives on GEN4+
Eric Anholt
- [Mesa-dev] [PATCH] glx/dri2: print FPS when env var MESA_SHOW_FPS is 1
Michel Dänzer
- [Mesa-dev] [PATCH 20/20] tests/glx: Add unit tests for GLX_ARB_create_context GLX protocol
Mike Lothian
- [Mesa-dev] Mesa (master): tests/glx: Add unit tests for GLX_ARB_create_context GLX protocol
Michel Dänzer
- [Mesa-dev] [PATCH] intel: Re-enable GL_OES_standard_derivatives on GEN4+
Kenneth Graunke
- [Mesa-dev] [PATCH 3/3] vl: replace decode_buffers with auxiliary data field
Christian König
- [Mesa-dev] RFC [PATCH 0/7] Fix transform feedback of builtin "varyings".
Kenneth Graunke
- [Mesa-dev] [PATCH] mesa: Avoid segfault when getting an unbound transform feedback buffer name.
Kenneth Graunke
- [Mesa-dev] [PATCH] mesa: Fix transform feedback of unsubscripted arrays.
Kenneth Graunke
- [Mesa-dev] [PATCH] glx: More hacking around versions of XCB that lack GLX_ARB_create_context support
Kenneth Graunke
- [Mesa-dev] [PATCH] Add .gitignore files to exclude unit test build artifacts from git
Kenneth Graunke
- [Mesa-dev] [PATCH] i965: Add missing _NEW_TEXTURE dirty bit to brw_vs_prog state atom.
Kenneth Graunke
- [Mesa-dev] [PATCH 18/20] mesa: Rewrite the way uniforms are tracked and handled
Kenneth Graunke
- [Mesa-dev] [PATCH] i965/vs: Use the proper dimensionality for the sampler result register.
Kenneth Graunke
- [Mesa-dev] gallium clip vertex support + softpipe
Dave Airlie
- [Mesa-dev] [PATCH 1/3] gallium: add new semantic for clip vertex.
Dave Airlie
- [Mesa-dev] [PATCH 2/3] st/mesa: add support for clip vertex.
Dave Airlie
- [Mesa-dev] [PATCH 3/3] draw/softpipe: add clip vertex support.
Dave Airlie
- [Mesa-dev] [PATCH 18/20] mesa: Rewrite the way uniforms are tracked and handled
Marek Olšák
- [Mesa-dev] [PATCH] glx/dri2: print FPS when env var MESA_SHOW_FPS is 1
Marek Olšák
- [Mesa-dev] [PATCH] glx/dri2: print FPS when env var MESA_SHOW_FPS is 1
Michel Dänzer
- [Mesa-dev] [PATCH 1/2] gallium: add STATIC_ASSERT macro
Brian Paul
- [Mesa-dev] [PATCH 2/2] tgsi: consolidate TGSI string arrays in new tgsi_strings.h
Brian Paul
- [Mesa-dev] [PATCH] drisw: Fix drawable creation against non-default screens
Adam Jackson
- [Mesa-dev] gallium clip vertex support + softpipe
Brian Paul
- [Mesa-dev] [PATCH 1/3] gallium: add new semantic for clip vertex.
Brian Paul
- [Mesa-dev] [PATCH 2/3] st/mesa: add support for clip vertex.
Brian Paul
- [Mesa-dev] [PATCH 3/3] draw/softpipe: add clip vertex support.
Brian Paul
- [Mesa-dev] [PATCH] glx: More hacking around versions of XCB that lack GLX_ARB_create_context support
Robert Hooker
- [Mesa-dev] [PATCH] mesa/main: fix incorrect use of _mesa_ffsll. _mesa_ffsll may or may not be defined on GNUC
Alexander von Gluck
- [Mesa-dev] [PATCH] mesa: fix situations where ffs or ffsl may not be defined
Alexander von Gluck
- [Mesa-dev] [PATCH] Bug 44205 - read from pointer after free
Anuj Phogat
- [Mesa-dev] [PATCH] vbo: introduce vbo_get_minmax_indices function
Roland Scheidegger
- [Mesa-dev] [PATCH] vbo: introduce vbo_get_minmax_indices function
Roland Scheidegger
- [Mesa-dev] [PATCH] glx: More hacking around versions of XCB that lack GLX_ARB_create_context support
Ian Romanick
- [Mesa-dev] [PATCH 20/20] tests/glx: Add unit tests for GLX_ARB_create_context GLX protocol
Ian Romanick
- [Mesa-dev] [PATCH 20/20] tests/glx: Add unit tests for GLX_ARB_create_context GLX protocol
Daniel Stone
- [Mesa-dev] [PATCH] Add .gitignore files to exclude unit test build artifacts from git
Ian Romanick
- [Mesa-dev] [PATCH 20/20] tests/glx: Add unit tests for GLX_ARB_create_context GLX protocol
Ian Romanick
- [Mesa-dev] [PATCH 20/20] tests/glx: Add unit tests for GLX_ARB_create_context GLX protocol
Michel Dänzer
- [Mesa-dev] [PATCH] i965/vs: Use the proper dimensionality for the sampler result register.
Ian Romanick
- [Mesa-dev] [PATCH] i965: Add missing _NEW_TEXTURE dirty bit to brw_vs_prog state atom.
Eric Anholt
- [Mesa-dev] [PATCH] i965/vs: Use the proper dimensionality for the sampler result register.
Eric Anholt
- [Mesa-dev] [PATCH 20/20] tests/glx: Add unit tests for GLX_ARB_create_context GLX protocol
Ian Romanick
- [Mesa-dev] [PATCH] mesa: Fix transform feedback of unsubscripted arrays.
Ian Romanick
- [Mesa-dev] [Bug 44405] Spring RTS crashes using r600g (5670, Redwood), kernel rejects relocations
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44438] Configure fails on missing tests/Makefile.in
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44438] Configure fails on missing tests/Makefile.in
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 3/5] glsl: rename VERSION to VERSION_TOK for automake
Ian Romanick
- [Mesa-dev] [PATCH 1/5] configure.ac: remove deprecated --with-driver=
Ian Romanick
- [Mesa-dev] [PATCH 2/5] configure.ac: bump AC_PREREQ to 2.60
Ian Romanick
- [Mesa-dev] R600g LLVM shader backend
Tom Stellard
- [Mesa-dev] [PATCH] mesa: fix _mesa_get_fallback_texture() to handle all texture targets
Brian Paul
- [Mesa-dev] [PATCH] mesa: only map src/dest regions in _mesa_copy_buffer_subdata()
Brian Paul
- [Mesa-dev] [PATCH] mesa: Fix transform feedback of unsubscripted arrays.
Paul Berry
- [Mesa-dev] [PATCH 1/2] mesa: Fix computation of transform feedback num_components.
Paul Berry
- [Mesa-dev] [PATCH 2/2] mesa: Fix transform feedback of unsubscripted gl_ClipDistance array.
Paul Berry
- [Mesa-dev] [PATCH] mesa: Fix bogus transform feedback error message when subscripting non-array.
Paul Berry
- [Mesa-dev] [PATCH] mesa: Fix bogus transform feedback error message when subscripting non-array.
Kenneth Graunke
- [Mesa-dev] [PATCH] mesa: Fix bogus transform feedback error message when subscripting non-array.
Eric Anholt
- [Mesa-dev] [PATCH 18/20] mesa: Rewrite the way uniforms are tracked and handled
Eric Anholt
- [Mesa-dev] [PATCH] mesa: Add forgotten GL_RG_INTEGER format in unpack_color_span_float.
Kenneth Graunke
- [Mesa-dev] [PATCH 0/2 v4] Add support for clip distances in Gallium
Bryan Cain
- [Mesa-dev] [PATCH 18/20] mesa: Rewrite the way uniforms are tracked and handled
Marek Olšák
- [Mesa-dev] [PATCH] mesa: Add missing GL_RG_INTEGER cases
Ian Romanick
- [Mesa-dev] [PATCH] mesa: Fix bogus transform feedback error message when subscripting non-array.
Ian Romanick
- [Mesa-dev] [PATCH] glx: More hacking around versions of XCB that lack GLX_ARB_create_context support
Laurent Carlier
- [Mesa-dev] [PATCH] mesa: Add missing GL_RG_INTEGER cases
Kenneth Graunke
- [Mesa-dev] [PATCH] [RFC] r600g clip distance support
Vadim Girlin
- [Mesa-dev] [PATCH] r600g: implement clip distance
Vadim Girlin
- [Mesa-dev] [PATCH 18/20] mesa: Rewrite the way uniforms are tracked and handled
Ian Romanick
- [Mesa-dev] [PATCH] mesa: only map src/dest regions in _mesa_copy_buffer_subdata()
Yuanhan Liu
- [Mesa-dev] [PATCH 1/7] i965: Add sensible disasm for the JMPI instruction.
Eric Anholt
- [Mesa-dev] [PATCH 2/7] swrast: Move the check for fast_copy_pixels() ability to caller.
Eric Anholt
- [Mesa-dev] [PATCH 3/7] swrast: Use the fast copypixels code to implement fast glBlitFramebuffer().
Eric Anholt
- [Mesa-dev] [PATCH 4/7] swrast: Fix use of uninitialized value in rbmapping changes.
Eric Anholt
- [Mesa-dev] [PATCH 5/7] mesa: Fix packing of stencil bits to MESA_FORMAT_Z32_FLOAT_X24S8.
Eric Anholt
- [Mesa-dev] [PATCH 6/7] swrast: Convert the glBlitFramebuffer(GL_NEAREST) path to MapRenderbuffer().
Eric Anholt
- [Mesa-dev] [PATCH 7/7] i965: Turn on ARB_depth_buffer_float by default.
Eric Anholt
- [Mesa-dev] [Bug 44239] spring rts crashes with r300g
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/7] i965: Add sensible disasm for the JMPI instruction.
Kenneth Graunke
- [Mesa-dev] [PATCH] mesa: only map src/dest regions in _mesa_copy_buffer_subdata()
Kenneth Graunke
- [Mesa-dev] [Bug 44480] New: Build error with LLVM -DLLVM_APPEND_VC_REV=ON
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44239] spring rts crashes with r300g
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: Remove 'texelBytes' declarations that are only used in assertions.
Vinson Lee
- [Mesa-dev] [PATCH] r600g: implement two-sided lighting
Vadim Girlin
- [Mesa-dev] [Bug 44480] Build error with LLVM -DLLVM_APPEND_VC_REV=ON
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 42131] Problem with resizing OpenGL windows when using XCB
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44480] Build error with LLVM -DLLVM_APPEND_VC_REV=ON
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44239] spring rts crashes with r300g
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 2/2] tgsi: consolidate TGSI string arrays in new tgsi_strings.h
Dave Airlie
- [Mesa-dev] [Bug 35945] GLX contexts are not resized properly when using XCBOwnsEventQueue
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 42131] Problem with resizing OpenGL windows when using XCB
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 35945] GLX contexts are not resized properly when using XCBOwnsEventQueue
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 20/20] tests/glx: Add unit tests for GLX_ARB_create_context GLX protocol
Dan Nicholson
- [Mesa-dev] [PATCH] draw/softpipe: EXT_transform_feedback support (v1)
Dave Airlie
- [Mesa-dev] [Bug 44239] spring rts crashes with r300g
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44405] Spring RTS crashes using r600g (5670, Redwood), kernel rejects relocations
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: only map src/dest regions in _mesa_copy_buffer_subdata()
Marek Olšák
- [Mesa-dev] [PATCH] r600g: implement two-sided lighting
Marek Olšák
- [Mesa-dev] [PATCH] glx/dri2: print FPS when env var LIBGL_SHOW_FPS is 1 (v2)
Marek Olšák
- [Mesa-dev] [PATCH] mesa: only map src/dest regions in _mesa_copy_buffer_subdata()
Brian Paul
- [Mesa-dev] [PATCH 2/2] tgsi: consolidate TGSI string arrays in new tgsi_strings.h
Brian Paul
- [Mesa-dev] [PATCH] tgsi: consolidate TGSI string arrays in new tgsi_strings.h
Brian Paul
- [Mesa-dev] [Bug 44239] spring rts crashes with r300g
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44405] Spring RTS crashes using r600g (5670, Redwood), kernel rejects relocations
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] tgsi: consolidate TGSI string arrays in new tgsi_strings.h
Dave Airlie
- [Mesa-dev] [PATCH] st/mesa: don't crash when clearing non-existant buffers.
Dave Airlie
- [Mesa-dev] [PATCH] st/mesa: don't crash when clearing non-existant buffers.
Brian Paul
- [Mesa-dev] [PATCH] mesa: Remove 'texelBytes' declarations that are only used in assertions.
Brian Paul
- [Mesa-dev] [PATCH] r600g: implement two-sided lighting
Andre Maasikas
- [Mesa-dev] [PATCH] r600g: implement two-sided lighting
Alex Deucher
- [Mesa-dev] [PATCH] draw/softpipe: EXT_transform_feedback support (v1)
Brian Paul
- [Mesa-dev] [PATCH] glx/dri2: print FPS when env var LIBGL_SHOW_FPS is 1 (v2)
Michel Dänzer
- [Mesa-dev] [PATCH] tgsi/softpipe: add VertexID support.
Dave Airlie
- [Mesa-dev] [Bug 44466] Assertion 'LLVMOffsetOfElement' when running Furmark with wine
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] gallivm: Allow target specific intrinsics in lp_declare_intrinsic()
Tom Stellard
- [Mesa-dev] [Bug 40401] Cogs is slow
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] configure.ac: Remove unused GLUT substitutions.
Kenneth Graunke
- [Mesa-dev] [PATCH] configure.ac: Remove unused GLUT substitutions.
Matt Turner
- [Mesa-dev] [PATCH 2/7] swrast: Move the check for fast_copy_pixels() ability to caller.
Brian Paul
- [Mesa-dev] [PATCH] swrast: use memmove() instead of memcpy() in the SHIFT_ARRAY macro
Brian Paul
- [Mesa-dev] [Bug 44405] Spring RTS crashes using r600g (5670, Redwood), kernel rejects relocations
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] swrast: use memmove() instead of memcpy() in the SHIFT_ARRAY macro
Adam Jackson
- [Mesa-dev] [PATCH] r600g: implement two-sided lighting
Roland Scheidegger
- [Mesa-dev] [PATCH] r600g: implement two-sided lighting
Alex Deucher
- [Mesa-dev] [Bug 44405] Spring RTS crashes using r600g (5670, Redwood), kernel rejects relocations
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44405] Spring RTS crashes using r600g (5670, Redwood), kernel rejects relocations
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] r600g: implement two-sided lighting
Vadim Girlin
- [Mesa-dev] [PATCH] gallium: make vbuf_render::set_primitive() return void
Brian Paul
- [Mesa-dev] [PATCH] glsl/builtins: Add missing mix(genType, genType, bvec) built-ins.
Kenneth Graunke
- [Mesa-dev] [Bug 44405] Spring RTS crashes using r600g (5670, Redwood), kernel rejects relocations
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] i965/vs: Fix invalid array access in copy propagation.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/2] util: add debug_warn_once() macro
Brian Paul
- [Mesa-dev] [PATCH 2/2] draw: replace assert(0) with debug_warn_once()
Brian Paul
- [Mesa-dev] [Bug 44239] spring rts crashes with r300g
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44480] Build error with LLVM -DLLVM_APPEND_VC_REV=ON
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44239] spring rts crashes with r300g
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] glsl/builtins: Add missing mix(genType, genType, bvec) built-ins.
Ian Romanick
- [Mesa-dev] New gallium-clip-state branch
Marek Olšák
- [Mesa-dev] [PATCH] i965/fs: Fix projector==1.0 optimization pre-gen6.
Eric Anholt
- [Mesa-dev] [PATCH] r600g: implement two-sided lighting (v2)
Vadim Girlin
- [Mesa-dev] glsl optimizations infinite loop patch
Andy Clayton
- [Mesa-dev] [PATCH] glsl: fix glsl optimization infinite loop from copy_propagation_elements
Andy Clayton
- [Mesa-dev] [PATCH] glsl/builtins: Add missing mix(genType, genType, bvec) built-ins.
Eric Anholt
- [Mesa-dev] [PATCH 18/20] mesa: Rewrite the way uniforms are tracked and handled
Eric Anholt
- [Mesa-dev] [PATCH] i965/vs: Fix invalid array access in copy propagation.
Eric Anholt
- [Mesa-dev] [PATCH] r600g: implement two-sided lighting (v3)
Vadim Girlin
- [Mesa-dev] [Bug 35945] GLX contexts are not resized properly when using XCBOwnsEventQueue
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44519] New: SIGABRT src/gallium/tests/unit/translate_test.c:250
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] st/mesa: fix default interpolation for colors.
Dave Airlie
- [Mesa-dev] [PATCH] all.tests: add ignore for missing configuration files.
Dylan Baker
- [Mesa-dev] [PATCH] st/mesa: fix default interpolation for colors. (v2)
Dave Airlie
- [Mesa-dev] [PATCH] st/mesa: fix default interpolation for colors.
Dave Airlie
- [Mesa-dev] [PATCH] st/mesa: fix default interpolation for colors. (v2)
Dave Airlie
- [Mesa-dev] [PATCH] st/mesa: fix default interpolation for colors. (v2)
Brian Paul
- [Mesa-dev] [PATCH] st/mesa: fix default interpolation for colors. (v2)
Dave Airlie
- [Mesa-dev] [PATCH] st/mesa: fix default interpolation for colors. (v2)
Brian Paul
- [Mesa-dev] [PATCH] r600g: add support for virtual address space on cayman v8
j.glisse at gmail.com
- [Mesa-dev] [PATCH] st/mesa: fix default interpolation for colors. (v2)
Christoph Bumiller
- [Mesa-dev] [PATCH 18/20] mesa: Rewrite the way uniforms are tracked and handled
Marek Olšák
- [Mesa-dev] [PATCH] st/mesa: fix default interpolation for colors. (v2)
Marek Olšák
- [Mesa-dev] softpipe GL3 status
Dave Airlie
- [Mesa-dev] softpipe GL3 status
Dave Airlie
- [Mesa-dev] [PATCH] i965/gen7: Fix segfault in transform feedback to DYNAMIC_DRAW buffers.
Eric Anholt
- [Mesa-dev] [PATCH 1/3] glsl_to_tgsi: Create a new variable_store class replacing variables field in glsl_to_tgsi_visitor
Vincent Lejeune
- [Mesa-dev] [PATCH 2/3] glsl_to_tgsi: Use a separate visitor to handle dereferences.
Vincent Lejeune
- [Mesa-dev] [PATCH 3/3] glsl_to_tgsi: Use mesa register allocator
Vincent Lejeune
- [Mesa-dev] [PATCH 2/4] glsl: Emit errors for assignments to non-l-value expressions
Paul Berry
- [Mesa-dev] [PATCH 3/4] glsl: Emit extra errors for l-value violations in 'out' or 'inout' parameters
Paul Berry
- [Mesa-dev] softpipe GL3 status
Ian Romanick
- [Mesa-dev] [PATCH 3/3] glsl_to_tgsi: Use mesa register allocator
Tom Stellard
- [Mesa-dev] softpipe GL3 status
Bryan Cain
- [Mesa-dev] softpipe GL3 status
Christoph Bumiller
- [Mesa-dev] softpipe GL3 status
Brian Paul
- [Mesa-dev] [PATCH 1/3] swrast: remove calls to _swrast_update_depth/stencil_buffer()
Brian Paul
- [Mesa-dev] [PATCH 2/3] swrast: remove s_depthstencil.[ch] files
Brian Paul
- [Mesa-dev] [PATCH 3/3] mesa: remove gl_framebuffer:_DepthBuffer, _StencilBuffer fields
Brian Paul
- [Mesa-dev] softpipe GL3 status
Jakob Bornecrantz
- [Mesa-dev] [PATCH] swrast: s/GLbitfield/GLbitfield64/ for sw_span::arrayAttribs
Brian Paul
- [Mesa-dev] [PATCH] swrast: fix Z testing of points/lines for 16-bit depth buffers
Brian Paul
- [Mesa-dev] [PATCH 1/3] swrast: remove calls to _swrast_update_depth/stencil_buffer()
Eric Anholt
- [Mesa-dev] [PATCH] Enable is_front_buffer_rendering variable in case of GL_FRONT_AND_BACK
Anuj Phogat
- [Mesa-dev] softpipe GL3 status
Ian Romanick
- [Mesa-dev] [PATCH 1/3] swrast: remove calls to _swrast_update_depth/stencil_buffer()
Ian Romanick
- [Mesa-dev] [PATCH] i965/fs: Fix projector==1.0 optimization pre-gen6.
Ian Romanick
- [Mesa-dev] [RFC PATCH] Add ability to use libXrandr for OML_sync_control
Matt Turner
- [Mesa-dev] [PATCH 7.11] gallium/dri: Handle xserver that doesn't send needless DRI2 invalidate events
Ville Syrjälä
- [Mesa-dev] [PATCH 1/2] mesa: add missing error check for linear blit of integer colors
Brian Paul
- [Mesa-dev] [PATCH 2/2] mesa: check depth, stencil formats (not depths) in glBlitFramebuffer
Brian Paul
- [Mesa-dev] softpipe GL3 status
Brian Paul
- [Mesa-dev] [PATCH] RFC: tgsi: Add output_type to struct tgsi_opcode_info
Tom Stellard
- [Mesa-dev] [PATCH] mesa: Bump version to 8.0 (devel)
Kenneth Graunke
- [Mesa-dev] [PATCH] mesa: Bump version to 8.0 (devel)
Ian Romanick
- [Mesa-dev] [PATCH] mesa: add missing color buffer datatype check for glBlitFramebuffer()
Brian Paul
- [Mesa-dev] [RFC PATCH] Add ability to use libXrandr for OML_sync_control
Keith Packard
- [Mesa-dev] [PATCH 1/2] mesa: add missing error check for linear blit of integer colors
Eric Anholt
- [Mesa-dev] [PATCH 00/14] Fix some linker stuff, kill one more user of ir_to_mesa
Ian Romanick
- [Mesa-dev] [PATCH 01/14] mesa: Use uniform interfaces in fixed-function fragment shader code
Ian Romanick
- [Mesa-dev] [PATCH 02/14] mesa: Use static buffer for uniform name
Ian Romanick
- [Mesa-dev] [PATCH 03/14] mesa: Track fixed-function fragment shader as a shader
Ian Romanick
- [Mesa-dev] [PATCH 04/14] mesa: Validate sampler settings using uniform storage
Ian Romanick
- [Mesa-dev] [PATCH 05/14] glsl: Add glsl_type::sampler_index
Ian Romanick
- [Mesa-dev] [PATCH 06/14] linker: Calculate the sampler to texture target mapping during linking
Ian Romanick
- [Mesa-dev] [PATCH 07/14] linker: Calculate used samplers and shadow samplers in the linker
Ian Romanick
- [Mesa-dev] [PATCH 08/14] i965: Remove brw_vs_precompile
Ian Romanick
- [Mesa-dev] [PATCH 09/14] i965: Remove brw_fs_precompile
Ian Romanick
- [Mesa-dev] [PATCH 10/14] i965: Clean up brw_shader_precompile cruft left from previous commits
Ian Romanick
- [Mesa-dev] [PATCH 11/14] i965: Don't calculate masks of used FS inputs
Ian Romanick
- [Mesa-dev] [PATCH 12/14] i965: Make sure gl_fragment_program::UsesKill is set for GLSL shaders
Ian Romanick
- [Mesa-dev] [PATCH 13/14] i965: Don't use _mesa_ir_link_shader to do our dirty work
Ian Romanick
- [Mesa-dev] [PATCH 14/14] i965: Propagate UsesClipDistance information to the low-level IR
Ian Romanick
- [Mesa-dev] [PATCH] mesa: Bump version to 8.0 (devel)
Kenneth Graunke
- [Mesa-dev] [PATCH] glsl/builtins: Add missing mix(genType, genType, bvec) built-ins.
Kenneth Graunke
- [Mesa-dev] softpipe GL3 status
Dave Airlie
- [Mesa-dev] [Bug 44557] New: [regression] Trine: Segfault on launch
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44558] New: Consolidate / cleanup env variables
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44558] Consolidate / cleanup env variables
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] gallium: add an IABS opcode to TGSI
Bryan Cain
- [Mesa-dev] softpipe GL3 status
Bryan Cain
- [Mesa-dev] [PATCH 1/3] glsl_to_tgsi: Create a new variable_store class replacing variables field in glsl_to_tgsi_visitor
Vincent Lejeune
- [Mesa-dev] [PATCH 2/3] glsl_to_tgsi: Use a separate visitor to handle dereferences.
Vincent Lejeune
- [Mesa-dev] [PATCH 3/3] glsl_to_tgsi: Use mesa register allocator
Vincent Lejeune
- [Mesa-dev] [Bug 44561] New: Piglit: spec/glsl-1.10/execution/interpolation/interpolation-none-gl_*-vertex fail
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/3] glsl_to_tgsi: Create a new variable_store class replacing variables field in glsl_to_tgsi_visitor
Vincent Lejeune
- [Mesa-dev] [Bug 44519] SIGABRT src/gallium/tests/unit/translate_test.c:250
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/3] glsl_to_tgsi: Create a new variable_store class replacing variables field in glsl_to_tgsi_visitor
Bryan Cain
- [Mesa-dev] [Bug 44561] Piglit: spec/glsl-1.10/execution/interpolation/interpolation-none-gl_*-vertex fail
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] gallium: add an IABS opcode to TGSI
Brian Paul
- [Mesa-dev] softpipe GL3 status
Brian Paul
- [Mesa-dev] [Bug 44564] New: Fix build with LLVM -DLLVM_TARGETS_TO_BUILD=`native`
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/2] mesa: add missing error check for linear blit of integer colors
Brian Paul
- [Mesa-dev] [PATCH 1/3] mesa: rename _mesa_unpack_int_rgba_row() to _mesa_unpack_uint_rgba_row()
Brian Paul
- [Mesa-dev] [PATCH 2/3] mesa: add _mesa_unpack_ubyte_rgba_row() function
Brian Paul
- [Mesa-dev] [PATCH 3/3] swrast: convert blit_linear() to Map/UnmapRenderbuffer()
Brian Paul
- [Mesa-dev] [PATCH 1/3] glsl_to_tgsi: Create a new variable_store class replacing variables field in glsl_to_tgsi_visitor
Vincent Lejeune
- [Mesa-dev] [PATCH 2/3] glsl_to_tgsi: Use a separate visitor to handle dereferences.
Vincent Lejeune
- [Mesa-dev] [PATCH 3/3] glsl_to_tgsi: Use mesa register allocator
Vincent Lejeune
- [Mesa-dev] [PATCH] intel: fix mapping of malloc'd renderbuffers
Brian Paul
- [Mesa-dev] [PATCH] r600g: add support for virtual address space on cayman v8
Marek Olšák
- [Mesa-dev] [PATCH] i965: Actually enable SIMD16 dispatch on Ivybridge.
Kenneth Graunke
- [Mesa-dev] [PATCH] i965: Actually enable SIMD16 dispatch on Ivybridge.
Eric Anholt
- [Mesa-dev] [PATCH] intel: fix mapping of malloc'd renderbuffers
Eric Anholt
- [Mesa-dev] [PATCH 1/2] mesa: add missing error check for linear blit of integer colors
Kenneth Graunke
- [Mesa-dev] [PATCH 3/3] vl: replace decode_buffers with auxiliary data field
Maarten Lankhorst
- [Mesa-dev] [PATCH] mesa: Bump version to 8.0 (devel)
Ian Romanick
- [Mesa-dev] Recent mesa changes are causing tinderbox to fail
Jeremy Huddleston
- [Mesa-dev] [PATCH 1/3] mesa: rename _mesa_unpack_int_rgba_row() to _mesa_unpack_uint_rgba_row()
Eric Anholt
- [Mesa-dev] [PATCH 1/2] mesa: Fix computation of transform feedback num_components.
Eric Anholt
- [Mesa-dev] [PATCH 1/2] i965: Move the note about sampler count flag to the correct place.
Eric Anholt
- [Mesa-dev] [PATCH 2/2] intel: Use libdrm's decode functionality instead of the gpu-tools copy.
Eric Anholt
- [Mesa-dev] [PATCH] gallium: improve the pipe_stream_output_info struct
Marek Olšák
- [Mesa-dev] [PATCH] all.tests: add ignore for missing configuration files.
Tolga Dalman
- [Mesa-dev] [PATCH] all.tests: add ignore for missing configuration files.
Ian Romanick
- No subject
- [Mesa-dev] [RFC]Improves st_finalize_texture cycles consumption
Vincent Lejeune
- [Mesa-dev] [PATCH 1/2] gallium: Avoid a if () only used for convenience for gen_mipmap
Vincent Lejeune
- [Mesa-dev] [PATCH 2/2] gallium: avoid generating loop overhead in case of a non cubemap texture.
Vincent Lejeune
- [Mesa-dev] i965: Fixing dirty bits
Kenneth Graunke
- [Mesa-dev] [PATCH 01/11] i965: Add missing _NEW_BUFFERS dirty bit to Gen6+ DEPTH_STENCIL atoms.
Kenneth Graunke
- [Mesa-dev] [PATCH 02/11] i965: Add missing BRW_NEW_BATCH dirty bit to Gen6+ clip state atoms.
Kenneth Graunke
- [Mesa-dev] [PATCH 03/11] i965: Add missing BRW_NEW_BATCH dirty bit to Gen6+ SF/SBE state atoms.
Kenneth Graunke
- [Mesa-dev] [PATCH 04/11] i965: Add missing BRW_NEW_BATCH dirty bit to the Gen6 GS state atom.
Kenneth Graunke
- [Mesa-dev] [PATCH 05/11] i965: Add missing BRW_NEW_BATCH dirty bit to the Gen6+ URB atoms.
Kenneth Graunke
- [Mesa-dev] [PATCH 06/11] i965: Remove BRW_NEW_URB_FENCE dirty bit from Gen6+ atoms.
Kenneth Graunke
- [Mesa-dev] [PATCH 07/11] i965: Remove BRW_NEW_CURBE_OFFSETS dirty bit from Gen7 atoms.
Kenneth Graunke
- [Mesa-dev] [PATCH 08/11] i965: Move _NEW_PROGRAM dirty bit from gen7_sf_state to gen7_sbe_state.
Kenneth Graunke
- [Mesa-dev] [PATCH 09/11] i965: Add missing _NEW_PROGRAM bit to brw_sf_unit and gen7_sf_state.
Kenneth Graunke
- [Mesa-dev] [PATCH 10/11] i965: Update dirty bit comments for the gen7_ps_state atom.
Kenneth Graunke
- [Mesa-dev] [PATCH 11/11] i965: Re-sync outdated comments about Gen6+ push constants.
Kenneth Graunke
- [Mesa-dev] [Bug 44564] Fix build with LLVM -DLLVM_TARGETS_TO_BUILD=`native`
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 2/2] gallium: avoid generating loop overhead in case of a non cubemap texture.
Matt Turner
- [Mesa-dev] [PATCH] r600g: add support for virtual address space on cayman v8
Jerome Glisse
- [Mesa-dev] [RFC]Improves st_finalize_texture cycles consumption
Keith Whitwell
- [Mesa-dev] [PATCH] i965: Fix zeroing of unused attributes in 3DSTATE_SBE.
Kenneth Graunke
- [Mesa-dev] [PATCH] glsl: remove logical xor FINISHME
Matt Turner
- [Mesa-dev] [PATCH] glsl: remove logical xor FINISHME
Matt Turner
- [Mesa-dev] [PATCH 1/2] tgsi: add ISSG support
Dave Airlie
- [Mesa-dev] [PATCH 2/2] st_glsl_to_tgsi: use ISSG
Dave Airlie
- [Mesa-dev] [PATCH] r600g: add support for virtual address space on cayman v8
Michel Dänzer
- [Mesa-dev] gallium and GL interpolation intersection issue
Dave Airlie
- [Mesa-dev] [PATCH 1/2] tgsi: add ISSG support
Brian Paul
- [Mesa-dev] [PATCH 2/2] st_glsl_to_tgsi: use ISSG
Brian Paul
- [Mesa-dev] [PATCH] intel: fix mapping of malloc'd renderbuffers
Brian Paul
- [Mesa-dev] [PATCH] intel: fix mapping of malloc'd renderbuffers
Brian Paul
- [Mesa-dev] [PATCH] gallium: introduce GLSL based interpolation rules.
Dave Airlie
- [Mesa-dev] gallium and GL interpolation intersection issue
Brian Paul
- [Mesa-dev] [PATCH] gallium: introduce GLSL based interpolation rules.
Brian Paul
- [Mesa-dev] [RFC]Improves st_finalize_texture cycles consumption
Brian Paul
- [Mesa-dev] [PATCH 02/11] i965: Add missing BRW_NEW_BATCH dirty bit to Gen6+ clip state atoms.
Eric Anholt
- [Mesa-dev] [PATCH 08/11] i965: Move _NEW_PROGRAM dirty bit from gen7_sf_state to gen7_sbe_state.
Eric Anholt
- [Mesa-dev] [PATCH 09/11] i965: Add missing _NEW_PROGRAM bit to brw_sf_unit and gen7_sf_state.
Eric Anholt
- [Mesa-dev] gallium and GL interpolation intersection issue
Marek Olšák
- [Mesa-dev] i965: Fixing dirty bits
Eric Anholt
- [Mesa-dev] [PATCH] i965: Fix zeroing of unused attributes in 3DSTATE_SBE.
Eric Anholt
- [Mesa-dev] [PATCH] glsl: remove logical xor FINISHME
Eric Anholt
- [Mesa-dev] gallium and GL interpolation intersection issue
Marek Olšák
- [Mesa-dev] Drooping multiple driver support in EGL?
Jose Fonseca
- [Mesa-dev] [PATCH] mesa: Bump version to 8.0 (devel)
Jason Wood
- [Mesa-dev] [PATCH] gallivm: Allow target specific intrinsics in lp_declare_intrinsic()
Jose Fonseca
- [Mesa-dev] [PATCH 0/3] Softpipe draw de-LLVM-fication.
Jakob Bornecrantz
- [Mesa-dev] [PATCH 1/3] draw: Make it possible to create a llvm free context
Jakob Bornecrantz
- [Mesa-dev] [PATCH 2/3] draw: Fail if we fail to enable llvm when asked for it
Jakob Bornecrantz
- [Mesa-dev] [PATCH 3/3] softpipe: Don't use llvm in draw
Jakob Bornecrantz
- [Mesa-dev] [PATCH] gallium: improve the pipe_stream_output_info struct
Jose Fonseca
- [Mesa-dev] [PATCH 2/3] mesa: add _mesa_unpack_ubyte_rgba_row() function
Jose Fonseca
- [Mesa-dev] [PATCH 3/3] swrast: convert blit_linear() to Map/UnmapRenderbuffer()
Jose Fonseca
- [Mesa-dev] softpipe GL3 status
Jose Fonseca
- [Mesa-dev] [PATCH] mesa: add missing color buffer datatype check for glBlitFramebuffer()
Jose Fonseca
- [Mesa-dev] [PATCH] RFC: tgsi: Add output_type to struct tgsi_opcode_info
Jose Fonseca
- [Mesa-dev] [PATCH] i965/vs: Try to emit more components of constant vectors at once.
Eric Anholt
- [Mesa-dev] [PATCH] swrast: fix Z testing of points/lines for 16-bit depth buffers
Jose Fonseca
- [Mesa-dev] [PATCH] gallium: improve the pipe_stream_output_info struct
Marek Olšák
- [Mesa-dev] [PATCH] gallium: improve the pipe_stream_output_info struct
Jose Fonseca
- [Mesa-dev] [PATCH 0/3] Softpipe draw de-LLVM-fication.
Brian Paul
- [Mesa-dev] [PATCH] swrast: fix Z testing of points/lines for 16-bit depth buffers
Brian Paul
- [Mesa-dev] [PATCH 0/3] Softpipe draw de-LLVM-fication.
Jakob Bornecrantz
- [Mesa-dev] [PATCH] mesa: Bump version to 8.0 (devel)
Kenneth Graunke
- [Mesa-dev] [PATCH] mesa: Move transform feedback error check to reduce array overflow risk.
Paul Berry
- [Mesa-dev] [PATCH 02/11] i965: Add missing BRW_NEW_BATCH dirty bit to Gen6+ clip state atoms.
Kenneth Graunke
- [Mesa-dev] [PATCH 0/3] Softpipe draw de-LLVM-fication.
Brian Paul
- [Mesa-dev] [PATCH 3/3] softpipe: Don't use llvm in draw
Jakob Bornecrantz
- [Mesa-dev] [PATCH 0/3] Softpipe draw de-LLVM-fication.
Jakob Bornecrantz
- [Mesa-dev] [PATCH 0/3] Softpipe draw de-LLVM-fication.
Brian Paul
- [Mesa-dev] [PATCH] r600g: add support for virtual address space on cayman v9
j.glisse at gmail.com
- [Mesa-dev] [PATCH] mesa: add missing color buffer datatype check for glBlitFramebuffer()
Ian Romanick
- [Mesa-dev] [PATCH] mesa: Move transform feedback error check to reduce array overflow risk.
Ian Romanick
- [Mesa-dev] [PATCH 08/11] i965: Move _NEW_PROGRAM dirty bit from gen7_sf_state to gen7_sbe_state.
Kenneth Graunke
- [Mesa-dev] glsl optimizations infinite loop patch
Eric Anholt
- [Mesa-dev] [Bug 41152] [glsl] Shader backend in Regnum Online does not work
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: Move transform feedback error check to reduce array overflow risk.
Paul Berry
- [Mesa-dev] [PATCH] glx: Suppress unused variable warning for cmdlen
Paul Berry
- [Mesa-dev] [PATCH] glsl: Fix copy_propagation_elements bug in handling self-copies.
Eric Anholt
- [Mesa-dev] [PATCH] mesa: fix situations where ffs or ffsl may not be defined
Alexander von Gluck
- [Mesa-dev] [PATCH] mesa: add missing color buffer datatype check for glBlitFramebuffer()
Brian Paul
- [Mesa-dev] [PATCH] glx: Suppress unused variable warning for cmdlen
Ian Romanick
- [Mesa-dev] [PATCH 0/3] i965/gen7: Enable HiZ
Chad Versace
- [Mesa-dev] [PATCH 1/3] i965: Fix misnamed GEN7_WM_DEPTH_RESOLVE
Chad Versace
- [Mesa-dev] [PATCH 2/3] i965: Replace references to stencil region size with buffer size
Chad Versace
- [Mesa-dev] [PATCH 3/3] i965/gen7: Enable HiZ
Chad Versace
- [Mesa-dev] [PATCH 00/12] Mostly harmless warning silencers
Jakob Bornecrantz
- [Mesa-dev] [PATCH 01/12] target-helpers: If neither softpipe or llvmpipe is used just return the screen
Jakob Bornecrantz
- [Mesa-dev] [PATCH 02/12] draw: Silence warning
Jakob Bornecrantz
- [Mesa-dev] [PATCH 03/12] rbug: Silence warning
Jakob Bornecrantz
- [Mesa-dev] [PATCH 04/12] mesa: Silence warning
Jakob Bornecrantz
- [Mesa-dev] [PATCH 05/12] mesa: Silence warning
Jakob Bornecrantz
- [Mesa-dev] [PATCH 06/12] mesa: Ignores
Jakob Bornecrantz
- [Mesa-dev] [PATCH 07/12] svga: Ignores
Jakob Bornecrantz
- [Mesa-dev] [PATCH 08/12] svga: Silence warning
Jakob Bornecrantz
- [Mesa-dev] [PATCH 09/12] svga: Silence warning
Jakob Bornecrantz
- [Mesa-dev] [PATCH 10/12] svga: Silence warning
Jakob Bornecrantz
- [Mesa-dev] [PATCH 11/12] svga: Add somewhat sensible fallback and silence warning
Jakob Bornecrantz
- [Mesa-dev] [PATCH 12/12] svga: Drop execbuf throttling
Jakob Bornecrantz
- [Mesa-dev] [PATCH 03/12] rbug: Silence warning
Alan Coopersmith
- [Mesa-dev] [PATCH 12/12] svga: Drop execbuf throttling
Brian Paul
- [Mesa-dev] [PATCH 11/12] svga: Add somewhat sensible fallback and silence warning
Brian Paul
- [Mesa-dev] [PATCH 00/12] Mostly harmless warning silencers
Brian Paul
- [Mesa-dev] [PATCH 04/12] mesa: Silence warning
Ian Romanick
- [Mesa-dev] [PATCH 05/12] mesa: Silence warning
Ian Romanick
- [Mesa-dev] [PATCH] glx: Suppress unused variable warning for cmdlen
Paul Berry
- [Mesa-dev] [PATCH] glx: Suppress unused variable warning for cmdlen
Paul Berry
- [Mesa-dev] [PATCH] glx: Suppress unused variable warning for cmdlen
Ian Romanick
- [Mesa-dev] [PATCH 1/2] gallium: add PIPE_CAP_GLSL130
Christoph Bumiller
- [Mesa-dev] [PATCH 2/2] st/mesa: enable GLSL 1.3 for drivers with PIPE_CAP_GLSL130
Christoph Bumiller
- [Mesa-dev] [PATCH 0/3] i965/gen7: Enable HiZ
Kenneth Graunke
- [Mesa-dev] [PATCH] glx: Suppress unused variable warning for cmdlen
Kenneth Graunke
- [Mesa-dev] [PATCH] glsl: Fix copy_propagation_elements bug in handling self-copies.
Kenneth Graunke
- [Mesa-dev] [PATCH] glsl: remove logical xor FINISHME
Kenneth Graunke
- [Mesa-dev] [PATCH 08/14] i965: Remove brw_vs_precompile
Eric Anholt
- [Mesa-dev] [PATCH 12/12] svga: Drop execbuf throttling
Jakob Bornecrantz
- [Mesa-dev] [PATCH 09/14] i965: Remove brw_fs_precompile
Eric Anholt
- [Mesa-dev] [PATCH] Enable is_front_buffer_rendering variable in case of GL_FRONT_AND_BACK
Sun, Yi
- [Mesa-dev] [PATCH 12/14] i965: Make sure gl_fragment_program::UsesKill is set for GLSL shaders
Eric Anholt
- [Mesa-dev] [PATCH 03/12] rbug: Silence warning
Jakob Bornecrantz
- [Mesa-dev] [PATCH 00/12] Mostly harmless warning silencers
Jakob Bornecrantz
- [Mesa-dev] [PATCH 13/14] i965: Don't use _mesa_ir_link_shader to do our dirty work
Eric Anholt
- [Mesa-dev] [PATCH 00/14] Fix some linker stuff, kill one more user of ir_to_mesa
Eric Anholt
- [Mesa-dev] [PATCH 1/3] i965: Increase the number of array texture levels to the hardware limit.
Eric Anholt
- [Mesa-dev] [PATCH 2/3] i965: Claim to support 4 multisamples on gen6+.
Eric Anholt
- [Mesa-dev] [PATCH 3/3] glsl: Add error checking for applying interpolation qualifiers to other vars.
Eric Anholt
- [Mesa-dev] Mesa (master): st/mesa: add support for clip vertex.
Stéphane Marchesin
- [Mesa-dev] [PATCH 1/3] i965: Increase the number of array texture levels to the hardware limit.
Kenneth Graunke
- [Mesa-dev] [PATCH 06/12] mesa: Ignores
Michel Dänzer
- [Mesa-dev] [PATCH 06/14] linker: Calculate the sampler to texture target mapping during linking
Kenneth Graunke
- [Mesa-dev] [PATCH] r600g: add support for virtual address space on cayman v9
Michel Dänzer
- [Mesa-dev] [PATCH 12/14] i965: Make sure gl_fragment_program::UsesKill is set for GLSL shaders
Kenneth Graunke
- [Mesa-dev] [PATCH 08/14] i965: Remove brw_vs_precompile
Kenneth Graunke
- [Mesa-dev] [PATCH 09/14] i965: Remove brw_fs_precompile
Kenneth Graunke
- [Mesa-dev] [PATCH 00/14] Fix some linker stuff, kill one more user of ir_to_mesa
Kenneth Graunke
- [Mesa-dev] [Bug 44618] New: Cross-compilation broken by glsl builtin_compiler
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44564] Fix build with LLVM -DLLVM_TARGETS_TO_BUILD=`native`
bugzilla-daemon at freedesktop.org
- [Mesa-dev] Mesa (master): st/mesa: add support for clip vertex.
Christoph Bumiller
- [Mesa-dev] [PATCH 2/2] gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
Jose Fonseca
- [Mesa-dev] [PATCH 2/2] gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
Christoph Bumiller
- [Mesa-dev] [PATCH 0/4] nvfx: rework render temps code and fixes
Lucas Stach
- [Mesa-dev] [PATCH 1/4] nvfx: say no to stream output caps
Lucas Stach
- [Mesa-dev] [PATCH 2/4] nvfx: rework state_fb code to get rid of render temps
Lucas Stach
- [Mesa-dev] [PATCH 3/4] nvfx: drop render temporaries code
Lucas Stach
- [Mesa-dev] [PATCH 4/4] nvfx: random cleanups of the state validation code
Lucas Stach
- [Mesa-dev] [PATCH 1/2] st_extensions: fixup GLSL 1.30 related enables
Dave Airlie
- [Mesa-dev] [PATCH 2/2] draw/softpipe: allow softpipe to set shader params depending on runtime llvm
Dave Airlie
- [Mesa-dev] [PATCH] [rfc] mesa: don't allow GLSL 1.30 without GL3.
Dave Airlie
- [Mesa-dev] [PATCH 2/2] gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
Jose Fonseca
- [Mesa-dev] Mesa (master): st/mesa: add support for clip vertex.
Kai Wasserbäch
- [Mesa-dev] [PATCH] mesa/clear: fix crashes with illegal clear tests.
Dave Airlie
- [Mesa-dev] [PATCH 2/2] draw/softpipe: allow softpipe to set shader params depending on runtime llvm
Jakob Bornecrantz
- [Mesa-dev] [PATCH 2/2] draw/softpipe: allow softpipe to set shader params depending on runtime llvm
Dave Airlie
- [Mesa-dev] [PATCH] softpipe: allow softpipe to set shader params depending on runtime llvm (v2)
Dave Airlie
- [Mesa-dev] [PATCH 1/4] tgsi/softpipe: add VertexID support.
Dave Airlie
- [Mesa-dev] [PATCH 2/4] draw/softpipe: add clip vertex support. (v2)
Dave Airlie
- [Mesa-dev] [PATCH 3/4] tgsi_scan: add support to count number of output clip distances
Dave Airlie
- [Mesa-dev] [PATCH 4/4] softpipe: clipdistance support (v1)
Dave Airlie
- [Mesa-dev] [PATCH] mesa/clear: fix crashes with illegal clear tests.
Jose Fonseca
- [Mesa-dev] [PATCH 3/4] tgsi_scan: add support to count number of output clip distances
Jose Fonseca
- [Mesa-dev] Mesa (master): gallium: introduce GLSL based interpolation rules. (v2)
Brian Paul
- [Mesa-dev] Mesa (master): gallium: introduce GLSL based interpolation rules. (v2)
Brian Paul
- [Mesa-dev] [PATCH 2/2] gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
Marek Olšák
- [Mesa-dev] [PATCH 06/12] mesa: Ignores
Jakob Bornecrantz
- [Mesa-dev] [PATCH] r600g: add support for virtual address space on cayman v10
j.glisse at gmail.com
- [Mesa-dev] [PATCH 4/4] softpipe: clipdistance support (v1)
Brian Paul
- [Mesa-dev] [PATCH 03/12] rbug: Silence warning
Jakob Bornecrantz
- [Mesa-dev] [PATCH 1/9] vl/video_buffer: use template style create params
Christian König
- [Mesa-dev] [PATCH 2/9] vl/video_buffer: improve constructor
Christian König
- [Mesa-dev] [PATCH 3/9] vl/video_buffer: add support for interlaced buffers
Christian König
- [Mesa-dev] [PATCH 4/9] vl: move away from state like parameters
Christian König
- [Mesa-dev] [PATCH 5/9] vl: add h264 infrastructure
Christian König
- [Mesa-dev] [PATCH 6/9] vl: reintroduce PIPE_VIDEO_CAP_PREFERED_FORMAT
Christian König
- [Mesa-dev] [PATCH 7/9] st/vdpau: recreate video buffer if format doesn't match
Christian König
- [Mesa-dev] [PATCH 8/9] st/vdpau: recreate video buffer if decode doesn't like it
Christian König
- [Mesa-dev] [PATCH 9/9] vl: fix YV12 handling
Christian König
- [Mesa-dev] [PATCH 3/3] vl: replace decode_buffers with auxiliary data field
Christian König
- [Mesa-dev] softpipe GL3 status
Dave Airlie
- [Mesa-dev] softpipe GL3 status
Brian Paul
- [Mesa-dev] [PATCH] mesa: fix cubemap depth completeness test
Dave Airlie
- [Mesa-dev] [PATCH 2/2] gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
Jose Fonseca
- [Mesa-dev] [PATCH 2/2] gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
Christoph Bumiller
- [Mesa-dev] [PATCH 1/2] st_extensions: fixup GLSL 1.30 related enables
Marek Olšák
- [Mesa-dev] [Bug 44561] Piglit: spec/glsl-1.10/execution/interpolation/interpolation-none-gl_*-vertex fail
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 2/2] gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
Jose Fonseca
- [Mesa-dev] [Bug 44564] Fix build with LLVM -DLLVM_TARGETS_TO_BUILD=`native`
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 2/2] gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
Marek Olšák
- [Mesa-dev] [Bug 44561] Piglit: spec/glsl-1.10/execution/interpolation/interpolation-none-gl_*-vertex fail
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 2/2] gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
Jose Fonseca
- [Mesa-dev] [Bug 44561] Piglit: spec/glsl-1.10/execution/interpolation/interpolation-none-gl_*-vertex fail
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44561] Piglit: spec/glsl-1.10/execution/interpolation/interpolation-none-gl_*-vertex fail
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 2/3] mesa: add _mesa_unpack_ubyte_rgba_row() function
Eirik Byrkjeflot Anonsen
- [Mesa-dev] [PATCH 1/2] util: use memset() to initialize surface, sampler_view templates
Brian Paul
- [Mesa-dev] [PATCH 2/2] st/mesa: remove unnecessary memset()/zero call
Brian Paul
- [Mesa-dev] [PATCH 1/2] util: use memset() to initialize surface, sampler_view templates
Jakob Bornecrantz
- [Mesa-dev] [PATCH] util: use memset() to initialize surface, sampler_view templates
Brian Paul
- [Mesa-dev] [PATCH 1/2] util: use memset() to initialize surface, sampler_view templates
Brian Paul
- [Mesa-dev] [PATCH] i965/vs: Emit a MAC instead of a MUL+ADD combination when possible.
Eric Anholt
- [Mesa-dev] [PATCH 1/2] util: use memset() to initialize surface, sampler_view templates
Marek Olšák
- [Mesa-dev] [PATCH] [rfc] mesa: don't allow GLSL 1.30 without GL3.
Eric Anholt
- [Mesa-dev] [PATCH 2/3] mesa: add _mesa_unpack_ubyte_rgba_row() function
Brian Paul
- [Mesa-dev] [PATCH] mesa: fix cubemap depth completeness test
Eric Anholt
- [Mesa-dev] [PATCH 0/3] i965/gen7: Enable HiZ
Eric Anholt
- [Mesa-dev] [PATCH] [rfc] mesa: don't allow GLSL 1.30 without GL3.
Dave Airlie
- [Mesa-dev] [PATCH 1/2] util: use memset() to initialize surface, sampler_view templates
Dave Airlie
- [Mesa-dev] [PATCH] [rfc] mesa: don't allow GLSL 1.30 without GL3.
Christoph Bumiller
- [Mesa-dev] [PATCH 1/3] xlib: call register_with_display() in Fake_glXChooseFBConfig()
Brian Paul
- [Mesa-dev] [PATCH 2/3] st/glx/xlib: call register_with_display() in Fake_glXChooseFBConfig()
Brian Paul
- [Mesa-dev] [PATCH 3/3] xlib: use X error handler to catch XShmQueryVersion() failure
Brian Paul
- [Mesa-dev] [Bug 44666] softpipe_screen struct member typos
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] vbo: introduce vbo_get_minmax_indices function
Yuanhan Liu
- [Mesa-dev] [PATCH] st/dri: Remove useless flush front.
Stéphane Marchesin
- [Mesa-dev] [PATCH] vbo: introduce vbo_get_minmax_indices function
Brian Paul
- [Mesa-dev] [PATCH] mesa: fix situations where ffs or ffsl may not be defined
Brian Paul
- [Mesa-dev] [PATCH] mesa: fix situations where ffs or ffsl may not be defined
Alexander von Gluck
- [Mesa-dev] [PATCH] mesa: Make ffs/ffsl conditions match popcount ones.
Alexander von Gluck
- [Mesa-dev] [PATCH] glx/dri2: fix use of uninitialized variable "api"
Vadim Girlin
- [Mesa-dev] Getting patches applied
Kurt Roeckx
- [Mesa-dev] [PATCH] configure.ac: add and use AC_PROG_BISON/FLEX macros
Matt Turner
- [Mesa-dev] [PATCH] configure.ac: use AC_PROG_SED
Matt Turner
- [Mesa-dev] [PATCH] configure.ac: don't set HAVE_GTEST twice
Matt Turner
- [Mesa-dev] [PATCH] configure.ac: add and use AC_PROG_BISON/FLEX macros
Matt Turner
- [Mesa-dev] Getting patches applied
Kenneth Graunke
- [Mesa-dev] [PATCH] configure.ac: add and use AC_PROG_BISON/FLEX macros
Kenneth Graunke
- [Mesa-dev] [PATCH] configure.ac: use AC_PROG_SED
Kenneth Graunke
- [Mesa-dev] [PATCH] glx/dri2: fix use of uninitialized variable "api"
Stéphane Marchesin
- [Mesa-dev] [PATCH] glx/dri2: fix use of uninitialized variable "api"
Kenneth Graunke
- [Mesa-dev] [PATCH] glx/dri: Initialize api even if num_attribs == 0.
Kenneth Graunke
- [Mesa-dev] [PATCH] glx/dri: Initialize api even if num_attribs == 0.
Vadim Girlin
- [Mesa-dev] [PATCH] glx/dri: Initialize api even if num_attribs == 0.
Kenneth Graunke
- [Mesa-dev] [PATCH] vbo: introduce vbo_get_minmax_indices function
Yuanhan Liu
- [Mesa-dev] [PATCH 1/3] i965: Move loop over texture units into brw_populate_sampler_prog_key.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/3] i965: Store the SamplerUnits array in the program cache key.
Kenneth Graunke
- [Mesa-dev] [PATCH 3/3] mesa: Stop calling ProgramStringNotify when SamplerUnits changes.
Kenneth Graunke
- [Mesa-dev] Gen7 HiZ regression
Kenneth Graunke
- [Mesa-dev] [Bug 44666] New: softpipe_screen struct member typos
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44666] softpipe_screen struct member typos
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 3/3] mesa: Stop calling ProgramStringNotify when SamplerUnits changes.
Marek Olšák
- [Mesa-dev] [PATCH] st/dri: Remove useless flush front.
Jose Fonseca
- [Mesa-dev] [PATCH 1/2] tgsi: add TGSI_TEXTURE_SHADOWCUBEMAP
Dave Airlie
- [Mesa-dev] [PATCH 2/2] glsl_to_tgsi: add support for shadow cube map sampling.
Dave Airlie
- [Mesa-dev] [PATCH 3/3] xlib: use X error handler to catch XShmQueryVersion() failure
Adam Jackson
- [Mesa-dev] [PATCH 1/2] tgsi: add TGSI_TEXTURE_SHADOWCUBEMAP
Brian Paul
- [Mesa-dev] [PATCH 2/2] glsl_to_tgsi: add support for shadow cube map sampling.
Brian Paul
- [Mesa-dev] [PATCH 3/3] xlib: use X error handler to catch XShmQueryVersion() failure
Brian Paul
- [Mesa-dev] [Bug 44618] Cross-compilation broken by glsl builtin_compiler
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 3/3] xlib: use X error handler to catch XShmQueryVersion() failure
Adam Jackson
- [Mesa-dev] [PATCH] i965: Don't reallocate push constant URB space on new VS programs.
Paul Berry
- [Mesa-dev] [PATCH] configure.ac: add and use AC_PROG_BISON/FLEX macros
Matt Turner
- [Mesa-dev] [PATCH] [rfc] mesa: don't allow GLSL 1.30 without GL3.
Paul Berry
- [Mesa-dev] [PATCH] st/dri: Remove useless flush front.
Stéphane Marchesin
- [Mesa-dev] [Bug 44693] New: [r600g, regression] Piglit: Four GL_SELECT tests fail
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] st/dri: Remove useless flush front.
Jakob Bornecrantz
- [Mesa-dev] [PATCH] st/dri: Remove useless flush front.
Jose Fonseca
- [Mesa-dev] [PATCH] gallivm: add IABS opcode support
nobled
- [Mesa-dev] [PATCH] gallivm: add IABS opcode support
Dave Airlie
- [Mesa-dev] [PATCH] Enable is_front_buffer_rendering variable in case of GL_FRONT_AND_BACK
Anuj Phogat
- [Mesa-dev] [PATCH] gallivm: add IABS opcode support
Jose Fonseca
- [Mesa-dev] [PATCH] st/dri: Remove useless flush front.
Stéphane Marchesin
- [Mesa-dev] [PATCH] gallivm: add IABS opcode support
Dave Airlie
- [Mesa-dev] [PATCH] gallivm: add IABS opcode support
Dave Airlie
- [Mesa-dev] [PATCH] i965: Don't reallocate push constant URB space on new VS programs.
Kenneth Graunke
- [Mesa-dev] [PATCH] gallivm: add IABS opcode support
Dave Airlie
- [Mesa-dev] [PATCH] glx/dri: Initialize api even if num_attribs == 0.
Ian Romanick
- [Mesa-dev] [PATCH] mesa: Make ffs/ffsl conditions match popcount ones.
Eric Anholt
- [Mesa-dev] [PATCH 1/2] i965 gen4-6: Fix off-by-one errors brw_create_constant_surface()
Paul Berry
- [Mesa-dev] [PATCH 2/2] i965: Set pitch of pull constant buffers to 16.
Paul Berry
- [Mesa-dev] [PATCH] Enable is_front_buffer_rendering variable in case of GL_FRONT_AND_BACK
Eric Anholt
- [Mesa-dev] [PATCH] mesa: Make ffs/ffsl conditions match popcount ones.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/2] i965 gen4-6: Fix off-by-one errors brw_create_constant_surface()
Eric Anholt
- [Mesa-dev] [PATCH 2/2] i965: Set pitch of pull constant buffers to 16.
Eric Anholt
- [Mesa-dev] [PATCH 2/2] i965: Set pitch of pull constant buffers to 16.
Paul Berry
- [Mesa-dev] [PATCH] Clean up GL3 status
Matt Turner
- [Mesa-dev] [PATCH 3/3] mesa: Stop calling ProgramStringNotify when SamplerUnits changes.
Eric Anholt
- [Mesa-dev] [PATCH] configure.ac: add and use AC_PROG_BISON/FLEX macros
Eric Anholt
- [Mesa-dev] [PATCH] configure.ac: don't set HAVE_GTEST twice
Ian Romanick
- [Mesa-dev] [PATCH] Clean up GL3 status
Ian Romanick
- [Mesa-dev] [PATCH] mesa: Make ffs/ffsl conditions match popcount ones.
Brian Paul
- [Mesa-dev] [PATCH 2/2] i965: Set pitch of pull constant buffers to 16.
Eric Anholt
- [Mesa-dev] [PATCH] mesa: remove _mesa_ffs(), implement ffs() for non-GNU platforms
Brian Paul
- [Mesa-dev] [PATCH 1/2] i965 gen4-6: Fix off-by-one errors brw_create_constant_surface()
Kenneth Graunke
- [Mesa-dev] [PATCH 2/2] i965: Set pitch of pull constant buffers to 16.
Kenneth Graunke
- [Mesa-dev] [PATCH] mesa: remove _mesa_ffs(), implement ffs() for non-GNU platforms
Kenneth Graunke
- [Mesa-dev] [PATCH] Revert "i965: Replace references to stencil region size with buffer size"
Chad Versace
- [Mesa-dev] [PATCH] mesa: remove _mesa_ffs(), implement ffs() for non-GNU platforms
Brian Paul
- [Mesa-dev] [PATCH] mesa: Remove unused opengl version macros
Jakob Bornecrantz
- [Mesa-dev] [PATCH] mesa: Remove unused opengl version macros
Jakob Bornecrantz
- [Mesa-dev] [PATCH] mesa: Remove unused opengl version macros
Brian Paul
- [Mesa-dev] [PATCH] mesa: remove _mesa_ffs(), implement ffs() for non-GNU platforms
Alexander von Gluck
- [Mesa-dev] [PATCH] i965/hiz: Don't bind GL_DRAW_FRAMEBUFFER on GLES
Chad Versace
- [Mesa-dev] [PATCH] Clean up GL3 status
Alex Deucher
- [Mesa-dev] [PATCH 1/5] meta: Add GL_RED/GL_RG support to meta CopyTexImage.
Eric Anholt
- [Mesa-dev] [PATCH 2/5] mesa: Avoid short-circuiting realloc of renderbuffers to new sample count.
Eric Anholt
- [Mesa-dev] [PATCH 3/5] mesa: Throw the required error for glReadPixels() from a multisampled FBO.
Eric Anholt
- [Mesa-dev] [PATCH 4/5] mesa: Throw the required error for glCopyTex{Sub, }Image from multisample FBO.
Eric Anholt
- [Mesa-dev] [PATCH 5/5] mesa: Throw the required error for glCopyPixels from multisample FBO.
Eric Anholt
- [Mesa-dev] [PATCH 1/5] meta: Add GL_RED/GL_RG support to meta CopyTexImage.
Brian Paul
- [Mesa-dev] [Bug 44561] Piglit: spec/glsl-1.10/execution/interpolation/interpolation-none-gl_*-vertex fail
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] Always build shared glapi
Matt Turner
- [Mesa-dev] [PATCH] mesa: Include glx tests Makefile.in in tarball
Jakob Bornecrantz
- [Mesa-dev] [PATCH] i965/gen7: Fix depth buffer rendering to tile offsets.
Eric Anholt
- [Mesa-dev] [PATCH] mesa: Include glx tests Makefile.in in tarball
Kenneth Graunke
- [Mesa-dev] [PATCH] Always build shared glapi
Jakob Bornecrantz
- [Mesa-dev] [PATCH] Remove -ffast-math from default CFLAGS
Matt Turner
- [Mesa-dev] [PATCH] Remove -ffast-math from default CFLAGS
Egon Ashrafinia
- [Mesa-dev] [PATCH] i965/gen7: Fix depth buffer rendering to tile offsets.
Chad Versace
- [Mesa-dev] Mesa 8.0 branch made.
Jakob Bornecrantz
- [Mesa-dev] [PATCH] Always build shared glapi
Chia-I Wu
- [Mesa-dev] [PATCH] configure.ac: add and use AC_PROG_BISON/FLEX macros
Gaetan Nadon
- [Mesa-dev] [PATCH] configure.ac: use AC_PROG_SED
Gaetan Nadon
- [Mesa-dev] [PATCH] configure.ac: add and use AC_PROG_BISON/FLEX macros
Gaetan Nadon
- [Mesa-dev] [PATCH] Avoid null pointer dereference when glXSwapBuffers is called with no bound context
Anuj Phogat
- [Mesa-dev] [PATCH] gallium: improve the pipe_stream_output_info struct (v2)
Marek Olšák
- [Mesa-dev] [PATCH] Avoid null pointer dereference when glXSwapBuffers is called with no bound context
Brian Paul
- [Mesa-dev] [PATCH] vbo: introduce vbo_get_minmax_indices function
Brian Paul
- [Mesa-dev] [PATCH] mesa: update compute_version for GL3
Marek Olšák
- [Mesa-dev] [PATCH] mesa: remove _mesa_ffs(), implement ffs() for non-GNU platforms
Alexander von Gluck
- [Mesa-dev] [PATCH] mesa: remove _mesa_ffs(), implement ffs() for non-GNU platforms
Brian Paul
- [Mesa-dev] [PATCH] mesa: remove _mesa_ffs(), implement ffs() for non-GNU platforms
Brian Paul
- [Mesa-dev] [PATCH] mesa: remove _mesa_ffs(), implement ffs() for non-GNU platforms
Alexander von Gluck
- [Mesa-dev] [PATCH 3/3] mesa: Clean up gl_array_object::_MaxElement computation.
Mathias Fröhlich
- [Mesa-dev] [PATCH 0/3] Array object Improvement v2
Mathias Fröhlich
- [Mesa-dev] [PATCH 1/3] mesa: Use BITFIELD64_RANGE for VERT_BIT_*_ALL.
Mathias Fröhlich
- [Mesa-dev] [PATCH 2/3] mesa: Introduce enabled bitfield helper functions.
Mathias Froehlich
- [Mesa-dev] [PATCH 3/3] mesa: Fix and speedup gl_array_object::_MaxElement computation.
Mathias Fröhlich
- [Mesa-dev] [Bug 44618] Cross-compilation broken by glsl builtin_compiler
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44466] Assertion 'LLVMOffsetOfElement' when running Furmark with wine
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44701] Regnum online textures flickering
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] i965/hiz: Don't bind GL_DRAW_FRAMEBUFFER on GLES
Neil Roberts
- [Mesa-dev] [PATCH] mesa: remove _mesa_ffs(), implement ffs() for non-GNU platforms
Brian Paul
- [Mesa-dev] [Bug 44723] New: glReadPixels broken for OSMesa
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [mesa-demos-git] make fails on eglkms
Lone_Wolf
- [Mesa-dev] [PATCH 1/2] st/mesa: re-order #includes in st_manager.c
Brian Paul
- [Mesa-dev] [PATCH 2/2] mesa/gallium: add FFS_DEFINED to protect ffs() from multiple definitions
Brian Paul
- [Mesa-dev] [Bug 44561] Piglit: spec/glsl-1.10/execution/interpolation/interpolation-none-gl_*-vertex fail
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] st/dri: Remove useless flush front.
Jose Fonseca
- [Mesa-dev] [Bug 44693] [r600g, regression] Piglit: Four GL_SELECT tests fail
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 2/2] mesa/gallium: add FFS_DEFINED to protect ffs() from multiple definitions
Jose Fonseca
- [Mesa-dev] [Bug 44618] Cross-compilation broken by glsl builtin_compiler
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo() functions
Brian Paul
- [Mesa-dev] [PATCH] mesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo() functions
Jose Fonseca
- [Mesa-dev] [Bug 44726] New: [regression, r600g] Piglit: glx/glx-shader-sharing fails
bugzilla-daemon at freedesktop.org
- [Mesa-dev] Drooping multiple driver support in EGL?
Chia-I Wu
- [Mesa-dev] [PATCH 1/5] meta: fix incorrect argument order in setup_texture_coords() call
Brian Paul
- [Mesa-dev] [PATCH 2/5] mesa: fix incorrect float vs. int values in a few places
Brian Paul
- [Mesa-dev] [PATCH 3/5] mesa: fix ir_variable declaration
Brian Paul
- [Mesa-dev] [PATCH 4/5] swrast: use BITFIELD64_BIT() macro to fix MSVC warnings
Brian Paul
- [Mesa-dev] [PATCH 5/5] mesa: remove incorrect (float) cast in mipmap do_row()
Brian Paul
- [Mesa-dev] [Bug 36414] Screen mess "white smoke" when running vdrift
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] intel: fix mapping of malloc'd renderbuffers
Eric Anholt
- [Mesa-dev] [PATCH 1/5] meta: fix incorrect argument order in setup_texture_coords() call
Jose Fonseca
- [Mesa-dev] [Bug 44723] glReadPixels broken for OSMesa
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] glsl_to_tgsi: Use a single pass to get live_intervals of temp regs
Vincent Lejeune
- [Mesa-dev] [Bug 44723] glReadPixels broken for OSMesa
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [RFC] r600-r800 2D tiling
Jerome Glisse
- [Mesa-dev] [Bug 44743] New: Rendering artefacts with llvmpipe
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44743] Rendering artefacts with llvmpipe
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44743] Rendering artefacts with llvmpipe
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44743] Rendering artefacts with llvmpipe
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44743] Rendering artefacts with llvmpipe
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44743] Rendering artefacts with llvmpipe
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44743] Rendering artefacts with llvmpipe
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44743] Rendering artefacts with llvmpipe
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] i965/hiz: Don't bind GL_DRAW_FRAMEBUFFER on GLES
Eric Anholt
- [Mesa-dev] [PATCH] i965/gen7: Fix depth buffer rendering to tile offsets.
Eric Anholt
- [Mesa-dev] [Bug 44723] glReadPixels broken for OSMesa
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/7] mesa: Make the register allocator allocation take a ralloc context.
Eric Anholt
- [Mesa-dev] [PATCH 2/7] i965: Fix refcount leak of the gl_program structure.
Eric Anholt
- [Mesa-dev] [PATCH 3/7] i965/vs: Fix leak of an empty hash_table structure per compile.
Eric Anholt
- [Mesa-dev] [PATCH 4/7] i965: Fix leak of the program cache BO on context destroy.
Eric Anholt
- [Mesa-dev] [PATCH 5/7] mesa: Fix leak of uniform storage records on shader program link/free.
Eric Anholt
- [Mesa-dev] [PATCH 6/7] glsl: Fix leak of LinkedTransformFeedback.Varyings.
Eric Anholt
- [Mesa-dev] [PATCH 7/7] glsl: Fix leak of linked uniform names at relink/free of the shader_program.
Eric Anholt
- [Mesa-dev] [PATCH] mesa: increase size of TFB info Outputs array
Christoph Bumiller
- [Mesa-dev] [PATCH] glsl_to_tgsi: Use a single pass to get live_intervals of temp regs
Vincent Lejeune
- [Mesa-dev] [Bug 36414] Screen mess "white smoke" when running vdrift
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] i965/hiz: Don't bind GL_DRAW_FRAMEBUFFER on GLES
Ian Romanick
- [Mesa-dev] automake for i965
Eric Anholt
- [Mesa-dev] [PATCH 1/4] intel: Fix warnings of undefined ffs().
Eric Anholt
- [Mesa-dev] [PATCH 2/4] intel: Drop the version override code now that we don't have any left.
Eric Anholt
- [Mesa-dev] [PATCH 3/4] i965: Convert the build to using automake.
Eric Anholt
- [Mesa-dev] [PATCH 4/4] mesa: Enable silent automake rules when available.
Eric Anholt
- [Mesa-dev] [PATCH 2/4] intel: Drop the version override code now that we don't have any left.
Kenneth Graunke
- [Mesa-dev] [PATCH 4/4] mesa: Enable silent automake rules when available.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/4] intel: Drop the version override code now that we don't have any left.
Eric Anholt
- [Mesa-dev] [PATCH 3/4] i965: Convert the build to using automake.
Matt Turner
- [Mesa-dev] [PATCH 4/4] mesa: Enable silent automake rules when available.
Matt Turner
- [Mesa-dev] [PATCH 3/4] i965: Convert the build to using automake.
Matt Turner
- [Mesa-dev] [PATCH 7.11] gallium/dri: Handle xserver that doesn't send needless DRI2 invalidate events
Ville Syrjälä
- [Mesa-dev] [PATCH 7.11] gallium/dri: Handle xserver that doesn't send needless DRI2 invalidate events
Dave Airlie
- [Mesa-dev] [PATCH 7.11] gallium/dri: Handle xserver that doesn't send needless DRI2 invalidate events
Ville Syrjälä
- [Mesa-dev] [RFC] r600-r800 2D tiling
Michel Dänzer
- [Mesa-dev] [Bug 44618] Cross-compilation broken by glsl builtin_compiler
bugzilla-daemon at freedesktop.org
- [Mesa-dev] Drooping multiple driver support in EGL?
Kristian Høgsberg
- [Mesa-dev] [Bug 44618] Cross-compilation broken by glsl builtin_compiler
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44618] Cross-compilation broken by glsl builtin_compiler
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] osmesa: fix renderbuffer format selection
Brian Paul
- [Mesa-dev] [PATCH] osmesa: fix renderbuffer format selection
Jose Fonseca
- [Mesa-dev] [PATCH] osmesa: fix renderbuffer format selection
Brian Paul
- [Mesa-dev] [PATCH] mesa: s/GLushort/GLubyte/ in pack_ubyte_AL44()
Brian Paul
- [Mesa-dev] [Bug 44757] one wrong triangle on the balls in foobillard
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: s/GLushort/GLubyte/ in pack_ubyte_AL44()
Jose Fonseca
- [Mesa-dev] [PATCH] i965/hiz: Don't bind GL_DRAW_FRAMEBUFFER on GLES
Chad Versace
- [Mesa-dev] [PATCH 2/4] intel: Drop the version override code now that we don't have any left.
Kenneth Graunke
- [Mesa-dev] [PATCH] scons: fix libGL build
Roland Scheidegger
- [Mesa-dev] [PATCH] scons: fix libGL build
Jose Fonseca
- [Mesa-dev] [PATCH] scons: fix libGL build
Roland Scheidegger
- [Mesa-dev] [PATCH 2/4] intel: Drop the version override code now that we don't have any left.
Chad Versace
- [Mesa-dev] [RFC] r600-r800 2D tiling
Jerome Glisse
- [Mesa-dev] [PATCH 4/4] mesa: Enable silent automake rules when available.
Chad Versace
- [Mesa-dev] Mesa 8.0 release candidate 1
Jakob Bornecrantz
- [Mesa-dev] [PATCH 1/4] intel: Fix warnings of undefined ffs().
Ian Romanick
- [Mesa-dev] Drooping multiple driver support in EGL?
Ian Romanick
- [Mesa-dev] [Bug 44466] Assertion 'LLVMOffsetOfElement' when running Furmark with wine
bugzilla-daemon at freedesktop.org
- [Mesa-dev] Drooping multiple driver support in EGL?
Jose Fonseca
- [Mesa-dev] [PATCH] i965: Fix gen6, gen7 when used with a non-HiZ capable DDX
Chad Versace
- [Mesa-dev] Drooping multiple driver support in EGL?
Ian Romanick
- [Mesa-dev] [PATCH] mesa: update compute_version for GL3
Ian Romanick
- [Mesa-dev] [PATCH 1/4] Always build shared dricore
Matt Turner
- [Mesa-dev] [PATCH 2/4] Use AC_PROG_YACC/LEX
Matt Turner
- [Mesa-dev] [PATCH 3/4] automake: add src/glsl and src/glsl/glcpp
Matt Turner
- [Mesa-dev] [PATCH 4/4] configure.ac: remove shared/static options
Matt Turner
- [Mesa-dev] [PATCH] r600g: vertex id support.
Dave Airlie
- [Mesa-dev] [PATCH 2/4] Use AC_PROG_YACC/LEX
Gaetan Nadon
- [Mesa-dev] [PATCH 2/4] Use AC_PROG_YACC/LEX
Matt Turner
- [Mesa-dev] [Bug 44039] Mesa 7.12-devel implementation error: unexpected format 0x822e in _mesa_choose_tex_format()
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44039] Mesa 7.12-devel implementation error: unexpected format 0x822e in _mesa_choose_tex_format()
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44039] Mesa 7.12-devel implementation error: unexpected format 0x822e in _mesa_choose_tex_format()
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/4] nvfx: say no to stream output caps
Marek Olšák
- [Mesa-dev] [PATCH] draw: Remove unused variables.
Vinson Lee
- [Mesa-dev] [PATCH] Avoid null pointer dereference when glXSwapBuffers is called with no bound context
Sun, Yi
- [Mesa-dev] [PATCH 7.11] gallium/dri: Handle xserver that doesn't send needless DRI2 invalidate events
Ville Syrjälä
- [Mesa-dev] [PATCH 0/4] nvfx: rework render temps code and fixes
Patrice Mandin
- [Mesa-dev] [PATCH 0/7] r600g: support for some integer ops
Vadim Girlin
- [Mesa-dev] [PATCH 1/7] r600g: fix F2I on evergreen
Vadim Girlin
- [Mesa-dev] [PATCH 2/7] r600g: add FLT_TO_UINT opcode for evergreen
Vadim Girlin
- [Mesa-dev] [PATCH 3/7] r600g: implement F2U on evergreen
Vadim Girlin
- [Mesa-dev] [PATCH 4/7] r600g: implement IABS on r600-evergreen
Vadim Girlin
- [Mesa-dev] [PATCH 5/7] r600g: implement ISSG on r600-evergreen
Vadim Girlin
- [Mesa-dev] [PATCH 6/7] r600g: implement IDIV/UDIV on r600-evergreen
Vadim Girlin
- [Mesa-dev] [PATCH 7/7] r600g: add support for ISHR/USHR/SHL on r600-evergreen
Vadim Girlin
- [Mesa-dev] [Bug 40612] Mesa-demos: build error against current Mesa git master
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 3/4] i965: Convert the build to using automake.
Julien Cristau
- [Mesa-dev] [PATCH] Avoid null pointer dereference when glXSwapBuffers is called with no bound context
Kenneth Graunke
- [Mesa-dev] RFC: New TGSI->LLVM conversion interface
Tom Stellard
- [Mesa-dev] [PATCH 1/6] tgsi: Add output_type to struct tgsi_opcode_info
Tom Stellard
- [Mesa-dev] [PATCH 2/6] gallivm: Add function lp_bld_gather_values()
Tom Stellard
- [Mesa-dev] [PATCH 3/6] gallium: Unify defines of CHAN_[XYZW] in tgsi_exec.h
Tom Stellard
- [Mesa-dev] [PATCH 4/6] gallium: Prefix #defines in tgsi_exec.h with TGSI_
Tom Stellard
- [Mesa-dev] [PATCH 5/6] gallium: Move duplicated helper macros to tgsi_exec.h
Tom Stellard
- [Mesa-dev] [PATCH 6/6] gallivm: Add a new interface for doing TGSI->LLVM conversions
Tom Stellard
- [Mesa-dev] [PATCH] util: Silence GCC unused-but-set-variable warning.
Vinson Lee
- [Mesa-dev] [PATCH] llvmpipe: Remove unused variable 'packed' from lp_test_round.
Vinson Lee
- [Mesa-dev] llvmpipe lp_build_context
Dave Airlie
- [Mesa-dev] [PATCH] draw: Remove unused variables.
Jose Fonseca
- [Mesa-dev] [RFC] r600-r800 2D tiling
Simon Farnsworth
- [Mesa-dev] [PATCH] util: Silence GCC unused-but-set-variable warning.
Tolga Dalman
- [Mesa-dev] [Bug 44039] Mesa 7.12-devel implementation error: unexpected format 0x822e in _mesa_choose_tex_format()
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: fix tex format selection for GL_R32F and other R/G float formats
Brian Paul
- [Mesa-dev] [RFC] r600-r800 2D tiling
Jerome Glisse
- [Mesa-dev] [PATCH] mesa: fix tex format selection for GL_R32F and other R/G float formats
Jose Fonseca
- [Mesa-dev] [PATCH] mesa: fix tex format selection for GL_R32F and other R/G float formats
Roland Scheidegger
- [Mesa-dev] [PATCH] mesa: fix tex format selection for GL_R32F and other R/G float formats
Brian Paul
- [Mesa-dev] [PATCH] mesa: fix tex format selection for GL_R32F and other R/G float formats
Brian Paul
- [Mesa-dev] [PATCH] mesa: fix tex format selection for GL_R32F and other R/G float formats
Brian Paul
- [Mesa-dev] [PATCH] mesa: try RGBA_FLOAT16 before RGBA_FLOAT32 when choosing A, L, LA, I formats
Brian Paul
- [Mesa-dev] [PATCH] mesa: fix tex format selection for GL_R32F and other R/G float formats
Jose Fonseca
- [Mesa-dev] [PATCH] util: Silence GCC unused-but-set-variable warning.
Jose Fonseca
- [Mesa-dev] llvmpipe lp_build_context
Jose Fonseca
- [Mesa-dev] [PATCH] mesa: Support GL_VERTEX_ATTRIB_ARRAY_INTEGER in GL 3.0 contexts.
Kenneth Graunke
- [Mesa-dev] [PATCH] scons: Add Haiku build support
Alexander von Gluck
- [Mesa-dev] [PATCH] scons: Add Haiku build support
Jose Fonseca
- [Mesa-dev] [PATCH] scons: Add Haiku build support
Alexander von Gluck
- [Mesa-dev] [PATCH 1/6] tgsi: Add output_type to struct tgsi_opcode_info
Jose Fonseca
- [Mesa-dev] [PATCH 2/6] gallivm: Add function lp_bld_gather_values()
Jose Fonseca
- [Mesa-dev] [PATCH 4/6] gallium: Prefix #defines in tgsi_exec.h with TGSI_
Jose Fonseca
- [Mesa-dev] [PATCH 5/6] gallium: Move duplicated helper macros to tgsi_exec.h
Jose Fonseca
- [Mesa-dev] [PATCH 6/6] gallivm: Add a new interface for doing TGSI->LLVM conversions
Jose Fonseca
- [Mesa-dev] [PATCH] llvmpipe: Remove unused variable 'packed' from lp_test_round.
Jose Fonseca
- [Mesa-dev] [PATCH] scons: Add Haiku build support
Jose Fonseca
- [Mesa-dev] [PATCH] scons: Add Haiku build support
Alexander von Gluck
- [Mesa-dev] Drooping multiple driver support in EGL?
Jose Fonseca
- [Mesa-dev] [PATCH 1/6] tgsi: Add output_mode to struct tgsi_opcode_info v2
Tom Stellard
- [Mesa-dev] [PATCH] mesa: Allow texture with zero width/height to create miptree
Anuj Phogat
- [Mesa-dev] [Bug 44039] Mesa 7.12-devel implementation error: unexpected format 0x822e in _mesa_choose_tex_format()
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: try RGBA_FLOAT16 before RGBA_FLOAT32 when choosing A, L, LA, I formats
Jose Fonseca
- [Mesa-dev] [Bug 44039] Mesa 7.12-devel implementation error: unexpected format 0x822e in _mesa_choose_tex_format()
bugzilla-daemon at freedesktop.org
- [Mesa-dev] llvmpipe lp_build_context
Dave Airlie
- [Mesa-dev] [Bug 44039] Mesa 7.12-devel implementation error: unexpected format 0x822e in _mesa_choose_tex_format()
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] softpipe: Silence unused variable warning on non-LLVM builds.
Vinson Lee
- [Mesa-dev] renderbuffer-cleanups-v2 branch
Brian Paul
- [Mesa-dev] [Bug 44844] New: Misspelled color "lighgrey" in GLwDrawA.c
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] softpipe: Silence unused variable warning on non-LLVM builds.
Brian Paul
- [Mesa-dev] [Bug 44844] Misspelled color "lighgrey" in GLwDrawA.c
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: Allow texture with zero width/height to create miptree
Brian Paul
- [Mesa-dev] renderbuffer-cleanups-v2 branch
Brian Paul
- [Mesa-dev] [PATCH 1/2] r600g: fix USLT for r600-eg
Vadim Girlin
- [Mesa-dev] [PATCH 2/2] r600g: rework IDIV/UDIV and implement MOD/UMOD
Vadim Girlin
- [Mesa-dev] renderbuffer-cleanups-v2 branch
Ian Romanick
- [Mesa-dev] [PATCH] mesa: Support GL_VERTEX_ATTRIB_ARRAY_INTEGER in GL 3.0 contexts.
Chad Versace
- [Mesa-dev] [PATCH 1/4] glapi: remove non-existent parameter references
nobled
- [Mesa-dev] [PATCH 2/2] r600g: rework IDIV/UDIV and implement MOD/UMOD
Vadim Girlin
- [Mesa-dev] [PATCH 2/4] glapi: sort ARB extensions by number
nobled
- [Mesa-dev] [PATCH 3/4] glapi: add ARB_texture_rg
nobled
- [Mesa-dev] [PATCH 4/4] glapi: add GL_ARB_texture_compression_rgtc
nobled
- [Mesa-dev] [PATCH] scons: Don't set visibility to hidden on Haiku
Alexander von Gluck
- [Mesa-dev] [PATCH] mesa: add back glGetnUniformfv() overflow error reporting
nobled
- [Mesa-dev] According the "intel: Fix segfault in glXSwapBuffers with no bound context" patch.
Christian Inci
- [Mesa-dev] [PATCH] i965: Fix gen6, gen7 when used with a non-HiZ capable DDX
Ian Romanick
- [Mesa-dev] [Bug 44757] one wrong triangle on the balls in foobillard
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: Support GL_VERTEX_ATTRIB_ARRAY_INTEGER in GL 3.0 contexts.
Ian Romanick
- [Mesa-dev] [PATCH] mesa: Add condition in glGetTexImage for zero size textures
Anuj Phogat
- [Mesa-dev] Mesa (master): intel: Fix segfault in glXSwapBuffers with no bound context
Chad Versace
- [Mesa-dev] According the "intel: Fix segfault in glXSwapBuffers with no bound context" patch.
Anuj Phogat
- [Mesa-dev] [Bug 41221] Mesa 7.11 implementation error: Incomplete OpenGL ES 2.0 support.
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [RFC] r600-r800 2D tiling
Marek Olšák
- [Mesa-dev] renderbuffer-cleanups-v2 branch
Brian Paul
- [Mesa-dev] [PATCH] glsl: Fix 'control reaches end of non-void function' warning.
Vinson Lee
- [Mesa-dev] [PATCH] util: Silence GCC unused-but-set-variable warning.
Tolga Dalman
- [PATCH] Complete ARGB8888 naming convention format renames missed
Scott Moreau
- [Mesa-dev] [PATCH] Complete ARGB8888 naming convention format renames missed by 58dc1b28d1ef4d1931c52b079d304f2e1546329d
Scott Moreau
- [Mesa-dev] [Bug 43879] (xorg-server 1.11.2-2, xf86-video-ati 6.14.3-1 or git, qt 4.7.4) black pixels instead of transparency from PNGs
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44239] spring rts crashes with r300g
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44239] spring rts crashes with r300g
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] r600g: rework IDIV/UDIV and implement MOD/UMOD (v2)
Vadim Girlin
- [Mesa-dev] [PATCH] i965: Remove the INTEL_OLD_VS option.
Kenneth Graunke
- [Mesa-dev] [PATCH] mesa: Add condition in glGetTexImage for zero size textures
Brian Paul
- [Mesa-dev] [PATCH 1/2] mesa: use GL_MAP_INVALIDATE_RANGE_BIT in glTexImage paths
Brian Paul
- [Mesa-dev] [PATCH 2/2] st/mesa: pass GL_MAP_INVALIDATE_RANGE_BIT to gallium drivers
Brian Paul
- [Mesa-dev] [PATCH 6/6] gallivm: Add a new interface for doing TGSI->LLVM conversions
Tom Stellard
- [Mesa-dev] [PATCH] Complete ARGB8888 naming convention format renames missed by 58dc1b28d1ef4d1931c52b079d304f2e1546329d
Kristian Høgsberg
- [Mesa-dev] [PATCH] mesa: increase size of TFB info Outputs array
Christoph Bumiller
- [Mesa-dev] [Nouveau] [PATCH 4/4] nvfx: random cleanups of the state validation code
Patrice Mandin
- [Mesa-dev] [PATCH] mesa: allocate transform_feedback_info::Outputs array dynamically
Christoph Bumiller
- [Mesa-dev] [PATCH] mesa: increase size of TFB info Outputs array
Christoph Bumiller
- [Mesa-dev] [PATCH] i965: Remove the INTEL_OLD_VS option.
Eric Anholt
- [Mesa-dev] [PATCH] mesa: increase size of TFB info Outputs array
Eric Anholt
- [Mesa-dev] [PATCH 1/6] tgsi: Add output_mode to struct tgsi_opcode_info v2
Jose Fonseca
- [Mesa-dev] [PATCH 1/2] mesa: use GL_MAP_INVALIDATE_RANGE_BIT in glTexImage paths
Ian Romanick
- [Mesa-dev] [Bug 40612] Mesa-demos: build error against current Mesa git master
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 3/4] i965: Convert the build to using automake.
Eric Anholt
- [Mesa-dev] [PATCH] mesa: allocate transform_feedback_info::Outputs array dynamically
Paul Berry
- [Mesa-dev] [PATCH] mesa: allocate transform_feedback_info::Outputs array dynamically
Christoph Bumiller
- [Mesa-dev] [Nouveau] [PATCH 4/4] nvfx: random cleanups of the state validation code
Lucas Stach
- [Mesa-dev] [PATCH 1/2] scons: Add Haiku build support
Alexander von Gluck
- [Mesa-dev] [PATCH 2/2] scons: Don't set visibility to hidden on Haiku
Alexander von Gluck
- [Mesa-dev] [PATCH] Always build shared glapi
Matt Turner
- [Mesa-dev] [PATCH 1/4] Always build shared dricore
Matt Turner
- [Mesa-dev] llvmpipe lp_build_context
Jose Fonseca
- [Mesa-dev] [PATCH] Always build shared glapi
Alexander von Gluck
- [Mesa-dev] [PATCH] i965: Remove the INTEL_OLD_VS option.
Eugeni Dodonov
- [Mesa-dev] [PATCH 1/7] i965: use AM_CPPFLAGS instead of AM_CFLAGS/CXXFLAGS
Matt Turner
- [Mesa-dev] [PATCH 2/7] automake: src/mesa/drivers/dri/i915
Matt Turner
- [Mesa-dev] [PATCH 3/7] automake: src/mesa/drivers/dri/radeon
Matt Turner
- [Mesa-dev] [PATCH 4/7] automake: src/mesa/drivers/dri/r200
Matt Turner
- [Mesa-dev] [PATCH 5/7] automake: src/mesa/drivers/dri/nouveau
Matt Turner
- [Mesa-dev] [PATCH 6/7] automake: src/mesa/drivers/dri/swrast
Matt Turner
- [Mesa-dev] [PATCH 7/7] automake: src/mesa/drivers/dri
Matt Turner
- [Mesa-dev] [PATCH] mesa: Add condition in glGetTexImage for zero size textures
Anuj Phogat
- [Mesa-dev] [PATCH] mesa: Add condition in glGetTexImage for zero size textures
Anuj Phogat
- [Mesa-dev] [PATCH] Always build shared glapi
Kenneth Graunke
- [Mesa-dev] [PATCH] intel: Return if pointer to intel_context is null
Anuj Phogat
- [Mesa-dev] [PATCH] intel: Set depth to 6 for cubemaps
Ian Romanick
- [Mesa-dev] [PATCH] i965: Add .gitignore file to exclude automake build artifacts from git.
Paul Berry
- [Mesa-dev] [PATCH 2/7] automake: src/mesa/drivers/dri/i915
Ian Romanick
- [Mesa-dev] [PATCH] mesa: Add condition in glGetTexImage for zero size textures
Brian Paul
- [Mesa-dev] [PATCH v2] intel: Set depth to 6 for cubemaps
Ian Romanick
- [Mesa-dev] renderbuffer-cleanups-v2 branch
Brian Paul
- [Mesa-dev] [PATCH 2/7] automake: src/mesa/drivers/dri/i915
Matt Turner
- [Mesa-dev] [PATCH 1/4] glapi: remove non-existent parameter references
Brian Paul
- [Mesa-dev] [PATCH] i965: Add .gitignore file to exclude automake build artifacts from git.
Matt Turner
- [Mesa-dev] [PATCH] mesa: Add condition in glGetTexImage for zero size textures
Anuj Phogat
- [Mesa-dev] [PATCH] i965: Add .gitignore file to exclude automake build artifacts from git.
Kenneth Graunke
- [Mesa-dev] [PATCH v2] intel: Set depth to 6 for cubemaps
Kenneth Graunke
- [Mesa-dev] [PATCH] i965: Add .gitignore file to exclude automake build artifacts from git.
Paul Berry
- [Mesa-dev] [PATCH] st/dri: Remove useless flush front.
Stéphane Marchesin
- [Mesa-dev] [PATCH 2/7] automake: src/mesa/drivers/dri/i915
Kenneth Graunke
- [Mesa-dev] [PATCH] st/dri: Remove useless flush front.
Stéphane Marchesin
- [Mesa-dev] [PATCH] i965/gen5: Fix rendering of depth buffers without stencil
Chad Versace
- [Mesa-dev] [PATCH] glsl: Fix 'control reaches end of non-void function' warning.
Chad Versace
- [Mesa-dev] [PATCH] intel: Return if pointer to intel_context is null
Chad Versace
- [Mesa-dev] [PATCH 1/7] i965: use AM_CPPFLAGS instead of AM_CFLAGS/CXXFLAGS
Gaetan Nadon
- [Mesa-dev] [PATCH 3/7] automake: src/mesa/drivers/dri/radeon
Gaetan Nadon
- [Mesa-dev] [PATCH] i965/gen5: Fix rendering of depth buffers without stencil
Eric Anholt
- [Mesa-dev] [PATCH] mesa: Set default access flags based on the run-time API
Ian Romanick
- [Mesa-dev] [PATCH] i965: Bump Ivybridge's fake MRF range to g112-127 instead of g111-126.
Eric Anholt
- [Mesa-dev] [PATCH 5/7] automake: src/mesa/drivers/dri/nouveau
Gaetan Nadon
- [Mesa-dev] [PATCH] i965/vs: Fix URB entry size calculations on Ivybridge.
Eric Anholt
- [Mesa-dev] [PATCH 1/3] i965/gen7: Remove stale comment.
Eric Anholt
- [Mesa-dev] [PATCH 2/3] i965/gen7: Set up texture horizontal alignment field.
Eric Anholt
- [Mesa-dev] [PATCH 3/3] i965: Add support for Z16 depth formats.
Eric Anholt
- [Mesa-dev] [PATCH] i965/gen5: Fix rendering of depth buffers without stencil
Kenneth Graunke
- [Mesa-dev] [PATCH] Revert "mesa: check depth, stencil formats (not depths) in glBlitFramebuffer"
Chad Versace
- [Mesa-dev] [PATCH] Revert "mesa: check depth, stencil formats (not depths) in glBlitFramebuffer"
Ian Romanick
- [Mesa-dev] [PATCH 1/7] i965: use AM_CPPFLAGS instead of AM_CFLAGS/CXXFLAGS
Matt Turner
- [Mesa-dev] [PATCH 1/3] i965/gen7: Remove stale comment.
Chad Versace
- [Mesa-dev] [PATCH 5/7] automake: src/mesa/drivers/dri/nouveau
Matt Turner
- [Mesa-dev] [PATCH 2/7] automake: src/mesa/drivers/dri/i915
Ian Romanick
- [Mesa-dev] [PATCH 3/3] i965: Add support for Z16 depth formats.
Chad Versace
- [Mesa-dev] [PATCH] mesa: Set default access flags based on the run-time API
Brian Paul
- [Mesa-dev] [PATCH] i965: Bump Ivybridge's fake MRF range to g112-127 instead of g111-126.
Kenneth Graunke
- [Mesa-dev] [PATCH] i965/vs: Fix URB entry size calculations on Ivybridge.
Kenneth Graunke
- [Mesa-dev] [PATCH] i965/vs: Fix URB entry size calculations on Ivybridge.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/3] i965/gen7: Set up texture horizontal alignment field.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/3] i965/gen7: Remove stale comment.
Kenneth Graunke
- [Mesa-dev] [PATCH] Revert "mesa: check depth, stencil formats (not depths) in glBlitFramebuffer"
Kenneth Graunke
- [Mesa-dev] [PATCH] glsl: Fix 'control reaches end of non-void function' warning.
Kenneth Graunke
- [Mesa-dev] [PATCH] i965/vs: Take attributes into account when deciding urb_entry_size.
Kenneth Graunke
- [Mesa-dev] [Bug 44618] Cross-compilation broken by glsl builtin_compiler
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] r600g: fix UINT_TO_FLT on evergreen
Vadim Girlin
- [Mesa-dev] [PATCH] st/dri: Remove useless flush front.
Jose Fonseca
- [Mesa-dev] [PATCH] r600g: fix streamout on evergreen
Vadim Girlin
- [Mesa-dev] [PATCH] i965: fix inverted point sprite origin when rendering to FBO
Yuanhan Liu
- [Mesa-dev] [PATCH] i965: fix inverted point sprite origin when rendering to FBO
Yuanhan Liu
- [Mesa-dev] [Bug 24572] Can't compile git drm/linux-core/drm_memory.c
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] Revert "mesa: check depth, stencil formats (not depths) in glBlitFramebuffer"
Brian Paul
- [Mesa-dev] dd_function_table::Clear()
Dee Sharpe
- [Mesa-dev] [PATCH 1/7] i965: use AM_CPPFLAGS instead of AM_CFLAGS/CXXFLAGS
Gaetan Nadon
- [Mesa-dev] [PATCH 5/7] automake: src/mesa/drivers/dri/nouveau
Gaetan Nadon
- [Mesa-dev] dd_function_table::Clear()
Brian Paul
- [Mesa-dev] [PATCH] i965/vs: Take attributes into account when deciding urb_entry_size.
Eric Anholt
- [Mesa-dev] [Bug 44039] Mesa 7.12-devel implementation error: unexpected format 0x822e in _mesa_choose_tex_format()
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/4] glapi: remove non-existent parameter references
nobled
- [Mesa-dev] [PATCH 1/2] mesa: use GL_MAP_INVALIDATE_RANGE_BIT in glTexImage paths
Eric Anholt
- [Mesa-dev] [PATCH 1/7] i965: use AM_CPPFLAGS instead of AM_CFLAGS/CXXFLAGS
Eric Anholt
- [Mesa-dev] [PATCH 1/7] i965: use AM_CPPFLAGS instead of AM_CFLAGS/CXXFLAGS
Gaetan Nadon
- [Mesa-dev] [PATCH] r600g: fixup AR handling (V2)
Dave Airlie
- [Mesa-dev] [PATCH] r600g: fix combined MEM_STREAM instructions
Vadim Girlin
- [Mesa-dev] [PATCH] mesa: Set default access flags based on the run-time API
Ian Romanick
- [Mesa-dev] [PATCH] i965: fix inverted point sprite origin when rendering to FBO
Ian Romanick
- [Mesa-dev] renderbuffer-cleanups-v2 branch
Ian Romanick
- [Mesa-dev] [PATCH] i965: fix inverted point sprite origin when rendering to FBO
Ian Romanick
- [Mesa-dev] [PATCH] mesa: Set default access flags based on the run-time API
Brian Paul
- [Mesa-dev] [PATCH] mesa: Loosen glBlitFramebuffer restrictions on depthstencil buffers (v2)
Chad Versace
- [Mesa-dev] [PATCH] glsl: Fix isinf() for non-C99-compliant compilers.
Paul Berry
- [Mesa-dev] [Bug 44912] New: [bisected] WebGL conformance/textures/texture-mips tests fails
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] glsl: Fix isinf() for non-C99-compliant compilers.
Jose Fonseca
- [Mesa-dev] [Nouveau] [PATCH 4/4] nvfx: random cleanups of the state validation code
Patrice Mandin
- [Mesa-dev] [PATCH] glsl: Fix isinf() for non-C99-compliant compilers.
Paul Berry
- [Mesa-dev] [PATCH] r600g: fixup AR handling (v3)
Dave Airlie
- [Mesa-dev] [PATCH] r600g: fix streamout on evergreen
Marek Olšák
- [Mesa-dev] [PATCH 1/2] i965/vs: Use the embedded-comparison SEL on gen6+, like the FS does.
Eric Anholt
- [Mesa-dev] [PATCH 2/2] i965/vs: Enable workaround-free math on gen7.
Eric Anholt
- [Mesa-dev] [PATCH] glsl: Fix isinf() for non-C99-compliant compilers.
Kenneth Graunke
- [Mesa-dev] [PATCH] r600g: fixup AR handling (v3)
Vadim Girlin
- [Mesa-dev] [Nouveau] [PATCH 4/4] nvfx: random cleanups of the state validation code
Lucas Stach
- [Mesa-dev] [PATCH] autoconf: Fix build of dri symbols test to not manually link expat.
Eric Anholt
- [Mesa-dev] [PATCH] i965: fix inverted point sprite origin when rendering to FBO
Yuanhan Liu
- [Mesa-dev] [PATCH] i965: fix inverted point sprite origin when rendering to FBO
Yuanhan Liu
- [Mesa-dev] [PATCH] i965: fix inverted point sprite origin when rendering to FBO
Yuanhan Liu
- [Mesa-dev] [PATCH] r600g: fixup AR handling (v4)
Dave Airlie
- [Mesa-dev] [PATCH] st/mesa: add fallback pipe formats for (compressed) R, RG formats
Brian Paul
- [Mesa-dev] [PATCH] st/mesa: add fallback pipe formats for (compressed) R, RG formats
Marek Olšák
- [Mesa-dev] dd_function_table::Clear()
Dee Sharpe
- [Mesa-dev] [PATCH] st/mesa: add fallback pipe formats for (compressed) R, RG formats
Brian Paul
- [Mesa-dev] dd_function_table::Clear()
Brian Paul
- [Mesa-dev] [PATCH] i965: fix inverted point sprite origin when rendering to FBO
Ian Romanick
- [Mesa-dev] [PATCH] glsl: Fix isinf() for non-C99-compliant compilers.
Ian Romanick
- [Mesa-dev] [PATCH] st/mesa: copy num_immediates field when copying the immediates array
Brian Paul
- [Mesa-dev] [PATCH] i965: fix inverted point sprite origin when rendering to FBO
Brian Paul
- [Mesa-dev] [PATCH] st/mesa: copy num_immediates field when copying the immediates array
Jose Fonseca
- [Mesa-dev] [PATCH 1/7] i965: use AM_CPPFLAGS instead of AM_CFLAGS/CXXFLAGS
Eric Anholt
- [Mesa-dev] [PATCH] i965: fix inverted point sprite origin when rendering to FBO
Eric Anholt
- [Mesa-dev] [PATCH 1/4] glapi: remove non-existent parameter references
Ian Romanick
- [Mesa-dev] [PATCH] i965: fix inverted point sprite origin when rendering to FBO
Ian Romanick
- [Mesa-dev] [PATCH] svga: move svga_texture() casts/calls in svga_surface_copy()
Brian Paul
- [Mesa-dev] [PATCH 4/4] glapi: add GL_ARB_texture_compression_rgtc
Eric Anholt
- [Mesa-dev] [PATCH] mesa: Loosen glBlitFramebuffer restrictions on depthstencil buffers (v2)
Ian Romanick
- [Mesa-dev] dd_function_table::Clear()
Dee Sharpe
- [Mesa-dev] [PATCH] mesa: Loosen glBlitFramebuffer restrictions on depthstencil buffers (v2)
Christoph Bumiller
- [Mesa-dev] [PATCH] svga: move svga_texture() casts/calls in svga_surface_copy()
Jose Fonseca
- [Mesa-dev] matypes.h
Dee Sharpe
- [Mesa-dev] [PATCH] intel/gen6: Some framebuffers having separate depthstencil should be unsupported
Chad Versace
- [Mesa-dev] [PATCH] i965: fix inverted point sprite origin when rendering to FBO
Yuanhan Liu
- [Mesa-dev] [PATCH] i965: fix inverted point sprite origin when rendering to FBO
Yuanhan Liu
- [Mesa-dev] [PATCH] i965: fix inverted point sprite origin when rendering to FBO
Yuanhan Liu
- [Mesa-dev] [PATCH 1/2] mesa: Make sure _TexEnvProgram points at the current ff fragment program
Ian Romanick
- [Mesa-dev] [PATCH 2/2] swrast: Use fixed-function processing if the _TexEnvProgram is empty
Ian Romanick
- [Mesa-dev] [PATCH] mesa: Loosen glBlitFramebuffer restrictions on depthstencil buffers (v2)
Ian Romanick
- [Mesa-dev] [PATCH] i965: fix inverted point sprite origin when rendering to FBO
Ian Romanick
- [Mesa-dev] [PATCH] mesa: Loosen glBlitFramebuffer restrictions on depthstencil buffers (v2)
Eric Anholt
- [Mesa-dev] [PATCH] intel/gen6: Some framebuffers having separate depthstencil should be unsupported
Eric Anholt
- [Mesa-dev] [PATCH] i965/vs: Fix bogus assertion in emit_block_move()
Paul Berry
- [Mesa-dev] [PATCH 2/2] swrast: Use fixed-function processing if the _TexEnvProgram is empty
Eric Anholt
- [Mesa-dev] [PATCH] intel/gen6: Some framebuffers having separate depthstencil should be unsupported
Ian Romanick
- [Mesa-dev] [PATCH] i965/vs: Fix bogus assertion in emit_block_move()
Paul Berry
- [Mesa-dev] [PATCH] mesa: allocate transform_feedback_info::Outputs array dynamically
Paul Berry
- [Mesa-dev] [PATCH] i965: fix inverted point sprite origin when rendering to FBO
Liu Aleaxander
- [Mesa-dev] [Bug 38970] [bisected]piglit glx/glx-pixmap-multi failed
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] [rfc] mesa: don't allow GLSL 1.30 without GL3.
Dave Airlie
- [Mesa-dev] [Bug 40920] [openvg] defective pixels using mesa with openvg
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: Loosen glBlitFramebuffer restrictions on depthstencil buffers (v2)
Henri Verbeet
- [Mesa-dev] [PATCH] mesa: Loosen glBlitFramebuffer restrictions on depthstencil buffers (v2)
Christoph Bumiller
- [Mesa-dev] [RFC] i965: Fix border color on Sandybridge and Ivybridge.
Kenneth Graunke
- [Mesa-dev] [PATCH] i965: fix inverted point sprite origin when rendering to FBO
Jonathan Coome
- No subject
- [Mesa-dev] [PATCH] i965: Fix border color on Sandybridge and Ivybridge.
Kenneth Graunke
- [Mesa-dev] [Bug 40920] [openvg] defective pixels using mesa with openvg
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 40920] [openvg] defective pixels using mesa with openvg
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 40920] [openvg] defective pixels using mesa with openvg
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: Loosen glBlitFramebuffer restrictions on depthstencil buffers (v2)
Brian Paul
- [Mesa-dev] [PATCH] i965: Fix border color on Sandybridge and Ivybridge.
Liu Aleaxander
- [Mesa-dev] [PATCH] i965: fix inverted point sprite origin when rendering to FBO
Liu Aleaxander
- [Mesa-dev] [PATCH 1/2] r600g: improve kcache lines handling
Vadim Girlin
- [Mesa-dev] [PATCH 2/2] r600g: implement clip vertex
Vadim Girlin
- [Mesa-dev] renderbuffer-cleanups-v2 branch
Ian Romanick
- [Mesa-dev] [PATCH 1/2] r600g: improve kcache line sets handling v2
Vadim Girlin
- [Mesa-dev] [PATCH 1/4] Always build shared dricore
Eric Anholt
- [Mesa-dev] [PATCH] i965/vs: Fix bogus assertion in emit_block_move()
Eric Anholt
- [Mesa-dev] [PATCH] i965: fix inverted point sprite origin when rendering to FBO
Eric Anholt
- [Mesa-dev] renderbuffer-cleanups-v2 branch
Brian Paul
- [Mesa-dev] renderbuffer-cleanups-v2 branch
Eric Anholt
- [Mesa-dev] [PATCH] [rfc] mesa: don't allow GLSL 1.30 without GL3.
Eric Anholt
- [Mesa-dev] [RFC] i965: Fix border color on Sandybridge and Ivybridge.
Eric Anholt
- [Mesa-dev] [PATCH 4/4] configure.ac: remove shared/static options
Matt Turner
- [Mesa-dev] [PATCH] Remove src/mesa/ppc
Matt Turner
- [Mesa-dev] [PATCH] r600g: implement clip vertex v2
Vadim Girlin
- [Mesa-dev] [PATCH] [rfc] mesa: don't allow GLSL 1.30 without GL3.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/3] fbo-integer-precision-clear: Remove dead DrawPixels testing code.
Eric Anholt
- [Mesa-dev] [PATCH 2/3] util: Add a new little helper for making a piglit_result from subtest results.
Eric Anholt
- [Mesa-dev] [PATCH 3/3] EXT_texture_integer/fbo-blending: New test for a bug in the i965 driver.
Eric Anholt
- [Mesa-dev] broken --enable-xlib-glx build
Brian Paul
- [Mesa-dev] Partially finishing GL_EXT_texture_integer.
Eric Anholt
- [Mesa-dev] [PATCH 01/17] i965/gen6+: Disable blending, alpha test, and dither on integer FBOs.
Eric Anholt
- [Mesa-dev] [PATCH 02/17] i965: Work around GPU hangs with logic ops on integer textures.
Eric Anholt
- [Mesa-dev] [PATCH 03/17] mesa: Add format unpack for the deprecated integer texture formats.
Eric Anholt
- [Mesa-dev] [PATCH 04/17] mesa: Add support for glGetTexImage() from integer textures.
Eric Anholt
- [Mesa-dev] [PATCH 05/17] mesa: Add support for glGetTexImage on GL_TEXTURE_1D_ARRAY
Eric Anholt
- [Mesa-dev] [PATCH 06/17] mesa: Finish the pixel packing for integer.
Eric Anholt
- [Mesa-dev] [PATCH 07/17] i965: Add support for texture swizzling of integer L/A/I/LA formats.
Eric Anholt
- [Mesa-dev] [PATCH 08/17] i965: Explicitly forbid rendering to integer L/A/I/LA formats.
Eric Anholt
- [Mesa-dev] [PATCH 09/17] i965: Expose support for L/I/A/LA integer textures.
Eric Anholt
- [Mesa-dev] [PATCH 10/17] intel: Drop intel_wrap_miptree().
Eric Anholt
- [Mesa-dev] [PATCH 11/17] intel: Simplify intel_renderbuffer_update_wrapper() by passing in the image.
Eric Anholt
- [Mesa-dev] [PATCH 12/17] intel: Make a renderbuffer wrapping a texture have the same _BaseFormat.
Eric Anholt
- [Mesa-dev] [PATCH 13/17] intel: Pass the gl_renderbuffer to render_target_supported() vtable method.
Eric Anholt
- [Mesa-dev] [PATCH 14/17] i965: Disable rendering to integer GL_RGB textures.
Eric Anholt
- [Mesa-dev] [PATCH 15/17] meta: Detect currently-unsupported integer CopyTexSubImage and complain.
Eric Anholt
- [Mesa-dev] [PATCH 16/17] mesa: Add missing integer R/RG cases to _mesa_is_color_format().
Eric Anholt
- [Mesa-dev] [PATCH 17/17] mesa: Fix CopyTex{Sub, }Image error checks for integer vs non-integer.
Eric Anholt
- [Mesa-dev] [PATCH] meta: Fallback for glBlitFramebuffer from a multisample surface
Ian Romanick
- [Mesa-dev] [PATCH] i965/vs: Fix bogus assertion in emit_block_move()
Kenneth Graunke
- [Mesa-dev] [PATCH] i965/vs: Fix bogus assertion in emit_block_move()
Paul Berry
- [Mesa-dev] [PATCH 17/17] mesa: Fix CopyTex{Sub, }Image error checks for integer vs non-integer.
Brian Paul
- [Mesa-dev] [PATCH 16/17] mesa: Add missing integer R/RG cases to _mesa_is_color_format().
Brian Paul
- [Mesa-dev] [PATCH 15/17] meta: Detect currently-unsupported integer CopyTexSubImage and complain.
Brian Paul
- [Mesa-dev] [PATCH 06/17] mesa: Finish the pixel packing for integer.
Brian Paul
- [Mesa-dev] [PATCH 05/17] mesa: Add support for glGetTexImage on GL_TEXTURE_1D_ARRAY
Brian Paul
- [Mesa-dev] [PATCH 04/17] mesa: Add support for glGetTexImage() from integer textures.
Brian Paul
- [Mesa-dev] [PATCH 03/17] mesa: Add format unpack for the deprecated integer texture formats.
Brian Paul
- [Mesa-dev] Gallium issue on Haiku scons build, duplicate rtasm, assertion error.
Alexander von Gluck
- [Mesa-dev] Gallium issue on Haiku scons build, duplicate rtasm, assertion error.
Jakob Bornecrantz
- [Mesa-dev] [PATCH] meta: Fallback for glBlitFramebuffer from a multisample surface
Eric Anholt
- [Mesa-dev] [PATCH] r600g: make INTERP_LOAD_P0 vector-only
Vadim Girlin
- [Mesa-dev] broken --enable-xlib-glx build
Matt Turner
- [Mesa-dev] broken --enable-xlib-glx build
Matt Turner
- [Mesa-dev] broken --enable-xlib-glx build
Matt Turner
- [Mesa-dev] [PATCH 1/2] mesa: Track the API used to create a VAO
Ian Romanick
- [Mesa-dev] [PATCH 2/2] mesa: Don't resurrect deleted ARB VAOs in glPopClientAttrib
Ian Romanick
- [Mesa-dev] [PATCH] mesa: Loosen glBlitFramebuffer restrictions on depthstencil buffers (v2)
Ian Romanick
- [Mesa-dev] renderbuffer-cleanups-v2 branch
Brian Paul
- [Mesa-dev] [PATCH 1/2] mesa: Track the API used to create a VAO
Brian Paul
- No subject
- [Mesa-dev] [PATCH] glsl: fix structure splitting for ir_texture
Morgan Armand
- [Mesa-dev] Fix for punctuation preventing macro expansion
Carl Worth
- [Mesa-dev] [PATCH 1/2] glcpp: Add new test showing bug where a trailing ':' prevents macro expansion
Carl Worth
- [Mesa-dev] [PATCH 2/2] glcpp: Fix so that trailing punctuation does not prevent macro expansion
Carl Worth
- [Mesa-dev] renderbuffer-cleanups-v2 branch
Matt Turner
- [Mesa-dev] [PATCH 1/2] mesa: Track the API used to create a VAO
Ian Romanick
- [Mesa-dev] [PATCH 1/2] glcpp: Add new test showing bug where a trailing ':' prevents macro expansion
Ian Romanick
- [Mesa-dev] [PATCH 2/2] glcpp: Fix so that trailing punctuation does not prevent macro expansion
Ian Romanick
- [Mesa-dev] [PATCH 1/3] r600g: fix some interpolation tests for evergreen
Vadim Girlin
- [Mesa-dev] [PATCH 2/3] r600g: replace trans/vector-only instruction lists with ranges
Vadim Girlin
- [Mesa-dev] [PATCH 3/3] r600g: set round_mode to truncate and get rid of tgsi_f2i on evergreen
Vadim Girlin
- [Mesa-dev] [PATCH] r600g: take into account kcache banks for bank swizzle check
Vadim Girlin
- [Mesa-dev] [PATCH 2/2] glcpp: Fix so that trailing punctuation does not prevent macro expansion
Carl Worth
- [Mesa-dev] [Bug 45057] New: MKDIR_P not defined and compiling fails
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 45057] MKDIR_P not defined and compiling fails
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 45057] MKDIR_P not defined and compiling fails
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] Don't set defaults for gallium and dri drivers
Matt Turner
- [Mesa-dev] [Bug 45057] MKDIR_P not defined and compiling fails
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [RFC] i965: Fix border color on Sandybridge and Ivybridge.
Kenneth Graunke
- [Mesa-dev] [Bug 45070] New: 'make linux-x86-64-debug' fails to build libGL.so.1.5.08000
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 45070] 'make linux-x86-64-debug' fails to build libGL.so.1.5.08000
bugzilla-daemon at freedesktop.org
- [Mesa-dev] Unigine Heaven and OilRush throwing X errors
Kenneth Graunke
- [Mesa-dev] [Bug 45070] 'make linux-x86-64-debug' fails to build libGL.so.1.5.08000
bugzilla-daemon at freedesktop.org
- [Mesa-dev] Split libGLU into its own repository?
Kenneth Graunke
- [PATCH] Fix underlinking in libOSMesa since commit adefee5 "Always build shared glapi"
Jon TURNEY
- [Mesa-dev] [PATCH] Always build shared glapi
Jon TURNEY
- [Mesa-dev] [PATCH 2/3] r600g: replace trans/vector-only instruction lists with ranges
Christian König
- [Mesa-dev] FOSDEM 2012 Schedule.
Luc Verhaegen
- [Mesa-dev] [PATCH 2/3] r600g: replace trans/vector-only instruction lists with ranges
Dave Airlie
- No subject
- [Mesa-dev] [PATCH 2/3] r600g: replace trans/vector-only instruction lists with ranges
Christian König
- [Mesa-dev] [PATCH 2/3] r600g: replace trans/vector-only instruction lists with ranges
Dave Airlie
- [Mesa-dev] [Bug 45070] 'make linux-x86-64-debug' fails to build libGL.so.1.5.08000
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] Always build shared glapi
Matt Turner
- [Mesa-dev] [PATCH 1/5] scons: Remove Haiku one-offs for gallium drivers
Alexander von Gluck
- [Mesa-dev] [PATCH 2/5] gallium: llvmpipe. Remove symbol conflict on Haiku
Alexander von Gluck
- [Mesa-dev] [PATCH 3/5] gallium: svga. Fix typedef conflicts on Haiku
Alexander von Gluck
- [Mesa-dev] [PATCH 4/5] mesa: Don't use newlocale on Haiku
Alexander von Gluck
- [Mesa-dev] [PATCH 5/5] glsl: Don't use newlocale on Haiku
Alexander von Gluck
- [Mesa-dev] [PATCH] automake: src/gbm
Matt Turner
- [Mesa-dev] [PATCH] r600_asm.c: Silence "control reaches end of non-void function" warnings.
Johannes Obermayr
- [Mesa-dev] [PATCH 1/5] st/mesa: simplify enabling EXT_packed_depth_stencil and ARB_fbo
Marek Olšák
- [Mesa-dev] [PATCH 2/5] st/mesa: require all s3tc formats for EXT_texture_compression_s3tc
Marek Olšák
- [Mesa-dev] [PATCH 3/5] mesa: add missing integer alpha formats to _mesa_base_fbo_format
Marek Olšák
- [Mesa-dev] [PATCH 4/5] mesa: allow exposing GL3 without EXT_texture_integer
Marek Olšák
- [Mesa-dev] [PATCH 5/5] mesa: compute the GLSL version in the core
Marek Olšák
- [Mesa-dev] [Bug 40361] Glitches on X3100 after upgrade to 7.11
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 40361] Glitches on X3100 after upgrade to 7.11
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 40361] Glitches on X3100 after upgrade to 7.11
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 2/3] r600g: replace trans/vector-only instruction lists with ranges
Marek Olšák
- [Mesa-dev] [PATCH] i965: fix inverted point sprite origin when rendering to FBO
Kenneth Graunke
- [Mesa-dev] [PATCH 2/2] glcpp: Fix so that trailing punctuation does not prevent macro expansion
Kenneth Graunke
- [Mesa-dev] [PATCH] autoconf: Fix build of dri symbols test to not manually link expat.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/2] i965/vs: Use the embedded-comparison SEL on gen6+, like the FS does.
Kenneth Graunke
- [Mesa-dev] [Bug 44345] WebGL cars demo crash in llvm::Type::getForwardedTypeInternal()
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44912] [bisected] WebGL conformance/textures/texture-mips tests fails
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] r600g: fix loop break/continue operations
Vadim Girlin
- [Mesa-dev] [PATCH] r600g: fix VS fog export
Vadim Girlin
- [Mesa-dev] [Bug 44928] i965 build error on recent git
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] r600g: fix fragcoord.w
Vadim Girlin
- [Mesa-dev] [Bug 44928] i965 build error on recent git
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] r600g: fix interpolation with clipvertex
Vadim Girlin
- [Mesa-dev] [Bug 44928] i965 build error on recent git
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/3] st/mesa: do vertex and fragment color clamping in shaders
Marek Olšák
- [Mesa-dev] [PATCH 2/3] st/mesa: move fragment shader tgsi tokens into st_fp_variant
Marek Olšák
- [Mesa-dev] [PATCH 3/3] st/mesa: inline if(1) conditional
Marek Olšák
- [Mesa-dev] [Bug 44561] Piglit: spec/glsl-1.10/execution/interpolation/interpolation-none-gl_*-vertex fail
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44726] [regression, r600g] Piglit: glx/glx-shader-sharing fails
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 2/3] r600g: replace trans/vector-only instruction lists with ranges
Christian König
- [Mesa-dev] [PATCH 1/3] st/mesa: do vertex and fragment color clamping in shaders
Brian Paul
- [Mesa-dev] [PATCH 1/5] st/mesa: simplify enabling EXT_packed_depth_stencil and ARB_fbo
Brian Paul
- [Mesa-dev] [PATCH 2/5] st/mesa: require all s3tc formats for EXT_texture_compression_s3tc
Brian Paul
- [Mesa-dev] [PATCH 3/5] mesa: add missing integer alpha formats to _mesa_base_fbo_format
Brian Paul
- [Mesa-dev] [PATCH 4/5] mesa: allow exposing GL3 without EXT_texture_integer
Brian Paul
- [Mesa-dev] [PATCH 5/5] mesa: compute the GLSL version in the core
Brian Paul
- [Mesa-dev] [PATCH 2/5] st/mesa: require all s3tc formats for EXT_texture_compression_s3tc
Marek Olšák
- [Mesa-dev] [PATCH 1/5] scons: Remove Haiku one-offs for gallium drivers
Brian Paul
- [Mesa-dev] [PATCH] Don't build shared dricore when unneeded
Jon TURNEY
- [Mesa-dev] [PATCH] Don't set defaults for gallium and dri drivers
Brian Paul
- [Mesa-dev] [PATCH] automake: src/gbm
Kristian Høgsberg
- [Mesa-dev] Split libGLU into its own repository?
Kristian Høgsberg
- [Mesa-dev] [PATCH 1/2] mesa: Track the API used to create a VAO
Brian Paul
- [Mesa-dev] Split libGLU into its own repository?
Brian Paul
- [Mesa-dev] Split libGLU into its own repository?
Jakob Bornecrantz
- [Mesa-dev] [PATCH] Don't set defaults for gallium and dri drivers
Jakob Bornecrantz
- [Mesa-dev] [PATCH 2/3] r600g: replace trans/vector-only instruction lists with ranges
Alex Deucher
- [Mesa-dev] Revert "gallium: add point size clamp to implementation limits in vertex shader"
Marek Olšák
- [Mesa-dev] Split libGLU into its own repository?
Brian Paul
- [Mesa-dev] Revert "gallium: add point size clamp to implementation limits in vertex shader"
Christoph Bumiller
- [Mesa-dev] broken --enable-xlib-glx build
Kevin H. Hobbs
- [Mesa-dev] renderbuffer-cleanups-v2 branch
Brian Paul
- [Mesa-dev] [Bug 44345] WebGL cars demo crash in llvm::Type::getForwardedTypeInternal()
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44912] [bisected] WebGL conformance/textures/texture-mips tests fails
bugzilla-daemon at freedesktop.org
- [Mesa-dev] Mesa build problem, linking error
mateusz.kaduk at gmail.com
- [Mesa-dev] [Bug 44912] [bisected] WebGL conformance/textures/texture-mips tests fails
bugzilla-daemon at freedesktop.org
- [Mesa-dev] Mesa build problem, linking error
Kai Wasserbäch
- [Mesa-dev] [PATCH] swrast: Fix unsigned promotion in pointer arithmetic
Chad Versace
- [Mesa-dev] [PATCH] swrast: Fix unsigned promotion in pointer arithmetic
Brian Paul
- [Mesa-dev] Revert "gallium: add point size clamp to implementation limits in vertex shader"
Roland Scheidegger
- [Mesa-dev] [PATCH] Don't set defaults for gallium and dri drivers
Matt Turner
- [Mesa-dev] [PATCH] Don't set defaults for gallium and dri drivers
Matt Turner
- [Mesa-dev] [PATCH] Don't set defaults for gallium and dri drivers
Tom Stellard
- [Mesa-dev] [PATCH] Don't build shared dricore when unneeded
Matt Turner
- [Mesa-dev] Revert "gallium: add point size clamp to implementation limits in vertex shader"
Marek Olšák
- [Mesa-dev] Revert "gallium: add point size clamp to implementation limits in vertex shader"
Christoph Bumiller
- [Mesa-dev] scons tnl bug, rfc on removing mesa rtasm.
Alexander von Gluck
- [Mesa-dev] [PATCH] Don't build shared dricore when unneeded
Jon TURNEY
- [Mesa-dev] Revert "gallium: add point size clamp to implementation limits in vertex shader"
Roland Scheidegger
- [Mesa-dev] Revert "gallium: add point size clamp to implementation limits in vertex shader"
Marek Olšák
- [Mesa-dev] [Bug 44928] i965 build error on recent git
bugzilla-daemon at freedesktop.org
- [Mesa-dev] Revert "gallium: add point size clamp to implementation limits in vertex shader"
Roland Scheidegger
- [Mesa-dev] Revert "gallium: add point size clamp to implementation limits in vertex shader"
Roland Scheidegger
- [Mesa-dev] [Bug 44928] i965 build error on recent git
bugzilla-daemon at freedesktop.org
- [Mesa-dev] broken --enable-xlib-glx build
Matt Turner
- [Mesa-dev] [Bug 40059] [SNB] hang in "Amnesia: The Dark Descent" demo
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/2] mesa: Remove tnl Mesa rtasm dependency
Alexander von Gluck
- [Mesa-dev] [PATCH 2/2] mesa: Remove rtasm as it is no longer used
Alexander von Gluck
- [Mesa-dev] [PATCH] Fix visibility of u_thread functions
Matt Turner
- [Mesa-dev] scons tnl bug, rfc on removing mesa rtasm.
Jose Fonseca
- [Mesa-dev] scons tnl bug, rfc on removing mesa rtasm.
Alexander von Gluck
- [Mesa-dev] [Bug 40361] Glitches on X3100 after upgrade to 7.11
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/2] i965/vs: Use the embedded-comparison SEL on gen6+, like the FS does.
Eric Anholt
- [Mesa-dev] [PATCH 5/5] mesa: compute the GLSL version in the core
Ian Romanick
- [Mesa-dev] [Bug 44928] i965 build error on recent git
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 5/5] mesa: compute the GLSL version in the core
Marek Olšák
- [Mesa-dev] [PATCH 2/3] r600g: replace trans/vector-only instruction lists with ranges
Vadim Girlin
- [Mesa-dev] [PATCH 2/2 v2] swrast: Use fixed-function processing instead _TexEnvProgram for DrawPixels
Ian Romanick
- [Mesa-dev] [PATCH 1/2] mesa: Rename gl_array_object::VBOonly to ::ARBsemantics
Ian Romanick
- [Mesa-dev] [PATCH 2/2] mesa: Don't resurrect deleted ARB VAOs in glPopClientAttrib
Ian Romanick
- [Mesa-dev] [PATCH 03/17] mesa: Add format unpack for the deprecated integer texture formats.
Eric Anholt
- [Mesa-dev] [PATCH 2/3] r600g: replace trans/vector-only instruction lists with ranges
Marek Olšák
- [Mesa-dev] [PATCH 2/3] r600g: replace trans/vector-only instruction lists with ranges
Vadim Girlin
- [Mesa-dev] [PATCH] i965/gen6: Fix segfault in transform feedback to DYNAMIC_DRAW buffers.
Paul Berry
- [Mesa-dev] [Bug 40361] Glitches on X3100 after upgrade to 7.11
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] Fix visibility of u_thread functions
Brian Paul
- [Mesa-dev] [PATCH] Fix visibility of u_thread functions
Brian Paul
- [Mesa-dev] [PATCH] Fix visibility of u_thread functions
Jakob Bornecrantz
- [Mesa-dev] [Bug 44928] i965 build error on recent git
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 40361] Glitches on X3100 after upgrade to 7.11
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44928] i965 build error on recent git
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44928] i965 build error on recent git
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 0/6] Draw-optz changes
Stéphane Marchesin
- [Mesa-dev] [PATCH 1/6] draw: Remove reduced_prim
Stéphane Marchesin
- [Mesa-dev] [PATCH 2/6] draw: Don't revalidate pipeline on backend flushes
Stéphane Marchesin
- [Mesa-dev] [PATCH 3/6] draw: Only run prepare when state, prim and opt changes
Stéphane Marchesin
- [Mesa-dev] [PATCH 4/6] draw: Flush when eltSize changes
Stéphane Marchesin
- [Mesa-dev] [PATCH 5/6] draw: Flush on vertex elements change
Stéphane Marchesin
- [Mesa-dev] [PATCH 6/6] draw: Do a full state change flush on opt and prim changes
Stéphane Marchesin
- [Mesa-dev] [PATCH] Fix visibility of u_thread functions
Jose Fonseca
- [Mesa-dev] Bug#656719: R: Re: R: Re: Bug#656719: Please provide xvmc and vdpau Gallium3D video acceleration drivers (libg3dvl-mesa package)
Michel Dänzer
- [Mesa-dev] [PATCH 1/2] r600g: add missing opcode definitions
Vadim Girlin
- [Mesa-dev] [PATCH 2/2] r600g: replace raw opcodes with names in the is_alu_trans/vector
Vadim Girlin
- [Mesa-dev] build fails with current git
Veerendra Jonnalagadda
- [Mesa-dev] Bug#656719: R: Re: R: Re: Bug#656719: Please provide xvmc and vdpau Gallium3D video acceleration drivers (libg3dvl-mesa package)
Christian König
- [Mesa-dev] [PATCH] st/xvmc: remove xorg-server dependency
Christian König
- [Mesa-dev] Bug#656719: R: Re: R: Re: Bug#656719: Please provide xvmc and vdpau Gallium3D video acceleration drivers (libg3dvl-mesa package)
Michel Dänzer
- [Mesa-dev] [PATCH 2/6] draw: Don't revalidate pipeline on backend flushes
Jose Fonseca
- [Mesa-dev] [PATCH 6/6] draw: Do a full state change flush on opt and prim changes
Jose Fonseca
- [Mesa-dev] Mesa Failing to compile with nouveau_vieux_dri.so
STEVEN WARD
- [Mesa-dev] [Bug 44928] i965 build error on recent git
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] st/mesa: Fix recurring surfaceless contexts
Benjamin Franzke
- [Mesa-dev] [PATCH] r600g: fix inconsistency with INTERP* opcode definitions
Vadim Girlin
- [Mesa-dev] Mesa Failing to compile with nouveau_vieux_dri.so
Matt Turner
- [Mesa-dev] [PATCH 1/2] mesa: Rename gl_array_object::VBOonly to ::ARBsemantics
Brian Paul
- [Mesa-dev] [PATCH 2/2 v2] swrast: Use fixed-function processing instead _TexEnvProgram for DrawPixels
Brian Paul
- [Mesa-dev] [PATCH] Don't set defaults for gallium and dri drivers
Brian Paul
- [Mesa-dev] [PATCH] Fix visibility of u_thread functions by inlining them
Matt Turner
- [Mesa-dev] [PATCH] Fix visibility of u_thread functions
Matt Turner
- [Mesa-dev] [PATCH] Fix visibility of u_thread functions
Matt Turner
- [Mesa-dev] [PATCH] Don't set defaults for gallium and dri drivers
Matt Turner
- [Mesa-dev] [PATCH 1/5] glsl: Add a gl_variable_storage* tree type to hold storage information on UBO variables.
Vincent Lejeune
- [Mesa-dev] [PATCH 2/5] glsl: ir_variable * class now has a complete_location field holding more location info
Vincent Lejeune
- [Mesa-dev] [PATCH 3/5] glsl: Linker fills ir_variable*::complete_location
Vincent Lejeune
- [Mesa-dev] [PATCH 4/5] glsl: Add a vec_packing function
Vincent Lejeune
- [Mesa-dev] [PATCH 5/5] i965: Code generation uses complete_location now
Vincent Lejeune
- [Mesa-dev] [PATCH] Fix visibility of u_thread functions
Matt Turner
- [Mesa-dev] linker.cpp warning
Brian Paul
- [Mesa-dev] [PATCH 1/2] autoconf: Make the build fail on missing prototypes when possible.
Eric Anholt
- [Mesa-dev] [PATCH 2/2] i965: Drop the buggy, verbose link test for unresolved symbols.
Eric Anholt
- [Mesa-dev] [PATCH] i965/gen6: Fix segfault in transform feedback to DYNAMIC_DRAW buffers.
Eric Anholt
- [Mesa-dev] [PATCH 1/2] autoconf: Make the build fail on missing prototypes when possible.
Kenneth Graunke
- [Mesa-dev] [PATCH] r600g: fix linear and flat interpolation
Vadim Girlin
- [Mesa-dev] [PATCH 0/2] gallium/postprocess: some fixes
Lauri Kasanen
- [Mesa-dev] linker.cpp warning
Ian Romanick
- [Mesa-dev] [PATCH 1/2] gallium/postprocess: Fix depth logic
Lauri Kasanen
- [Mesa-dev] [PATCH 2/2] gallium/postprocess: Just to be safe, reference all buffers from outside
Lauri Kasanen
- [Mesa-dev] linker.cpp warning
Kenneth Graunke
- [Mesa-dev] linker.cpp warning
Brian Paul
- [Mesa-dev] [PATCH] i965/gen6/GT1: Increase max_vs_entries to 256.
Paul Berry
- [Mesa-dev] [Bug 44928] i965 build error on recent git
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] Don't set defaults for gallium and dri drivers
Ian Romanick
- [Mesa-dev] [PATCH 1/5] glsl: Add a union location_tree * type to hold more storage information.
Vincent Lejeune
- [Mesa-dev] [PATCH 2/5] glsl: Adds ir_variable class a location_tree * field.
Vincent Lejeune
- [Mesa-dev] [PATCH 3/5] glsl: Linker fills ir_variable::complete_location
Vincent Lejeune
- [Mesa-dev] [PATCH 4/5] glsl: Adds a vec_packing function
Vincent Lejeune
- [Mesa-dev] [PATCH 5/5] i965: Code generation uses complete_location now
Vincent Lejeune
- [Mesa-dev] swrast build fail
Andy Furniss
- [Mesa-dev] swrast build fail
Brian Paul
- [Mesa-dev] [PATCH] i965/gen6/GT1: Increase max_vs_entries to 256.
Kenneth Graunke
- [Mesa-dev] [PATCH] Don't set defaults for gallium and dri drivers
Kenneth Graunke
- [Mesa-dev] [Bug 44757] one wrong triangle on the balls in foobillard
bugzilla-daemon at freedesktop.org
- [Mesa-dev] Segmentation fault with VTK OffScreenRendering
Joshua Daniel Franklin (UW Seattle)
- No subject
- No subject
- [Mesa-dev] [PATCH 1/2] mesa: Fix display list handling for EXT_framebuffer_object.
Eric Anholt
- [Mesa-dev] [PATCH 2/2] mesa: Fix display list handling for GL_EXT_framebuffer_multisample.
Eric Anholt
- [Mesa-dev] [PATCH] intel: Fix accum buffer mapping since the swrast rework.
Eric Anholt
- [Mesa-dev] [PATCH] configure.ac: remove shared/static options
Matt Turner
- [Mesa-dev] [PATCH 1/2] Use AC_PROG_YACC/LEX
Matt Turner
- [Mesa-dev] [PATCH 2/2] automake: src/glsl and src/glsl/glcpp
Matt Turner
- [Mesa-dev] [PATCH 1/4] st/mesa: add PIPE_CAP_GLSL_FEATURE_LEVEL, cleanup st_extensions.c
Marek Olšák
- [Mesa-dev] [PATCH 2/4] st/mesa: user table-driven approach to exposing extensions based on CAPs
Marek Olšák
- [Mesa-dev] [PATCH 3/4] mesa: remove ctx->Const.sRGBCapable
Marek Olšák
- [Mesa-dev] [PATCH 4/4] st/mesa: use table-driven approach to exposing extensions for formats
Marek Olšák
- [Mesa-dev] EXT_texture_integer take 2
Eric Anholt
- [Mesa-dev] [PATCH 1/9] intel: Drop intel_wrap_miptree().
Eric Anholt
- [Mesa-dev] [PATCH 2/9] intel: Simplify intel_renderbuffer_update_wrapper() by passing in the image.
Eric Anholt
- [Mesa-dev] [PATCH 3/9] intel: Make a renderbuffer wrapping a texture have the same _BaseFormat.
Eric Anholt
- [Mesa-dev] [PATCH 4/9] intel: Pass the gl_renderbuffer to render_target_supported() vtable method.
Eric Anholt
- [Mesa-dev] [PATCH 5/9] i965: Don't allow rendering to non-GL_RED/RG/RGBA integer textures.
Eric Anholt
- [Mesa-dev] [PATCH 6/9] mesa: Add missing format unpack for some integer texture formats.
Eric Anholt
- [Mesa-dev] [PATCH 7/9] mesa: Add clamping for packing of integer data.
Eric Anholt
- [Mesa-dev] [PATCH 8/9] mesa: When unpacking signed integer pixel data, don't clamp to 0.
Eric Anholt
- [Mesa-dev] [PATCH 9/9] mesa: Don't round-trip integer texture data through a floating point temp.
Eric Anholt
- [Mesa-dev] [PATCH 4/4] st/mesa: use table-driven approach to exposing extensions for formats
Marek Olšák
- [Mesa-dev] [PATCH 3/4] mesa: remove ctx->Const.sRGBCapable
Ian Romanick
- [Mesa-dev] [PATCH] intel: Fix accum buffer mapping since the swrast rework.
Ian Romanick
- [Mesa-dev] [PATCH] st/mesa: use table-driven approach to exposing extensions for formats (v2)
Marek Olšák
- [Mesa-dev] [PATCH 1/2] mesa: Fix display list handling for EXT_framebuffer_object.
Brian Paul
- [Mesa-dev] [PATCH] st/mesa: use table-driven approach to exposing extensions for formats (v2)
Brian Paul
- [Mesa-dev] [PATCH 9/9] mesa: Don't round-trip integer texture data through a floating point temp.
Brian Paul
- [Mesa-dev] [PATCH 6/9] mesa: Add missing format unpack for some integer texture formats.
Brian Paul
- [Mesa-dev] [PATCH 8/9] mesa: When unpacking signed integer pixel data, don't clamp to 0.
Brian Paul
- [Mesa-dev] [PATCH] st/mesa: Fix recurring surfaceless contexts
Brian Paul
- [Mesa-dev] [PATCH 0/6] Draw-optz changes
Stéphane Marchesin
- [Mesa-dev] [PATCH 0/6] Draw-optz changes
Stéphane Marchesin
- [Mesa-dev] [PATCH 1/3] draw: Remove reduced_prim
Stéphane Marchesin
- [Mesa-dev] [PATCH 2/3] draw: Don't revalidate pipeline on backend flushes
Stéphane Marchesin
- [Mesa-dev] [PATCH 3/3] draw: Only run prepare when state, prim and opt changes
Stéphane Marchesin
- [Mesa-dev] [PATCH 1/4] glapi: remove non-existent parameter references
nobled
- [Mesa-dev] [PATCH 4/4] glapi: add GL_ARB_texture_compression_rgtc
nobled
- [Mesa-dev] [PATCH] intel: Fix accum buffer mapping since the swrast rework.
nobled
- [Mesa-dev] [PATCH 1/2] autoconf: Make the build fail on missing prototypes when possible.
nobled
- [Mesa-dev] [PATCH] mesa: set clamp bit in glGetTexImage for GL_UNSIGNED_NORMALIZED
Anuj Phogat
- [Mesa-dev] [PATCH] intel: Fix accum buffer mapping since the swrast rework.
Eric Anholt
- [Mesa-dev] [PATCH 3/4] mesa: remove ctx->Const.sRGBCapable
Dave Airlie
- [Mesa-dev] [PATCH 3/4] mesa: remove ctx->Const.sRGBCapable
Dave Airlie
- [Mesa-dev] [PATCH] automake: src/egl/wayland
Benjamin Franzke
- [Mesa-dev] [PATCH 2/2] i965: Drop the buggy, verbose link test for unresolved symbols.
Kenneth Graunke
- [Mesa-dev] [PATCH] st/mesa: use table-driven approach to exposing extensions for formats (v2)
Marek Olšák
- [Mesa-dev] [PATCH 1/2] st/mesa: use table-driven approach to exposing extensions for formats (v3)
Marek Olšák
- [Mesa-dev] [PATCH 2/2] scons: don't add -Wmissing-field-initializers
Marek Olšák
- [Mesa-dev] [PATCH] intel: Fix accum buffer mapping since the swrast rework.
Daniel Vetter
- [Mesa-dev] [PATCH 2/2] scons: don't add -Wmissing-field-initializers
Jose Fonseca
- [Mesa-dev] Mesa (master): st/mesa: inline if(1) conditional
Jose Fonseca
- [Mesa-dev] Mesa (master): st/mesa: inline if(1) conditional
Jose Fonseca
- [Mesa-dev] Mesa (master): st/mesa: inline if(1) conditional
Marek Olšák
- [Mesa-dev] OSMesa glapi linlking
Kevin H. Hobbs
- [Mesa-dev] [PATCH 2/2] i965: Drop the buggy, verbose link test for unresolved symbols.
Matt Turner
- [Mesa-dev] [PATCH] automake: src/egl/wayland
Matt Turner
- [Mesa-dev] OSMesa glapi linlking
Matt Turner
- [Mesa-dev] [PATCH 0/6] Draw-optz changes
Jose Fonseca
- [Mesa-dev] OSMesa glapi linlking
Kevin H. Hobbs
- [Mesa-dev] OSMesa glapi linlking
Matt Turner
- [Mesa-dev] [Bug 45238] New: [regression] Unigine Heaven, OilRush broken in git
bugzilla-daemon at freedesktop.org
- [Mesa-dev] Assertion failure on SandyBridge
Anuj Phogat
- [Mesa-dev] Assertion failure on SandyBridge
Paul Berry
- [Mesa-dev] [Bug 33220] Use of talloc_autofree_context causes segfault when dynamically loaded
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 45238] [regression] Unigine Heaven, OilRush broken in git
bugzilla-daemon at freedesktop.org
- No subject
- [Mesa-dev] Should we fix Unigine apps?
Marek Olšák
- [Mesa-dev] Should we fix Unigine apps?
Matt Turner
- [Mesa-dev] OSMesa glapi linlking
Kevin H. Hobbs
- [Mesa-dev] OSMesa glapi linlking
Matt Turner
- [Mesa-dev] Should we fix Unigine apps?
Kenneth Graunke
- [Mesa-dev] Assertion failure on SandyBridge
Anuj Phogat
- [PATCH] Don't try to link OSMesa with shared glapi unless shared glapi is built
Jon TURNEY
- [Mesa-dev] OSMesa glapi linlking
Jon TURNEY
- [Mesa-dev] [PATCH 1/4] i915: Fix driver after automakeification.
Eric Anholt
- [Mesa-dev] [PATCH 2/4] mesa: Add a flag for forcing all GLSL extensions to "warn".
Eric Anholt
- [Mesa-dev] [PATCH 3/4] i965: Add a driconf option to force GLSL extension behavior to "warn".
Eric Anholt
- [Mesa-dev] [PATCH 4/4] dri: Add a default drirc to be installed to provide application workarounds.
Eric Anholt
- [Mesa-dev] Segmentation fault with VTK OffScreenRendering
Kevin H. Hobbs
- [Mesa-dev] Segmentation fault with VTK OffScreenRendering
Joshua Daniel Franklin (UW Seattle)
- [Mesa-dev] [PATCH 1/2] dri: Move the compile of the common files to a convenience library.
Eric Anholt
- [Mesa-dev] [PATCH 2/2] radeon: Fix missing dri common symbols after automake conversion.
Eric Anholt
- [Mesa-dev] Should we fix Unigine apps?
Sven Arvidsson
- [Mesa-dev] [PATCH 1/4] i915: Fix driver after automakeification.
Matt Turner
- [Mesa-dev] [PATCH 4/4] dri: Add a default drirc to be installed to provide application workarounds.
Marek Olšák
- [Mesa-dev] [PATCH 1/2] dri: Move the compile of the common files to a convenience library.
Matt Turner
- [Mesa-dev] [PATCH 2/2] radeon: Fix missing dri common symbols after automake conversion.
Matt Turner
- [Mesa-dev] [PATCH 4/4] dri: Add a default drirc to be installed to provide application workarounds.
Kenneth Graunke
- [Mesa-dev] Assertion failure on SandyBridge
Kenneth Graunke
- [Mesa-dev] Assertion failure on SandyBridge
Anuj Phogat
- [Mesa-dev] [PATCH 4/4] dri: Add a default drirc to be installed to provide application workarounds.
Eric Anholt
- [Mesa-dev] [PATCH 4/4] dri: Add a default drirc to be installed to provide application workarounds.
Eric Anholt
- [Mesa-dev] [PATCH 1/3] mesa: Fix handling of glCopyBufferSubData() for src == dst.
Eric Anholt
- [Mesa-dev] [PATCH 2/3] mesa: Fix the error for glCopyBufferSubData() with a buffer of 0.
Eric Anholt
- [Mesa-dev] [PATCH 3/3] intel: Handle small linear blits using just the single-line code.
Eric Anholt
- [Mesa-dev] [PATCH] swrast: Fix fixed-function fragment processing
Chad Versace
- [Mesa-dev] Mesa (master): automake: src/egl/wayland
Jose Fonseca
- [Mesa-dev] [PATCH 0/6] Draw-optz changes
Stéphane Marchesin
- [Mesa-dev] Mesa (master): automake: src/egl/wayland
Stéphane Marchesin
- [Mesa-dev] Mesa (master): automake: src/egl/wayland
Benjamin Franzke
- [Mesa-dev] Mesa (master): automake: src/egl/wayland
Jose Fonseca
- [Mesa-dev] [PATCH 4/4] dri: Add a default drirc to be installed to provide application workarounds.
Marek Olšák
- [Mesa-dev] [Bug 45263] New: git mesa configure error
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 45263] git mesa configure error
bugzilla-daemon at freedesktop.org
- [Mesa-dev] Mesa (master): draw: Only run prepare when state, prim and opt changes
Jose Fonseca
- [Mesa-dev] [PATCH 1/3] mesa: Fix handling of glCopyBufferSubData() for src == dst.
Brian Paul
- [Mesa-dev] [PATCH 2/3] mesa: Fix the error for glCopyBufferSubData() with a buffer of 0.
Brian Paul
- [Mesa-dev] [PATCH 1/2] st/mesa: use table-driven approach to exposing extensions for formats (v3)
Brian Paul
- [Mesa-dev] [PATCH] mesa: set clamp bit in glGetTexImage for GL_UNSIGNED_NORMALIZED
Brian Paul
- [Mesa-dev] [PATCH 2/2] scons: don't add -Wmissing-field-initializers
Marek Olšák
- [Mesa-dev] [PATCH 1/2] i965: Expose brw_set_sampler_message for use outside brw_eu_emit.c.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/2] i965/vs: Use the sampler for VS pull constant loading on Ivybridge.
Kenneth Graunke
- [Mesa-dev] Mesa (master): draw: Only run prepare when state, prim and opt changes
Stéphane Marchesin
- [Mesa-dev] [Bug 45277] New: [bisected] Shading not working properly in Heroes of Newerth
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] swrast: Fix fixed-function fragment processing
Eric Anholt
- [Mesa-dev] [PATCH 2/2] i965/vs: Use the sampler for VS pull constant loading on Ivybridge.
Eric Anholt
- [Mesa-dev] Should we fix Unigine apps?
Lauri Kasanen
- [Mesa-dev] [PATCH 2/2] i965/vs: Use the sampler for VS pull constant loading on Ivybridge.
Kenneth Graunke
- [Mesa-dev] Mesa (master): 60 new commits
Ian Romanick
- [Mesa-dev] Mesa (master): 60 new commits
Kenneth Graunke
- [Mesa-dev] [PATCH 2/2] gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
Marek Olšák
- [Mesa-dev] [PATCH] swrast: Fix fixed-function fragment processing
Chad Versace
- [Mesa-dev] Mesa (master): 60 new commits
Chad Versace
- [Mesa-dev] Mesa (master): 60 new commits
Eric Anholt
- [Mesa-dev] Mesa (master): 60 new commits
Brian Paul
- [Mesa-dev] [PATCH] mesa: set clamp bit in glGetTexImage for GL_UNSIGNED_NORMALIZED
Ian Romanick
- [Mesa-dev] Mesa (master): 60 new commits
Ian Romanick
- [Mesa-dev] [PATCH 1/3] mesa: Fix handling of glCopyBufferSubData() for src == dst.
Ian Romanick
- [Mesa-dev] [PATCH 2/3] mesa: Fix the error for glCopyBufferSubData() with a buffer of 0.
Ian Romanick
- [Mesa-dev] [PATCH] mesa: set clamp bit in glGetTexImage for GL_UNSIGNED_NORMALIZED
Brian Paul
- [Mesa-dev] [PATCH 4/4] dri: Add a default drirc to be installed to provide application workarounds.
Ian Romanick
- [Mesa-dev] [PATCH 2/4] mesa: Add a flag for forcing all GLSL extensions to "warn".
Ian Romanick
- [Mesa-dev] [PATCH] mesa: set clamp bit in glGetTexImage for GL_UNSIGNED_NORMALIZED
Anuj Phogat
- [Mesa-dev] [PATCH 4/4] dri: Add a default drirc to be installed to provide application workarounds.
Marek Olšák
- [Mesa-dev] [Bug 44928] i965 build error on recent git
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: fix maximum supported texture size returned by glGetIntegrv
Anuj Phogat
- [Mesa-dev] [Bug 38970] [bisected]piglit glx/glx-pixmap-multi failed
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] swrast: Fix fixed-function fragment processing
Eric Anholt
- [Mesa-dev] [PATCH] intel: Don't try intel_miptree_map_blit if a region is already mapped
Ian Romanick
- [Mesa-dev] [Bug 44039] Mesa 7.12-devel implementation error: unexpected format 0x822e in _mesa_choose_tex_format()
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] intel: Don't try intel_miptree_map_blit if a region is already mapped
Chad Versace
- [Mesa-dev] [PATCH 01/14] mesa: remove LSB-first pixel packing check in glReadPixels
Brian Paul
- [Mesa-dev] [PATCH 02/14] mesa: remove redundant byte swap check
Brian Paul
- [Mesa-dev] [PATCH 03/14] mesa: fix error in _mesa_format_matches_format_and_type() for RGB888
Brian Paul
- [Mesa-dev] [PATCH 04/14] mesa: add BGR888 code in _mesa_format_matches_format_and_type()
Brian Paul
- [Mesa-dev] [PATCH 05/14] mesa: rewrite, simplify some of the logic in _mesa_format_matches_format_and_type()
Brian Paul
- [Mesa-dev] [PATCH 06/14] mesa: added swapBytes parameter to _mesa_format_matches_format_and_type()
Brian Paul
- [Mesa-dev] [PATCH 07/14] mesa: use swapBytes parameter in _mesa_format_matches_format_and_type()
Brian Paul
- [Mesa-dev] [PATCH 08/14] mesa: implement more cases in _mesa_format_matches_format_and_type()
Brian Paul
- [Mesa-dev] [PATCH 09/14] mesa: use _mesa_format_matches_format_and_type() in texstore code
Brian Paul
- [Mesa-dev] [PATCH 10/14] mesa: more use of _mesa_format_matches_format_and_type() in texstore code
Brian Paul
- [Mesa-dev] [PATCH 11/14] mesa: more use of _mesa_format_matches_format_and_type() in texstore code
Brian Paul
- [Mesa-dev] [PATCH 12/14] mesa: more use of _mesa_format_matches_format_and_type() in texstore code
Brian Paul
- [Mesa-dev] [PATCH 13/14] mesa: more use of _mesa_format_matches_format_and_type() in texstore code
Brian Paul
- [Mesa-dev] [PATCH 14/14] mesa: remove byteswap check in fast_read_rgba_pixels_memcpy()
Brian Paul
- [Mesa-dev] Mesa (master): draw: Only run prepare when state, prim and opt changes
Stéphane Marchesin
- [Mesa-dev] Mesa (master): draw: Only run prepare when state, prim and opt changes
Stéphane Marchesin
- [Mesa-dev] Mesa (master): draw: Only run prepare when state, prim and opt changes
Stéphane Marchesin
- [Mesa-dev] Help required in configuring mesa 3d in non X environment.
Sanjoy Saha - ERS, HCL Tech
- [Mesa-dev] [PATCH] automake: src/mesa/drivers/osmesa
Matt Turner
- [Mesa-dev] [Bug 44618] Cross-compilation broken by glsl builtin_compiler
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44618] Cross-compilation broken by glsl builtin_compiler
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: set clamp bit in glGetTexImage for GL_UNSIGNED_NORMALIZED
Eric Anholt
- [Mesa-dev] [PATCH 1/3] mesa: Fix handling of glCopyBufferSubData() for src == dst.
Eric Anholt
- [Mesa-dev] Mesa (master): dri: make sure to build libdricommon.la
Eric Anholt
- [Mesa-dev] [PATCH] intel: Don't try intel_miptree_map_blit if a region is already mapped
Eric Anholt
- [Mesa-dev] [PATCH] mesa: fix maximum supported texture size returned by glGetIntegrv
Jose Fonseca
- [Mesa-dev] [PATCH 07/14] mesa: use swapBytes parameter in _mesa_format_matches_format_and_type()
Jose Fonseca
- [Mesa-dev] Mesa (master): draw: Only run prepare when state, prim and opt changes
Jose Fonseca
- [Mesa-dev] [PATCH 07/14] mesa: use swapBytes parameter in _mesa_format_matches_format_and_type()
Jose Fonseca
- [Mesa-dev] [PATCH] automake: src/mesa/drivers/osmesa
Jon TURNEY
- [Mesa-dev] [PATCH 2/2] gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
Michel Dänzer
- [Mesa-dev] [PATCH] draw: Ensure that prepare is always run after LLVM garbagge collection.
jfonseca at vmware.com
- [Mesa-dev] [Bug 45292] Compilation failure on d3d1x state tracker: ‘ID3D10Include’ has not been declared
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 07/14] mesa: use swapBytes parameter in _mesa_format_matches_format_and_type()
Brian Paul
- [Mesa-dev] [PATCH] draw: Ensure that prepare is always run after LLVM garbagge collection.
Brian Paul
- [Mesa-dev] [PATCH] draw: Ensure that prepare is always run after LLVM garbagge collection.
Brian Paul
- [Mesa-dev] [PATCH 07/14] mesa: use swapBytes parameter in _mesa_format_matches_format_and_type()
Jose Fonseca
- [Mesa-dev] [PATCH] draw: Ensure that prepare is always run after LLVM garbagge collection.
Jose Fonseca
- [Mesa-dev] [PATCH 6/6] gallivm: Add a new interface for doing TGSI->LLVM conversions
Tom Stellard
- [Mesa-dev] [PATCH] automake: src/mesa/drivers/osmesa
Matt Turner
- [Mesa-dev] [Bug 44618] Cross-compilation broken by glsl builtin_compiler
bugzilla-daemon at freedesktop.org
- [Mesa-dev] Help required in configuring mesa 3d in non X environment.
Matt Turner
- [Mesa-dev] [Bug 44618] Cross-compilation broken by glsl builtin_compiler
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44618] Cross-compilation broken by glsl builtin_compiler
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 6/6] gallivm: Add a new interface for doing TGSI->LLVM conversions
Jose Fonseca
- [Mesa-dev] [PATCH] draw: Ensure that prepare is always run after LLVM garbagge collection.
Stéphane Marchesin
- [PATCH] gallivm: lp_bld_tgsi_aos.c intialize tgsi_info
Tom Stellard
- [Mesa-dev] [PATCH 6/6] gallivm: Add a new interface for doing TGSI->LLVM conversions
Tom Stellard
- [Mesa-dev] [PATCH] intel: Don't try intel_miptree_map_blit if a region is already mapped
Chad Versace
- [Mesa-dev] [PATCH 6/6] gallivm: Add a new interface for doing TGSI->LLVM conversions
Jose Fonseca
- [Mesa-dev] [PATCH 4/4] dri: Add a default drirc to be installed to provide application workarounds.
Ian Romanick
- [Mesa-dev] [PATCH] draw: Ensure that prepare is always run after LLVM garbagge collection.
Jose Fonseca
- [Mesa-dev] [PATCH] draw: Ensure that prepare is always run after LLVM garbagge collection.
Stéphane Marchesin
- [Mesa-dev] [PATCH 07/14] mesa: use swapBytes parameter in _mesa_format_matches_format_and_type()
Ian Romanick
- [Mesa-dev] [PATCH 07/14] mesa: use swapBytes parameter in _mesa_format_matches_format_and_type()
Jose Fonseca
- [Mesa-dev] [PATCH] mesa: fix maximum supported texture size returned by glGetIntegrv
Ian Romanick
- [Mesa-dev] [PATCH 6/6] gallivm: Add a new interface for doing TGSI->LLVM conversions
Tom Stellard
- [Mesa-dev] [PATCH 07/14] mesa: use swapBytes parameter in _mesa_format_matches_format_and_type()
Ian Romanick
- [Mesa-dev] [PATCH 01/14] mesa: remove LSB-first pixel packing check in glReadPixels
Ian Romanick
- [Mesa-dev] [PATCH] swrast: Fix fixed-function fragment processing
Ian Romanick
- [PATCH] dri: Don't build libdricommon.la if we don't need it
Jon TURNEY
- [Mesa-dev] [PATCH] intel: Fix accum buffer mapping since the swrast rework.
Eric Anholt
- [Mesa-dev] [PATCH] mesa: fix maximum supported texture size returned by glGetIntegrv
Anuj Phogat
- [Mesa-dev] [PATCH] autoconf: Enable missing-prototypes errors when available.
Eric Anholt
- [Mesa-dev] Mesa (master): dri: make sure to build libdricommon.la
Jon TURNEY
- [Mesa-dev] Mesa (master): dri: make sure to build libdricommon.la
Matt Turner
- [Mesa-dev] Segmentation fault with VTK OffScreenRendering
Kevin H. Hobbs
- [Mesa-dev] [PATCH] autoconf: Enable missing-prototypes errors when available.
Kenneth Graunke
- [Mesa-dev] [PATCH 4/4] dri: Add a default drirc to be installed to provide application workarounds.
Eric Anholt
- [Mesa-dev] [PATCH] autoconf: Enable missing-prototypes errors when available.
Matt Turner
- [Mesa-dev] [PATCH] autoconf: Enable missing-prototypes errors when available.
Kenneth Graunke
- [Mesa-dev] [PATCH 4/4] dri: Add a default drirc to be installed to provide application workarounds.
Kenneth Graunke
- [Mesa-dev] [PATCH 4/4] dri: Add a default drirc to be installed to provide application workarounds.
Marek Olšák
- [Mesa-dev] [PATCH 1/2] i965/fs: Fix rendering corruption in unigine tropics.
Eric Anholt
- [Mesa-dev] [PATCH 2/2] i965/vs: Avoid allocating registers in to the gen7 MRF hack region.
Eric Anholt
- [Mesa-dev] [PATCH 1/2] i965/fs: Fix rendering corruption in unigine tropics.
Kenneth Graunke
- [Mesa-dev] [Bug 45070] 'make linux-x86-64-debug' fails to build libGL.so.1.5.08000
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] swrast: Fix fixed-function fragment processing
Brian Paul
- [Mesa-dev] [PATCH 1/2] i965/fs: Fix rendering corruption in unigine tropics.
Eric Anholt
- [Mesa-dev] [PATCH] i965/gen7: Always allocate push constant space before uploading.
Eric Anholt
- [Mesa-dev] [Bug 45277] [bisected] Shading not working properly in Heroes of Newerth
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: fix maximum allowed proxy texture size condition
Anuj Phogat
- [Mesa-dev] [PATCH] mesa: Restore depth texture state on glPopAttrib(GL_TEXTURE_BIT).
Kenneth Graunke
- [Mesa-dev] [PATCH 0/4] Removal of point size clamping in st/mesa
Marek Olšák
- [Mesa-dev] [PATCH 1/4] svga: set POINTSIZEMIN to 1.0 for non-sprite non-aa points
Marek Olšák
- [Mesa-dev] [PATCH 2/4] r300g: set minimum point size to 1.0 for non-sprite non-aa points
Marek Olšák
- [Mesa-dev] [PATCH 3/4] r600g: set minimum point size to 1.0 for non-sprite non-aa points
Marek Olšák
- [Mesa-dev] [PATCH 4/4] st/mesa: kill off point size clamping in vertex shaders
Marek Olšák
- [Mesa-dev] [PATCH] swrast: Fix fixed-function fragment processing
Chad Versace
- [Mesa-dev] [PATCH 0/4] Removal of point size clamping in st/mesa
Roland Scheidegger
- [Mesa-dev] [PATCH] st/mesa: simplify initialization of light_twoside
Marek Olšák
- [Mesa-dev] [PATCH] mesa: fixes for DrawRangeElements[BaseVertex] index validation
Roland Scheidegger
- [Mesa-dev] Mesa 8.0 release candidate 2
Ian Romanick
- [Mesa-dev] [PATCH] Remove autoreconf generated files
Matt Turner
- [Mesa-dev] linker.cpp warning
Vinson Lee
- [Mesa-dev] [PATCH] draw: Remove unused variables.
Vinson Lee
- [Mesa-dev] [PATCH] osmesa: Fix osmesa_context.DataType type.
Vinson Lee
- [Mesa-dev] [PATCH] osmesa: Fix osmesa_context.DataType type.
Jose Fonseca
- [Mesa-dev] [PATCH 2/2] gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
Jose Fonseca
- [Mesa-dev] [PATCH] mesa: fix maximum allowed proxy texture size condition
Jose Fonseca
- [Mesa-dev] [PATCH 0/4] Removal of point size clamping in st/mesa
Christoph Bumiller
- [Mesa-dev] [PATCH 1/5] glsl: Add a union location_tree * type to hold more storage information.
Paul Berry
- [Mesa-dev] [PATCH] draw: Remove unused variables.
Jose Fonseca
- [Mesa-dev] [Bug 41791] Civilization V + Wine = Bug
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] draw: fix fog coord export.
Dave Airlie
- [Mesa-dev] [PATCH] draw: Remove unused variables.
Dave Airlie
- [Mesa-dev] [PATCH] st/mesa/softpipe: fix tex-miplevel tests
Dave Airlie
- [Mesa-dev] [Bug 45348] New: [swrast] piglit fbo-drawbuffers-arbfp regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 45352] New: SIGSEGV drisw_glx.c:95
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/2] glsl: Rename class variable_entry to ir_variable_refcount_entry.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/2] glsl: Rename variable_entry2 to variable_entry.
Kenneth Graunke
- [Mesa-dev] [PATCH 4/4] dri: Add a default drirc to be installed to provide application workarounds.
Tristan Schmelcher
- [Mesa-dev] [PATCH 0/4] Removal of point size clamping in st/mesa
Marek Olšák
- [Mesa-dev] st/mesa depth mode + sampler
Dave Airlie
- [Mesa-dev] [PATCH] add wayland cflags when building wayland-egl
Benjamin Franzke
- [Mesa-dev] [PATCH] mesa/format_unpack: add LUMINANCE 8/16 UINT/INT
Dave Airlie
- [Mesa-dev] [PATCH 1/2] softpipe: don't attempt to blend integer formats.
Dave Airlie
- [Mesa-dev] [PATCH 2/2] softpipe: don't alpha test when integer color buffer.
Dave Airlie
- [Mesa-dev] [PATCH] st/dri: Support 24bit formats in dri2_allocate_buffer
Benjamin Franzke
- [Mesa-dev] [PATCH] mesa: pack int from uint with clamping.
Dave Airlie
- [Mesa-dev] [PATCH] mesa/format_unpack: add LUMINANCE 8/16 UINT/INT
Brian Paul
- [Mesa-dev] [PATCH 1/2] softpipe: don't attempt to blend integer formats.
Brian Paul
- [Mesa-dev] [Bug 45277] [bisected] Shading not working properly in Heroes of Newerth
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/2] softpipe: don't attempt to blend integer formats.
Dave Airlie
- [Mesa-dev] [PATCH] mesa/format_unpack: add LUMINANCE 8/16 UINT/INT
Dave Airlie
- [Mesa-dev] [PATCH 1/2] softpipe: don't attempt to blend integer formats.
Dave Airlie
- [Mesa-dev] [PATCH 00/19] Remove all uses of the register mask
Marek Olšák
- [Mesa-dev] [PATCH 01/19] r600g: don't use register mask for SQ_GPR_RESOURCE_MGMT_1
Marek Olšák
- [Mesa-dev] [PATCH 02/19] r600g: rework and consolidate stencilref state setting
Marek Olšák
- [Mesa-dev] [PATCH 03/19] r600g: cleanup setting DB_SHADER_CONTROL
Marek Olšák
- [Mesa-dev] [PATCH 04/19] r600g: don't use register mask for DB_RENDER_CONTROL
Marek Olšák
- [Mesa-dev] [PATCH 05/19] r600g: use a more clever way to disable per-vertex point size
Marek Olšák
- [Mesa-dev] [PATCH 06/19] r600g: set full register mask for CB_COLOR_CONTROL on evergreen
Marek Olšák
- [Mesa-dev] [PATCH 07/19] r600g: don't set CB_TARGET_MASK in set_framebuffer_state
Marek Olšák
- [Mesa-dev] [PATCH 08/19] r600g: don't use register mask for CB_COLOR_CONTROL on r6xx-r7xx
Marek Olšák
- [Mesa-dev] [PATCH 09/19] r600g: don't add PA_SC_LINE_STIPPLE to rasterizer_state
Marek Olšák
- [Mesa-dev] [PATCH 10/19] r600g: don't use register mask for PA_SU_SC_MODE_CNTL
Marek Olšák
- [Mesa-dev] [PATCH 11/19] r600g: set full register mask for PA_CL_CLIP_CNTL
Marek Olšák
- [Mesa-dev] [PATCH 12/19] r600g: don't use register mask for PA_CL_VS_OUT_CNTL
Marek Olšák
- [Mesa-dev] [PATCH 13/19] r600g: don't use register mask for PA_CL_CLIP_CNTL
Marek Olšák
- [Mesa-dev] [PATCH 14/19] r600g: don't use register mask for TA_CNTL_AUX
Marek Olšák
- [Mesa-dev] [PATCH 15/19] r600g: get rid of the mask parameter in pipe_state_add_reg
Marek Olšák
- [Mesa-dev] [PATCH 16/19] r600g: get rid of the mask in r600_pipe_reg
Marek Olšák
- [Mesa-dev] [PATCH 17/19] r600g: don't use r600_context_reg on evergreen
Marek Olšák
- [Mesa-dev] [PATCH 18/19] r600g: don't use r600_context_reg on r6xx-r7xx
Marek Olšák
- [Mesa-dev] [PATCH 19/19] r600g: get rid of r600_context_reg
Marek Olšák
- [Mesa-dev] [PATCH 1/2] softpipe: don't attempt to blend integer formats.
Christoph Bumiller
- [Mesa-dev] [PATCH 00/19] Remove all uses of the register mask
Dave Airlie
- [Mesa-dev] [PATCH] gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION
Christoph Bumiller
- [Mesa-dev] [PATCH] add wayland cflags when building wayland-egl
juan.j.zhao at linux.intel.com
- [Mesa-dev] [PATCH 1/2] softpipe: don't attempt to blend integer formats.
Jose Fonseca
- [Mesa-dev] [PATCH 1/3] mesa: added _mesa_pack_ubyte_rgba_rect() function
Brian Paul
- [Mesa-dev] [PATCH 2/3] mesa: use _mesa_pack_ubyte_rgba_rect() in texstore code
Brian Paul
- [Mesa-dev] [PATCH 3/3] mesa: consolidate general ubyte texstore code
Brian Paul
- [Mesa-dev] Automaking src/glsl
Matt Turner
- [Mesa-dev] [PATCH 1/5] glsl: rename Makefile.sources' _SOURCES variables
Matt Turner
- [Mesa-dev] [PATCH 2/5] autoconf: use AC_PROG_YACC/LEX
Matt Turner
- [Mesa-dev] [PATCH 3/5] automake: src/glsl and src/glsl/glcpp
Matt Turner
- [Mesa-dev] [PATCH 4/5] glcpp-test: don't return failure if valgrind tests aren't run
Matt Turner
- [Mesa-dev] [PATCH 5/5] src/glsl/glcpp: wire up glcpp-test to make check
Matt Turner
- No subject
=3D?UTF-8?q?Mathias=3D20Fr=3DC3=3DB6hlich?=3D
- [Mesa-dev] [PATCH/RFC] glsl: Avoid excessive loop unrolling.
Mathias Fröhlich
- [Mesa-dev] Help required in configuring mesa 3d in non X environment.
Sanjoy Saha - ERS, HCL Tech
- [Mesa-dev] [Bug 44564] Fix build with LLVM -DLLVM_TARGETS_TO_BUILD=`native`
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44618] Cross-compilation broken by glsl builtin_compiler
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] st/mesa: simplify initialization of light_twoside
Brian Paul
- [Mesa-dev] [PATCH] mesa: Restore depth texture state on glPopAttrib(GL_TEXTURE_BIT).
Brian Paul
- [Mesa-dev] Help required in configuring mesa 3d in non X environment.
Matt Turner
- [Mesa-dev] [Bug 44618] Cross-compilation broken by glsl builtin_compiler
bugzilla-daemon at freedesktop.org
- [Mesa-dev] OSMesa glapi linlking
Kevin H. Hobbs
- [Mesa-dev] [PATCH] Remove autoreconf generated files
Eric Anholt
- [Mesa-dev] [PATCH 1/2] glsl: Rename class variable_entry to ir_variable_refcount_entry.
Eric Anholt
- [Mesa-dev] [PATCH 5/5] src/glsl/glcpp: wire up glcpp-test to make check
Gaetan Nadon
- [Mesa-dev] [PATCH] gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION
Jose Fonseca
- [Mesa-dev] Automaking src/glsl
Eric Anholt
- [Mesa-dev] [PATCH 5/5] src/glsl/glcpp: wire up glcpp-test to make check
Gaetan Nadon
- [Mesa-dev] OSMesa glapi linlking
Brian Paul
- [Mesa-dev] [PATCH 5/5] src/glsl/glcpp: wire up glcpp-test to make check
Matt Turner
- [Mesa-dev] [PATCH 1/6] glsl: Save and restore the whole switch state for nesting.
Eric Anholt
- [Mesa-dev] [PATCH 2/6] glsl: Throw the required error when a case label is a non-constant.
Eric Anholt
- [Mesa-dev] [PATCH 3/6] glsl: Add missing location info to case labels.
Eric Anholt
- [Mesa-dev] [PATCH 4/6] glsl: Add other missing error location information for switch statements.
Eric Anholt
- [Mesa-dev] [PATCH 5/6] glsl: Throw an error when faced with a duplicated switch() case label.
Eric Anholt
- [Mesa-dev] [PATCH 6/6] glsl: Add error case for switch() with two default cases.
Eric Anholt
- [Mesa-dev] [PATCH 0/4] Removal of point size clamping in st/mesa
Roland Scheidegger
- [Mesa-dev] [PATCH 5/5] src/glsl/glcpp: wire up glcpp-test to make check
Gaetan Nadon
- [Mesa-dev] OSMesa glapi linlking
Kevin H. Hobbs
- [Mesa-dev] [PATCH] r600g: only claim integer support for GLSL130 enable
Dave Airlie
- [Mesa-dev] [PATCH 2/2] glsl: Rename variable_entry2 to variable_entry.
Kenneth Graunke
- [Mesa-dev] [PATCH] r600g: only claim integer support for GLSL130 enable
Marek Olšák
- [Mesa-dev] [PATCH] Rename R300_NO_TCL envvar to RADEON_NO_TCL
Matt Turner
- [Mesa-dev] [PATCH] Rename R300_NO_TCL envvar to RADEON_NO_TCL
Marek Olšák
- [Mesa-dev] Segmentation fault with VTK OffScreenRendering
Joshua Daniel Franklin (UW Seattle)
- [Mesa-dev] [PATCH 3/3] mesa: consolidate general ubyte texstore code
Eric Anholt
- [Mesa-dev] [PATCH] mesa: fix maximum allowed proxy texture size condition
Anuj Phogat
- [Mesa-dev] Segmentation fault with VTK OffScreenRendering
Kevin H. Hobbs
- [Mesa-dev] [PATCH] glsl: move array_sizing_visitor class outside of link_intrastage_shaders()
Brian Paul
- [Mesa-dev] Segmentation fault with VTK OffScreenRendering
Kevin H. Hobbs
- [Mesa-dev] Text rendering partly broken by commit f9874fee
Brad King
- [Mesa-dev] [PATCH 00/15] R600g cleanup and rework of cache flushing
Marek Olšák
- [Mesa-dev] [PATCH 01/15] r600g: remove u8,u16,u32,u64 types
Marek Olšák
- [Mesa-dev] [PATCH 02/15] r600g: merge r600_context with r600_pipe_context
Marek Olšák
- [Mesa-dev] [PATCH 03/15] r600g: don't initialize the screen and winsys pointer twice
Marek Olšák
- [Mesa-dev] [PATCH 04/15] r600g: remove the now-useless internal flush callback
Marek Olšák
- [Mesa-dev] [PATCH 05/15] r600g: consolidate some context_draw code
Marek Olšák
- [Mesa-dev] [PATCH 06/15] r600g: remove redundant pm4 and pm4_cdwords in r600_context
Marek Olšák
- [Mesa-dev] [PATCH 07/15] r600g: add a new simple API for state emission
Marek Olšák
- [Mesa-dev] [PATCH 08/15] r600g: rework cache flushing
Marek Olšák
- [Mesa-dev] [PATCH 09/15] r600g: remove unused flush code
Marek Olšák
- [Mesa-dev] [PATCH 10/15] r600g: remove dead code for tracking relocations
Marek Olšák
- [Mesa-dev] [PATCH 11/15] r600g: remove more dead code
Marek Olšák
- [Mesa-dev] [PATCH 12/15] r600g: remove unused r600_reg::flush_mask
Marek Olšák
- [Mesa-dev] [PATCH 13/15] r600g: fix computation of how many dwords is needed for a flush at the end of CS
Marek Olšák
- [Mesa-dev] [PATCH 14/15] r600g: rename r600_reg::flush_flags -> sbu_flags
Marek Olšák
- [Mesa-dev] [PATCH 15/15] r600g: use the new code for streamout flush as well
Marek Olšák
- [Mesa-dev] [PATCH 00/15] R600g cleanup and rework of cache flushing
Jerome Glisse
- [Mesa-dev] [PATCH 08/15] r600g: rework cache flushing
Alex Deucher
- [Mesa-dev] [PATCH 00/19] Remove all uses of the register mask
Alex Deucher
- [Mesa-dev] [PATCH 00/15] R600g cleanup and rework of cache flushing
Alex Deucher
- [Mesa-dev] [PATCH 1/2] dri: Fix typo in xml file that made all applications use the workaround.
Eric Anholt
- [Mesa-dev] [PATCH 2/2] dri: Add Unigine Tropics as an app that requires the GLSL warn workaround.
Eric Anholt
- [Mesa-dev] [PATCH 1/2] mesa: Fix bad-enum/no-buffer error handling for buffer object functions.
Eric Anholt
- [Mesa-dev] [PATCH 2/2] mesa: Fix the error message function names for glFlushMappedBufferRange().
Eric Anholt
- [Mesa-dev] [PATCH 1/2] mesa: Fix bad-enum/no-buffer error handling for buffer object functions.
Brian Paul
- [Mesa-dev] [PATCH] mesa: fix maximum allowed proxy texture size condition
Brian Paul
- [Mesa-dev] [Bug 45420] New: undefined reference to `LLVMInitializeARMDisassembler'
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 2/2] dri: Add Unigine Tropics as an app that requires the GLSL warn workaround.
Kenneth Graunke
- [Mesa-dev] [PATCH] glsl: Fix optimization tests after converting src/glsl to automake.
Paul Berry
- [Mesa-dev] [PATCH] glsl: Fix optimization tests after converting src/glsl to automake.
Matt Turner
- [Mesa-dev] [PATCH] gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION
Marek Olšák
- [Mesa-dev] [Bug 45444] New: Compilation error with git 6386f80dbd6f1230abf16fa5ac65dc0dca70033a
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 45420] undefined reference to `LLVMInitializeARMDisassembler'
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 45420] undefined reference to `LLVMInitializeARMDisassembler'
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 45420] undefined reference to `LLVMInitializeARMDisassembler'
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION
Jose Fonseca
- [Mesa-dev] Help required in configuring mesa 3d in non X environment.
Sanjoy Saha - ERS, HCL Tech
- [Mesa-dev] [PATCH] Rename R300_NO_TCL envvar to RADEON_NO_TCL
Michel Dänzer
- [Mesa-dev] build errors and make distclean
Andy Furniss
- [Mesa-dev] [Bug 45458] mesa will not compile in 32bit mode on a 64bit machine that is setup to do that
bugzilla-daemon at freedesktop.org
- [Mesa-dev] build errors and make distclean
Matt Turner
- [Mesa-dev] [PATCH] autoconf: Enable missing-prototypes errors when available.
Jon TURNEY
- [Mesa-dev] [PATCH] nv50: use larger arrays to silence warnings
Brian Paul
- [Mesa-dev] undefined C++ GLSL symbol error
Brian Paul
- [Mesa-dev] undefined C++ GLSL symbol error
Brian Paul
- [Mesa-dev] undefined C++ GLSL symbol error
Matt Turner
- [Mesa-dev] [PATCH] osmesa: Fix osmesa_context.DataType type.
Brian Paul
- [Mesa-dev] OSMesa glapi linlking
Brian Paul
- [Mesa-dev] Segmentation fault with VTK OffScreenRendering
Brian Paul
- [Mesa-dev] undefined C++ GLSL symbol error
Matt Turner
- [Mesa-dev] Segmentation fault with VTK OffScreenRendering
Kevin H. Hobbs
- [Mesa-dev] OSMesa glapi linlking
Kevin H. Hobbs
- [Mesa-dev] [Bug 45444] Compilation error with git 6386f80dbd6f1230abf16fa5ac65dc0dca70033a
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 45444] Compilation error with git 6386f80dbd6f1230abf16fa5ac65dc0dca70033a
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: Set the gl_array_object::ARBsemantics flag at the right time
Ian Romanick
- [Mesa-dev] [Bug 45444] Compilation error with git 6386f80dbd6f1230abf16fa5ac65dc0dca70033a
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 45444] Compilation error with git 6386f80dbd6f1230abf16fa5ac65dc0dca70033a
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 45444] Compilation error with git 6386f80dbd6f1230abf16fa5ac65dc0dca70033a
bugzilla-daemon at freedesktop.org
- [Mesa-dev] OSMesa glapi linlking
Matt Turner
- [Mesa-dev] build errors and make distclean
Andy Furniss
- [Mesa-dev] VDPAU build fail since autoconf: Enable missing-prototypes errors when available.
Andy Furniss
- [Mesa-dev] VDPAU build fail since autoconf: Enable missing-prototypes errors when available.
Andy Furniss
- [Mesa-dev] VDPAU build fail since autoconf: Enable missing-prototypes errors when available.
Christian König
- [Mesa-dev] undefined C++ GLSL symbol error
Brian Paul
- [Mesa-dev] OSMesa glapi linlking
Kevin DeKorte
- [Mesa-dev] [PATCH 2/2] dri: Add Unigine Tropics as an app that requires the GLSL warn workaround.
Eugeni Dodonov
- [Mesa-dev] OSMesa glapi linlking
Kevin H. Hobbs
- [Mesa-dev] [PATCH] r600g: Use new kernel interface to wait for fences
Simon Farnsworth
- [Mesa-dev] undefined C++ GLSL symbol error
Matt Turner
- [Mesa-dev] [PATCH] Do not use sched_yield() on Linux
Alan Swanson
- [Mesa-dev] OSMesa glapi linlking
Eric Anholt
- [Mesa-dev] [PATCH] Do not use sched_yield() on Linux
Simon Farnsworth
- [Mesa-dev] [PATCH] r600g: Use new kernel interface to wait for fences
Michel Dänzer
- [Mesa-dev] [PATCH] glsl: Fix optimization tests after converting src/glsl to automake.
Paul Berry
- [Mesa-dev] [PATCH] gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION
Christoph Bumiller
- [Mesa-dev] OSMesa glapi linlking
Kevin H. Hobbs
- [Mesa-dev] [Bug 45458] New: mesa will not compile in 32bit mode on a 64bit machine that is setup to do that
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] glsl: fix scaffolding build
Dave Airlie
- [Mesa-dev] Segmentation fault with VTK OffScreenRendering
Joshua Daniel Franklin (UW Seattle)
- [Mesa-dev] [Bug 45458] mesa will not compile in 32bit mode on a 64bit machine that is setup to do that
bugzilla-daemon at freedesktop.org
- [Mesa-dev] Build fail since Make sure libGL.so links with libglsl
Andy Furniss
- [Mesa-dev] [Bug 45458] mesa will not compile in 32bit mode on a 64bit machine that is setup to do that
bugzilla-daemon at freedesktop.org
- [Mesa-dev] Build fail since Make sure libGL.so links with libglsl
Brian Paul
- [Mesa-dev] [Bug 45458] mesa will not compile in 32bit mode on a 64bit machine that is setup to do that
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 45458] mesa will not compile in 32bit mode on a 64bit machine that is setup to do that
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 45458] mesa will not compile in 32bit mode on a 64bit machine that is setup to do that
bugzilla-daemon at freedesktop.org
- [Mesa-dev] Build fail since Make sure libGL.so links with libglsl
Matt Turner
- [Mesa-dev] [Bug 45458] mesa will not compile in 32bit mode on a 64bit machine that is setup to do that
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] glsl: fix scaffolding build
Matt Turner
- [Mesa-dev] Build fail since Make sure libGL.so links with libglsl
Andy Furniss
- [Mesa-dev] Build fail since Make sure libGL.so links with libglsl
Andy Furniss
- [Mesa-dev] undefined C++ GLSL symbol error
Zack Rusin
- [Mesa-dev] [Bug 45466] New: Updated configure.ac check for llvm-config to use 32 version when appropriate
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] gen_matypes: fix cross-compiling with gcc
Mike Frysinger
- [Mesa-dev] [Bug 45458] mesa will not compile in 32bit mode on a 64bit machine that is setup to do that
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: Convert colors if span ChanType and renderbuffer data type don't match
Ian Romanick
- [Mesa-dev] [Bug 45458] mesa will not compile in 32bit mode on a 64bit machine that is setup to do that
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] glsl: Implement ralloc with talloc
Carl Worth
- [Mesa-dev] undefined C++ GLSL symbol error
Brian Paul
- [Mesa-dev] [PATCH 1/2] mesa: use new _mesa_reference_shared_state() function
Brian Paul
- [Mesa-dev] [PATCH 2/2] mesa: reference shared state in glPushAttrib(GL_TEXTURE_BIT)
Brian Paul
- [Mesa-dev] [Bug 45420] undefined reference to `LLVMInitializeARMDisassembler'
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] mesa: Convert colors if span ChanType and renderbuffer data type don't match
Brian Paul
- [Mesa-dev] [PATCH] mesa: Convert colors if span ChanType and renderbuffer data type don't match
Brian Paul
- [Mesa-dev] undefined C++ GLSL symbol error
Matt Turner
- [Mesa-dev] [PATCH] Do not use sched_yield() on Linux
Adam Jackson
- [Mesa-dev] [PATCH] gallium/dri: Handle xserver that doesn't send needless DRI2 invalidate events
Ville Syrjälä
- [Mesa-dev] undefined C++ GLSL symbol error
Kenneth Graunke
- [Mesa-dev] [Bug 45458] mesa will not compile in 32bit mode on a 64bit machine that is setup to do that
bugzilla-daemon at freedesktop.org
- [Mesa-dev] Help required in configuring mesa 3d in non X environment.
Matt Turner
- [Mesa-dev] [Bug 45420] undefined reference to `LLVMInitializeARMDisassembler'
bugzilla-daemon at freedesktop.org
Last message date:
Tue Jan 31 22:32:10 PST 2012
Archived on: Tue Jan 31 22:32:18 PST 2012
This archive was generated by
Pipermail 0.09 (Mailman edition).