September 2013 Archives by date
Starting: Sun Sep 1 07:19:37 PDT 2013
Ending: Mon Sep 30 23:55:03 PDT 2013
Messages: 1398
- [Mesa-dev] [PATCH] swrast: Fix crash in sPriv->swrast_loader->getImage().
Johannes Obermayr
- [Mesa-dev] [PATCH 21/22] i965/gen7: Generalize gen7_vs_state in preparation for GS.
Paul Berry
- [Mesa-dev] [PATCH] nv30: find first unused texcoord rather than bailing if first is used
Ilia Mirkin
- [Mesa-dev] [PATCH] glx: Initialize OpenGL version to 1.0
Rico Schüller
- [Mesa-dev] [PATCH 4/6] i965: Clarify that we only check one prim's type for cut index support.
Kenneth Graunke
- [Mesa-dev] [PATCH] i965: Actually check every primitive for cut index support.
Kenneth Graunke
- [Mesa-dev] [Bug 54080] glXQueryDrawable fails with GLXBadDrawable for a Window in direct context
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/2] radeonsi: Expose pure integer vertex formats
Michel Dänzer
- [Mesa-dev] [PATCH] R600/SI: expose TBUFFER_STORE_FORMAT_* for OpenGL transform feedback
Marek Olšák
- [Mesa-dev] [PATCH] i965: Actually check every primitive for cut index support.
Ian Romanick
- [Mesa-dev] [PATCH] glx: Initialize OpenGL version to 1.0
Ian Romanick
- [Mesa-dev] [Bug 54080] glXQueryDrawable fails with GLXBadDrawable for a Window in direct context
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] glx: Initialize OpenGL version to 1.0
Rico Schüller
- [Mesa-dev] [PATCH 00/11] Transform Feedback for Radeon SI
Marek Olšák
- [Mesa-dev] [PATCH 01/11] radeon: don't emit VGT_STRMOUT_BUFFER_BASE on SI
Marek Olšák
- [Mesa-dev] [PATCH 02/11] radeon: don't emit streamout state if there are no streamout buffers
Marek Olšák
- [Mesa-dev] [PATCH 03/11] radeonsi: integrate shared streamout state
Marek Olšák
- [Mesa-dev] [PATCH 04/11] radeonsi: initialize the first CS like any other
Marek Olšák
- [Mesa-dev] [PATCH 05/11] radeonsi: handle rasterizer_discard and set GS_OUT_PRIM_TYPE
Marek Olšák
- [Mesa-dev] [PATCH 06/11] radeonsi: bind streamout buffers to VGT and the vertex shader
Marek Olšák
- [Mesa-dev] [PATCH 07/11] radeonsi: implement streamout flush properly
Marek Olšák
- [Mesa-dev] [PATCH 08/11] radeonsi: fix streamout queries
Marek Olšák
- [Mesa-dev] [PATCH 09/11] radeonsi: implement glDrawTransformFeedback functionality
Marek Olšák
- [Mesa-dev] [PATCH 10/11] radeonsi: implement streamout shader support
Marek Olšák
- [Mesa-dev] [PATCH 11/11] radeonsi: enable streamout AKA transform feedback on SI
Marek Olšák
- [Mesa-dev] [PATCH] i965: Actually check every primitive for cut index support.
Paul Berry
- [Mesa-dev] [PATCH 4/6] i965/fs: Optimize IF/MOV/ELSE/MOV/ENDIF to SEL when possible.
Rob Clark
- [Mesa-dev] [PATCH 1/4] glsl: Refactor a bunch of the code out of cross_validate_outputs_to_inputs
Paul Berry
- [Mesa-dev] [PATCH 4/4] glsl: Remove unused prog parameter from tfeedback_decl::init
Paul Berry
- [Mesa-dev] [PATCH] i965/gen7.5: Fix lower bound on number of VS URB entries.
Chad Versace
- [Mesa-dev] [PATCH] gallivm: support indirect registers on both dimensions
Zack Rusin
- [Mesa-dev] [PATCH] gallivm: support indirect registers on both dimensions
Brian Paul
- [Mesa-dev] [PATCH 2/3] i965/gen7: Set MOCS L3 cacheability for IVB/BYT
Ville Syrjälä
- [Mesa-dev] [PATCH] swrast: Fix crash in sPriv->swrast_loader->getImage().
Brian Paul
- [Mesa-dev] [PATCH] i965/gs: Don't assign gl_Layer its own slot in the VUE map.
Paul Berry
- [Mesa-dev] [PATCH] glsl: propagate max_array_access through function calls
Matt Turner
- [Mesa-dev] [PATCH] glsl: propagate max_array_access through function calls
Dominik Behr
- [Mesa-dev] [PATCH] i965/gs: Don't assign gl_Layer its own slot in the VUE map.
Chad Versace
- [Mesa-dev] [PATCH 00/15] i965/gen6+: Support 128 varying components.
Paul Berry
- [Mesa-dev] [PATCH 01/15] i965/fs: Expose "urb_setup" as part of brw_wm_prog_data.
Paul Berry
- [Mesa-dev] [PATCH 02/15] i965/fs: Change brw_wm_prog_data::urb_read_length to num_varying_inputs.
Paul Berry
- [Mesa-dev] [PATCH 03/15] i965/fs: Consult brw_wm_prog_data::num_varying_inputs when setting up WM state.
Paul Berry
- [Mesa-dev] [PATCH 04/15] i965/sf: Use BRW_SF_URB_ENTRY_READ_OFFSET rather than hardcoded values.
Paul Berry
- [Mesa-dev] [PATCH 05/15] i965/sf: Consolidate common code for setting up gen6-7 attribute overrides.
Paul Berry
- [Mesa-dev] [PATCH 06/15] i965/sf: Consult brw_wm_prog_data when setting up SF/SBE state.
Paul Berry
- [Mesa-dev] [PATCH 07/15] i965/fs: Stop wasting input attribute space on gl_FragCoord and gl_FrontFacing.
Paul Berry
- [Mesa-dev] [PATCH 08/15] i965/gen6+: Remove VUE map dependency on userclip_active.
Paul Berry
- [Mesa-dev] [PATCH 09/15] i965/gs: Stop storing an input VUE map in the GS program key.
Paul Berry
- [Mesa-dev] [PATCH 10/15] i965/fs: Simplify computation of key.input_slots_valid during precompile.
Paul Berry
- [Mesa-dev] [PATCH 11/15] i965/fs: When >64 input components, order them to match prev pipeline stage.
Paul Berry
- [Mesa-dev] [PATCH 12/15] i965/vec4: Generate URB writes using a loop.
Paul Berry
- [Mesa-dev] [PATCH 13/15] i965/gen6: Fix assertions on VS/GS URB size.
Paul Berry
- [Mesa-dev] [PATCH 14/15] i965/ff_gs: Generate URB writes using a loop.
Paul Berry
- [Mesa-dev] [PATCH 15/15] i965/gen6+: Support 128 varying components.
Paul Berry
- [Mesa-dev] [PATCH 1/3] draw: cleanup the extra attribs
Stéphane Marchesin
- [Mesa-dev] [PATCH 1/3] draw: cleanup the extra attribs
Matt Turner
- [Mesa-dev] Mesa (git 20130828) fails to build on MIPS
Christophe Jarry
- [Mesa-dev] [PATCH] nv30: fix inconsistent setting of push->user_priv
Ilia Mirkin
- [Mesa-dev] Vendor-neutral OpenGL dispatching library
Andy Ritger
- [Mesa-dev] [PATCH] glx: Initialize OpenGL version to 1.0
Henri Verbeet
- [Mesa-dev] [PATCH 14/15] glapi: Setup autogeneration infrastructure for KHR_debug
Paul Berry
- [Mesa-dev] [PATCH 1/4] glsl: Refactor a bunch of the code out of cross_validate_outputs_to_inputs
Ian Romanick
- [Mesa-dev] [PATCH] glx: Fix for throwing BadDrawable (invalid Pixmap or Window parameter) by Xserver
Maniak, Lukasz
- [Mesa-dev] [PATCH] Fix for throwing BadDrawable (invalid Pixmap or Window parameter) by Xserver
Lukasz Maniak
- [Mesa-dev] [PATCH] Fix for throwing BadDrawable (invalid Pixmap or Window parameter) by Xserver
Ian Romanick
- [Mesa-dev] Mesa (git 20130828) fails to build on MIPS
Matt Turner
- [Mesa-dev] [PATCH 1/4] glsl: Refactor a bunch of the code out of cross_validate_outputs_to_inputs
Paul Berry
- [Mesa-dev] [PATCH 00/15] Implement KHR_debug
Ian Romanick
- [Mesa-dev] [PATCH 1/4] docs: initial 9.3 release notes file
Ian Romanick
- [Mesa-dev] [PATCH 2/4] mesa: Don't allow glSamplerParameteriv(GL_TEXTURE_CUBE_MAP_SEAMLESS) in ES
Ian Romanick
- [Mesa-dev] [PATCH 3/4] mesa: Always use seamless cubemap filtering in GLES3
Ian Romanick
- [Mesa-dev] [PATCH 4/4] i965: Enable AMD_seamless_cubemap_per_texture
Ian Romanick
- [Mesa-dev] [Bug 68953] New: DispatchSanity_test.GL31_CORE regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] Mesa (git 20130828) fails to build on MIPS
Dominik Behr
- [Mesa-dev] [PATCH 1/3] draw: cleanup the extra attribs
Stéphane Marchesin
- [Mesa-dev] [PATCH 00/15] Implement KHR_debug
Brian Paul
- [Mesa-dev] [PATCH] Revert "draw: cleanup the extra attribs"
Stéphane Marchesin
- [Mesa-dev] [PATCH v2] glx: Initialize OpenGL version to 1.0
Rico Schüller
- [Mesa-dev] [PATCH 00/15] Implement KHR_debug
Brian Paul
- [Mesa-dev] [PATCH] mesa: add GL_KHR_debug functions to dispatch_sanity.cpp
Brian Paul
- [Mesa-dev] [PATCH 1/3] draw: cleanup the extra attribs
Zack Rusin
- [Mesa-dev] [PATCH 00/15] Implement KHR_debug
Ian Romanick
- [Mesa-dev] [PATCH] Revert "draw: cleanup the extra attribs"
Zack Rusin
- [Mesa-dev] [PATCH 4/4] i965: Enable AMD_seamless_cubemap_per_texture
Chris Forbes
- [Mesa-dev] [PATCH] mesa: add GL_KHR_debug functions to dispatch_sanity.cpp
Ian Romanick
- [Mesa-dev] [PATCH 02/15] mesa: Share common code between ARB_debug_output and KHR_debug functions
Ian Romanick
- [Mesa-dev] [PATCH 10/15] mesa: Implement KHR_debug ObjectLabel functions
Ian Romanick
- [Mesa-dev] [PATCH 13/15] mesa: Remap debug type and severity
Ian Romanick
- [Mesa-dev] [PATCH 14/15] glapi: Setup autogeneration infrastructure for KHR_debug
Ian Romanick
- [Mesa-dev] [Bug 65475] Inconsistent use of both stderr and stdout for debug output
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/3] draw: cleanup the extra attribs
Stéphane Marchesin
- [Mesa-dev] [PATCH 1/3] draw: cleanup the extra attribs
Stéphane Marchesin
- [Mesa-dev] [PATCH] glsl: propagate max_array_access through function calls
Dominik Behr
- [Mesa-dev] [PATCH] glsl: propagate max_array_access through function calls
Dominik Behr
- [Mesa-dev] [PATCH] glsl: propagate max_array_access through function calls
Dominik Behr
- [Mesa-dev] [PATCH] r600g: pad IBs to a multiple of 4 DWs on r6xx
Alex Deucher
- [Mesa-dev] [PATCH 00/15] Implement KHR_debug
Timothy Arceri
- [Mesa-dev] GLSL built-in functions rewrite
Kenneth Graunke
- [Mesa-dev] [PATCH 01/21] glsl: Store a predicate for whether a built-in signature is available.
Kenneth Graunke
- [Mesa-dev] [PATCH 02/21] glsl: Convert ir_function_signature::is_builtin to a method.
Kenneth Graunke
- [Mesa-dev] [PATCH 03/21] glsl: Mark _mesa_glsl_parse_state::is_version() as const.
Kenneth Graunke
- [Mesa-dev] [PATCH 04/21] glsl: Add a method to tell whether a built-in is available.
Kenneth Graunke
- [Mesa-dev] [PATCH 05/21] glsl: Pass _mesa_glsl_parse_state into matching_signature and such.
Kenneth Graunke
- [Mesa-dev] [PATCH 06/21] glsl: Skip unavailable built-ins when matching signatures.
Kenneth Graunke
- [Mesa-dev] [PATCH 07/21] glsl: Skip unavailable built-ins when printing out similar candidates.
Kenneth Graunke
- [Mesa-dev] [PATCH 08/21] glsl: Initialize lod_info in the ir_texture constructor.
Kenneth Graunke
- [Mesa-dev] [PATCH 09/21] glsl: Add missing type inference support for ARB_gpu_shader5 unops.
Kenneth Graunke
- [Mesa-dev] [PATCH 10/21] glsl: Add an ir_expression triop constructor with type inference.
Kenneth Graunke
- [Mesa-dev] [PATCH 11/21] glsl: Add IR builder support for triops.
Kenneth Graunke
- [Mesa-dev] [PATCH 12/21] glsl: Add IR builder support for conditional assignments.
Kenneth Graunke
- [Mesa-dev] [PATCH 13/21] glsl: Add IR builder support for generating return statements.
Kenneth Graunke
- [Mesa-dev] [PATCH 14/21] glsl: Add a new ir_builder::dotlike() function.
Kenneth Graunke
- [Mesa-dev] [PATCH 15/21] glsl: Expose IR builder support for arbitrary swizzling.
Kenneth Graunke
- [Mesa-dev] [PATCH 16/21] glsl: Add IR builder shortcuts for a bunch of random opcodes.
Kenneth Graunke
- [Mesa-dev] [PATCH 17/21] glsl: Add optional parameters to the ir_factory constructor.
Kenneth Graunke
- [Mesa-dev] [PATCH 18/21] glsl: Write a new built-in function module.
Kenneth Graunke
- [Mesa-dev] [PATCH 19/21] glsl: Switch to the new built-in function module.
Kenneth Graunke
- [Mesa-dev] [PATCH 20/21] glsl: Remove builtin_compiler from the build system.
Kenneth Graunke
- [Mesa-dev] [PATCH 21/21] glsl: Delete old built-in function generation code.
Kenneth Graunke
- [Mesa-dev] [PATCH 13/15] mesa: Remap debug type and severity
Timothy Arceri
- [Mesa-dev] [PATCH v2] glx: Initialize OpenGL version to 1.0
Ian Romanick
- [Mesa-dev] [PATCH 13/15] mesa: Remap debug type and severity
Ian Romanick
- [Mesa-dev] [PATCH 18/21] glsl: Write a new built-in function module.
Erik Faye-Lund
- [Mesa-dev] [PATCH 02/15] mesa: Share common code between ARB_debug_output and KHR_debug functions
Timothy Arceri
- [Mesa-dev] [PATCH 18/21] glsl: Write a new built-in function module.
Kenneth Graunke
- [Mesa-dev] [PATCH 10/15] mesa: Implement KHR_debug ObjectLabel functions
Timothy Arceri
- [Mesa-dev] [PATCH 10/15] mesa: Implement KHR_debug ObjectLabel functions
Timothy Arceri
- [Mesa-dev] [PATCH 09/21] glsl: Add missing type inference support for ARB_gpu_shader5 unops.
Matt Turner
- [Mesa-dev] [PATCH 14/21] glsl: Add a new ir_builder::dotlike() function.
Matt Turner
- [Mesa-dev] [PATCH 16/21] glsl: Add IR builder shortcuts for a bunch of random opcodes.
Matt Turner
- [Mesa-dev] [PATCH 20/21] glsl: Remove builtin_compiler from the build system.
Matt Turner
- [Mesa-dev] GLSL built-in functions rewrite
Matt Turner
- [Mesa-dev] [PATCH 02/15] mesa: Share common code between ARB_debug_output and KHR_debug functions
Ian Romanick
- [Mesa-dev] [PATCH 09/21] glsl: Add missing type inference support for ARB_gpu_shader5 unops.
Kenneth Graunke
- [Mesa-dev] [PATCH 00/15] Implement KHR_debug
Ian Romanick
- [Mesa-dev] [PATCH 10/15] mesa: Implement KHR_debug ObjectLabel functions
Ian Romanick
- [Mesa-dev] [PATCH 14/21] glsl: Add a new ir_builder::dotlike() function.
Kenneth Graunke
- [Mesa-dev] [PATCH 10/15] mesa: Implement KHR_debug ObjectLabel functions
Timothy Arceri
- [Mesa-dev] [PATCH 02/15] mesa: Share common code between ARB_debug_output and KHR_debug functions
Timothy Arceri
- [Mesa-dev] [PATCH] i965/gen7: always lower textureGrad() on gen7
Chia-I Wu
- [Mesa-dev] [PATCH] docs: Add some notes on submitting patches
Timothy Arceri
- [Mesa-dev] [PATCH] i965/gen7: always lower textureGrad() on gen7
Chris Forbes
- [Mesa-dev] [PATCH 10/11] radeonsi: implement streamout shader support
Michel Dänzer
- [Mesa-dev] [PATCH 1/2] mesa: fix coding style of case statement
Timothy Arceri
- [Mesa-dev] [PATCH 2/2] mesa: add spec quote explaining why value is returned
Timothy Arceri
- [Mesa-dev] i915: crash in test, only OpenGL 1.4, on Windows OpenGL 2
Ville Syrjälä
- [Mesa-dev] [PATCH 18/21] glsl: Write a new built-in function module.
Pohjolainen, Topi
- [Mesa-dev] [PATCH 18/21] glsl: Write a new built-in function module.
Pohjolainen, Topi
- [Mesa-dev] [PATCH 18/21] glsl: Write a new built-in function module.
Pohjolainen, Topi
- [Mesa-dev] [PATCH 10/11] radeonsi: implement streamout shader support
Marek Olšák
- [Mesa-dev] [PATCH] i965/gen7: always lower textureGrad() on gen7
Chia-I Wu
- [Mesa-dev] Update: UVD status on loongson 3a platform
Chen Jie
- [Mesa-dev] [PATCH] Fix for throwing BadDrawable (invalid Pixmap or Window parameter) by Xserver
Maniak, Lukasz
- [Mesa-dev] [PATCH] Fix for throwing BadDrawable (invalid Pixmap or Window parameter) by Xserver
Alexander Monakov
- [Mesa-dev] [PATCH 1/2] gallium: comment that INSTANCEID doesn't include start_instance
Marek Olšák
- [Mesa-dev] [PATCH 2/2] radeonsi: fix gl_InstanceID with non-zero start_instance
Marek Olšák
- [Mesa-dev] [PATCH 1/2] gallium: comment that INSTANCEID doesn't include start_instance
Christian König
- [Mesa-dev] [PATCH] i965/gen7: always lower textureGrad() on gen7
Roland Scheidegger
- [Mesa-dev] [PATCH] Fix for throwing BadDrawable (invalid Pixmap or Window parameter) by Xserver
Alexander Monakov
- [Mesa-dev] [PATCH] R600/SI: expose TBUFFER_STORE_FORMAT_* for OpenGL transform feedback
Tom Stellard
- [Mesa-dev] [PATCH] docs: Add some notes on submitting patches
Brian Paul
- [Mesa-dev] [PATCH] R600/SI: expose TBUFFER_STORE_FORMAT_* for OpenGL transform feedback
Marek Olšák
- [Mesa-dev] [PATCH] glx: Fix for throwing BadDrawable (invalid Pixmap or Window parameter) by Xserver
Brian Paul
- [Mesa-dev] [PATCH 10/15] mesa: Implement KHR_debug ObjectLabel functions
Brian Paul
- [Mesa-dev] [PATCH 10/15] mesa: Implement KHR_debug ObjectLabel functions
Brian Paul
- [Mesa-dev] [PATCH 1/2] mesa: fix coding style of case statement
Brian Paul
- [Mesa-dev] Mesa (git 20130828) fails to build on MIPS
Christophe Jarry
- [Mesa-dev] [PATCH 2/4] mesa: Don't allow glSamplerParameteriv(GL_TEXTURE_CUBE_MAP_SEAMLESS) in ES
Paul Berry
- [Mesa-dev] [PATCH 1/2] R600/SI: Add isDS helper function to SIInstrInfo
Tom Stellard
- [Mesa-dev] [PATCH 2/2] R600/SI: Merge offset0 and offset1 fields for single address DS instructions
Tom Stellard
- [Mesa-dev] [PATCH 21/22] i965/gen7: Generalize gen7_vs_state in preparation for GS.
Kenneth Graunke
- [Mesa-dev] [PATCH 4/4] i965: Enable AMD_seamless_cubemap_per_texture
Paul Berry
- [Mesa-dev] Update: UVD status on loongson 3a platform
Jerome Glisse
- [Mesa-dev] Update: UVD status on loongson 3a platform
Jerome Glisse
- [Mesa-dev] Mesa (git 20130828) fails to build on MIPS
Christophe Jarry
- [Mesa-dev] [PATCH] R600: Don't use trans slot for instructions that read LDS source registers
Tom Stellard
- [Mesa-dev] [PATCH] r600g: pad IBs to a multiple of 4 DWs on r6xx
Marek Olšák
- [Mesa-dev] [PATCH 4/4] i965: Enable AMD_seamless_cubemap_per_texture
Kenneth Graunke
- [Mesa-dev] [PATCH] configure.ac: Add a more informative warning when libclc.pc is not found
Tom Stellard
- [Mesa-dev] [PATCH] configure.ac: Add a more informative warning when libclc.pc is not found
Matt Turner
- [Mesa-dev] [PATCH 1/3] i965: Add comments to the new brw_state_state structure's fields.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/3] i965: Increase the size of brw_stage_state::surf_offset.
Kenneth Graunke
- [Mesa-dev] [PATCH 3/3] i965: Use brw_stage_state for WM data as well.
Kenneth Graunke
- [Mesa-dev] [PATCH 10/15] mesa: Implement KHR_debug ObjectLabel functions
Ian Romanick
- [Mesa-dev] [PATCH 2/4] mesa: Don't allow glSamplerParameteriv(GL_TEXTURE_CUBE_MAP_SEAMLESS) in ES
Ian Romanick
- [Mesa-dev] [PATCH] mesa: Don't return any data for GL_SHADER_BINARY_FORMATS
Ian Romanick
- [Mesa-dev] [PATCH] configure.ac: Add a more informative warning when libclc.pc is not found v2
Tom Stellard
- [Mesa-dev] [PATCH 18/21] glsl: Write a new built-in function module.
Kenneth Graunke
- [Mesa-dev] [PATCH] build: Delete cross-compiling macros.
Kenneth Graunke
- [Mesa-dev] [PATCH 16/21] glsl: Add IR builder shortcuts for a bunch of random opcodes.
Kenneth Graunke
- [Mesa-dev] [PATCH] glsl: Add missing type inference for ir_binop_bfm.
Kenneth Graunke
- [Mesa-dev] [PATCH] build: Delete cross-compiling macros.
Matt Turner
- [Mesa-dev] [PATCH] glsl: Add missing type inference for ir_binop_bfm.
Matt Turner
- [Mesa-dev] [PATCH] configure.ac: Add a more informative warning when libclc.pc is not found v2
Matt Turner
- [Mesa-dev] [PATCH] Move nv30, nv50 and nvc0 to nouveau.
Johannes Obermayr
- [Mesa-dev] Mesa (git 20130828) fails to build on MIPS
Dominik Behr
- [Mesa-dev] [PATCH] r600g: pad IBs to a multiple of 4 DWs on r6xx
Dominik Behr
- [Mesa-dev] [PATCH] r600g: pad IBs to a multiple of 4 DWs on r6xx
Dominik Behr
- [Mesa-dev] [PATCH] vbo: Implement new gs prim types in vbo_count_tessellated_primitives.
Matt Turner
- [Mesa-dev] Update: UVD status on loongson 3a platform
cee1
- [Mesa-dev] Update: UVD status on loongson 3a platform
cee1
- [Mesa-dev] [Bug 69013] New: piglit arb_debug_output-api_error regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 69013] piglit arb_debug_output-api_error regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] Mesa (git 20130828) fails to build on MIPS
Matt Turner
- [Mesa-dev] [PATCH 1/2] R600/SI: Add isDS helper function to SIInstrInfo
Michel Dänzer
- [Mesa-dev] [PATCH 2/2] R600/SI: Merge offset0 and offset1 fields for single address DS instructions
Michel Dänzer
- [Mesa-dev] [PATCH] r600g: pad IBs to a multiple of 4 DWs on r6xx
Christian König
- [Mesa-dev] Update: UVD status on loongson 3a platform
Christian König
- [Mesa-dev] [PATCH] i965/gen7: always lower textureGrad() on gen7
Chia-I Wu
- [Mesa-dev] [PATCH] i965/gen7: always lower textureGrad() on gen7
Chia-I Wu
- [Mesa-dev] [PATCH 16/21] glsl: Add IR builder shortcuts for a bunch of random opcodes.
Erik Faye-Lund
- [Mesa-dev] [PATCH 1/2] r600g: pad IBs to a multiple of 8 DWs (v2)
Alex Deucher
- [Mesa-dev] [PATCH 2/2] radeonsi: pad IBs to a multiple of 8 DWs
Alex Deucher
- [Mesa-dev] [PATCH 2/2] radeonsi: pad IBs to a multiple of 8 DWs
Michel Dänzer
- [Mesa-dev] [PATCH 2/2] R600/SI: Merge offset0 and offset1 fields for single address DS instructions v2
Tom Stellard
- [Mesa-dev] [PATCH 3/6] st/clover: Unreference fences as early as possible
Niels Ole Salscheider
- [Mesa-dev] [PATCH 1/2] st/clover: Clear the complete queue
Niels Ole Salscheider
- [Mesa-dev] [PATCH 2/2] st/clover: Always flush the queue when waiting on an hard_event
Niels Ole Salscheider
- [Mesa-dev] [PATCH 2/2] radeonsi: pad IBs to a multiple of 8 DWs
Patrick Baggett
- [Mesa-dev] [Bug 69047] New: [swrast] piglit occulsion-query-discard regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 69047] [swrast] piglit occulsion-query-discard regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 16/21] glsl: Add IR builder shortcuts for a bunch of random opcodes.
Kenneth Graunke
- [Mesa-dev] [PATCH] mesa: Ensure gl_query_object is fully initialized.
Vinson Lee
- [Mesa-dev] [PATCH] radeonsi: fix and enable transform feedback for CIK
Marek Olšák
- [Mesa-dev] [Bug 69053] New: Account request
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/2] radeon/winsys: pad IBs to a multiple of 8 DWs
Alex Deucher
- [Mesa-dev] [PATCH 2/2] r600g: remove DMA padding
Alex Deucher
- [Mesa-dev] [PATCH 1/3] i965: Add comments to the new brw_state_state structure's fields.
Eric Anholt
- [Mesa-dev] [PATCH] mesa: Ensure gl_query_object is fully initialized.
Brian Paul
- [Mesa-dev] [PATCH 1/2] radeon/winsys: pad IBs to a multiple of 8 DWs
Marek Olšák
- [Mesa-dev] [PATCH] radeonsi: fix and enable transform feedback for CIK
Alex Deucher
- [Mesa-dev] [Bug 69047] [swrast] piglit occulsion-query-discard regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR flags to enforce no tiling.
Kristian Høgsberg
- [Mesa-dev] [PATCH 1/4] mesa: Disallow TransformFeedbackVaryings when active.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/4] mesa: Track the vertex program active at BeginTransformFeedback() time.
Kenneth Graunke
- [Mesa-dev] [PATCH 3/4] mesa: Reject ResumeTransformFeedback if the wrong program is bound.
Kenneth Graunke
- [Mesa-dev] [PATCH 4/4] glsl: Disallow relinking if a program is used by an active XFB object.
Kenneth Graunke
- [Mesa-dev] [PATCH 4/4] glsl: Disallow relinking if a program is used by an active XFB object.
Kenneth Graunke
- [Mesa-dev] [PATCH 0/5] MESA_shader_integer_mix
Matt Turner
- [Mesa-dev] [PATCH 1/5] glsl: Add conditional-select IR.
Matt Turner
- [Mesa-dev] [PATCH 2/5] i965: Add support for ir_triop_cond_sel.
Matt Turner
- [Mesa-dev] [PATCH 3/5] glsl: Use conditional-select in mix().
Matt Turner
- [Mesa-dev] [PATCH 4/5] glsl: Implement MESA_shader_integer_mix extension.
Matt Turner
- [Mesa-dev] [PATCH 5/5] i965: Enable MESA_shader_integer_mix.
Matt Turner
- [Mesa-dev] [PATCH 4/5] glsl: Implement MESA_shader_integer_mix extension.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/3] i965/gen7: Set MOCS L3 cacheability for IVB/BYT
Vedran Rodic
- [Mesa-dev] [PATCH 1/2] radeon/winsys: pad IBs to a multiple of 8 DWs
Christian König
- [Mesa-dev] [PATCH 4/4] glsl: Disallow relinking if a program is used by an active XFB object.
Marek Olšák
- [Mesa-dev] [Bug 69071] New: _eglGetNativePlatform should not fall back to build-time configuration
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 4/5] glsl: Implement MESA_shader_integer_mix extension.
Matt Turner
- [Mesa-dev] [PATCH 1/2] gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES
Ilia Mirkin
- [Mesa-dev] [PATCH 2/2] mesa/st: disable ARB_framebuffer_object when no driver support.
Ilia Mirkin
- [Mesa-dev] [PATCH 01/21] glsl: Store a predicate for whether a built-in signature is available.
Paul Berry
- [Mesa-dev] [Bug 69101] New: prime: black window
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 04/21] glsl: Add a method to tell whether a built-in is available.
Paul Berry
- [Mesa-dev] [Bug 69101] prime: black window
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 05/21] glsl: Pass _mesa_glsl_parse_state into matching_signature and such.
Paul Berry
- [Mesa-dev] [Bug 69101] prime: black window
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 5/5] i965: Enable MESA_shader_integer_mix.
Ian Romanick
- [Mesa-dev] [PATCH 1/5] glsl: Add conditional-select IR.
Ian Romanick
- [Mesa-dev] [PATCH 0/5] MESA_shader_integer_mix
Ian Romanick
- [Mesa-dev] [PATCH 1/2] radeon/winsys: pad IBs to a multiple of 8 DWs
Alex Deucher
- [Mesa-dev] [PATCH 18/21] glsl: Write a new built-in function module.
Paul Berry
- [Mesa-dev] GLSL built-in functions rewrite
Paul Berry
- [Mesa-dev] [PATCH] R600: Don't use trans slot for instructions that read LDS source registers
Vincent Lejeune
- [Mesa-dev] [Bug 69101] prime: black window
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 05/21] glsl: Pass _mesa_glsl_parse_state into matching_signature and such.
Kenneth Graunke
- [Mesa-dev] [PATCH 18/21] glsl: Write a new built-in function module.
Kenneth Graunke
- [Mesa-dev] GLSL built-in functions rewrite
Paul Berry
- [Mesa-dev] [PATCH 04/21] glsl: Add a method to tell whether a built-in is available.
Kenneth Graunke
- [Mesa-dev] [Bug 69135] New: Make EGLUT-Wayland code catch up with latest stable Wayland (1.2)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/3] gallium: add flush_resource context function
Grigori Goronzy
- [Mesa-dev] [PATCH 2/3] r600g: add support for separately allocated CMASKs
Grigori Goronzy
- [Mesa-dev] [PATCH 3/3] r600g: fast color clears for single-sample buffers
Grigori Goronzy
- [Mesa-dev] [PATCH] st/dri: do not create a new context for msaa copy
Maarten Lankhorst
- [Mesa-dev] [PATCH 1/2] gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES
Roland Scheidegger
- [Mesa-dev] [PATCH 1/2] gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES
Erik Faye-Lund
- [Mesa-dev] [PATCH] st/dri: do not create a new context for msaa copy
Marek Olšák
- [Mesa-dev] [PATCH 1/2] gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES
Roland Scheidegger
- [Mesa-dev] [PATCH 1/2] gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES
Marek Olšák
- [Mesa-dev] [PATCH 2/3] r600g: add support for separately allocated CMASKs
Marek Olšák
- [Mesa-dev] [PATCH 1/3] gallium: add flush_resource context function
Marek Olšák
- [Mesa-dev] [PATCH 2/2] R600/SI: Merge offset0 and offset1 fields for single address DS instructions v2
Michel Dänzer
- [Mesa-dev] [PATCH 3/3] r600g: fast color clears for single-sample buffers
Marek Olšák
- [Mesa-dev] [PATCH 1/2] gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES
Roland Scheidegger
- [Mesa-dev] [PATCH 0/9] i965/gen7 geometry shader support, series 4
Paul Berry
- [Mesa-dev] [PATCH 1/9] i965/gen7: Extract a function for setting up a shader stage's constants.
Paul Berry
- [Mesa-dev] [PATCH 2/9] i965/gs: Add a state atom to set up geometry shader state.
Paul Berry
- [Mesa-dev] [PATCH 3/9] glsl: During linking, record whether a GS uses EndPrimitive().
Paul Berry
- [Mesa-dev] [PATCH 4/9] i965/gs: Set control data header size/format appropriately for EndPrimitive().
Paul Berry
- [Mesa-dev] [PATCH 5/9] i965/gen7: Allow URB_WRITE channel masks to be used.
Paul Berry
- [Mesa-dev] [PATCH 6/9] i965/gen7: Add the ability to send URB_WRITE_OWORD messages.
Paul Berry
- [Mesa-dev] [PATCH 7/9] i965/gs: Add opcodes needed for EndPrimitive().
Paul Berry
- [Mesa-dev] [PATCH 8/9] i965/vec4: Add the ability to emit opcodes with just a dst register.
Paul Berry
- [Mesa-dev] [PATCH 9/9] i965/gs: implement EndPrimitive() functionality in the visitor.
Paul Berry
- [Mesa-dev] [PATCH 9/9] i965/gs: implement EndPrimitive() functionality in the visitor.
Ian Romanick
- [Mesa-dev] [PATCH 9/9] i965/gs: implement EndPrimitive() functionality in the visitor.
Paul Berry
- [Mesa-dev] [PATCH 00/15] i965/gen6+: Support 128 varying components.
Ian Romanick
- [Mesa-dev] [PATCH 9/9] i965/gs: implement EndPrimitive() functionality in the visitor.
Ian Romanick
- [Mesa-dev] [PATCH 00/15] i965/gen6+: Support 128 varying components.
Paul Berry
- [Mesa-dev] [PATCH 18/21] glsl: Write a new built-in function module.
Matt Turner
- [Mesa-dev] [PATCH 18/21] glsl: Write a new built-in function module.
Kenneth Graunke
- [Mesa-dev] [PATCH 3/3] i965: Use brw_stage_state for WM data as well.
Paul Berry
- [Mesa-dev] [PATCH 10/15] i965: Allow immediates to be folded into logical and shift instructions.
Matt Turner
- [Mesa-dev] [PATCH] glsl: Correctly validate fma()'s types.
Matt Turner
- [Mesa-dev] [PATCH] i965/vec4: Only zero out unused message components when there are any.
Kenneth Graunke
- [Mesa-dev] [PATCH 05/21] glsl: Pass _mesa_glsl_parse_state into matching_signature and such.
Paul Berry
- [Mesa-dev] [Bug 69148] New: configure does not accept --with-driver
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 10/15] i965: Allow immediates to be folded into logical and shift instructions.
Paul Berry
- [Mesa-dev] [PATCH 4/5] glsl: Implement MESA_shader_integer_mix extension.
Ian Romanick
- [Mesa-dev] [PATCH] glsl: Implement MESA_shader_integer_mix extension.
Matt Turner
- [Mesa-dev] [PATCH] i965/gen7: always lower textureGrad() on gen7
Ian Romanick
- [Mesa-dev] [PATCH] i965/gen7: always lower textureGrad() on gen7
Ian Romanick
- [Mesa-dev] [PATCH] i965/gen7: always lower textureGrad() on gen7
Ian Romanick
- [Mesa-dev] [PATCH 05/15] i965/sf: Consolidate common code for setting up gen6-7 attribute overrides.
Ian Romanick
- [Mesa-dev] [Bug 30279] corender broken on llvmpipe and swrast
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 30279] corender broken on llvmpipe and swrast
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] i965/vec4: Only zero out unused message components when there are any.
Chris Forbes
- [Mesa-dev] [PATCH 08/15] i965/gen6+: Remove VUE map dependency on userclip_active.
Ian Romanick
- [Mesa-dev] [Bug 62647] Wrong rendering of Dota 2 on Wine (apitrace attached) - Intel IVB HD4000
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] i965/vec4: Only zero out unused message components when there are any.
Ian Romanick
- [Mesa-dev] [PATCH] R600: add a test for SI.tbuffer.store
Marek Olšák
- [Mesa-dev] [PATCH] i965/vec4: Only zero out unused message components when there are any.
Ian Romanick
- [Mesa-dev] [PATCH] glsl: Correctly validate fma()'s types.
Kenneth Graunke
- [Mesa-dev] [PATCH 4/9] i965/gs: Set control data header size/format appropriately for EndPrimitive().
Chris Forbes
- [Mesa-dev] [PATCH 1/5] glsl: Add support for ldexp.
Matt Turner
- [Mesa-dev] [PATCH 2/5] glsl: Allow vectors to be created from ir_constant().
Matt Turner
- [Mesa-dev] [PATCH 3/5] glsl: Add ldexp_to_arith lowering pass.
Matt Turner
- [Mesa-dev] [PATCH 4/5] i965: Lower ldexp.
Matt Turner
- [Mesa-dev] [PATCH 5/5] glsl: Add frexp signatures and implementation.
Matt Turner
- [Mesa-dev] [PATCH 0/5] Implement ldexp and frexp built-ins
Matt Turner
- [Mesa-dev] [Bug 69148] configure does not accept --with-driver
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] i965/vec4: Only zero out unused message components when there are any.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/3] r600g: add support for separately allocated CMASKs
Grigori Goronzy
- [Mesa-dev] [PATCH 1/3] i965/vec4: Simplify the computation of coord_mask and zero_mask.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/3] i965/vec4: Only zero out unused message components when there are any.
Kenneth Graunke
- [Mesa-dev] [PATCH 3/3] i965: Add an assertion that writemask != NULL for non-ARFs.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/2] glsl: remove struct keyword from ir_variable declarations
Brian Paul
- [Mesa-dev] [PATCH 2/2] glsl: fix variadic macro for MSVC
Brian Paul
- [Mesa-dev] [PATCH] docs: Clean up autoconf.html.
Matt Turner
- [Mesa-dev] [Bug 69148] configure does not accept --with-driver
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 2/9] i965/gs: Add a state atom to set up geometry shader state.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/2] glsl: fix variadic macro for MSVC
Kenneth Graunke
- [Mesa-dev] [PATCH 3/9] glsl: During linking, record whether a GS uses EndPrimitive().
Kenneth Graunke
- [Mesa-dev] [PATCH 2/2] glsl: fix variadic macro for MSVC
Brian Paul
- [Mesa-dev] [PATCH] mesa: Ensure gl_sync_object is fully initialized.
Vinson Lee
- [Mesa-dev] [PATCH 4/9] i965/gs: Set control data header size/format appropriately for EndPrimitive().
Kenneth Graunke
- [Mesa-dev] [PATCH] mesa: Use correct enum conversion function.
Vinson Lee
- [Mesa-dev] regression on nvc0 since floating point compare instructions
Dave Airlie
- [Mesa-dev] regression on nvc0 since floating point compare instructions
Dave Airlie
- [Mesa-dev] [PATCH] radeonsi: Add parentheses around '|' operands.
Vinson Lee
- [Mesa-dev] [PATCH] glsl: Add missing va_end in builtin_builder::add_function.
Vinson Lee
- [Mesa-dev] [PATCH] glsl: Initialize builtin_builder member variables.
Vinson Lee
- [Mesa-dev] regression on nvc0 since floating point compare instructions
Dave Airlie
- [Mesa-dev] [PATCH] i965/gen7: always lower textureGrad() on gen7
Chia-I Wu
- [Mesa-dev] [PATCH] i965/gen7: always lower textureGrad() on gen7
Chia-I Wu
- [Mesa-dev] [PATCH] i965/gen7: always lower textureGrad() on gen7
Chia-I Wu
- [Mesa-dev] [PATCH] glsl: Initialize builtin_builder member variables.
Kenneth Graunke
- [Mesa-dev] [PATCH] glsl: Add missing va_end in builtin_builder::add_function.
Kenneth Graunke
- [Mesa-dev] [PATCH 7/9] i965/gs: Add opcodes needed for EndPrimitive().
Kenneth Graunke
- [Mesa-dev] [PATCH 0/9] i965/gen7 geometry shader support, series 4
Kenneth Graunke
- [Mesa-dev] [PATCH] radeonsi: Add parentheses around '|' operands.
Marek Olšák
- [Mesa-dev] regression on nvc0 since floating point compare instructions
Christoph Bumiller
- [Mesa-dev] regression on nvc0 since floating point compare instructions
Roland Scheidegger
- [Mesa-dev] regression on nvc0 since floating point compare instructions
Roland Scheidegger
- [Mesa-dev] [PATCH] mesa: Ensure gl_sync_object is fully initialized.
Brian Paul
- [Mesa-dev] [PATCH] mesa: Use correct enum conversion function.
Brian Paul
- [Mesa-dev] [Mesa-stable] [PATCH] docs: Clean up autoconf.html.
Brian Paul
- [Mesa-dev] Mesa (master): util: Fix unmatched parenthesis.
Brian Paul
- [Mesa-dev] [PATCH 01/17] mesa: Support GL_MAX_VERTEX_OUTPUT_COMPONENTS query with ES3
Ian Romanick
- [Mesa-dev] [PATCH 02/17] mesa: Track per-stage shader input and output limits independently
Ian Romanick
- [Mesa-dev] [PATCH 03/17] mesa: Use correct data for MAX_{VERTEX, GEOMETRY}_VARYING_COMPONENTS_ARB queries
Ian Romanick
- [Mesa-dev] [PATCH 04/17] mesa: Remove gl_constants::MaxVaryingComponents
Ian Romanick
- [Mesa-dev] [PATCH 05/17] mesa: Set default values for Max{Input, Output}Components in init_program_limits
Ian Romanick
- [Mesa-dev] [PATCH 06/17] i915: Set VertexProgram.MaxOutputComponents and FragmentProgram.MaxInputComponents
Ian Romanick
- [Mesa-dev] [PATCH 07/17] mesa: Get GL_MAX_VERTEX_OUTPUT_COMPONENTS from VertexProgram.MaxOutputComponents
Ian Romanick
- [Mesa-dev] [PATCH 08/17] mesa: Get GL_MAX_FRAGMENT_INPUT_COMPONENTS from FragmentProgram.MaxInputComponents
Ian Romanick
- [Mesa-dev] [PATCH 09/17] mesa: Expose MAX_GEOMETRY_{INPUT, OUTPUT}_COMPONENTS on OpenGL 3.2
Ian Romanick
- [Mesa-dev] [PATCH 10/17] mesa: Allow several ARB_geometry_shader4 queries in OpenGL 3.2
Ian Romanick
- [Mesa-dev] [PATCH 11/17] mesa: Get GL_MAX_VARYING_FLOATS_ARB from VertexProgram.MaxOutputComponents
Ian Romanick
- [Mesa-dev] [PATCH 12/17] glsl: Set VertexProgram.MaxOutputComponents and FragmentProgram.MaxInputComponents in standalone scaffolding
Ian Romanick
- [Mesa-dev] [PATCH 13/17] mesa: Fix broken call to print_table_stats
Ian Romanick
- [Mesa-dev] [PATCH 14/17] mesa: Silence GCC warning 'comparison between signed and unsigned integer expressions'
Ian Romanick
- [Mesa-dev] [PATCH 15/17] glsl: Count shader inputs and outputs separately
Ian Romanick
- [Mesa-dev] [PATCH 16/17] glsl: Set gl_MaxVaryingFloats et al. from VertexProgram.MaxOutputComponents and FragmentProgram.MaxInputComponents
Ian Romanick
- [Mesa-dev] [PATCH 17/17] glsl: Remove glsl_parser_state MaxVaryingFloats field
Ian Romanick
- [Mesa-dev] [PATCH 9/9] i965/gs: implement EndPrimitive() functionality in the visitor.
Kenneth Graunke
- [Mesa-dev] [PATCH 16/17] glsl: Set gl_MaxVaryingFloats et al. from VertexProgram.MaxOutputComponents and FragmentProgram.MaxInputComponents
Brian Paul
- [Mesa-dev] [PATCH 01/17] mesa: Support GL_MAX_VERTEX_OUTPUT_COMPONENTS query with ES3
Brian Paul
- [Mesa-dev] [PATCH 16/17] glsl: Set gl_MaxVaryingFloats et al. from VertexProgram.MaxOutputComponents and FragmentProgram.MaxInputComponents
Ian Romanick
- [Mesa-dev] [PATCH 1/2] st/gbm: Add $(WAYLAND_CFLAGS) for HAVE_EGL_PLATFORM_WAYLAND.
Johannes Obermayr
- [Mesa-dev] [PATCH 2/2] wayland-egl.pc requires wayland.pc.
Johannes Obermayr
- [Mesa-dev] [PATCH 2/2] wayland-egl.pc requires wayland.pc.
Kenneth Graunke
- [Mesa-dev] [PATCH 05/15] i965/sf: Consolidate common code for setting up gen6-7 attribute overrides.
Paul Berry
- [Mesa-dev] [PATCH v2 1/3] gallium: add flush_resource context function
Grigori Goronzy
- [Mesa-dev] [PATCH v2 2/3] r600g: add support for separately allocated CMASKs
Grigori Goronzy
- [Mesa-dev] [PATCH v2 3/3] r600g: fast color clears for single-sample buffers
Grigori Goronzy
- [Mesa-dev] [PATCH 08/15] i965/gen6+: Remove VUE map dependency on userclip_active.
Paul Berry
- [Mesa-dev] [Bug 69148] configure does not accept --with-driver
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/3] i965/vec4: Simplify the computation of coord_mask and zero_mask.
Chris Forbes
- [Mesa-dev] [PATCH 2/9] i965/gs: Add a state atom to set up geometry shader state.
Paul Berry
- [Mesa-dev] [Bug 69202] New: piglit fs-mix-float-float-bool regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 4/9] i965/gs: Set control data header size/format appropriately for EndPrimitive().
Paul Berry
- [Mesa-dev] [PATCH 4/9] i965/gs: Set control data header size/format appropriately for EndPrimitive().
Paul Berry
- [Mesa-dev] [PATCH 7/9] i965/gs: Add opcodes needed for EndPrimitive().
Paul Berry
- [Mesa-dev] [PATCH 7/9] i965/gs: Add opcodes needed for EndPrimitive().
Kenneth Graunke
- [Mesa-dev] [PATCH 7/9] i965/gs: Add opcodes needed for EndPrimitive().
Paul Berry
- [Mesa-dev] [PATCH 9/9] i965/gs: implement EndPrimitive() functionality in the visitor.
Paul Berry
- [Mesa-dev] [PATCH 9/9] i965/gs: implement EndPrimitive() functionality in the visitor.
Kenneth Graunke
- [Mesa-dev] [Demos] EGLUT Wayland patch
Tarnyko
- [Mesa-dev] [Demos] EGLUT Wayland patch
Armin K.
- [Mesa-dev] [PATCH 1/2] radeon/uvd: use more sane defaults for bitstream buffer size
Christian König
- [Mesa-dev] [PATCH 2/2] radeon/uvd: move more logic into the common files
Christian König
- [Mesa-dev] [PATCH] llvmpipe: Remove the special path for TGSI_OPCODE_EXP.
jfonseca at vmware.com
- [Mesa-dev] [PATCH] os: First check for __GLIBC__ and then for PIPE_OS_BSD
Andreas Boll
- [Mesa-dev] [PATCH] os: First check for __GLIBC__ and then for PIPE_OS_BSD
Brian Paul
- [Mesa-dev] [Bug 68953] DispatchSanity_test.GL31_CORE regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] llvmpipe: Remove the special path for TGSI_OPCODE_EXP.
Roland Scheidegger
- [Mesa-dev] [PATCH] llvmpipe: Remove the special path for TGSI_OPCODE_EXP.
Jose Fonseca
- [Mesa-dev] [PATCH] llvmpipe: Remove the special path for TGSI_OPCODE_EXP.
Jose Fonseca
- [Mesa-dev] [PATCH] llvmpipe: Remove the special path for TGSI_OPCODE_EXP.
Roland Scheidegger
- [Mesa-dev] [Bug 69202] piglit fs-mix-float-float-bool regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 5/5] glsl: Add frexp signatures and implementation.
Paul Berry
- [Mesa-dev] [Bug 69202] piglit fs-mix-float-float-bool regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 2/2] wayland-egl.pc requires wayland.pc.
Kenneth Graunke
- [Mesa-dev] [Bug 69202] piglit fs-mix-float-float-bool regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 69053] Account request
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/2] glsl: Add a new glsl_type::sampler_coordinate_components() function.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/2] glsl: Use sampler_coordinate_components instead of passing it by hand.
Kenneth Graunke
- [Mesa-dev] Updates to 9.2 branch
Ian Romanick
- [Mesa-dev] [PATCH 1/2] glsl: Add a new glsl_type::sampler_coordinate_components() function.
Ian Romanick
- [Mesa-dev] [PATCH 1/2] radeon/uvd: use more sane defaults for bitstream buffer size
Alex Deucher
- [Mesa-dev] Mesa (git 20130828) fails to build on MIPS
Christophe Jarry
- [Mesa-dev] [PATCH 03/17] mesa: Use correct data for MAX_{VERTEX, GEOMETRY}_VARYING_COMPONENTS_ARB queries
Paul Berry
- [Mesa-dev] [PATCH 01/17] mesa: Support GL_MAX_VERTEX_OUTPUT_COMPONENTS query with ES3
Marek Olšák
- [Mesa-dev] [PATCH 03/17] mesa: Use correct data for MAX_{VERTEX, GEOMETRY}_VARYING_COMPONENTS_ARB queries
Ian Romanick
- [Mesa-dev] [PATCH 09/17] mesa: Expose MAX_GEOMETRY_{INPUT, OUTPUT}_COMPONENTS on OpenGL 3.2
Paul Berry
- [Mesa-dev] [PATCH 11/17] mesa: Get GL_MAX_VARYING_FLOATS_ARB from VertexProgram.MaxOutputComponents
Paul Berry
- [Mesa-dev] [PATCH 09/17] mesa: Expose MAX_GEOMETRY_{INPUT, OUTPUT}_COMPONENTS on OpenGL 3.2
Ian Romanick
- [Mesa-dev] [PATCH 17/17] glsl: Remove glsl_parser_state MaxVaryingFloats field
Paul Berry
- [Mesa-dev] The long way to a faster build with shared libs and some fixes ...
Johannes Obermayr
- [Mesa-dev] [PATCH 01/21] ilo: Fix out-of-tree build.
Johannes Obermayr
- [Mesa-dev] [PATCH 02/21] Suppress clang's warnings about unused CFLAGS and CXXFLAGS.
Johannes Obermayr
- [Mesa-dev] [PATCH 03/21] configure.ac: Save user {C, CXX}FLAGS and append them at end.
Johannes Obermayr
- [Mesa-dev] [PATCH 04/21] radeon: Build and use libradeon the right way.
Johannes Obermayr
- [Mesa-dev] [PATCH 05/21] gallium/targets: Make use of prebuilt libdricommon.la.
Johannes Obermayr
- [Mesa-dev] [PATCH 06/21] Drop support for --enable-static / --disable-shared.
Johannes Obermayr
- [Mesa-dev] [PATCH 07/21] gallium/auxiliary: Build libgallium shared.
Johannes Obermayr
- [Mesa-dev] [PATCH 08/21] Drop last parts of compatibility for the old Mesa build system.
Johannes Obermayr
- [Mesa-dev] [PATCH 09/21] mapi: Build libglapi always shared.
Johannes Obermayr
- [Mesa-dev] [PATCH 10/21] mesa: Build libmesa shared.
Johannes Obermayr
- [Mesa-dev] [PATCH 11/21] Install all internal shared libs to $(libdir)/mesa-$VERSION.
Johannes Obermayr
- [Mesa-dev] [PATCH 12/21] Also do it for egl_gallium.so, pipe_*.so and gbm_gallium_drm.
Johannes Obermayr
- [Mesa-dev] [PATCH 13/21] Makefile.am: s:-no-undefined:-Wl, --no-undefined to make it work.
Johannes Obermayr
- [Mesa-dev] [PATCH 14/21] gallium/drivers: Build libs -shared.
Johannes Obermayr
- [Mesa-dev] [PATCH 15/21] vdpau, xvmc: Add install-data-hooks to remove unneccessary symlinks.
Johannes Obermayr
- [Mesa-dev] [PATCH 16/21] glx: Get rid of libglx.la.
Johannes Obermayr
- [Mesa-dev] [PATCH 17/21] gbm: Get rid of libgbm_dri.la.
Johannes Obermayr
- [Mesa-dev] [PATCH 18/21] i915: Conditionally build an i915g driver instead of two i915 drivers.
Johannes Obermayr
- [Mesa-dev] [PATCH 19/21] freedreno: Make print_sequence a macro to fix clang.
Johannes Obermayr
- [Mesa-dev] [PATCH 20/21] freedreno: One Makefile.am with a Makefile.sources is enough.
Johannes Obermayr
- [Mesa-dev] [PATCH 21/21] clover: Force gcc and g++ to fix clang builds.
Johannes Obermayr
- [Mesa-dev] [PATCH v2 1/3] gallium: add flush_resource context function
Marek Olšák
- [Mesa-dev] The long way to a faster build with shared libs and some fixes ...
Tom Stellard
- [Mesa-dev] [PATCH 11/17] mesa: Get GL_MAX_VARYING_FLOATS_ARB from VertexProgram.MaxOutputComponents
Ian Romanick
- [Mesa-dev] The long way to a faster build with shared libs and some fixes ...
Marek Olšák
- [Mesa-dev] The long way to a faster build with shared libs and some fixes ...
Marek Olšák
- [Mesa-dev] The long way to a faster build with shared libs and some fixes ...
Johannes Obermayr
- [Mesa-dev] [PATCH] mesa: Return nonzero length only if memcpy occurs.
Vinson Lee
- [Mesa-dev] regression on nvc0 since floating point compare instructions
Dave Airlie
- [Mesa-dev] [PATCH] R600: add a test for SI.tbuffer.store
Tom Stellard
- [Mesa-dev] mesa-dev Digest, Vol 42, Issue 98
Timothy Arceri
- [Mesa-dev] [PATCH 01/21] ilo: Fix out-of-tree build.
Chia-I Wu
- [Mesa-dev] [PATCH 5/5] glsl: Add frexp signatures and implementation.
Matt Turner
- [Mesa-dev] [PATCH 01/21] ilo: Fix out-of-tree build.
Matt Turner
- [Mesa-dev] [PATCH] i965/hsw: approximate DDX with a uniform value across a subspan
Chia-I Wu
- [Mesa-dev] [PATCH 03/21] configure.ac: Save user {C, CXX}FLAGS and append them at end.
Matt Turner
- [Mesa-dev] [PATCH] i965/gen7: always lower textureGrad() on gen7
Chia-I Wu
- [Mesa-dev] [PATCH] i965/gen7: always lower textureGrad() on gen7
Chia-I Wu
- [Mesa-dev] [PATCH] i965/hsw: approximate DDX with a uniform value across a subspan
Chris Forbes
- [Mesa-dev] The long way to a faster build with shared libs and some fixes ...
Christian König
- [Mesa-dev] [PATCH] glsl/tests: Add a test for properties of sampler types.
Kenneth Graunke
- [Mesa-dev] The long way to a faster build with shared libs and some fixes ...
Mathias Fröhlich
- [Mesa-dev] The long way to a faster build with shared libs and some fixes ...
Kenneth Graunke
- [Mesa-dev] [Demos] EGLUT Wayland patch
Tarnyko
- [Mesa-dev] [PATCH] i965/hsw: approximate DDX with a uniform value across a subspan
Chia-I Wu
- [Mesa-dev] [PATCH] i965/hsw: approximate DDX with a uniform value across a subspan
Chris Forbes
- [Mesa-dev] [PATCH] i965/hsw: approximate DDX with a uniform value across a subspan
Chia-I Wu
- [Mesa-dev] The long way to a faster build with shared libs and some fixes ...
Johannes Obermayr
- [Mesa-dev] The long way to a faster build with shared libs and some fixes ...
Marek Olšák
- [Mesa-dev] The long way to a faster build with shared libs and some fixes ...
Johannes Obermayr
- [Mesa-dev] The long way to a faster build with shared libs and some fixes ...
Christian König
- [Mesa-dev] regression on nvc0 since floating point compare instructions
Roland Scheidegger
- [Mesa-dev] regression on nvc0 since floating point compare instructions
Christoph Bumiller
- [Mesa-dev] [PATCH] i965/hsw: approximate DDX with a uniform value across a subspan
Ian Romanick
- [Mesa-dev] [PATCH] glsl/tests: Add a test for properties of sampler types.
Ian Romanick
- [Mesa-dev] [PATCH] mesa: Rename MESA_shader_integer_mix to EXT_shader_integer_mix
Ian Romanick
- [Mesa-dev] [PATCH] mesa: Rename MESA_shader_integer_mix to EXT_shader_integer_mix
Matt Turner
- [Mesa-dev] [PATCH] mesa: Rename MESA_shader_integer_mix to EXT_shader_integer_mix
Roland Scheidegger
- [Mesa-dev] [RFC] Consolidate the remaining source files to Makefile.sources
Jakob Bornecrantz
- [Mesa-dev] [PATCH] gallium/dri-targets: hide all symbols except for __driDriverExtensions
Jakob Bornecrantz
- [Mesa-dev] [Bug 69285] New: LLVM rendering bug
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 69285] LLVM rendering bug
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 69285] LLVM rendering bug
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] glsl/builtins: Fix {texture1D, texture2D, shadow1D}ArrayLod availibility.
Paul Berry
- [Mesa-dev] [Bug 69285] Enabling LLVM results in substantially different rendering
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] glsl/builtins: Fix {texture1D, texture2D, shadow1D}ArrayLod availibility.
Kenneth Graunke
- [Mesa-dev] [PATCH] mesa: Rename MESA_shader_integer_mix to EXT_shader_integer_mix
Ian Romanick
- [Mesa-dev] The long way to a faster build with shared libs and some fixes ...
Ian Romanick
- [Mesa-dev] RFC: Fixing FB issues in nv30 gallium
Ilia Mirkin
- [Mesa-dev] gallium-bind-sampler-states branch
Brian Paul
- [Mesa-dev] RFC: Fixing FB issues in nv30 gallium
Roland Scheidegger
- [Mesa-dev] gallium-bind-sampler-states branch
Chia-I Wu
- [Mesa-dev] [PATCH] i965/hsw: approximate DDX with a uniform value across a subspan
Chia-I Wu
- [Mesa-dev] [PATCH] i965/hsw: approximate DDX with a uniform value across a subspan
Chris Forbes
- [Mesa-dev] [PATCH] i965/hsw: compute DDX in a subspan based only on top row
Chia-I Wu
- [Mesa-dev] [PATCH] android: Remove builtin_compiler
Adrian Negreanu
- [Mesa-dev] [PATCH] android: Remove builtin_compiler
Ian Romanick
- [Mesa-dev] [PATCH] android: Remove builtin_compiler
Adrian M Negreanu
- [Mesa-dev] [Bug 69321] New: starting openCL crashes/boots system
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 69321] starting openCL crashes/boots system
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 69321] starting openCL crashes/boots system
bugzilla-daemon at freedesktop.org
- [Mesa-dev] gallium-bind-sampler-states branch
Roland Scheidegger
- [Mesa-dev] [PATCH v3] wayland: Add support for eglSwapInterval
Neil Roberts
- [Mesa-dev] [PATCH] gallivm: some bits of seamless cube filtering implementation
sroland at vmware.com
- [Mesa-dev] [PATCH v3] wayland: Add support for eglSwapInterval
Neil Roberts
- [Mesa-dev] [PATCH] glsl: Enable extensions implied by GLSL 3.30
Ian Romanick
- [Mesa-dev] [PATCH] mesa: Remove all traces of GL_OES_matrix_get
Ian Romanick
- [Mesa-dev] [PATCH] gallivm: some bits of seamless cube filtering implementation
sroland at vmware.com
- [Mesa-dev] [PATCH] mesa: Remove all traces of GL_OES_matrix_get
Kenneth Graunke
- [Mesa-dev] [PATCH] glsl: Enable extensions implied by GLSL 3.30
Kenneth Graunke
- [Mesa-dev] [PATCH 1/3] glsl: Enable ARB_explicit_attrib_location in GLSL 3.30.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/3] glsl: Set ARB_shader_bit_encoding_enable = true for GLSL 3.30 / ES 3.00.
Kenneth Graunke
- [Mesa-dev] [PATCH 3/3] glsl: Drop shader_bit_encoding version checks.
Kenneth Graunke
- [Mesa-dev] [PATCH 11/17] mesa: Get GL_MAX_VARYING_FLOATS_ARB from VertexProgram.MaxOutputComponents
Paul Berry
- [Mesa-dev] [PATCH] i965/hsw: compute DDX in a subspan based only on top row
Paul Berry
- [Mesa-dev] [PATCH 1/3] i965: Introduce a prog_data temporary in gen6_upload_wm_push_constants.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/3] i965: Set brw_stage_state::push_const_size for PS constants.
Kenneth Graunke
- [Mesa-dev] [PATCH 3/3] i965: Use gen7_upload_constant_state for 3DSTATE_CONSTANT_PS as well.
Kenneth Graunke
- [Mesa-dev] [PATCH] st/mesa: don't dereference stObj->pt if NULL
Dave Airlie
- [Mesa-dev] [PATCH] mesa: Check for valid debug label before memcpy.
Vinson Lee
- [Mesa-dev] regression on nvc0 since floating point compare instructions
Dave Airlie
- [Mesa-dev] i965 surface state tidying, part 1
Kenneth Graunke
- [Mesa-dev] [PATCH 1/4] i965: Refactor Gen7+ SURFACE_STATE setup for buffer surfaces.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/4] i965: Share Gen7+ SURFACE_STATE setup for textures and renderbuffers.
Kenneth Graunke
- [Mesa-dev] [PATCH 3/4] i965: Remove MIPLAYOUT_BELOW from Gen4-6 constant buffer surface state.
Kenneth Graunke
- [Mesa-dev] [PATCH 4/4] i965: Refactor Gen4-6 SURFACE_STATE setup for buffer surfaces.
Kenneth Graunke
- [Mesa-dev] [Bug 69354] New: glxgears window displayed in a mess and showing error messages in terminal
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 69354] glxgears window displayed in a mess and showing error messages in terminal
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] xdemos/corender: remove obsolete function gethostbyname
david.heidelberger
- [Mesa-dev] [Bug 69354] glxgears window displayed in a mess and showing error messages in terminal
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] st/mesa: don't dereference stObj->pt if NULL
Brian Paul
- [Mesa-dev] [PATCH] st/mesa: don't dereference stObj->pt if NULL
Brian Paul
- [Mesa-dev] [PATCH] gallivm: some bits of seamless cube filtering implementation
Brian Paul
- [Mesa-dev] [PATCH] mesa: Check for valid debug label before memcpy.
Brian Paul
- [Mesa-dev] [PATCH 1/3] mesa: asst. clean-ups in copy_label()
Brian Paul
- [Mesa-dev] [PATCH 2/3] mesa: use caller string in error message in get_label_pointer()
Brian Paul
- [Mesa-dev] [PATCH 3/3] mesa: add missing error checks in _mesa_GetObject[Ptr]Label()
Brian Paul
- [Mesa-dev] [PATCH 1/2] mesa: minor fix-ups for _mesa_validate_sync()
Brian Paul
- [Mesa-dev] [PATCH 2/2] mesa: check for bufSize > 0 in _mesa_GetSynciv()
Brian Paul
- [Mesa-dev] gallium-bind-sampler-states branch
Brian Paul
- [Mesa-dev] [Bug 69354] glxgears window displayed in a mess and showing error messages in terminal
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] i965: Add some missing bits to {mesa, brw, cache}_bits[].
Paul Berry
- [Mesa-dev] [PATCH] i965/gs: Implement basic gl_PrimitiveIDIn functionality.
Paul Berry
- [Mesa-dev] [PATCH] vdpau/decode: Check max width and max height.
Rico Schüller
- [Mesa-dev] [PATCH] i965/gs: Implement basic gl_PrimitiveIDIn functionality.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/4] glsl: Keep track of location for interface block fields.
Paul Berry
- [Mesa-dev] [PATCH 2/4] glsl/gs: add gl_in support to builtin_variables.cpp.
Paul Berry
- [Mesa-dev] [PATCH 3/4] glsl/gs: handle gl_ClipDistance geometry input in lower_clip_distance.
Paul Berry
- [Mesa-dev] [PATCH 4/4] i965/gs: Fixup gl_PointSize on entry to geometry shaders.
Paul Berry
- [Mesa-dev] [PATCH 1/2] i965/gs: Add new primitive types.
Paul Berry
- [Mesa-dev] [PATCH 2/2] i965/gs: New gs primitive types are supported by HW primitive restart.
Paul Berry
- [Mesa-dev] [PATCH 2/2] i965/gs: New gs primitive types are supported by HW primitive restart.
Kenneth Graunke
- [Mesa-dev] [PATCH] i965: Add some missing bits to {mesa, brw, cache}_bits[].
Kenneth Graunke
- [Mesa-dev] [Bug 69354] glxgears window displayed in a mess and showing error messages in terminal
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 00/24] Support for ARB_shader_atomic_counters.
Francisco Jerez
- [Mesa-dev] [PATCH 01/24] mesa: Fix misplaced includes of "main/uniforms.h".
Francisco Jerez
- [Mesa-dev] [PATCH 02/24] glsl: Initialize all member variables of _mesa_glsl_parse_state on construction.
Francisco Jerez
- [Mesa-dev] [PATCH 03/24] i965: Initialize all member variables of vec4_instruction on construction.
Francisco Jerez
- [Mesa-dev] [PATCH 04/24] ralloc: Unify overloads of the new operator and guarantee object destruction.
Francisco Jerez
- [Mesa-dev] [PATCH 05/24] glapi: Add support for ARB_shader_atomic_counters.
Francisco Jerez
- [Mesa-dev] [PATCH 06/24] mesa: Add support for ARB_shader_atomic_counters.
Francisco Jerez
- [Mesa-dev] [PATCH 07/24] glsl: Add extension enables for ARB_shader_atomic_counters.
Francisco Jerez
- [Mesa-dev] [PATCH 08/24] glsl: Add new atomic_uint built-in GLSL type.
Francisco Jerez
- [Mesa-dev] [PATCH 09/24] glsl: Add IR node for atomic operations.
Francisco Jerez
- [Mesa-dev] [PATCH 10/24] glsl: Implement parser support for atomic counters.
Francisco Jerez
- [Mesa-dev] [PATCH 11/24] glsl: Add built-in functions and constants required for ARB_shader_atomic_counters.
Francisco Jerez
- [Mesa-dev] [PATCH 12/24] glsl: Add predicate to determine if an IR node has side effects.
Francisco Jerez
- [Mesa-dev] [PATCH 13/24] glsl: Linker support for ARB_shader_atomic_counters.
Francisco Jerez
- [Mesa-dev] [PATCH 14/24] i965: Define vtbl method that initializes an untyped R/W surface.
Francisco Jerez
- [Mesa-dev] [PATCH 15/24] i965: Implement ABO surface state emission.
Francisco Jerez
- [Mesa-dev] [PATCH 16/24] i965/gen7: Implement code generation for untyped atomic instructions.
Francisco Jerez
- [Mesa-dev] [PATCH 17/24] i965/gen7: Implement code generation for untyped surface read instructions.
Francisco Jerez
- [Mesa-dev] [PATCH 18/24] i965: Add a 'has_side_effects' back-end instruction predicate.
Francisco Jerez
- [Mesa-dev] [PATCH 19/24] i965: Handle the 'atomic_uint' GLSL type.
Francisco Jerez
- [Mesa-dev] [PATCH 0/6] Support for 10 bpc EGLSurface
Kristian Høgsberg
- [Mesa-dev] [PATCH 1/6] egl_dri2: Match X11 visuals using rgba masks instead of depth
Kristian Høgsberg
- [Mesa-dev] [PATCH 2/6] egl_dri2: Remove depth argument from dri2_add_config()
Kristian Høgsberg
- [Mesa-dev] [PATCH 3/6] dri/common: Add support for creating ARGB2101010 configs
Kristian Høgsberg
- [Mesa-dev] [PATCH 4/6] i965: Create ARGB2101010 DRI configs
Kristian Høgsberg
- [Mesa-dev] [PATCH 5/6] dri: Add __DRIimage support for the ARGB2101010 format
Kristian Høgsberg
- [Mesa-dev] [PATCH 6/6] gbm: Add support for gbm bos and surfaces using GBM_FORMAT_ARGB2101010
Kristian Høgsberg
- [Mesa-dev] [PATCH 20/24] i965: Add brw_reg constructors taking a dynamically determined vector width.
Francisco Jerez
- [Mesa-dev] [PATCH 21/24] i965/gen7: Handle atomic instructions from the FS back-end.
Francisco Jerez
- [Mesa-dev] [PATCH 22/24] i965/gen7: Handle atomic instructions from the VEC4 back-end.
Francisco Jerez
- [Mesa-dev] [PATCH 23/24] i965/gen7: Expose ARB_shader_atomic_counters.
Francisco Jerez
- [Mesa-dev] [PATCH 24/24] i965: Simplify the shader time code by using atomic counter helpers.
Francisco Jerez
- [Mesa-dev] [PATCH V3 00/11] ARB_texture_gather for i965 Gen7
Chris Forbes
- [Mesa-dev] [PATCH V3 01/11] mesa: add texture gather changes
Chris Forbes
- [Mesa-dev] [PATCH V3 02/11] glsl: add texture gather changes
Chris Forbes
- [Mesa-dev] [PATCH V3 03/11] i965: add SHADER_OPCODE_TG4
Chris Forbes
- [Mesa-dev] [PATCH V3 04/11] i965/fs: Add support for ir_tg4
Chris Forbes
- [Mesa-dev] [PATCH V3 05/11] i965/vs: Add support for ir_tg4
Chris Forbes
- [Mesa-dev] [PATCH V3 06/11] i965: w/a for gather4 green RG32F
Chris Forbes
- [Mesa-dev] [PATCH V3 07/11] i965: Add BRW_SURFACEFORMAT_R32G32_FLOAT_LD, required for IVB gather4 w/a
Chris Forbes
- [Mesa-dev] [PATCH V3 08/11] i965: make room in the binding table for a full alternate set of surface_states
Chris Forbes
- [Mesa-dev] [PATCH V3 09/11] i965: Emit a second set of SURFACE_STATE for gather4 from textures.
Chris Forbes
- [Mesa-dev] [PATCH V3 10/11] i965: use gather slots in the binding table for gather4.
Chris Forbes
- [Mesa-dev] [PATCH V3 11/11] i965: Enable ARB_texture_gather on Gen7
Chris Forbes
- [Mesa-dev] [PATCH] i965: Fix cube array coordinate normalization
Chris Forbes
- [Mesa-dev] [PATCH] vdpau/decode: Check max width and max height.
Christian König
- [Mesa-dev] gallium-bind-sampler-states branch
Chia-I Wu
- [Mesa-dev] [PATCH] i965/hsw: compute DDX in a subspan based only on top row
Mark Mueller
- [Mesa-dev] [PATCH 05/15] i965/sf: Consolidate common code for setting up gen6-7 attribute overrides.
Kenneth Graunke
- [Mesa-dev] [PATCH 11/15] i965/fs: When >64 input components, order them to match prev pipeline stage.
Kenneth Graunke
- [Mesa-dev] [PATCH 15/15] i965/gen6+: Support 128 varying components.
Kenneth Graunke
- [Mesa-dev] [PATCH 3/3] mesa: add missing error checks in _mesa_GetObject[Ptr]Label()
Timothy Arceri
- [Mesa-dev] [PATCH 0/6] Support for 10 bpc EGLSurface
Daniel Vetter
- [Mesa-dev] [PATCH] i965/hsw: compute DDX in a subspan based only on top row
Chia-I Wu
- [Mesa-dev] [PATCH] i965/hsw: compute DDX in a subspan based only on top row
Chia-I Wu
- [Mesa-dev] [PATCH] i965/hsw: compute DDX in a subspan based only on top row
Chia-I Wu
- [Mesa-dev] [PATCH] egl: add EGL_WAYLAND_Y_INVERTED_WL attribute
Stanislav Vorobiov
- [Mesa-dev] [PATCH] egl: add EGL_WAYLAND_Y_INVERTED_WL attribute
Stanislav Vorobiov
- [Mesa-dev] [PATCH v3] wayland: Add support for eglSwapInterval
Pekka Paalanen
- [Mesa-dev] [PATCH 3/3] mesa: add missing error checks in _mesa_GetObject[Ptr]Label()
Timothy Arceri
- [Mesa-dev] a newbie asking newbie questions
Rogovin, Kevin
- [Mesa-dev] gallium-bind-sampler-states branch
Roland Scheidegger
- [Mesa-dev] [PATCH 3/3] mesa: add missing error checks in _mesa_GetObject[Ptr]Label()
Brian Paul
- [Mesa-dev] gallium-bind-sampler-states branch
Brian Paul
- [Mesa-dev] a newbie asking newbie questions
Eric Anholt
- [Mesa-dev] gallium-bind-sampler-states branch
Brian Paul
- [Mesa-dev] gallium-bind-sampler-states branch
Chia-I Wu
- [Mesa-dev] [PATCH 1/4] i965: Refactor Gen7+ SURFACE_STATE setup for buffer surfaces.
Eric Anholt
- [Mesa-dev] gallium-bind-sampler-states branch
Roland Scheidegger
- [Mesa-dev] [PATCH 11/15] i965/fs: When >64 input components, order them to match prev pipeline stage.
Paul Berry
- [Mesa-dev] [PATCH 1/4] i965: Refactor Gen7+ SURFACE_STATE setup for buffer surfaces.
Kenneth Graunke
- [Mesa-dev] Could use your help with a bug involving piglit, waffle, and egl.
Paul Berry
- [Mesa-dev] [Bug 69437] Composite Bypass no longer works
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 3/3] glsl: Drop shader_bit_encoding version checks.
Paul Berry
- [Mesa-dev] [PATCH 3/3] i965: Use gen7_upload_constant_state for 3DSTATE_CONSTANT_PS as well.
Paul Berry
- [Mesa-dev] [Bug 69437] Composite Bypass no longer works
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/4] i965: Refactor Gen7+ SURFACE_STATE setup for buffer surfaces.
Paul Berry
- [Mesa-dev] [Bug 69437] Composite Bypass no longer works
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 2/4] i965: Share Gen7+ SURFACE_STATE setup for textures and renderbuffers.
Paul Berry
- [Mesa-dev] [PATCH 1/4] i965: Refactor Gen7+ SURFACE_STATE setup for buffer surfaces.
Paul Berry
- [Mesa-dev] [PATCH 3/4] i965: Remove MIPLAYOUT_BELOW from Gen4-6 constant buffer surface state.
Paul Berry
- [Mesa-dev] [PATCH 4/4] i965: Refactor Gen4-6 SURFACE_STATE setup for buffer surfaces.
Paul Berry
- [Mesa-dev] [PATCH 1/5] i965: Update comments in brw_vec4_upload_binding_table().
Kenneth Graunke
- [Mesa-dev] [PATCH 2/5] i965: Convert loop to memcpy in brw_vec4_upload_binding_table().
Kenneth Graunke
- [Mesa-dev] [PATCH 3/5] i965: Generalize brw_vec4_upload_binding_table() beyond vec4 stages.
Kenneth Graunke
- [Mesa-dev] [PATCH 4/5] i965: Use brw_upload_binding_table() for the pixel shader as well.
Kenneth Graunke
- [Mesa-dev] [PATCH 5/5] i965: Move binding table code to a new file, brw_binding_tables.c.
Kenneth Graunke
- [Mesa-dev] [PATCH] egl: add EGL_WAYLAND_Y_INVERTED_WL attribute
Kristian Høgsberg
- [Mesa-dev] [PATCH] i965: Fix brw_vs_prog_data_compare to actually check field members.
Kenneth Graunke
- [Mesa-dev] [PATCH] i965: Fix brw_gs_prog_data_compare to actually check field members.
Kenneth Graunke
- [Mesa-dev] [PATCH] glsl: Delete builtin_builder::shader when destroying built-ins.
Kenneth Graunke
- [Mesa-dev] a newbie asking newbie questions
Rogovin, Kevin
- [Mesa-dev] a newbie asking newbie questions
Kenneth Graunke
- [Mesa-dev] a newbie asking newbie questions
Paul Berry
- [Mesa-dev] a newbie asking newbie questions
Eric Anholt
- [Mesa-dev] [PATCH 1/5] i965: Update comments in brw_vec4_upload_binding_table().
Eric Anholt
- [Mesa-dev] [PATCH 03/24] i965: Initialize all member variables of vec4_instruction on construction.
Paul Berry
- [Mesa-dev] [PATCH] gallivm: some bits of seamless cube filtering implementation
Jose Fonseca
- [Mesa-dev] [PATCH 1/3] vega: Use pipe_context::blit instead of util_blit_pixels_tex.
jfonseca at vmware.com
- [Mesa-dev] [PATCH 2/3] util/u_blit: Support blits from cubemaps.
jfonseca at vmware.com
- [Mesa-dev] [PATCH 3/3] util/u_blit: Implement util_blit_pixels via pipe_context::blit.
jfonseca at vmware.com
- [Mesa-dev] [PATCH 1/4] i965: Refactor Gen7+ SURFACE_STATE setup for buffer surfaces.
Kenneth Graunke
- [Mesa-dev] [PATCH 3/4] i965: Remove MIPLAYOUT_BELOW from Gen4-6 constant buffer surface state.
Kenneth Graunke
- [Mesa-dev] [PATCH 00/24] Support for ARB_shader_atomic_counters.
Francisco Jerez
- [Mesa-dev] [PATCH] i965: Fix brw_gs_prog_data_compare to actually check field members.
Chad Versace
- [Mesa-dev] [PATCH 04/24] ralloc: Unify overloads of the new operator and guarantee object destruction.
Paul Berry
- [Mesa-dev] [PATCH 08/24] glsl: Add new atomic_uint built-in GLSL type.
Paul Berry
- [Mesa-dev] [PATCH 3/3] util/u_blit: Implement util_blit_pixels via pipe_context::blit.
Zack Rusin
- [Mesa-dev] [PATCH] glx: fix compile error in egl_glx.c.
Gaetan Nadon
- [Mesa-dev] [PATCH] winsys/sw/xlib: fix compile error in xlib_sw_winsys.c.
Gaetan Nadon
- [Mesa-dev] [PATCH 09/24] glsl: Add IR node for atomic operations.
Paul Berry
- [Mesa-dev] [PATCH] i965: Fix writemask != 0 assertions on Sandybridge.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/3] i965: Fix off by one errors in texture buffer size calculations.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/3] i965: Refactor Gen7+ SURFACE_STATE setup for buffer surfaces.
Kenneth Graunke
- [Mesa-dev] [PATCH 3/3] i965: Refactor Gen4-6 SURFACE_STATE setup for buffer surfaces.
Kenneth Graunke
- [Mesa-dev] [PATCH 08/24] glsl: Add new atomic_uint built-in GLSL type.
Paul Berry
- [Mesa-dev] [PATCH 0/6] Support for 10 bpc EGLSurface
Chad Versace
- [Mesa-dev] [PATCH 10/24] glsl: Implement parser support for atomic counters.
Paul Berry
- [Mesa-dev] [PATCH 12/24] glsl: Add predicate to determine if an IR node has side effects.
Paul Berry
- [Mesa-dev] [PATCH 00/24] Support for ARB_shader_atomic_counters.
Paul Berry
- [Mesa-dev] [PATCH 03/24] i965: Initialize all member variables of vec4_instruction on construction.
Chad Versace
- [Mesa-dev] [PATCH] i965/hsw: compute DDX in a subspan based only on top row
Mark Mueller
- [Mesa-dev] [PATCH 04/24] ralloc: Unify overloads of the new operator and guarantee object destruction.
Chad Versace
- [Mesa-dev] [PATCH] i965: Fix writemask != 0 assertions on Sandybridge.
Eric Anholt
- [Mesa-dev] [PATCH 1/3] i965: Fix off by one errors in texture buffer size calculations.
Eric Anholt
- [Mesa-dev] [PATCH 1/3] vega: Use pipe_context::blit instead of util_blit_pixels_tex.
Marek Olšák
- [Mesa-dev] [PATCH 3/3] glsl: Drop shader_bit_encoding version checks.
Ian Romanick
- [Mesa-dev] [PATCH 3/3] util/u_blit: Implement util_blit_pixels via pipe_context::blit.
Marek Olšák
- [Mesa-dev] [PATCH 0/6] Support for 10 bpc EGLSurface
Kristian Høgsberg
- [Mesa-dev] [PATCH 10/24] glsl: Implement parser support for atomic counters.
Francisco Jerez
- [Mesa-dev] [PATCH 04/24] ralloc: Unify overloads of the new operator and guarantee object destruction.
Francisco Jerez
- [Mesa-dev] [PATCH 0/6] Support for 10 bpc EGLSurface
Chad Versace
- [Mesa-dev] Gallium debugging help
James Simmons
- [Mesa-dev] [PATCH 3/3] glsl: Drop shader_bit_encoding version checks.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/3] util/u_blit: Support blits from cubemaps.
Roland Scheidegger
- [Mesa-dev] [PATCH] i965/hsw: compute DDX in a subspan based only on top row
Chia-I Wu
- [Mesa-dev] [PATCH] i965/hsw: compute DDX in a subspan based only on top row
Chia-I Wu
- [Mesa-dev] Gallium debugging help
Marek Olšák
- [Mesa-dev] [PATCH 3/3] util/u_blit: Implement util_blit_pixels via pipe_context::blit.
Jose Fonseca
- [Mesa-dev] [PATCH 2/3] util/u_blit: Support blits from cubemaps.
Jose Fonseca
- [Mesa-dev] [Bug 55817] Torchlight: Texture renders as garbage
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 3/3] util/u_blit: Implement util_blit_pixels via pipe_context::blit.
Marek Olšák
- [Mesa-dev] [Bug 55817] Torchlight: Texture renders as garbage
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 55817] Torchlight: Texture renders as garbage
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 02/24] glsl: Initialize all member variables of _mesa_glsl_parse_state on construction.
Ian Romanick
- [Mesa-dev] [PATCH 08/24] glsl: Add new atomic_uint built-in GLSL type.
Ian Romanick
- [Mesa-dev] [PATCH 10/24] glsl: Implement parser support for atomic counters.
Ian Romanick
- [Mesa-dev] [PATCH 10/24] glsl: Implement parser support for atomic counters.
Ian Romanick
- [Mesa-dev] [PATCH] android: Remove builtin_compiler
Chad Versace
- [Mesa-dev] [PATCH 02/24] glsl: Initialize all member variables of _mesa_glsl_parse_state on construction.
Eric Anholt
- [Mesa-dev] [PATCH] glsl: Delete builtin_builder::shader when destroying built-ins.
Eric Anholt
- [Mesa-dev] [Bug 69541] New: ir_constant_expression.cpp(1384) : error C3861: 'isnormal': identifier not found
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 02/24] glsl: Initialize all member variables of _mesa_glsl_parse_state on construction.
Paul Berry
- [Mesa-dev] [PATCH 02/24] glsl: Initialize all member variables of _mesa_glsl_parse_state on construction.
Francisco Jerez
- [Mesa-dev] [PATCH 08/24] glsl: Add new atomic_uint built-in GLSL type.
Francisco Jerez
- [Mesa-dev] [PATCH 10/24] glsl: Implement parser support for atomic counters.
Francisco Jerez
- [Mesa-dev] mt->first_level != BaseLevel
Eric Anholt
- [Mesa-dev] [PATCH 1/9] i965: Always look up from the object's mt when setting up texturing state.
Eric Anholt
- [Mesa-dev] [PATCH 2/9] i965: Totally switch around how we handle nonzero baselevel-first_level.
Eric Anholt
- [Mesa-dev] [PATCH 3/9] i965: Drop a special case for guessing small miptree levels.
Eric Anholt
- [Mesa-dev] [PATCH 4/9] i965: Stop allocating miptrees with first_level != 0.
Eric Anholt
- [Mesa-dev] [PATCH 5/9] i965: Don't allocate a 1-level texture when GL_GENERATE_MIPMAP is set.
Eric Anholt
- [Mesa-dev] [PATCH 6/9] i965: Don't relayout a texture just for baselevel changes.
Eric Anholt
- [Mesa-dev] [PATCH 7/9] i965: Always allocate validated miptrees from level 0.
Eric Anholt
- [Mesa-dev] [PATCH 8/9] i965: Add missing license to intel_tex_validate.c.
Eric Anholt
- [Mesa-dev] [PATCH 9/9] i965: Add a real native TexStorage path.
Eric Anholt
- [Mesa-dev] [PATCH 11/17] mesa: Get GL_MAX_VARYING_FLOATS_ARB from VertexProgram.MaxOutputComponents
Ian Romanick
- [Mesa-dev] [PATCH 02/24] glsl: Initialize all member variables of _mesa_glsl_parse_state on construction.
Ian Romanick
- [Mesa-dev] [PATCH] i965/gen4: Fix fragment program rectangle texture shadow compares.
Eric Anholt
- [Mesa-dev] [PATCH 11/17] mesa: Get GL_MAX_VARYING_FLOATS_ARB from VertexProgram.MaxOutputComponents
Paul Berry
- [Mesa-dev] [PATCH pre-06/17] i965: Set *Program.Max{Input, Output}Components
Ian Romanick
- [Mesa-dev] [PATCH 02/24] glsl: Initialize all member variables of _mesa_glsl_parse_state on construction.
Paul Berry
- [Mesa-dev] [PATCH 10/24] glsl: Implement parser support for atomic counters.
Francisco Jerez
- [Mesa-dev] [PATCH 10/24] glsl: Implement parser support for atomic counters.
Ian Romanick
- [Mesa-dev] [PATCH 1/5] ralloc: Introduce new macros for defining C++ new/delete operators.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/5] glsl: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS in a bunch of places.
Kenneth Graunke
- [Mesa-dev] [PATCH 3/5] i965, mesa: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS macros.
Kenneth Graunke
- [Mesa-dev] [RFC PATCH 4/5] ralloc: Make the C++ macros arrange for class destructors to be called.
Kenneth Graunke
- [Mesa-dev] [RFC PATCH 5/5] glsl: Switch a few more classes to DECLARE_RALLOC_CXX_OPERATORS.
Kenneth Graunke
- [Mesa-dev] [PATCH 04/24] ralloc: Unify overloads of the new operator and guarantee object destruction.
Kenneth Graunke
- [Mesa-dev] [PATCH 02/24] glsl: Initialize all member variables of _mesa_glsl_parse_state on construction.
Kenneth Graunke
- [Mesa-dev] [PATCH 02/24] glsl: Initialize all member variables of _mesa_glsl_parse_state on construction.
Francisco Jerez
- [Mesa-dev] [PATCH 11/17] mesa: Get GL_MAX_VARYING_FLOATS_ARB from VertexProgram.MaxOutputComponents
Marek Olšák
- [Mesa-dev] [PATCH 10/24] glsl: Implement parser support for atomic counters.
Francisco Jerez
- [Mesa-dev] [PATCH V3 04/11] i965/fs: Add support for ir_tg4
Kenneth Graunke
- [Mesa-dev] [PATCH V3 06/11] i965: w/a for gather4 green RG32F
Kenneth Graunke
- [Mesa-dev] [PATCH] i965/gen4: Fix fragment program rectangle texture shadow compares.
Kenneth Graunke
- [Mesa-dev] [Bug 69541] ir_constant_expression.cpp(1384) : error C3861: 'isnormal': identifier not found
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] glx: fix compile error in egl_glx.c.
Kenneth Graunke
- [Mesa-dev] More questions from a newbie
Rogovin, Kevin
- [Mesa-dev] More questions from a newbie
Dave Airlie
- [Mesa-dev] [PATCH 1/4] r600g: fix constant buffer cache flushing
Marek Olšák
- [Mesa-dev] [PATCH 2/4] r600g: fix texture buffer object cache flushing
Marek Olšák
- [Mesa-dev] [PATCH 3/4] radeonsi: fix textureOffset and texelFetchOffset GLSL functions
Marek Olšák
- [Mesa-dev] [PATCH 4/4] radeonsi: simplify and fix MSAA texture sampling for array textures
Marek Olšák
- [Mesa-dev] [Bug 54763] glCopyPixels dirties the context and all rendering is slower after that
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] gallivm: adjust wrap mode to CLAMP_TO_EDGE always for cube maps.
sroland at vmware.com
- [Mesa-dev] [PATCH] gallivm: adjust wrap mode to CLAMP_TO_EDGE always for cube maps.
Jose Fonseca
- [Mesa-dev] [PATCH 3/4] radeonsi: fix textureOffset and texelFetchOffset GLSL functions
Michel Dänzer
- [Mesa-dev] More questions from a newbie
Paul Berry
- [Mesa-dev] [PATCH 3/5] i965, mesa: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS macros.
Eric Anholt
- [Mesa-dev] [PATCH] glx: fix compile error in egl_glx.c.
Gaetan Nadon
- [Mesa-dev] [PATCH 13/24] glsl: Linker support for ARB_shader_atomic_counters.
Paul Berry
- [Mesa-dev] [PATCH] glx: fix compile error in egl_glx.c.
Kenneth Graunke
- [Mesa-dev] [PATCH 14/24] i965: Define vtbl method that initializes an untyped R/W surface.
Paul Berry
- [Mesa-dev] [PATCH 1/3] llvmpipe: count c_primitives before discarding null prims
Zack Rusin
- [Mesa-dev] [PATCH 2/3] draw/clip: don't emit so many empty triangles
Zack Rusin
- [Mesa-dev] [PATCH 3/3] llvmpipe: increase number of subpixel bits to eight
Zack Rusin
- [Mesa-dev] [PATCH 15/24] i965: Implement ABO surface state emission.
Paul Berry
- [Mesa-dev] [PATCH 3/5] i965, mesa: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS macros.
Chad Versace
- [Mesa-dev] [PATCH 04/24] ralloc: Unify overloads of the new operator and guarantee object destruction.
Chad Versace
- [Mesa-dev] [Bug 69589] New: [bisected] Piglit gl-3.2-draw-buffers-errors fails
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 0/3] gallium: replacing X11_CFLAGS with X11_INCLUDES
Gaetan Nadon
- [Mesa-dev] [PATCH 1/3] gallium/targets/libgl-xlib: X11/Xlib.h: No such file or directory
Gaetan Nadon
- [Mesa-dev] [PATCH 2/3] gallium/state_trackers/egl: use X11_INCLUDES rather than X11_CFLAGS
Gaetan Nadon
- [Mesa-dev] [PATCH 3/3] gallium/state_trackers/glx: X11/Xlib.h: No such file or directory
Gaetan Nadon
- [Mesa-dev] [RFC 0/133] GL_EXT_direct_state_access (core profile)
Dylan Noblesmith
- [Mesa-dev] [PATCH 1/5] ralloc: Introduce new macros for defining C++ new/delete operators.
Ian Romanick
- [Mesa-dev] [RFC PATCH 4/5] ralloc: Make the C++ macros arrange for class destructors to be called.
Ian Romanick
- [Mesa-dev] [RFC PATCH 4/5] ralloc: Make the C++ macros arrange for class destructors to be called.
Ian Romanick
- [Mesa-dev] [PATCH 1/5] ralloc: Introduce new macros for defining C++ new/delete operators.
Ian Romanick
- [Mesa-dev] [Bug 69589] [bisected] Piglit gl-3.2-draw-buffers-errors fails
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/3] llvmpipe: count c_primitives before discarding null prims
Roland Scheidegger
- [Mesa-dev] AMD_performance_monitor redux!
Kenneth Graunke
- [Mesa-dev] [PATCH 1/3] mesa: Add core support for the GL_AMD_performance_monitor extension.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/3] i965: Add support for GL_AMD_performance_monitor on Ironlake.
Kenneth Graunke
- [Mesa-dev] [PATCH 3/3] i965: Add #define for MI_REPORT_PERF_COUNT on Gen6+.
Kenneth Graunke
- [Mesa-dev] [Bug 69592] New: piglit fs-mix-vec2-vec2-bvec2 regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 69202] piglit fs-mix-float-float-bool regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 69592] piglit fs-mix-vec2-vec2-bvec2 regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 2/3] draw/clip: don't emit so many empty triangles
Roland Scheidegger
- [Mesa-dev] [PATCH 3/3] llvmpipe: increase number of subpixel bits to eight
Roland Scheidegger
- [Mesa-dev] More questions from a newbie
Rogovin, Kevin
- [Mesa-dev] [PATCH 0/4] RFC: gl_shader cache
Tapani Pälli
- [Mesa-dev] [PATCH 1/4] glsl: add ir_cache class for IR serialization (WIP)
Tapani Pälli
- [Mesa-dev] [PATCH 2/4] mesa: gl_shader_cache class (WIP)
Tapani Pälli
- [Mesa-dev] [PATCH 3/4] glsl: export populate_symbol_table
Tapani Pälli
- [Mesa-dev] [PATCH 4/4] glsl: use gl_shader_cache when compiling (WIP)
Tapani Pälli
- [Mesa-dev] [PATCH] i965/gen7.5: Fix missing Shader Channel Select entries on Haswell
Abdiel Janulgue
- [Mesa-dev] [PATCH v2] glsl: add ir_cache class for IR serialization (WIP)
Tapani Pälli
- [Mesa-dev] [PATCH] llvmpipe: Fix rendering to PIPE_FORMAT_R10G10B10A2_UNORM.
jfonseca at vmware.com
- [Mesa-dev] [PATCH 2/3] draw/clip: don't emit so many empty triangles
Jose Fonseca
- [Mesa-dev] [PATCH 0/4] RFC: gl_shader cache
Christoph Brill
- [Mesa-dev] [PATCH] implement NV_vdpau_interop v2
Christian König
- [Mesa-dev] [PATCH] i965/hsw: compute DDX in a subspan based only on top row
Paul Berry
- [Mesa-dev] [PATCH] llvmpipe: Fix rendering to PIPE_FORMAT_R10G10B10A2_UNORM.
Roland Scheidegger
- [Mesa-dev] [PATCH] i965/hsw: compute DDX in a subspan based only on top row
Ian Romanick
- [Mesa-dev] [PATCH] implement NV_vdpau_interop v2
Marek Olšák
- [Mesa-dev] [PATCH 1/3] mesa: remove stale comment
Dylan Noblesmith
- [Mesa-dev] [PATCH 2/3] mesa: remove outdated comment
Dylan Noblesmith
- [Mesa-dev] [PATCH 3/3] mesa: remove handcounted magic number
Dylan Noblesmith
- [Mesa-dev] [PATCH] implement NV_vdpau_interop v2
Christian König
- [Mesa-dev] [RFC PATCH] i965/fs: Improve accuracy of dFdy().
Paul Berry
- [Mesa-dev] [PATCH] i965/gen7.5: Fix missing Shader Channel Select entries on Haswell
Kenneth Graunke
- [Mesa-dev] [PATCH] mesa/tests: Delete the dispatch sanity test.
Kenneth Graunke
- [Mesa-dev] [PATCH] i965/hsw: compute DDX in a subspan based only on top row
Kenneth Graunke
- [Mesa-dev] [PATCH] mesa/tests: Delete the dispatch sanity test.
Ian Romanick
- [Mesa-dev] [PATCH 1/3] mesa: remove stale comment
Ian Romanick
- [Mesa-dev] [PATCH] mesa/tests: Delete the dispatch sanity test.
Ian Romanick
- [Mesa-dev] [PATCH 1/3] mesa: Add core support for the GL_AMD_performance_monitor extension.
Kenneth Graunke
- [Mesa-dev] XDC schedule published
Ian Romanick
- [Mesa-dev] [PATCH 1/3] mesa: Add core support for the GL_AMD_performance_monitor extension.
Ian Romanick
- [Mesa-dev] [Bug 57018] syntax error near unexpected token `[2.4.2]'
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] glsl: Define isnormal and copysign for MSVC to fix build.
Vinson Lee
- [Mesa-dev] [PATCH] glsl: Define isnormal and copysign for MSVC to fix build.
Matt Turner
- [Mesa-dev] Mesa built code size reduction
Eric Anholt
- [Mesa-dev] [PATCH 1/7] mesa: Remove _mesa_lookup_enum_by_name().
Eric Anholt
- [Mesa-dev] [PATCH 2/7] mesa: Remove the extra enum strings and extra lookup table.
Eric Anholt
- [Mesa-dev] [PATCH 3/7] mesa: Shrink the size of the enum string lookup struct.
Eric Anholt
- [Mesa-dev] [PATCH 4/7] mesa: Convert some runtime asserts to static asserts.
Eric Anholt
- [Mesa-dev] [PATCH 5/7] mesa: Drop an extra copy-and-pasted copy in the program clone function.
Eric Anholt
- [Mesa-dev] [PATCH 6/7] glsl: Hide many classes local to individual .cpp files in anon namespaces.
Eric Anholt
- [Mesa-dev] [PATCH 7/7] mesa: Use -Bsymbolic in the linker to locally resolve Mesa-internal symbols.
Eric Anholt
- [Mesa-dev] [PATCH] glsl: Fix usage of the wrong union member in program_resource_visitor::recursion.
Francisco Jerez
- [Mesa-dev] Zero allocation of C++ classes.
Francisco Jerez
- [Mesa-dev] [PATCH 01/11] glsl: Initialize all member variables of _mesa_glsl_parse_state on construction.
Francisco Jerez
- [Mesa-dev] [PATCH 02/11] i965: Initialize all member variables of vec4_instruction on construction.
Francisco Jerez
- [Mesa-dev] [PATCH 03/11] glsl: Switch ast_node to the non-zeroing allocator.
Francisco Jerez
- [Mesa-dev] [PATCH 04/11] glsl: Switch ast_type_qualifier to the non-zeroing allocator.
Francisco Jerez
- [Mesa-dev] [PATCH 05/11] i965: Initialize all member variables of bblock_t on construction.
Francisco Jerez
- [Mesa-dev] [PATCH 06/11] i965: Initialize all member variables of cfg_t on construction.
Francisco Jerez
- [Mesa-dev] [PATCH 07/11] i965: Switch ip_record to the non-zeroing allocator.
Francisco Jerez
- [Mesa-dev] [PATCH 08/11] i965: Switch fs_inst to the non-zeroing allocator.
Francisco Jerez
- [Mesa-dev] [PATCH 09/11] i965: Switch fs_live_variables to the non-zeroing allocator.
Francisco Jerez
- [Mesa-dev] [PATCH 10/11] i965: Switch vec4_live_variables to the non-zeroing allocator.
Francisco Jerez
- [Mesa-dev] [PATCH 11/11] ralloc: Remove the rzalloc-based new/delete operator definition macro.
Francisco Jerez
- [Mesa-dev] [PATCH] i965/hsw: compute DDX in a subspan based only on top row
Mark Mueller
- [Mesa-dev] [PATCH 1/2] winsys/radeon: share winsys between different fd's
Christian König
- [Mesa-dev] [PATCH 2/2] implement NV_vdpau_interop v3
Christian König
- [Mesa-dev] The long way to a faster build with shared libs and some fixes ...
Marek Olšák
- [Mesa-dev] [PATCH 1/5] winsys/radeon: fix killing the CS thread
Christian König
- [Mesa-dev] [PATCH 2/5] winsys/radeon: remove cs_queue_empty
Christian König
- [Mesa-dev] [PATCH 3/5] winsys/radeon: share winsys between different fd's
Christian König
- [Mesa-dev] [PATCH 4/5] implement NV_vdpau_interop v3
Christian König
- [Mesa-dev] [PATCH 5/5] radeon/uvd: async flush the UVD cs
Christian König
- [Mesa-dev] [PATCH 2/2] implement NV_vdpau_interop v3
Marek Olšák
- [Mesa-dev] [PATCH 4/7] mesa: Convert some runtime asserts to static asserts.
Brian Paul
- [Mesa-dev] [PATCH 3/7] mesa: Shrink the size of the enum string lookup struct.
Brian Paul
- [Mesa-dev] [PATCH 5/7] mesa: Drop an extra copy-and-pasted copy in the program clone function.
Brian Paul
- [Mesa-dev] [PATCH 1/3] mesa: Add core support for the GL_AMD_performance_monitor extension.
Brian Paul
- [Mesa-dev] [PATCH 1/5] winsys/radeon: fix killing the CS thread
Marek Olšák
- [Mesa-dev] [PATCH 2/2] implement NV_vdpau_interop v3
Stephan Raue
- [Mesa-dev] [PATCH 3/7] mesa: Shrink the size of the enum string lookup struct.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/5] ralloc: Introduce new macros for defining C++ new/delete operators.
Kenneth Graunke
- [Mesa-dev] [RFC PATCH 4/5] ralloc: Make the C++ macros arrange for class destructors to be called.
Eric Anholt
- [Mesa-dev] Minor st/xorg related cleanups
Emil Velikov
- [Mesa-dev] [PATCH 1/2] targets/xorg-nouveau: drop usage of dri1 function DRICreatePCIBusID
Emil Velikov
- [Mesa-dev] [PATCH 2/2] st/xorg: add sanity checks after malloc
Emil Velikov
- [Mesa-dev] [RFC] Consolidate the remaining source files to Makefile.sources
Emil Velikov
- [Mesa-dev] [PATCH 2/2] implement NV_vdpau_interop v3
Christian König
- [Mesa-dev] [PATCH 2/2] implement NV_vdpau_interop v3
Christian König
- [Mesa-dev] [PATCH 3/7] mesa: Shrink the size of the enum string lookup struct.
Paul Berry
- [Mesa-dev] [PATCH 6/7] glsl: Hide many classes local to individual .cpp files in anon namespaces.
Kenneth Graunke
- [Mesa-dev] [PATCH] i965: Reenable glBitmap() after the sRGB winsys enabling.
Eric Anholt
- [Mesa-dev] [PATCH] i965/blorp: Fix the register types on blorp's push constants.
Eric Anholt
- [Mesa-dev] [PATCH 6/7] glsl: Hide many classes local to individual .cpp files in anon namespaces.
Ian Romanick
- [Mesa-dev] [RFC PATCH 4/5] ralloc: Make the C++ macros arrange for class destructors to be called.
Ian Romanick
- [Mesa-dev] [PATCH] i965: Reenable glBitmap() after the sRGB winsys enabling.
Kenneth Graunke
- [Mesa-dev] I want to using Mesa/R600 under vxWorks environment.
罗勇刚(Yonggang Luo)
- [Mesa-dev] XDC schedule published
Ian Romanick
- [Mesa-dev] [PATCH 1/2] i965: Extract region use from hiz depth buffer
Ben Widawsky
- [Mesa-dev] [PATCH 2/2] i965: Use IVB specific formula for depthbuffer
Ben Widawsky
- [Mesa-dev] [RFC PATCH 4/5] ralloc: Make the C++ macros arrange for class destructors to be called.
Eric Anholt
- [Mesa-dev] [RFC PATCH 4/5] ralloc: Make the C++ macros arrange for class destructors to be called.
Francisco Jerez
- [Mesa-dev] [PATCH 4/7] mesa: Convert some runtime asserts to static asserts.
Eric Anholt
- [Mesa-dev] [PATCH 4/7 v2] mesa: Convert some runtime asserts to static asserts.
Eric Anholt
- [Mesa-dev] [PATCH 3/7 v2] mesa: Shrink the size of the enum string lookup struct.
Eric Anholt
- [Mesa-dev] Mesa built code size reduction
Eric Anholt
- [Mesa-dev] [PATCH] i965: Fix cube array coordinate normalization
Eric Anholt
- [Mesa-dev] Consolidate the source files to Makefile.sources v2
Emil Velikov
- [Mesa-dev] [PATCH 01/29] gallium/targets: Make use of prebuilt libdricommon.la.
Emil Velikov
- [Mesa-dev] [PATCH 02/29] mesa/drivers: drop HAVE_*_DRI from individual makefiles
Emil Velikov
- [Mesa-dev] [PATCH 03/29] gallium/radeon: drop unused variable LIBGALLIUM_LIBS
Emil Velikov
- [Mesa-dev] [PATCH 04/29] r600: use NEED_RADEON_LLVM over R600_NEED_RADEON_GALLIUM
Emil Velikov
- [Mesa-dev] [PATCH 05/29] softpipe: consolidate C sources list into Makefile.sources
Emil Velikov
- [Mesa-dev] [PATCH 06/29] rbug: consolidate C sources list into Makefile.sources
Emil Velikov
- [Mesa-dev] [PATCH 07/29] llvmpipe: consolidate C sources list into Makefile.sources
Emil Velikov
- [Mesa-dev] [PATCH 08/29] trace: consolidate C sources list into Makefile.sources
Emil Velikov
- [Mesa-dev] [PATCH 09/29] freedreno: consolidate C sources list into Makefile.sources
Emil Velikov
- [Mesa-dev] [PATCH 10/29] identity: consolidate C sources list into Makefile.sources
Emil Velikov
- [Mesa-dev] [PATCH 11/29] noop: consolidate C sources list into Makefile.sources
Emil Velikov
- [Mesa-dev] [PATCH 12/29] galahad: consolidate C sources list into Makefile.sources
Emil Velikov
- [Mesa-dev] [PATCH 13/29] st/clover: consolidate CPP sources list into Makefile.sources
Emil Velikov
- [Mesa-dev] [PATCH 14/29] st/dri: consolidate C sources list into Makefile.sources
Emil Velikov
- [Mesa-dev] [PATCH 15/29] st/dri/sw: consolidate C sources list into Makefile.sources
Emil Velikov
- [Mesa-dev] [PATCH 16/29] st/egl: consolidate C sources lists into Makefile.sources
Emil Velikov
- [Mesa-dev] [PATCH 17/29] st/gbm: consolidate C sources list into Makefile.sources
Emil Velikov
- [Mesa-dev] [PATCH 18/29] st/glx: consolidate C sources list into Makefile.sources
Emil Velikov
- [Mesa-dev] [PATCH 19/29] st/osmesa: consolidate C sources list into Makefile.sources
Emil Velikov
- [Mesa-dev] [PATCH 20/29] st/vdpau: consolidate C sources list into Makefile.sources
Emil Velikov
- [Mesa-dev] [PATCH 21/29] st/vega: consolidate C sources list into Makefile.sources
Emil Velikov
- [Mesa-dev] [PATCH 22/29] st/wgl: consolidate C sources list into Makefile.sources
Emil Velikov
- [Mesa-dev] [PATCH 23/29] st/xa: consolidate C sources list into Makefile.sources
Emil Velikov
- [Mesa-dev] [PATCH 24/29] st/xorg: consolidate C sources list into Makefile.sources
Emil Velikov
- [Mesa-dev] [PATCH 25/29] st/xvmc: consolidate C sources list into Makefile.sources
Emil Velikov
- [Mesa-dev] [PATCH 26/29] winsys/i915/sw: consolidate C sources list into Makefile.sources
Emil Velikov
- [Mesa-dev] [PATCH 27/29] winsys/nouveau/drm: consolidate C sources list into Makefile.sources
Emil Velikov
- [Mesa-dev] [PATCH 28/29] winsys/freedreno/drm: consolidate C sources list into Makefile.sources
Emil Velikov
- [Mesa-dev] [PATCH 29/29] winsys/freedreno/drm: drop obsolete .gitignore
Emil Velikov
- [Mesa-dev] [Bug 69682] New: mesa-9.2.0 and glamor-0.5.1 crash X - (?) _mesa_GetVertexAttribdv (?)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 69682] mesa-9.2.0 and glamor-0.5.1 crash X - (?) _mesa_GetVertexAttribdv (?)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 4/7] mesa: Convert some runtime asserts to static asserts.
Dave Airlie
- [Mesa-dev] [Bug 66359] Mesa crashes in _mesa_VertexAttrib2dvNV on starting KDE 4.11
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 69682] mesa-9.2.0 and glamor-0.5.1 crash X - (?) _mesa_GetVertexAttribdv (?)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 69682] mesa-9.2.0 and glamor-0.5.1 crash X - (?) _mesa_GetVertexAttribdv (?)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 69682] mesa-9.2.0 and glamor-0.5.1 crash X - (?) _mesa_GetVertexAttribdv (?)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 69682] mesa-9.2.0 and glamor-0.5.1 crash X - (?) _mesa_GetVertexAttribdv (?)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] i965/hsw: compute DDX in a subspan based only on top row
Chia-I Wu
- [Mesa-dev] [PATCH 4/7] mesa: Convert some runtime asserts to static asserts.
Kenneth Graunke
- [Mesa-dev] [PATCH 3/7 v2] mesa: Shrink the size of the enum string lookup struct.
Kenneth Graunke
- [Mesa-dev] [PATCH 02/29] mesa/drivers: drop HAVE_*_DRI from individual makefiles
Kenneth Graunke
- [Mesa-dev] [PATCH 0/4] RFC: gl_shader cache
Tapani Pälli
- [Mesa-dev] [PATCH] i965/hsw: compute DDX in a subspan based only on top row
Chia-I Wu
- [Mesa-dev] [Bug 69682] mesa-9.2.0 and glamor-0.5.1 crash X - (?) _mesa_GetVertexAttribdv (?)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 20/29] st/vdpau: consolidate C sources list into Makefile.sources
Christian König
- [Mesa-dev] [PATCH 25/29] st/xvmc: consolidate C sources list into Makefile.sources
Christian König
- [Mesa-dev] [PATCH 2/2] i965: Use IVB specific formula for depthbuffer
Pohjolainen, Topi
- [Mesa-dev] [Bug 69682] mesa-9.2.0 and glamor-0.5.1 crash X - (?) _mesa_GetVertexAttribdv (?)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/7] vl/vlc: add fast forward search for byte value
Christian König
- [Mesa-dev] [PATCH 2/7] vl/mpeg12: use new vlc function to search for start codes
Christian König
- [Mesa-dev] [PATCH 3/7] st/vdpau: use new vlc function to serach for VC-1 start codes
Christian König
- [Mesa-dev] [PATCH 4/7] st/vdpau: use a separate lock per decoder
Christian König
- [Mesa-dev] [PATCH 5/7] radeon/uvd: move alignment to winsys
Christian König
- [Mesa-dev] [PATCH 6/7] radeon/uvd: try to place msg/fb buffer into GART
Christian König
- [Mesa-dev] [PATCH 7/7] radeon/winsys: keep screen pointer in winsys
Christian König
- [Mesa-dev] I want to using Mesa/R600 under vxWorks environment.
Alex Deucher
- [Mesa-dev] [PATCH 5/7] radeon/uvd: move alignment to winsys
Marek Olšák
- [Mesa-dev] XML schema & database for GL, GLES, WGL, GLX and EGL
Tom Gall
- [Mesa-dev] [PATCH 7/7] radeon/winsys: keep screen pointer in winsys
Marek Olšák
- [Mesa-dev] [PATCH 7/7] radeon/winsys: keep screen pointer in winsys
Christian König
- [Mesa-dev] Mesa built code size reduction
Ian Romanick
- [Mesa-dev] [PATCH] R600/SI: fix MIMG writemask adjustement
maraeo at gmail.com
- [Mesa-dev] [PATCH] glcpp: error on multiple #else directives
Erik Faye-Lund
- [Mesa-dev] [PATCH 2/2] [v2] i965: Use IVB specific formula for depthbuffer
Ben Widawsky
- [Mesa-dev] [PATCH 1/5] glsl: Add conditional-select IR.
Marek Olšák
- [Mesa-dev] [PATCH] glcpp: error on multiple #else directives
Erik Faye-Lund
- [Mesa-dev] [PATCH 1/2] i965/fs: Remove explicit resolve_ud_negate from emit_bool_to_cond_code.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/2] i965/fs: Don't double-accept operands of logical and/or/xor operations.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/5] glsl: Add conditional-select IR.
Matt Turner
- [Mesa-dev] [PATCH 1/5] glsl: Add conditional-select IR.
Marek Olšák
- [Mesa-dev] [PATCH] llvmpipe: align the array used for subdivived vertices
Zack Rusin
- [Mesa-dev] [PATCH 1/5] glsl: Add conditional-select IR.
Marek Olšák
- [Mesa-dev] [PATCH] llvmpipe: align the array used for subdivived vertices
Roland Scheidegger
- [Mesa-dev] [PATCH 2/2] i965/fs: Don't double-accept operands of logical and/or/xor operations.
Matt Turner
- [Mesa-dev] [PATCH 2/2] i965/fs: Don't double-accept operands of logical and/or/xor operations.
Kenneth Graunke
- [Mesa-dev] [PATCH 01/10] glsl: Add ir_binop_carry and ir_binop_borrow.
Matt Turner
- [Mesa-dev] [PATCH 02/10] glsl: Implement uaddCarry() built-in for ARB_gpu_shader5.
Matt Turner
- [Mesa-dev] [PATCH 03/10] glsl: Implement usubBorrow() built-in for ARB_gpu_shader5.
Matt Turner
- [Mesa-dev] [PATCH 04/10] i965: Add UD null register helpers.
Matt Turner
- [Mesa-dev] [PATCH 05/10] i965: Generate code for ir_binop_carry and ir_binop_borrow.
Matt Turner
- [Mesa-dev] [PATCH 06/10] i965: Don't dead-code eliminate instructions that write to the accumulator.
Matt Turner
- [Mesa-dev] [PATCH 07/10] i965: Don't copy prop source mods into instructions that can't take them.
Matt Turner
- [Mesa-dev] [PATCH 08/10] i965: Add Gen assertion checks for newer instructions.
Matt Turner
- [Mesa-dev] [PATCH 09/10] i965/fs: Add a peephole pass to combine ADD with ADDC/SUBB.
Matt Turner
- [Mesa-dev] [PATCH 10/10] i965/vs: Add a peephole pass to combine ADD with ADDC/SUBB.
Matt Turner
- [Mesa-dev] [PATCH 1/3] st/mesa: fix GLSL mix(.., .., bvecN)
maraeo at gmail.com
- [Mesa-dev] [PATCH 2/3] radeonsi: bypass alpha-test for integer colorbuffers
maraeo at gmail.com
- [Mesa-dev] [PATCH 3/3] radeonsi: add missing colorbuffer formats (rework format translation)
maraeo at gmail.com
- [Mesa-dev] [PATCH] libdrm: Fix drmOpenByName() udev identification method
Jay Cornwall
- [Mesa-dev] [PATCH 1/3] st/mesa: fix GLSL mix(.., .., bvecN)
Roland Scheidegger
- [Mesa-dev] [PATCH 6/7] glsl: Hide many classes local to individual .cpp files in anon namespaces.
Kenneth Graunke
- [Mesa-dev] [PATCH 06/10] i965: Don't dead-code eliminate instructions that write to the accumulator.
Kenneth Graunke
- [Mesa-dev] [PATCH 07/10] i965: Don't copy prop source mods into instructions that can't take them.
Kenneth Graunke
- [Mesa-dev] [PATCH 01/10] glsl: Add ir_binop_carry and ir_binop_borrow.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/2] glsl: Create and use a has_explicit_attrib_location() helper.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/2] glsl: Create and use a has_uniform_buffer_objects() helper.
Kenneth Graunke
- [Mesa-dev] [PATCH v4 1/2] mesa: Add core support for the GL_AMD_performance_monitor extension.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/2] i965: Add support for GL_AMD_performance_monitor on Ironlake.
Kenneth Graunke
- [Mesa-dev] [PATCH] mesa: Remove 'invalidate_state' parameter to _mesa_dirty_texobj().
Kenneth Graunke
- [Mesa-dev] [PATCH] glsl: Remove unused pointer value.
Vinson Lee
- [Mesa-dev] [PATCH] glsl: Initialize lower_vector_visitor::dont_lower_swz.
Vinson Lee
- [Mesa-dev] [PATCH] glsl: Initialize assignment_generator member variables.
Vinson Lee
- [Mesa-dev] [PATCH] glsl: Initialize ir_lower_jumps_visitor member variables.
Vinson Lee
- [Mesa-dev] [PATCH] R600/SI: fix MIMG writemask adjustement
Christian König
- [Mesa-dev] [PATCH] R600/SI: fix MIMG writemask adjustement
Marek Olšák
- [Mesa-dev] [PATCH] R600/SI: fix MIMG writemask adjustement
Christian König
- [Mesa-dev] dri2 and vtSema
Thomas Hellstrom
- [Mesa-dev] [PATCH] R600/SI: fix MIMG writemask adjustement
Marek Olšák
- [Mesa-dev] [PATCH] R600/SI: fix MIMG writemask adjustement
Christian König
- [Mesa-dev] [PATCH 7/7] radeon/winsys: keep screen pointer in winsys
Emil Velikov
- [Mesa-dev] [PATCH] radeonsi: fix blitting the last 2 mipmap levels of compressed textures
Marek Olšák
- [Mesa-dev] [PATCH] radeonsi: fix blitting the last 2 mipmap levels of compressed textures
Michel Dänzer
- [Mesa-dev] [PATCH] mesa: Remove 'invalidate_state' parameter to _mesa_dirty_texobj().
Eric Anholt
- [Mesa-dev] [PATCH] glsl: Remove unused pointer value.
Eric Anholt
- [Mesa-dev] [PATCH 1/2] glsl: Create and use a has_explicit_attrib_location() helper.
Ian Romanick
- [Mesa-dev] [PATCH 2/3] radeonsi: bypass alpha-test for integer colorbuffers
Michel Dänzer
- [Mesa-dev] [PATCH] radeon/llvm: fix shadow cube texturing for GL3.0
Marek Olšák
- [Mesa-dev] [PATCH] radeon/llvm: fix shadow cube texturing for GL3.0
Michel Dänzer
- [Mesa-dev] [PATCH 01/11] glsl: Initialize all member variables of _mesa_glsl_parse_state on construction.
Kenneth Graunke
- [Mesa-dev] [PATCH 02/11] i965: Initialize all member variables of vec4_instruction on construction.
Kenneth Graunke
- [Mesa-dev] [PATCH 05/11] i965: Initialize all member variables of bblock_t on construction.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/3] st/mesa: fix GLSL mix(.., .., bvecN)
Ian Romanick
- [Mesa-dev] [PATCH 06/11] i965: Initialize all member variables of cfg_t on construction.
Kenneth Graunke
- [Mesa-dev] [PATCH] glsl: Initialize assignment_generator member variables.
Ian Romanick
- [Mesa-dev] [PATCH 10/11] i965: Switch vec4_live_variables to the non-zeroing allocator.
Kenneth Graunke
- [Mesa-dev] [PATCH 01/11] glsl: Initialize all member variables of _mesa_glsl_parse_state on construction.
Ian Romanick
- [Mesa-dev] [PATCH 1/3] mesa: remove stale comment
Kenneth Graunke
- [Mesa-dev] [PATCH 01/11] glsl: Initialize all member variables of _mesa_glsl_parse_state on construction.
Kenneth Graunke
- [Mesa-dev] [PATCH] glsl: Initialize assignment_generator member variables.
Kenneth Graunke
- [Mesa-dev] [PATCH] glsl: Initialize ir_lower_jumps_visitor member variables.
Kenneth Graunke
- [Mesa-dev] [PATCH] glsl: Initialize lower_vector_visitor::dont_lower_swz.
Kenneth Graunke
- [Mesa-dev] [PATCH 01/11] glsl: Initialize all member variables of _mesa_glsl_parse_state on construction.
Francisco Jerez
- [Mesa-dev] [PATCH 01/11] glsl: Initialize all member variables of _mesa_glsl_parse_state on construction.
Francisco Jerez
- [Mesa-dev] [PATCH] llvmpipe: we need to subdivide if fb is bigger in either direction
Zack Rusin
- [Mesa-dev] [PATCH] mesa: Remove 'invalidate_state' parameter to _mesa_dirty_texobj().
Ian Romanick
- [Mesa-dev] [PATCH v4 1/2] mesa: Add core support for the GL_AMD_performance_monitor extension.
Ian Romanick
- [Mesa-dev] [PATCH 2/2] i965: Add support for GL_AMD_performance_monitor on Ironlake.
Ian Romanick
- [Mesa-dev] [PATCH 01/10] glsl: Add ir_binop_carry and ir_binop_borrow.
Ian Romanick
- [Mesa-dev] [PATCH 09/10] i965/fs: Add a peephole pass to combine ADD with ADDC/SUBB.
Ian Romanick
- [Mesa-dev] [PATCH] llvmpipe: we need to subdivide if fb is bigger in either direction
Roland Scheidegger
- [Mesa-dev] [PATCH 2/2] i965: Add support for GL_AMD_performance_monitor on Ironlake.
Kenneth Graunke
- [Mesa-dev] [PATCH 09/10] i965/fs: Add a peephole pass to combine ADD with ADDC/SUBB.
Matt Turner
- [Mesa-dev] [PATCH 09/10] i965/fs: Add a peephole pass to combine ADD with ADDC/SUBB.
Matt Turner
- [Mesa-dev] [PATCH 09/10] i965/fs: Add a peephole pass to combine ADD with ADDC/SUBB.
Ian Romanick
- [Mesa-dev] [PATCH 09/10] i965/fs: Add a peephole pass to combine ADD with ADDC/SUBB.
Kenneth Graunke
- [Mesa-dev] [Bug 50317] [r600g+llvm] Piglit test failures: LLVM ERROR: Cannot select: target intrinsic %llvm.AMDGPU.sin
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/4] build/r300: group build target in common subdir
Christian König
- [Mesa-dev] [PATCH 2/4] build/r600: group all targets in common subdir
Christian König
- [Mesa-dev] [PATCH 3/4] build/radeonsi: group all targets in common subdir
Christian König
- [Mesa-dev] [PATCH 4/4] radeon/winsys: keep screen pointer in winsys v2
Christian König
- [Mesa-dev] [PATCH] llvmpipe: we need to subdivide if fb is bigger in either direction
Jose Fonseca
- [Mesa-dev] [Bug 69682] mesa-9.2.0 and glamor-0.5.1 crash X - (?) _mesa_GetVertexAttribdv (?)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 4/4] radeon/winsys: keep screen pointer in winsys v2
Marek Olšák
- [Mesa-dev] [PATCH] llvmpipe: we need to subdivide if fb is bigger in either direction
Brian Paul
- [Mesa-dev] [PATCH] i965: extend fast texture upload
Chad Versace
- [Mesa-dev] [PATCH] i965: extend fast texture upload
Paul Berry
- [Mesa-dev] [PATCH 1/3] st/mesa: fix GLSL mix(.., .., bvecN)
Marek Olšák
- [Mesa-dev] [PATCH] i965: extend fast texture upload
Chad Versace
- [Mesa-dev] [PATCH 1/3] st/mesa: fix GLSL mix(.., .., bvecN)
Marek Olšák
- [Mesa-dev] [PATCH] radeon/llvm: fix TGSI_OPCODE_UCMP
Marek Olšák
- [Mesa-dev] [PATCH] add LIBGL_NEVER_INDIRECT env var to disable fallback to indirect
Chris Forbes
- [Mesa-dev] [PATCH] add LIBGL_NEVER_INDIRECT env var to disable fallback to indirect
Kenneth Graunke
- [Mesa-dev] [PATCH 09/10] i965/fs: Add a peephole pass to combine ADD with ADDC/SUBB.
Ian Romanick
- [Mesa-dev] [PATCH 1/3] st/mesa: fix GLSL mix(.., .., bvecN)
Matt Turner
- [Mesa-dev] [PATCH] add LIBGL_NEVER_INDIRECT env var to disable fallback to indirect
Eric Anholt
- [Mesa-dev] [PATCH] mesa: Remove some remaining FEATURE_* detritus.
Eric Anholt
- [Mesa-dev] [PATCH 07/10] i965: Don't copy prop source mods into instructions that can't take them.
Matt Turner
- [Mesa-dev] [PATCH] mesa: Remove some remaining FEATURE_* detritus.
Matt Turner
- [Mesa-dev] [PATCH 00/18] Consolidating r600_texture.c
Marek Olšák
- [Mesa-dev] [PATCH 01/18] radeon drivers: handle PIPE_CAP_MAX_VIEWPORTS
Marek Olšák
- [Mesa-dev] [PATCH 02/18] r600g, radeonsi: consolidate transfer, cmask, and fmask structures
Marek Olšák
- [Mesa-dev] [PATCH 03/18] r600g: get rid of r600_texture::array_mode
Marek Olšák
- [Mesa-dev] [PATCH 04/18] r600g: get rid of r600_texture::is_rat
Marek Olšák
- [Mesa-dev] [PATCH 05/18] r600g, radeonsi: consolidate r600_texture structures
Marek Olšák
- [Mesa-dev] [PATCH 06/18] r600g: move r600g-specific functions out of r600_texture.c
Marek Olšák
- [Mesa-dev] [PATCH 07/18] r600g,radeonsi: remove unused code
Marek Olšák
- [Mesa-dev] [PATCH 08/18] radeonsi: move radeonsi-specific functions out of r600_texture.c
Marek Olšák
- [Mesa-dev] [PATCH 09/18] r600g, radeonsi: share the async dma interface
Marek Olšák
- [Mesa-dev] [PATCH 10/18] r600g: move some debug options to drivers/radeon
Marek Olšák
- [Mesa-dev] [PATCH 11/18] radeonsi: move debug options to R600_DEBUG
Marek Olšák
- [Mesa-dev] [PATCH 12/18] r600g: move aux_context and r600_screen_clear_buffer to drivers/radeon
Marek Olšák
- [Mesa-dev] [PATCH 13/18] radeonsi: implement clear_buffer using CP DMA, initialize CMASK with it
Marek Olšák
- [Mesa-dev] [PATCH 14/18] r600g, radeonsi: consolidate tiling_info initialization
Marek Olšák
- [Mesa-dev] [PATCH 15/18] r600g: move the low-level buffer functions for multiple rings to drivers/radeon
Marek Olšák
- [Mesa-dev] [PATCH 16/18] r600g: remove compute_global_transfer_* calls from texture_transfer_map/unmap
Marek Olšák
- [Mesa-dev] [PATCH 17/18] r600g,radeonsi: share r600_texture.c
Marek Olšák
- [Mesa-dev] [PATCH 18/18] radeon: make texture logging more useful
Marek Olšák
- [Mesa-dev] [PATCH] mesa: Remove some remaining FEATURE_* detritus.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/2] glsl: Implement [iu]mulExtended() built-ins for ARB_gpu_shader5.
Matt Turner
- [Mesa-dev] [PATCH 2/2] i965: Generate code for ir_binop_mul64.
Matt Turner
- [Mesa-dev] [PATCH] i965: Fix cube array coordinate normalization
Chris Forbes
- [Mesa-dev] [PATCH 00/18] Consolidating r600_texture.c
Christian König
- [Mesa-dev] [PATCH 1/2] radeon/uvd: optimize message handling a bit
Christian König
- [Mesa-dev] [PATCH 2/2] radeon/vdpau: only export necessary symbols
Christian König
- [Mesa-dev] [PATCH 1/2] st/clover: Clear the complete queue
Niels Ole Salscheider
- [Mesa-dev] Mesa 9.2 on windows
Filip Arlet
- [Mesa-dev] [PATCH 17/18] r600g,radeonsi: share r600_texture.c
Michel Dänzer
- [Mesa-dev] [PATCH 17/18] r600g,radeonsi: share r600_texture.c
Alex Deucher
- [Mesa-dev] [PATCH 16/24] i965/gen7: Implement code generation for untyped atomic instructions.
Paul Berry
- [Mesa-dev] [PATCH 1/2] glsl: Implement [iu]mulExtended() built-ins for ARB_gpu_shader5.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/2] i965: Extract region use from hiz depth buffer
Chad Versace
- [Mesa-dev] [PATCH 2/2] i965: Generate code for ir_binop_mul64.
Kenneth Graunke
- [Mesa-dev] [PATCH 18/24] i965: Add a 'has_side_effects' back-end instruction predicate.
Paul Berry
- [Mesa-dev] [PATCH 1/2] i965: Extract region use from hiz depth buffer
Chad Versace
- [Mesa-dev] [PATCH 1/2] i965: Extract region use from hiz depth buffer
Ben Widawsky
- [Mesa-dev] [PATCH 1/2] st/clover: Clear the complete queue
Francisco Jerez
- [Mesa-dev] [PATCH 2/2] st/clover: Always flush the queue when waiting on an hard_event
Francisco Jerez
- [Mesa-dev] [PATCH 2/2] i965: Use IVB specific formula for depthbuffer
Chad Versace
- [Mesa-dev] Mesa 9.2 on windows
Brian Paul
- [Mesa-dev] [PATCH 21/24] i965/gen7: Handle atomic instructions from the FS back-end.
Paul Berry
- [Mesa-dev] [PATCH 22/24] i965/gen7: Handle atomic instructions from the VEC4 back-end.
Paul Berry
- [Mesa-dev] [PATCH 24/24] i965: Simplify the shader time code by using atomic counter helpers.
Paul Berry
- [Mesa-dev] [PATCH 1/4] glsl: Implement [iu]mulExtended() built-ins for ARB_gpu_shader5.
Matt Turner
- [Mesa-dev] [PATCH 2/4] i965/fs: Disable CSE on instructions writing to HW_REG.
Matt Turner
- [Mesa-dev] [PATCH 3/4] i965: Use the multiplication result's type for the accumulator.
Matt Turner
- [Mesa-dev] [PATCH 4/4] i965: Generate code for ir_binop_imul_high.
Matt Turner
- [Mesa-dev] [PATCH 1/4] glsl: Implement [iu]mulExtended() built-ins for ARB_gpu_shader5.
Matt Turner
- [Mesa-dev] [PATCH 2/4] i965/fs: Disable CSE on instructions writing to HW_REG.
Eric Anholt
- [Mesa-dev] megadrivers prep series
Eric Anholt
- [Mesa-dev] [PATCH 1/7] dri: Remove dead comment.
Eric Anholt
- [Mesa-dev] [PATCH 2/7] dri: Add an explanatory comment for an important driver entrypoint.
Eric Anholt
- [Mesa-dev] [PATCH 3/7] dri: Merge drisw_util.c into dri_util.c
Eric Anholt
- [Mesa-dev] [PATCH 4/7] dri: Move API version validation into dri/common.
Eric Anholt
- [Mesa-dev] [PATCH 5/7] intel: Remove silly check for !bufmgr.
Eric Anholt
- [Mesa-dev] [PATCH 6/7] i965: Clean up error handling for context creation.
Eric Anholt
- [Mesa-dev] [PATCH 7/7] dri: Reference the global driver vtable once at screen init..
Eric Anholt
- [Mesa-dev] [PATCH 2/4] i965/fs: Disable CSE on instructions writing to HW_REG.
Kenneth Graunke
- [Mesa-dev] [PATCH 4/7] dri: Move API version validation into dri/common.
Kenneth Graunke
- [Mesa-dev] [PATCH 5/7] intel: Remove silly check for !bufmgr.
Kenneth Graunke
- [Mesa-dev] [PATCH 6/7] i965: Clean up error handling for context creation.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/7] dri: Remove dead comment.
Kenneth Graunke
- [Mesa-dev] [Bug 69874] New: Automake throws a lot of "[...] option 'subdir-objects' is disabled"
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 5/7] intel: Remove silly check for !bufmgr.
Chris Wilson
- [Mesa-dev] [PATCH 4/7] dri: Move API version validation into dri/common.
Emil Velikov
- [Mesa-dev] [Bug 69874] Automake throws a lot of "[...] option 'subdir-objects' is disabled"
bugzilla-daemon at freedesktop.org
- [Mesa-dev] gallium-bind-sampler-states branch
Brian Paul
- [Mesa-dev] [Bug 69874] Automake throws a lot of "[...] option 'subdir-objects' is disabled"
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] i965: Update the comment about viewport hacks.
Kenneth Graunke
- [Mesa-dev] [PATCH 6/7] i965: Clean up error handling for context creation.
Eric Anholt
- [Mesa-dev] [Bug 69874] Automake throws a lot of "[...] option 'subdir-objects' is disabled"
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 1/3] glsl: Count shader inputs and outputs separately
Ian Romanick
- [Mesa-dev] [PATCH 2/3] glsl: Set gl_MaxVertexOutputs from VertexProgram.MaxOutputComponents etc
Ian Romanick
- [Mesa-dev] [PATCH 3/3] glsl: Remove glsl_parser_state MaxVaryingFloats field
Ian Romanick
- [Mesa-dev] [PATCH 1/5] glsl_compiler: Use no_argument instead of 0 in getopt_long options
Ian Romanick
- [Mesa-dev] [PATCH 2/5] glsl_compiler: Set max GLSL version on the command line
Ian Romanick
- [Mesa-dev] [PATCH 3/5] glsl_compiler: Always log the compiler diagnostics
Ian Romanick
- [Mesa-dev] [PATCH 4/5] glsl_compiler: Sort extensions by name
Ian Romanick
- [Mesa-dev] [PATCH 5/5] glsl_compiler: Enable any extension that any Mesa driver enables
Ian Romanick
- [Mesa-dev] [PATCH 5/7] intel: Remove silly check for !bufmgr.
Ian Romanick
- [Mesa-dev] [PATCH 00/10] glsl: Support unsized arrays in interface blocks.
Paul Berry
- [Mesa-dev] [PATCH 01/10] glsl: Add parser support for unsized arrays in interface blocks.
Paul Berry
- [Mesa-dev] [PATCH 02/10] glsl: Link uniform-initializer-test with standalone_scaffolding.cpp.
Paul Berry
- [Mesa-dev] [PATCH 03/10] glsl: Move update of max_array_access into a virtual function on ir_rvalue.
Paul Berry
- [Mesa-dev] [PATCH 04/10] glsl: Make accessor functions for ir_variable::interface_type.
Paul Berry
- [Mesa-dev] [PATCH 05/10] glsl: Add an ir_variable::max_ifc_array_access field.
Paul Berry
- [Mesa-dev] [PATCH 06/10] glsl: Sanity check max_ifc_array_access in ir_validate::visit(ir_variable *).
Paul Berry
- [Mesa-dev] [PATCH 07/10] glsl: Update ir_variable::max_ifc_array_access properly.
Paul Berry
- [Mesa-dev] [PATCH 08/10] glsl/linker: Modify array_sizing_visitor to handle named interface blocks.
Paul Berry
- [Mesa-dev] [PATCH 09/10] glsl: Update call_link_visitor to update max_ifc_array_access.
Paul Berry
- [Mesa-dev] [PATCH 10/10] glsl: Modify array_sizing_visitor to handle unnamed interface blocks.
Paul Berry
- [Mesa-dev] [PATCH 1/5] glsl_compiler: Use no_argument instead of 0 in getopt_long options
Ian Romanick
- [Mesa-dev] [PATCH] i965/blorp: retype destination register for texture SEND instruction to UW.
Paul Berry
- [Mesa-dev] [PATCH] i965/blorp: retype destination register for texture SEND instruction to UW.
Matt Turner
- [Mesa-dev] [PATCH] XXXgallium/common_dri: fix the scons build
Emil Velikov
- [Mesa-dev] [PATCH] Use -Bsymbolic when linking libEGL.so
Carl Worth
- [Mesa-dev] [PATCH 1/2] mesa: minor fix-ups for _mesa_validate_sync()
Ian Romanick
- [Mesa-dev] [PATCH 3/4] glsl/gs: handle gl_ClipDistance geometry input in lower_clip_distance.
Ian Romanick
- [Mesa-dev] [PATCH 1/4] glsl: Keep track of location for interface block fields.
Ian Romanick
- [Mesa-dev] [PATCH RESEND 0/3] gallium: replacing X11_CFLAGS with X11_INCLUDES
Gaetan Nadon
- [Mesa-dev] [PATCH RESEND 1/3] gallium/targets/libgl-xlib: X11/Xlib.h: No such file or directory
Gaetan Nadon
- [Mesa-dev] [PATCH RESEND 2/3] gallium/state_trackers/egl: use X11_INCLUDES rather than X11_CFLAGS
Gaetan Nadon
- [Mesa-dev] [PATCH RESEND 3/3] gallium/state_trackers/glx: X11/Xlib.h: No such file or directory
Gaetan Nadon
- [Mesa-dev] [PATCH 2/9] i965: Totally switch around how we handle nonzero baselevel-first_level.
Chad Versace
- [Mesa-dev] [PATCH 1/9] i965: Always look up from the object's mt when setting up texturing state.
Chad Versace
- [Mesa-dev] [PATCH 4/9] i965: Stop allocating miptrees with first_level != 0.
Chad Versace
- [Mesa-dev] [PATCH 5/9] i965: Don't allocate a 1-level texture when GL_GENERATE_MIPMAP is set.
Chad Versace
- [Mesa-dev] [PATCH 6/9] i965: Don't relayout a texture just for baselevel changes.
Chad Versace
- [Mesa-dev] [PATCH 7/9] i965: Always allocate validated miptrees from level 0.
Chad Versace
- [Mesa-dev] [PATCH 8/9] i965: Add missing license to intel_tex_validate.c.
Chad Versace
- [Mesa-dev] [PATCH 9/9] i965: Add a real native TexStorage path.
Chad Versace
- [Mesa-dev] [PATCH] mesa: add missing error checks in _mesa_GetObject[Ptr]Label()
Brian Paul
- [Mesa-dev] [PATCH 1/2] mesa: minor fix-ups for _mesa_validate_sync()
Brian Paul
- [Mesa-dev] Janitorial work: no more intel_context.[ch]; tidying
Kenneth Graunke
- [Mesa-dev] [PATCH 01/29] i965: Rename brwCreateContext's error parameter to dri_ctx_error.
Kenneth Graunke
- [Mesa-dev] [PATCH 02/29] i965: Pull out INTEL_DEBUG handling into new intel_debug.[ch] files.
Kenneth Graunke
- [Mesa-dev] [PATCH 03/29] i965: Update the comment about viewport hacks.
Kenneth Graunke
- [Mesa-dev] [PATCH 04/29] i965: Move a bunch of code from intelInitContext to brwCreateContext.
Kenneth Graunke
- [Mesa-dev] [PATCH 05/29] i965: Pull most driconf option handling into a centralized function.
Kenneth Graunke
- [Mesa-dev] [PATCH 06/29] i965: Remove #define name from PCI ID table.
Kenneth Graunke
- [Mesa-dev] [PATCH 07/29] i965: Add the family name to the PCI ID table.
Kenneth Graunke
- [Mesa-dev] [PATCH 08/29] i965: Add a new brw_device_info structure.
Kenneth Graunke
- [Mesa-dev] [PATCH 09/29] i965: Delete the INTEL_SEPARATE_STENCIL override.
Kenneth Graunke
- [Mesa-dev] [PATCH 10/29] i965: Replace some intel_screen fields with brw_device_info references.
Kenneth Graunke
- [Mesa-dev] [PATCH 11/29] i965: Move hardware limits to brw_device_info.
Kenneth Graunke
- [Mesa-dev] [PATCH 12/29] i965: Move device quirks to brw_device_info.
Kenneth Graunke
- [Mesa-dev] [PATCH 13/29] i965: Move hardware feature flags to brw_device_info.
Kenneth Graunke
- [Mesa-dev] [PATCH 14/29] i965: Remove the brw_context::emit_state_always flag.
Kenneth Graunke
- [Mesa-dev] [PATCH 15/29] i965: Move state setup from brwCreateContext to brw_init_state().
Kenneth Graunke
- [Mesa-dev] [PATCH 16/29] i965: Remove has_aa_line_parameters.
Kenneth Graunke
- [Mesa-dev] [PATCH 17/29] i965: Move memset of TextureFormatSupported to brw_init_surface_formats.
Kenneth Graunke
- [Mesa-dev] [PATCH 18/29] i965: Merge intel_context.c into brw_context.c.
Kenneth Graunke
- [Mesa-dev] [PATCH 19/29] i965: Merge intelInitFunctions() and brwInitFunctions().
Kenneth Graunke
- [Mesa-dev] [PATCH 20/29] i965: Make brwInitFunctions take brw_context rather than intel_screen.
Kenneth Graunke
- [Mesa-dev] [PATCH 21/29] i965: Move viewport driver hook setup to brw_init_driver_functions.
Kenneth Graunke
- [Mesa-dev] [PATCH 22/29] i965: Merge intelInitContext into brwCreateContext.
Kenneth Graunke
- [Mesa-dev] [PATCH 23/29] i965: Move DriverFlag initialization to brw_init_state().
Kenneth Graunke
- [Mesa-dev] [PATCH 24/29] i965: Move need_workaround_flush = true to intel_batchbuffer_init.
Kenneth Graunke
- [Mesa-dev] [PATCH 25/29] mesa: Move ROUND_DOWN_TO() macro from i915/i965 to macros.h.
Kenneth Graunke
- [Mesa-dev] [PATCH 26/29] mesa: Move U_FIXED/S_FIXED macros from i965 to macros.h.
Kenneth Graunke
- [Mesa-dev] [PATCH 27/29] i965: Delete our copy of likely/unlikely macros.
Kenneth Graunke
- [Mesa-dev] [PATCH 28/29] i965: Drop random 32-bit assembly implementation of memcpy().
Kenneth Graunke
- [Mesa-dev] [PATCH 29/29] i965: Merge intel_context.h into brw_context.h.
Kenneth Graunke
- [Mesa-dev] [PATCH RESEND 0/3] gallium: replacing X11_CFLAGS with X11_INCLUDES
Brian Paul
- [Mesa-dev] [PATCH 5/7] intel: Remove silly check for !bufmgr.
Eric Anholt
- [Mesa-dev] [PATCH] XXXgallium/common_dri: fix the scons build
Eric Anholt
- [Mesa-dev] [PATCH RESEND 0/3] gallium: replacing X11_CFLAGS with X11_INCLUDES
Gaetan Nadon
- [Mesa-dev] [PATCH] XXXgallium/common_dri: fix the scons build
Eric Anholt
- [Mesa-dev] [PATCH] XXXgallium/common_dri: fix the scons build
Emil Velikov
- [Mesa-dev] [PATCH RESEND 0/3] gallium: replacing X11_CFLAGS with X11_INCLUDES
Emil Velikov
- [Mesa-dev] [PATCH 10/10] i965/vs: Add a peephole pass to combine ADD with ADDC/SUBB.
Matt Turner
- [Mesa-dev] [PATCH 09/10] i965/fs: Add a peephole pass to combine ADD with ADDC/SUBB.
Matt Turner
- [Mesa-dev] [PATCH 06/10] i965: Don't dead-code eliminate instructions that write to the accumulator.
Matt Turner
- [Mesa-dev] [PATCH] i965: Remove the "ARF" register file.
Matt Turner
- [Mesa-dev] Janitorial work: no more intel_context.[ch]; tidying
Emil Velikov
- [Mesa-dev] [PATCH] R600/SI: fix MIMG writemask adjustement
Tom Stellard
- [Mesa-dev] [PATCH] radeon/llvm: fix TGSI_OPCODE_UCMP
Tom Stellard
- [Mesa-dev] [PATCH 04/29] r600: use NEED_RADEON_LLVM over R600_NEED_RADEON_GALLIUM
Tom Stellard
- [Mesa-dev] [PATCH 01/29] gallium/targets: Make use of prebuilt libdricommon.la.
Tom Stellard
- [Mesa-dev] [PATCH 03/29] gallium/radeon: drop unused variable LIBGALLIUM_LIBS
Tom Stellard
- [Mesa-dev] [PATCH 01/29] gallium/targets: Make use of prebuilt libdricommon.la.
Emil Velikov
- [Mesa-dev] [PATCH 05/29] softpipe: consolidate C sources list into Makefile.sources
Tom Stellard
- [Mesa-dev] [PATCH] nouveau/codegen: Initialize dst0 array in Converter::handleInstruction.
Vinson Lee
- [Mesa-dev] [PATCH 01/29] gallium/targets: Make use of prebuilt libdricommon.la.
Tom Stellard
- [Mesa-dev] [PATCH] nouveau: Explicitly upcast operands so mulitplication is 64-bit.
Vinson Lee
- [Mesa-dev] [PATCH v2] nv30: Clear dirty bit for processed samplers.
Vinson Lee
- [Mesa-dev] [PATCH] llvmpipe: Remove unnecessary null check of shader.
Vinson Lee
- [Mesa-dev] [PATCH] nvc0: Remove unused pointer value cfg.
Vinson Lee
- [Mesa-dev] [PATCH] i965/gs: Fix incorrect numbering of DWORDs in 3DSTATE_GS
Paul Berry
- [Mesa-dev] [PATCH] draw: Add a null check for draw.
Vinson Lee
- [Mesa-dev] [PATCH] i915: Fix memory leak in do_blit_readpixels.
Vinson Lee
- [Mesa-dev] [PATCH v2] i915, i965: Fix memory leak in intel_miptree_create_for_bo.
Vinson Lee
- [Mesa-dev] [PATCH v2] i965: Initialize brw_blorp_const_color_program::prog_data.
Vinson Lee
- [Mesa-dev] [PATCH] util/u_format: Assert that format block size is at least 1 byte.
Vinson Lee
- [Mesa-dev] [PATCH] r600g/sb: Move variable dereference after null check.
Vinson Lee
- [Mesa-dev] [PATCH] r600g: Prevent by invalid op overflows in release builds.
Vinson Lee
- [Mesa-dev] [PATCH] r600g/sb: Move variable dereference after null check.
Vadim Girlin
- [Mesa-dev] Choosing texture internal format in GLES
Wladimir
- [Mesa-dev] [PATCH] r600g: Add missing break for callstack_push FC_PUSH_WQM case.
Vinson Lee
- [Mesa-dev] [PATCH] i965: Update the comment about viewport hacks.
Eric Anholt
- [Mesa-dev] [PATCH] Use -Bsymbolic when linking libEGL.so
Eric Anholt
- [Mesa-dev] [PATCH] i965: Remove the "ARF" register file.
Kenneth Graunke
- [Mesa-dev] [PATCH 05/29] softpipe: consolidate C sources list into Makefile.sources
Emil Velikov
- [Mesa-dev] st/xorg targets/xorg cleanups v2
Emil Velikov
- [Mesa-dev] [PATCH 1/7] st/xorg: remove unnecessary headers
Emil Velikov
- [Mesa-dev] [PATCH 2/7] st/xorg: add sanity checks after malloc
Emil Velikov
- [Mesa-dev] [PATCH 3/7] st/xorg: drop set but unsused variables dxo, dyo
Emil Velikov
- [Mesa-dev] [PATCH 4/7] gallium/targets/xorg: drop set but unused variable entity
Emil Velikov
- [Mesa-dev] [PATCH 5/7] targets/xorg-nouveau: drop usage of dri1 function DRICreatePCIBusID
Emil Velikov
- [Mesa-dev] [PATCH 6/7] configure: use PKG_CONFIG variable over hardcoded pkg-config
Emil Velikov
- [Mesa-dev] [PATCH 7/7] automake: properly handle non-default expat installation
Emil Velikov
- [Mesa-dev] [PATCH] egl/main: remove undefined X11_LIBS automake variable
Gaetan Nadon
- [Mesa-dev] Choosing texture internal format in GLES
Marek Olšák
- [Mesa-dev] [PATCH] egl/main: remove undefined X11_LIBS automake variable
Emil Velikov
- [Mesa-dev] [PATCH 3/4] glsl/gs: handle gl_ClipDistance geometry input in lower_clip_distance.
Paul Berry
- [Mesa-dev] Choosing texture internal format in GLES
Wladimir
- [Mesa-dev] [Bug 69874] Automake throws a lot of "[...] option 'subdir-objects' is disabled"
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 55951] [regression] Torchlight exits with BadDrawable (invalid Pixmap or Window parameter)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 2/2] i965: Use IVB specific formula for depthbuffer
Ben Widawsky
- [Mesa-dev] [Bug 69541] ir_constant_expression.cpp(1384) : error C3861: 'isnormal': identifier not found
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [r600g] Mesa CVS 4e9aa67: vdpau has only MPEG1/2 on RV730
Dieter Nützel
- [Mesa-dev] context sharing of framebuffer objects
Dave Airlie
- [Mesa-dev] [v2 0/4] RFC: gl_shader cache v2
Tapani Pälli
- [Mesa-dev] [v3 1/4] glsl: add ir_cache class for IR serialization (WIP)
Tapani Pälli
- [Mesa-dev] [v2 2/4] mesa: gl_shader_cache class (WIP)
Tapani Pälli
- [Mesa-dev] [v2 3/4] glsl: export populate_symbol_table
Tapani Pälli
- [Mesa-dev] [v2 4/4] glsl: use gl_shader_cache when compiling (WIP)
Tapani Pälli
- [Mesa-dev] Choosing texture internal format in GLES
Rogovin, Kevin
- [Mesa-dev] [PATCH] i965/blorp: Use passed in framebuffer rather than ctx->DrawBuffer
Chris Forbes
- [Mesa-dev] [r600g] Mesa CVS 4e9aa67: vdpau has only MPEG1/2 on RV730
Michel Dänzer
- [Mesa-dev] [PATCH RFC 0/6] i965: emulate SIMD16 sample_d with dual SIMD8 ones
Chia-I Wu
- [Mesa-dev] [PATCH RFC 1/6] i965: make BRW_COMPRESSION_2NDHALF valid for brw_SAMPLE
Chia-I Wu
- [Mesa-dev] [PATCH RFC 2/6] i965: allow SIMD8 sampler messages in SIMD16 mode
Chia-I Wu
- [Mesa-dev] [PATCH RFC 3/6] i965: add FS_OPCODE_OVERWRITE_DST
Chia-I Wu
- [Mesa-dev] [PATCH RFC 4/6] i965: keep SecHalf flag after register coalescing
Chia-I Wu
- [Mesa-dev] [PATCH RFC 5/6] i965: refactor texture instruction emission
Chia-I Wu
- [Mesa-dev] [PATCH RFC 6/6] i965/gen7: emulate SIMD16 sample_d with dual SIMD8 sample_d
Chia-I Wu
- [Mesa-dev] [r600g] Mesa CVS 4e9aa67: vdpau has only MPEG1/2 on RV730
Grigori Goronzy
- [Mesa-dev] Documentation: VBO module
Rogovin, Kevin
- [Mesa-dev] [PATCH] r600g: fix UVD detection
Grigori Goronzy
- [Mesa-dev] context sharing of framebuffer objects
Henri Verbeet
- [Mesa-dev] [PATCH] i965: fix bogus swizzle in brw_cubemap_normalize
Chris Forbes
- [Mesa-dev] [PATCH V4 00/13] ARB_texture_gather
Chris Forbes
- [Mesa-dev] [PATCH V4 01/13] mesa: add texture gather changes
Chris Forbes
- [Mesa-dev] [PATCH V4 02/13] glsl: add texture gather changes
Chris Forbes
- [Mesa-dev] [PATCH V4 03/13] i965: add SHADER_OPCODE_TG4
Chris Forbes
- [Mesa-dev] [PATCH V4 04/13] i965/fs: Add support for ir_tg4
Chris Forbes
- [Mesa-dev] [PATCH V4 05/13] i965/vs: Add support for ir_tg4
Chris Forbes
- [Mesa-dev] [PATCH V4 06/13] glsl: flag shaders which use gather4 at all
Chris Forbes
- [Mesa-dev] [PATCH V4 07/13] i965: w/a for gather4 green RG32F
Chris Forbes
- [Mesa-dev] [PATCH V4 08/13] i965: Add BRW_SURFACEFORMAT_R32G32_FLOAT_LD, required for IVB gather4 w/a
Chris Forbes
- [Mesa-dev] [PATCH V4 09/13] i965: make room in the binding table for a full alternate set of surface_states
Chris Forbes
- [Mesa-dev] [PATCH V4 10/13] i965: Emit a second set of SURFACE_STATE for gather4 from textures.
Chris Forbes
- [Mesa-dev] [PATCH V4 11/13] i965: use gather slots in the binding table for gather4.
Chris Forbes
- [Mesa-dev] [PATCH V4 12/13] i965: Enable ARB_texture_gather on Gen7
Chris Forbes
- [Mesa-dev] [PATCH V4 13/13] i965/hsw: Apply gather4 RG32F w/a using SCS instead of shader.
Chris Forbes
- [Mesa-dev] Choosing texture internal format in GLES
Marek Olšák
- [Mesa-dev] [Bug 55951] [regression] Torchlight exits with BadDrawable (invalid Pixmap or Window parameter)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH] r600g: fix UVD detection
Marek Olšák
- [Mesa-dev] Dispatch table question: VBO
Rogovin, Kevin
- [Mesa-dev] Updates to 9.2 branch
Maarten Lankhorst
- [Mesa-dev] context sharing of framebuffer objects
Erik Faye-Lund
- [Mesa-dev] [r600g] Mesa CVS 4e9aa67: vdpau has only MPEG1/2 on RV730
Dieter Nützel
- [Mesa-dev] [PATCH] i965/blorp: retype destination register for texture SEND instruction to UW.
Abdiel Janulgue
- [Mesa-dev] [PATCH] draw: Add a null check for draw.
Brian Paul
- [Mesa-dev] [PATCH] util/u_format: Assert that format block size is at least 1 byte.
Brian Paul
- [Mesa-dev] [PATCH] llvmpipe: Remove unnecessary null check of shader.
Brian Paul
- [Mesa-dev] [PATCH 1/7] st/xorg: remove unnecessary headers
Brian Paul
- [Mesa-dev] [PATCH 2/7] st/xorg: add sanity checks after malloc
Brian Paul
- [Mesa-dev] [PATCH 3/7] st/xorg: drop set but unsused variables dxo, dyo
Brian Paul
- [Mesa-dev] [PATCH 6/7] configure: use PKG_CONFIG variable over hardcoded pkg-config
Brian Paul
- [Mesa-dev] [PATCH 05/29] softpipe: consolidate C sources list into Makefile.sources
Tom Stellard
- [Mesa-dev] [PATCH] gallium: include u_surface.h instead of u_rect.h
Brian Paul
- [Mesa-dev] [PATCH] i965/blorp: retype destination register for texture SEND instruction to UW.
Eric Anholt
- [Mesa-dev] [PATCH] XXXgallium/common_dri: fix the scons build
Eric Anholt
- [Mesa-dev] context sharing of framebuffer objects
Ian Romanick
- [Mesa-dev] [PATCH] i915: Fix memory leak in do_blit_readpixels.
Eric Anholt
- [Mesa-dev] [PATCH] gallivm: ignore rho approximation for cube maps
sroland at vmware.com
- [Mesa-dev] [PATCH] i965/blorp: retype destination register for texture SEND instruction to UW.
Chad Versace
- [Mesa-dev] [PATCH] XXXgallium/common_dri: fix the scons build
Emil Velikov
- [Mesa-dev] [PATCH] XXXscons: drm is not a dri thinko :)
Emil Velikov
- [Mesa-dev] [PATCH] i965/blorp: Use passed in framebuffer rather than ctx->DrawBuffer
Chad Versace
- [Mesa-dev] [PATCH] Use -Bsymbolic when linking libEGL.so
Chad Versace
- [Mesa-dev] [Bug 69874] Automake throws a lot of "[...] option 'subdir-objects' is disabled"
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH V4 02/13] glsl: add texture gather changes
Ian Romanick
- [Mesa-dev] [PATCH 21/24] i965/gen7: Handle atomic instructions from the FS back-end.
Francisco Jerez
- [Mesa-dev] [PATCH 18/24] i965: Add a 'has_side_effects' back-end instruction predicate.
Francisco Jerez
- [Mesa-dev] [PATCH V4 02/13] glsl: add texture gather changes
Kenneth Graunke
- [Mesa-dev] [PATCH 1/2] [v2] i965: Extract region use from hiz depth buffer
Ben Widawsky
- [Mesa-dev] [PATCH 2/2] [v3] i965: Use IVB specific formula for depthbuffer
Ben Widawsky
- [Mesa-dev] megadrivers series
Eric Anholt
- [Mesa-dev] [PATCH 01/14] glx: Move the driver extension-loading to a helper function.
Eric Anholt
- [Mesa-dev] [PATCH 02/14] dri: Allow config options to be passed to the loader through extensions.
Eric Anholt
- [Mesa-dev] [PATCH 03/14] dri: Move driver config options to dri driver extensions.
Eric Anholt
- [Mesa-dev] [PATCH 04/14] glx: Add an optional function call for getting the DRI driver interface.
Eric Anholt
- [Mesa-dev] [PATCH 05/14] egl: Add an optional function call for getting the DRI driver interface.
Eric Anholt
- [Mesa-dev] [PATCH 06/14] dri: Pass in the dlsym()ed driver extension to screen creation.
Eric Anholt
- [Mesa-dev] [PATCH 07/14] dri: Implement a DRI vtable extension to replace the global driDriverAPI.
Eric Anholt
- [Mesa-dev] [PATCH 08/14] i965: Build the driver into a shared mesa_dri_drivers.so .
Eric Anholt
- [Mesa-dev] [PATCH 09/14] nouveau: Build the driver into the shared mesa_dri_drivers.so.
Eric Anholt
- [Mesa-dev] [PATCH 10/14] dri: Add a tool for generating #defines to namespace driver global symbols.
Eric Anholt
- [Mesa-dev] [PATCH 11/14] i915: Build the driver into the shared mesa_dri_drivers.so.
Eric Anholt
- [Mesa-dev] [PATCH 12/14] radeon: Build the driver into the shared mesa_dri_drivers.so.
Eric Anholt
- [Mesa-dev] [PATCH 13/14] swrast: Build the driver into the shared mesa_dri_drivers.so.
Eric Anholt
- [Mesa-dev] [PATCH 14/14] mesa: Remove dricore from the build.
Eric Anholt
- [Mesa-dev] [PATCH] R600: Add a ldptr intrinsic to support MSAA.
Vincent Lejeune
- [Mesa-dev] [PATCH 1/4] r600g/llvm: fix sample cube shadow
Vincent Lejeune
- [Mesa-dev] [PATCH 2/4] r600g/llvm: fix txq for texture buffer
Vincent Lejeune
- [Mesa-dev] [PATCH 3/4] r600g/llvm: Undef z and w component of 2D TXP inst
Vincent Lejeune
- [Mesa-dev] [PATCH 4/4] r600/llvm: Adds support for MSAA
Vincent Lejeune
- [Mesa-dev] [PATCH] Use -Bsymbolic when linking libEGL.so
Carl Worth
- [Mesa-dev] [PATCH] gallium: include u_surface.h instead of u_rect.h
Roland Scheidegger
- [Mesa-dev] [PATCH] i965/gs: Fix incorrect numbering of DWORDs in 3DSTATE_GS
Chad Versace
- [Mesa-dev] [PATCH V3 01/11] mesa: add texture gather changes
Ian Romanick
- [Mesa-dev] [PATCH V3 02/11] glsl: add texture gather changes
Ian Romanick
- [Mesa-dev] [PATCH V4 02/13] glsl: add texture gather changes
Ian Romanick
- [Mesa-dev] [PATCH V4 00/13] ARB_texture_gather
Ian Romanick
- [Mesa-dev] [PATCH 01/29] i965: Rename brwCreateContext's error parameter to dri_ctx_error.
Ian Romanick
- [Mesa-dev] [PATCH 02/29] i965: Pull out INTEL_DEBUG handling into new intel_debug.[ch] files.
Ian Romanick
- [Mesa-dev] [PATCH 12/29] i965: Move device quirks to brw_device_info.
Ian Romanick
- [Mesa-dev] [PATCH 14/29] i965: Remove the brw_context::emit_state_always flag.
Ian Romanick
- [Mesa-dev] [PATCH 20/29] i965: Make brwInitFunctions take brw_context rather than intel_screen.
Ian Romanick
- [Mesa-dev] [PATCH 28/29] i965: Drop random 32-bit assembly implementation of memcpy().
Ian Romanick
- [Mesa-dev] [PATCH 29/29] i965: Merge intel_context.h into brw_context.h.
Ian Romanick
- [Mesa-dev] Janitorial work: no more intel_context.[ch]; tidying
Ian Romanick
- [Mesa-dev] [PATCH 2/2] [v4] i965: Use IVB specific formula for depthbuffer
Ben Widawsky
- [Mesa-dev] [PATCH 28/29] i965: Drop random 32-bit assembly implementation of memcpy().
Roland Mainz
- [Mesa-dev] Janitorial work: no more intel_context.[ch]; tidying
Ian Romanick
- [Mesa-dev] [PATCH] R600: Add a ldptr intrinsic to support MSAA.
Tom Stellard
- [Mesa-dev] [PATCH 1/4] r600g/llvm: fix sample cube shadow
Tom Stellard
- [Mesa-dev] [PATCH 28/29] i965: Drop random 32-bit assembly implementation of memcpy().
Ian Romanick
- [Mesa-dev] [PATCH 28/29] i965: Drop random 32-bit assembly implementation of memcpy().
Roland Mainz
- [Mesa-dev] [PATCH] i965/hsw: approximate DDX with a uniform value across a subspan
Ian Romanick
- [Mesa-dev] [PATCH 2/2] [v4] i965: Use IVB specific formula for depthbuffer
Ian Romanick
- [Mesa-dev] [PATCH 1/2] [v2] i965: Extract region use from hiz depth buffer
Ian Romanick
- [Mesa-dev] [PATCH 02/29] i965: Pull out INTEL_DEBUG handling into new intel_debug.[ch] files.
Kenneth Graunke
- [Mesa-dev] [PATCH] i965/hsw: approximate DDX with a uniform value across a subspan
Kenneth Graunke
- [Mesa-dev] [PATCH 1/2] [v2] i965: Extract region use from hiz depth buffer
Ben Widawsky
- [Mesa-dev] [PATCH 2/2] [v4] i965: Use IVB specific formula for depthbuffer
Ben Widawsky
- [Mesa-dev] [PATCH 12/29] i965: Move device quirks to brw_device_info.
Kenneth Graunke
- [Mesa-dev] Janitorial work: no more intel_context.[ch]; tidying
Kenneth Graunke
- [Mesa-dev] [PATCH] i965: compute DDX in a subspan based only on top row
Chia-I Wu
- [Mesa-dev] [PATCH] i965/hsw: approximate DDX with a uniform value across a subspan
Chia-I Wu
- [Mesa-dev] [PATCH] i965: compute DDX in a subspan based only on top row
Kenneth Graunke
Last message date:
Mon Sep 30 23:55:03 PDT 2013
Archived on: Mon Sep 30 23:54:51 PDT 2013
This archive was generated by
Pipermail 0.09 (Mailman edition).