May 2012 Archives by author
Starting: Tue May 1 06:12:29 PDT 2012
Ending: Thu May 31 23:34:22 PDT 2012
Messages: 1087
- No subject
- No subject
- No subject
- [Mesa-dev] [PATCH 0.3] llvmpipe iabs/isgn support
Dave Airlie
- [Mesa-dev] [PATCH 1/1] mesa: initial work for OES_vertex_type_10_10_10_2 extension support.
Dave Airlie
- [Mesa-dev] [PATCH 1/2] mesa: Keep a computed value for dual source blend func with each buffer.
Dave Airlie
- [Mesa-dev] [PATCH] softpipe: Fix everything that is wrong with clipping and interpolation.
Dave Airlie
- [Mesa-dev] [PATCH] meta: do fallback when texture is enabled for DrawPixels
Liu Aleaxander
- [Mesa-dev] [PATCH] meta: do fallback when texture is enabled for DrawPixels
Liu Aleaxander
- [Mesa-dev] [PATCH] meta: do fallback when texture is enabled for DrawPixels
Liu Aleaxander
- [Mesa-dev] [PATCH] meta: do fallback when texture is enabled for DrawPixels
Liu Aleaxander
- [Mesa-dev] [PATCH 2/6] New unary opcodes for ARB_shader_bit_encoding support.
Eric Anholt
- [Mesa-dev] [PATCH 1/4] radeon: use _mesa_is_winsys/user_fbo() helpers
Eric Anholt
- [Mesa-dev] UBO progress
Eric Anholt
- [Mesa-dev] Conflicts between OES/EXT/ARB_framebuffer_object and GL3.0/GLES2
Eric Anholt
- [Mesa-dev] [PATCH] meta: do fallback when texture is enabled for DrawPixels
Eric Anholt
- [Mesa-dev] [PATCH 1/3] glsl: Remove the opt_discard_simplification pass.
Eric Anholt
- [Mesa-dev] [PATCH 2/3] glsl: Implement the GLSL 1.30+ discard control flow rule in GLSL IR.
Eric Anholt
- [Mesa-dev] [PATCH 3/3] Revert "i965/fs: Jump from discard statements to the end of the program when done."
Eric Anholt
- [Mesa-dev] [PATCH] meta: do fallback when texture is enabled for DrawPixels
Eric Anholt
- [Mesa-dev] shader_test for glsl-to-tgsi ceil bug
Eric Anholt
- [Mesa-dev] [PATCH 1/2] i965: Implement guardband clipping on Sandybridge.
Eric Anholt
- [Mesa-dev] i965 optimizations and one for core GLSL
Eric Anholt
- [Mesa-dev] [PATCH 1/5] i965/fs: When doing no work for live interval calculation, do no allocation.
Eric Anholt
- [Mesa-dev] [PATCH 2/5] i965/fs: Add support for copy propagation.
Eric Anholt
- [Mesa-dev] [PATCH 3/5] i965/fs: Remove the requirement of no dead code for interference checks.
Eric Anholt
- [Mesa-dev] [PATCH 4/5] i965/fs: Do more register coalescing by using the interference graph.
Eric Anholt
- [Mesa-dev] [PATCH 5/5] glsl: Improve the local dead code optimization to eliminate unused channels.
Eric Anholt
- [Mesa-dev] [PATCH 3/5] i965/fs: Remove the requirement of no dead code for interference checks.
Eric Anholt
- [Mesa-dev] [PATCH 5/5] glsl: Improve the local dead code optimization to eliminate unused channels.
Eric Anholt
- [Mesa-dev] [PATCH 3/3] i965: Completely annotate the batch bo when aub dumping.
Eric Anholt
- [Mesa-dev] [PATCH 5/5] mesa: add DEBUG_INCOMPLETE_TEXTURE, DEBUG_INCOMPLETE_FBO flags
Eric Anholt
- [Mesa-dev] [PATCH 3/3] i965: Completely annotate the batch bo when aub dumping.
Eric Anholt
- [Mesa-dev] [PATCH 1/2] i965/fs: Use a const reference in fs_reg::equals instead of a pointer.
Eric Anholt
- [Mesa-dev] [PATCH 2/2] i965/fs: Add a local common subexpression elimination pass.
Eric Anholt
- [Mesa-dev] bugfix series: mesa core, glsl, one i965.
Eric Anholt
- [Mesa-dev] [PATCH 1/9] mesa: Throw error on glGetActiveUniform inside Begin/End.
Eric Anholt
- [Mesa-dev] [PATCH 2/9] i965/vs: Fix up swizzle for dereference_array of matrices.
Eric Anholt
- [Mesa-dev] [PATCH 3/9] glsl: Fix indentation of switch code.
Eric Anholt
- [Mesa-dev] [PATCH 4/9] glsl: Let the constructor figure out the types of switch-related expressions.
Eric Anholt
- [Mesa-dev] [PATCH 5/9] glsl: Reject non-scalar switch expressions.
Eric Anholt
- [Mesa-dev] [PATCH 6/9] glsl: Fix assertion failure on handling switch on uint expressions.
Eric Anholt
- [Mesa-dev] [PATCH 7/9] glsl: Drop the extra NULL specifiction on ir_assignment constructors.
Eric Anholt
- [Mesa-dev] [PATCH 8/9] mesa: Fix assertion failure when a cube face is not present.
Eric Anholt
- [Mesa-dev] [PATCH 9/9] mesa: Check for framebuffer completeness before looking at the rb.
Eric Anholt
- [Mesa-dev] [PATCH 1/7] glsl: Set initial values for uniforms in the linker
Eric Anholt
- [Mesa-dev] [PATCH 0/6] ARB_shader_bit_encoding support
Eric Anholt
- [Mesa-dev] [PATCH 1/2] mesa: Keep a computed value for dual source blend func with each buffer.
Eric Anholt
- [Mesa-dev] [PATCH 2/2] i965/gen6+: Add support for GL_ARB_blend_func_extended.
Eric Anholt
- [Mesa-dev] i965 fast depth clears
Eric Anholt
- [Mesa-dev] [PATCH 01/12] intel: Fork the intel_clear.c file between i915 and i965.
Eric Anholt
- [Mesa-dev] [PATCH 02/12] i915: Drop gen4+ code from the forked clear code.
Eric Anholt
- [Mesa-dev] [PATCH 03/12] i965: We always use have GLSL, so always use it for tri clears.
Eric Anholt
- [Mesa-dev] [PATCH 04/12] i965: Remove dead logic for non-tri depth/stencil clears.
Eric Anholt
- [Mesa-dev] [PATCH 05/12] i965: Switch blit color clears to tri clears on gen4/5.
Eric Anholt
- [Mesa-dev] [PATCH 06/12] i965: Simplify the remaining clear logic by relying on the meta clear.
Eric Anholt
- [Mesa-dev] [PATCH 07/12] i965: Rename the clear function for this driver.
Eric Anholt
- [Mesa-dev] [PATCH 08/12] i965: Add an interface for doing hiz ops from C code.
Eric Anholt
- [Mesa-dev] [PATCH 09/12] i965: Replace intel_need_resolve with the hiz ops it maps to.
Eric Anholt
- [Mesa-dev] [PATCH 10/12] i965: Drop a layer of indirection in doing HiZ resolves.
Eric Anholt
- [Mesa-dev] [PATCH 11/12] i965/gen7: Add CC vieport setup to blorp code.
Eric Anholt
- [Mesa-dev] [PATCH 12/12] i965/gen6+: Add support for fast depth clears.
Eric Anholt
- [Mesa-dev] Release of GLw?
Eric Anholt
- [Mesa-dev] [PATCH 01/15] i965/msaa: Expand odd-sized MSAA surfaces to account for interleaving pattern.
Eric Anholt
- [Mesa-dev] [PATCH 07/15] i965/blorp: Use 16 pixel dispatch on Gen7 when there is a WM program.
Eric Anholt
- [Mesa-dev] [PATCH] glsl/constant propagation: kill whole var if LHS involves array indexing.
Eric Anholt
- [Mesa-dev] [PATCH 1/1] mesa: initial work for OES_vertex_type_10_10_10_2 extension support.
Eric Anholt
- [Mesa-dev] [PATCH] i965/blorp: Implement destination clipping and scissoring
Eric Anholt
- [Mesa-dev] [PATCH] mesa: Remove the generated glapi from source control, and just build it.
Eric Anholt
- [Mesa-dev] [PATCH] mesa: Remove the generated glapi from source control, and just build it.
Eric Anholt
- [Mesa-dev] No more make clean!
Eric Anholt
- [Mesa-dev] [PATCH 1/8] mesa: Restore installing of libGL for non-dri builds.
Eric Anholt
- [Mesa-dev] [PATCH 2/8] shared-glapi: Don't forget to clean our built file.
Eric Anholt
- [Mesa-dev] [PATCH 3/8] glapi: Enable silent rules for generation when used from automake.
Eric Anholt
- [Mesa-dev] [PATCH 4/8] mesa: Remove generated source files during make clean.
Eric Anholt
- [Mesa-dev] [PATCH 5/8] automake: Rename variables in sources.mak to be automake compatible.
Eric Anholt
- [Mesa-dev] [PATCH 6/8] automake: Add a prefix variable to the common sources lists.
Eric Anholt
- [Mesa-dev] [PATCH 7/8] automake: Convert dricore building to automake.
Eric Anholt
- [Mesa-dev] [PATCH 8/8] mesa: Clean up some dricore-related detritus in the old Makefile.
Eric Anholt
- [Mesa-dev] [PATCH] - main/ff_fragment_shader.cpp
Eric Anholt
- [Mesa-dev] [PATCH 2/2] mesa: glsl: allow ES2 to report support for GLSL versions >= 1.20
Eric Anholt
- [Mesa-dev] [PATCH] i830_state:i830Enable(): Fix crash for GL_STENCIL_TEST
Eric Anholt
- [Mesa-dev] [PATCH 1/2] mesa: common/meta: avoid printing uninitialized bytes.
Eric Anholt
- [Mesa-dev] [PATCH 2/2] mesa: don't compile integer clear shaders for unsupported APIs
Eric Anholt
- [Mesa-dev] Fw: [Intel-gfx] [PATCH] intel: add a timed wait function
Eric Anholt
- [Mesa-dev] [PATCH 1/8] automake: Remove the old static configs system.
Eric Anholt
- [Mesa-dev] [PATCH 2/8] mesa: Move the version information right into configure.ac.
Eric Anholt
- [Mesa-dev] [PATCH 3/8] automake: Globally add stub automake targets to the old Makefiles.
Eric Anholt
- [Mesa-dev] [PATCH 4/8] automake: Move top-level makefile to automake.
Eric Anholt
- [Mesa-dev] [PATCH 5/8] automake: Convert src/Makefile to automake.
Eric Anholt
- [Mesa-dev] [PATCH 6/8] automake: Add a prefix variable for libglsl sources.
Eric Anholt
- [Mesa-dev] [PATCH 7/8] automake: Merge the dricore libglsl build into libdricore.
Eric Anholt
- [Mesa-dev] [PATCH 8/8] glsl: Put a bunch of optimization visitors under anonymous namespaces.
Eric Anholt
- [Mesa-dev] [PATCH] automake: Connect the libdricore target to make clean.
Eric Anholt
- [Mesa-dev] [PATCH 20/26] mesa/tests: Add tests for the generated dispatch table
Eric Anholt
- [Mesa-dev] Fw: [Intel-gfx] [PATCH] intel: add a timed wait function
Eric Anholt
- [Mesa-dev] [PATCH] intel: Change vendor string to "Intel(R) Open Source Technology Center".
Eirik Byrkjeflot Anonsen
- [Mesa-dev] IROUND() issue
Patrick Baggett
- [Mesa-dev] [PATCH] gbm: Add gbm_bo_write entry point
Mandeep Baines
- [Mesa-dev] [PATCH] gbm: Add gbm_bo_write entry point
Mandeep Singh Baines
- [Mesa-dev] [PATCH 00/10] i965/gen6: Begin implementing MSAA.
Paul Berry
- [Mesa-dev] [PATCH 01/10] intel: Add extern "C" declarations to headers
Paul Berry
- [Mesa-dev] [PATCH 02/10] intel: Work around differences between C and C++ scoping rules.
Paul Berry
- [Mesa-dev] [PATCH 03/10] i965/hiz: Make void pointer type casts explicit
Paul Berry
- [Mesa-dev] [PATCH 04/10] i965/hiz: Convert gen{6,7}_hiz.c to C++
Paul Berry
- [Mesa-dev] [PATCH 05/10] i965/hiz: Convert gen{6, 7}_hiz.h to gen{6, 7}_blorp.h
Paul Berry
- [Mesa-dev] [PATCH 06/10] i965: Parameterize HiZ code to prepare for adding blitting.
Paul Berry
- [Mesa-dev] [PATCH 07/10] i965: split gen{6,7}_blorp_exec functions into manageable chunks.
Paul Berry
- [Mesa-dev] [PATCH 08/10] i965: Expose surface setup internals for use by blits.
Paul Berry
- [Mesa-dev] [PATCH 09/10] i965/gen6+: Add code to perform blits on the render path ("blorp").
Paul Berry
- [Mesa-dev] [PATCH 10/10] i965/gen6: Initial implementation of MSAA.
Paul Berry
- [Mesa-dev] [PATCH 1/2] i965: Fix mipmap offsets for HiZ and separate stencil buffers.
Paul Berry
- [Mesa-dev] [PATCH v2] i965: Fix mipmap offsets for HiZ and separate stencil buffers.
Paul Berry
- [Mesa-dev] [PATCH 06/10] i965: Parameterize HiZ code to prepare for adding blitting.
Paul Berry
- [Mesa-dev] [PATCH 1/3] intel: When AUB dumping, flush before emitting final bitmap command.
Paul Berry
- [Mesa-dev] [PATCH 2/3] intel: Bump libdrm requirement to 2.4.34.
Paul Berry
- [Mesa-dev] [PATCH 3/3] i965: Completely annotate the batch bo when aub dumping.
Paul Berry
- [Mesa-dev] [PATCH 2/3] intel: Bump libdrm requirement to 2.4.34.
Paul Berry
- [Mesa-dev] [PATCH 06/10] i965: Parameterize HiZ code to prepare for adding blitting.
Paul Berry
- [Mesa-dev] [PATCH 07/10] i965: split gen{6, 7}_blorp_exec functions into manageable chunks.
Paul Berry
- [Mesa-dev] [PATCH] Add bin/compile to .gitignore
Paul Berry
- [Mesa-dev] [PATCH 3/3] i965: Completely annotate the batch bo when aub dumping.
Paul Berry
- [Mesa-dev] [PATCH v2 0/5] i965/gen6: Begin implementing MSAA.
Paul Berry
- [Mesa-dev] [PATCH v2 1/5] i965: Parameterize HiZ code to prepare for adding blitting.
Paul Berry
- [Mesa-dev] [PATCH v2 2/5] i965: split gen{6,7}_blorp_exec functions into manageable chunks.
Paul Berry
- [Mesa-dev] [PATCH v2 3/5] i965: Expose surface setup internals for use by blits.
Paul Berry
- [Mesa-dev] [PATCH v2 4/5] i965/gen6+: Add code to perform blits on the render path ("blorp").
Paul Berry
- [Mesa-dev] [PATCH v2 5/5] i965/gen6: Initial implementation of MSAA.
Paul Berry
- [Mesa-dev] [PATCH 00/15] i965/gen7: Begin implementing MSAA.
Paul Berry
- [Mesa-dev] [PATCH 01/15] i965/msaa: Expand odd-sized MSAA surfaces to account for interleaving pattern.
Paul Berry
- [Mesa-dev] [PATCH 02/15] i965/blorp: Generalize sampling code in preparation for Gen7
Paul Berry
- [Mesa-dev] [PATCH 03/15] i965/blorp: Emit sample index in SAMPLE_LD message when necessary
Paul Berry
- [Mesa-dev] [PATCH 04/15] i965/blorp: Use MSDISPMODE_PERSAMPLE rendering when necessary
Paul Berry
- [Mesa-dev] [PATCH 05/15] i965/blorp: Factor gen6_blorp_emit_batch_head into separate functions.
Paul Berry
- [Mesa-dev] [PATCH 06/15] i965/blorp: Allocate space for push constants on Gen7.
Paul Berry
- [Mesa-dev] [PATCH 07/15] i965/blorp: Use 16 pixel dispatch on Gen7 when there is a WM program.
Paul Berry
- [Mesa-dev] [PATCH 08/15] i965/blorp: Implement proper texel fetch messages for Gen7.
Paul Berry
- [Mesa-dev] [PATCH 09/15] i965/blorp: Enable blorp blits on Gen7.
Paul Berry
- [Mesa-dev] [PATCH 10/15] i965/msaa: Add defines for Gen7.
Paul Berry
- [Mesa-dev] [PATCH 11/15] i965/msaa: Properly handle sliced layout for Gen7.
Paul Berry
- [Mesa-dev] [PATCH 12/15] i965/msaa: Validate Gen7 surface state constraints.
Paul Berry
- [Mesa-dev] [PATCH 13/15] i965/msaa: Modify blorp code to account for Gen7 MSAA layouts.
Paul Berry
- [Mesa-dev] [PATCH 14/15] i965/msaa: Implement manual blending operation for Gen7.
Paul Berry
- [Mesa-dev] [PATCH 15/15] i965/msaa: Enable 4x MSAA on Gen7.
Paul Berry
- [Mesa-dev] [PATCH v2 5/5] i965/gen6: Initial implementation of MSAA.
Paul Berry
- [Mesa-dev] Spec interpretation question: glBlitFramebuffer behavior when src rectangle out of range
Paul Berry
- [Mesa-dev] [PATCH] Add .gitignore files for recently-added gallium projects
Paul Berry
- [Mesa-dev] Spec interpretation question: glBlitFramebuffer behavior when src rectangle out of range
Paul Berry
- [Mesa-dev] [PATCH v2 5/5] i965/gen6: Initial implementation of MSAA.
Paul Berry
- [Mesa-dev] [PATCH] i965/blorp: Implement destination clipping and scissoring
Paul Berry
- [Mesa-dev] [PATCH v2 5/5] i965/gen6: Initial implementation of MSAA.
Paul Berry
- [Mesa-dev] [PATCH] i965/blorp: Move exec() out of brw_blorp_params.
Paul Berry
- [Mesa-dev] Spec interpretation question: glBlitFramebuffer behavior when src rectangle out of range
Paul Berry
- [Mesa-dev] [PATCH v2 5/5] i965/gen6: Initial implementation of MSAA.
Paul Berry
- [Mesa-dev] [PATCH] glsl/constant propagation: kill whole var if LHS involves array indexing.
Paul Berry
- [Mesa-dev] [PATCH 04/15] i965/blorp: Use MSDISPMODE_PERSAMPLE rendering when necessary
Paul Berry
- [Mesa-dev] [PATCH 03/15] i965/blorp: Emit sample index in SAMPLE_LD message when necessary
Paul Berry
- [Mesa-dev] [PATCH 04/15] i965/blorp: Use MSDISPMODE_PERSAMPLE rendering when necessary
Paul Berry
- [Mesa-dev] [PATCH 14/15] i965/msaa: Implement manual blending operation for Gen7.
Paul Berry
- [Mesa-dev] [PATCH 11/15] i965/msaa: Properly handle sliced layout for Gen7.
Paul Berry
- [Mesa-dev] [PATCH 04/15] i965/blorp: Use MSDISPMODE_PERSAMPLE rendering when necessary
Paul Berry
- [Mesa-dev] [PATCH 01/15] i965/msaa: Expand odd-sized MSAA surfaces to account for interleaving pattern.
Paul Berry
- [Mesa-dev] [PATCH 04/15] i965/blorp: Use MSDISPMODE_PERSAMPLE rendering when necessary
Paul Berry
- [Mesa-dev] [PATCH 07/15] i965/blorp: Use 16 pixel dispatch on Gen7 when there is a WM program.
Paul Berry
- [Mesa-dev] [PATCH 11/15] i965/msaa: Properly handle sliced layout for Gen7.
Paul Berry
- [Mesa-dev] [PATCH 11/15] i965/msaa: Properly handle sliced layout for Gen7.
Paul Berry
- [Mesa-dev] [PATCH 11/15] i965/msaa: Properly handle sliced layout for Gen7.
Paul Berry
- [Mesa-dev] [PATCH] i965/blorp: Implement destination clipping and scissoring
Paul Berry
- [Mesa-dev] [PATCH] i965/blorp: Implement destination clipping and scissoring
Paul Berry
- [Mesa-dev] [PATCH 07/15] i965/blorp: Use 16 pixel dispatch on Gen7 when there is a WM program.
Paul Berry
- [Mesa-dev] [PATCH v2] i965/blorp: Use 16 pixel dispatch on Gen7.
Paul Berry
- [Mesa-dev] [PATCH] glsl/tests: Add .gitignore for uniform initialization unit test.
Paul Berry
- [Mesa-dev] [PATCH] mesa: Remove the generated glapi from source control, and just build it.
Paul Berry
- [Mesa-dev] [PATCH] gbm: Add gbm_bo_write entry point
Jakob Bornecrantz
- [Mesa-dev] [PATCH] gbm: Add gbm_bo_write entry point
Jakob Bornecrantz
- [Mesa-dev] [PATCH] gbm: Add gbm_bo_write entry point
Jakob Bornecrantz
- [Mesa-dev] [PATCH] gbm: Add gbm_bo_write entry point
Jakob Bornecrantz
- [Mesa-dev] Upcoming Mesa releases
Jakob Bornecrantz
- [Mesa-dev] [PATCH 1/2] gallium/drivers: handle TGSI_OPCODE_CEIL
Christoph Bumiller
- [Mesa-dev] [PATCH 2/2] glsl_to_tgsi: use TGSI_OPCODE_CEIL for ir_unop_ceil
Christoph Bumiller
- [Mesa-dev] shader_test for glsl-to-tgsi ceil bug
Christoph Bumiller
- [Mesa-dev] shader_test for glsl-to-tgsi ceil bug
Christoph Bumiller
- [Mesa-dev] shader_test for glsl-to-tgsi ceil bug
Christoph Bumiller
- [Mesa-dev] [PATCH 2/2] gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/
Christoph Bumiller
- [Mesa-dev] [PATCH] clover, gallium: add PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCK
Christoph Bumiller
- [Mesa-dev] [PATCH] st/mesa: set PIPE_BIND_STREAM_OUTPUT for TFB target in st_bufferobj_data
Christoph Bumiller
- [Mesa-dev] [PATCH] vl: Initialize pipe_vertex_buffer.user_buffer fields.
Christoph Bumiller
- [Mesa-dev] OpenGL 3.0 with r600g (RV620 card)
Christoph Bumiller
- [Mesa-dev] [PATCH] gallium: add st_api feature mask to prevent advertising MS visuals
Christoph Bumiller
- [Mesa-dev] [PATCH] gallium: add st_api feature mask to prevent advertising MS visuals
Christoph Bumiller
- [Mesa-dev] [PATCH] gallium: add st_api feature mask to prevent advertising MS visuals
Christoph Bumiller
- [Mesa-dev] [PATCH] gallium: add st_api feature mask to prevent advertising MS visuals
Christoph Bumiller
- [Mesa-dev] [PATCH] gallium: add st_api feature mask to prevent advertising MS visuals
Christoph Bumiller
- [Mesa-dev] [PATCH] gallium: add st_api feature mask to prevent advertising MS visuals
Christoph Bumiller
- [Mesa-dev] [PATCH] gallium: add st_api feature mask to prevent advertising MS visuals
Christoph Bumiller
- [Mesa-dev] [PATCH] i965: Gut the separate OpenGL ES extension enabling.
Charles, Daniel
- [Mesa-dev] [PATCH] intel: Change vendor string to "Intel(R) Open Source Technology Center".
Alan Coopersmith
- [Mesa-dev] [PATCH 1/4] radeon: use _mesa_is_winsys/user_fbo() helpers
Alex Deucher
- [Mesa-dev] [PATCH] r600g: Added CEIL to r600_bytecode_get_num_operands
Alex Deucher
- [Mesa-dev] [PATCH 2/2] gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/
Alex Deucher
- [Mesa-dev] [PATCH 2/2] gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/
Alex Deucher
- [Mesa-dev] Loading and executing an R600 program
Alex Deucher
- [Mesa-dev] Loading and executing an R600 program
Alex Deucher
- [Mesa-dev] r600g: Set tiling information for BOs being shared.
Michel Dänzer
- [Mesa-dev] Which code will do drawing commands in "ctx->buf"?
Michel Dänzer
- [Mesa-dev] Which code will do drawing commands in "ctx->buf"?
Michel Dänzer
- [Mesa-dev] Compile errors in mesa
Fabio
- [Mesa-dev] [PATCH 3/3] svga: check for and skip null vertex buffer pointers
Jose Fonseca
- [Mesa-dev] [PATCH 1/3] softpipe: implement coord clamping for texel fetches (TXF)
Jose Fonseca
- [Mesa-dev] [PATCH v3 02/13] gallium/tgsi: Split sampler views from shader resources.
Jose Fonseca
- [Mesa-dev] [PATCH] svga: specify 4-byte aligned vertex elements
Jose Fonseca
- [Mesa-dev] [PATCH] svga: implement CEIL opcode translation
Jose Fonseca
- [Mesa-dev] [PATCH 2/3] lp_bld_arit: Fix lp_build_sgn.
Jose Fonseca
- [Mesa-dev] gallium-userbuf branch (was: Re: [PATCH 3/9] st/mesa: make user index buffers optional)
Jose Fonseca
- [Mesa-dev] [PATCH 2/2] gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/
Jose Fonseca
- [Mesa-dev] [PATCH 1/3] gallium/util: remove unused parameter nr_vertex_buffers in util_draw_max_index
Jose Fonseca
- [Mesa-dev] [PATCH 3/3] gallium: remove user_buffer_create from the interface
Jose Fonseca
- [Mesa-dev] [PATCH 1/3] gallium/util: remove unused parameter nr_vertex_buffers in util_draw_max_index
Jose Fonseca
- [Mesa-dev] [PATCH] vl: Initialize pipe_vertex_buffer.user_buffer fields.
Jose Fonseca
- [Mesa-dev] [PATCH] vl: Initialize pipe_vertex_buffer.user_buffer fields.
Jose Fonseca
- [Mesa-dev] [PATCH 2/3] lp_bld_arit: Fix lp_build_sgn.
Jose Fonseca
- [Mesa-dev] [PATCH] llvmpipe: Color slot interpolation can be flat or perspective, not linear.
Jose Fonseca
- [Mesa-dev] [PATCH] llvmpipe: Color slot interpolation can be flat or perspective, not linear.
Jose Fonseca
- [Mesa-dev] [PATCH] llvmpipe: Don't mess with the provoking vertex when inverting a triangle.
Jose Fonseca
- [Mesa-dev] [PATCH] llvmpipe: Implement TXQ.
Jose Fonseca
- [Mesa-dev] IROUND() issue
Jose Fonseca
- [Mesa-dev] IROUND() issue
Jose Fonseca
- [Mesa-dev] [PATCH] mesa: fix Z32_FLOAT -> uint conversion functions
Jose Fonseca
- [Mesa-dev] [PATCH 2/2] mesa: use F_TO_I() instead of IROUND()
Jose Fonseca
- [Mesa-dev] [PATCH] st/mesa: use pipe_sampler_view_release() in st_destroy_context_priv()
Jose Fonseca
- [Mesa-dev] [PATCH 5/6] Bitwise conversion operator support in the software renderers.
Jose Fonseca
- [Mesa-dev] [PATCH 4/6] Bitwise conversion operator support in ir_constant_expression.
Jose Fonseca
- [Mesa-dev] [PATCH 4/6] Bitwise conversion operator support in ir_constant_expression.
Jose Fonseca
- [Mesa-dev] [PATCH] scons: Do not build glx and egl on Cygwin.
Jose Fonseca
- [Mesa-dev] [PATCH] llvmpipe: Fix alpha testing precision on rgba8 formats.
Jose Fonseca
- [Mesa-dev] [PATCH 06/10] i965: Parameterize HiZ code to prepare for adding blitting.
Chris Forbes
- [Mesa-dev] [PATCH 1/3] vbo: move vbo_draw_method into vbo_context.h
Mathias Fröhlich
- [Mesa-dev] [PATCH 1/3] vbo: move vbo_draw_method into vbo_context.h
Mathias Fröhlich
- [Mesa-dev] help
Westermann Fu
- [Mesa-dev] [PATCH 0/6] Constants through builtins evaluation rewrite
Olivier Galibert
- [Mesa-dev] [PATCH 1/6] Extend ir_constant::zero to handle more types.
Olivier Galibert
- [Mesa-dev] [PATCH 2/6] Add a variable context to constant_expression_value().
Olivier Galibert
- [Mesa-dev] [PATCH 3/6] Add a constant_referenced method to ir_dereference*
Olivier Galibert
- [Mesa-dev] [PATCH 4/6] Add methods to copy parts of on ir_constant into another.
Olivier Galibert
- [Mesa-dev] [PATCH 5/6] Add an origin pointer in the function signature object to the object with the function body for builtins.
Olivier Galibert
- [Mesa-dev] [PATCH 6/6] Change ir_function_signature::constant_expression_value to run through the function.
Olivier Galibert
- [Mesa-dev] [PATCH 5/5] Change ir_function_signature::constant_expression_value to run through the function.
Olivier Galibert
- [Mesa-dev] [PATCH 1/6] Scaffolding for ARB_shader_bit_encoding.
Olivier Galibert
- [Mesa-dev] [PATCH] Obvious fixes in relational operator constant expression evaluation.
Olivier Galibert
- [Mesa-dev] [PATCH] Ensure that acos(1)==0.
Olivier Galibert
- [Mesa-dev] [PATCH 0/6] Constants through builtins evaluation rewrite
Olivier Galibert
- [Mesa-dev] [PATCH] Ensure that acos(1)==0.
Olivier Galibert
- [Mesa-dev] [PATCH] Obvious fixes in relational operator constant expression evaluation.
Olivier Galibert
- [Mesa-dev] [PATCH 0/6] ARB_shader_bit_encoding support
Olivier Galibert
- [Mesa-dev] [PATCH 1/6] New unary opcodes for ARB_shader_bit_encoding support.
Olivier Galibert
- [Mesa-dev] [PATCH 2/6] Bitwise conversion operator support in ir_expression.
Olivier Galibert
- [Mesa-dev] [PATCH 3/6] Bitwise conversion operator support in ir_validate.
Olivier Galibert
- [Mesa-dev] [PATCH 4/6] Bitwise conversion operator support in ir_constant_expression.
Olivier Galibert
- [Mesa-dev] [PATCH 5/6] Bitwise conversion operator support in the software renderers.
Olivier Galibert
- [Mesa-dev] [PATCH 6/6] Finally activate the ARB_shader_bit_encoding extension.
Olivier Galibert
- [Mesa-dev] [PATCH 0/6] Constants through builtins evaluation rewrite
Olivier Galibert
- [Mesa-dev] [PATCH 0.3] llvmpipe iabs/isgn support
Olivier Galibert
- [Mesa-dev] [PATCH 1/3] llvmpipe: Handle IABS.
Olivier Galibert
- [Mesa-dev] [PATCH 2/3] lp_bld_arit: Fix lp_build_sgn.
Olivier Galibert
- [Mesa-dev] [PATCH 3/3] llvmpipe: Handle ISSG.
Olivier Galibert
- [Mesa-dev] [PATCH 2/3] lp_bld_arit: Fix lp_build_sgn.
Olivier Galibert
- [Mesa-dev] [PATCH 0/8] move software primitive restart into VBO module
Olivier Galibert
- [Mesa-dev] [PATCH 1/2] i965/fs: Use a const reference in fs_reg::equals instead of a pointer.
Olivier Galibert
- [Mesa-dev] [PATCH] llvmpipe: Implement TXQ.
Olivier Galibert
- [Mesa-dev] [PATCH] llvmpipe: Color slot interpolation can be flat or perspective, not linear.
Olivier Galibert
- [Mesa-dev] [PATCH] llvmpipe: Implement TXQ.
Olivier Galibert
- [Mesa-dev] TGSI_TEXTURE_* vs. PIPE_TEXTURE_*
Olivier Galibert
- [Mesa-dev] [PATCH] llvmpipe: Color slot interpolation can be flat or perspective, not linear.
Olivier Galibert
- [Mesa-dev] [PATCH] llvmpipe: Implement TXQ.
Olivier Galibert
- [Mesa-dev] [PATCH] llvmpipe: Color slot interpolation can be flat or perspective, not linear.
Olivier Galibert
- [Mesa-dev] [PATCH] llvmpipe: Don't mess with the provoking vertex when inverting a triangle.
Olivier Galibert
- [Mesa-dev] [PATCH] llvmpipe: Implement TXQ.
Olivier Galibert
- [Mesa-dev] [PATCH] llvmpipe: Implement TXQ.
Olivier Galibert
- [Mesa-dev] [PATCH] llvmpipe: Implement TXQ.
Olivier Galibert
- [Mesa-dev] [PATCH] llvmpipe: Implement TXQ.
Olivier Galibert
- [Mesa-dev] [PATCH] softpipe: Do round-to-even, not round-up.
Olivier Galibert
- [Mesa-dev] [PATCH] softpipe: Do round-to-even, not round-up.
Olivier Galibert
- [Mesa-dev] [PATCH 4/6] Bitwise conversion operator support in ir_constant_expression.
Olivier Galibert
- [Mesa-dev] [PATCH 04/15] i965/blorp: Use MSDISPMODE_PERSAMPLE rendering when necessary
Olivier Galibert
- [Mesa-dev] [PATCH] softpipe: Fix everything that is wrong with clipping and interpolation.
Olivier Galibert
- [Mesa-dev] [PATCH] softpipe: Offset is not to be applied to the layer parameter of array texture fetches.
Olivier Galibert
- [Mesa-dev] [PATCH] softpipe: Fix everything that is wrong with clipping and interpolation.
Olivier Galibert
- [Mesa-dev] [PATCH] softpipe: Fix everything that is wrong with clipping and interpolation.
Olivier Galibert
- [Mesa-dev] [PATCH] softpipe: Fix everything that is wrong with clipping and interpolation.
Olivier Galibert
- [Mesa-dev] [PATCH 00/12] radeon/llvm: fixes and some missing features
Vadim Girlin
- [Mesa-dev] [PATCH 01/12] radeon/llvm: use bitcasts for integers
Vadim Girlin
- [Mesa-dev] [PATCH 02/12] radeon/llvm: use integer comparison for IF
Vadim Girlin
- [Mesa-dev] [PATCH 03/12] radeon/llvm: fix ABS_i32 instruction lowering
Vadim Girlin
- [Mesa-dev] [PATCH 04/12] radeon/llvm: add support for v4i32
Vadim Girlin
- [Mesa-dev] [PATCH 05/12] radeon/llvm: fix live-in handling for inputs
Vadim Girlin
- [Mesa-dev] [PATCH 06/12] radeon/llvm: add support for VertexID, InstanceID
Vadim Girlin
- [Mesa-dev] [PATCH 07/12] radeon/llvm: add support for TXQ/TXF/DDX/DDY instructions
Vadim Girlin
- [Mesa-dev] [PATCH 08/12] radeon/llvm: add support for AHSR/LSHR/LSHL instructions
Vadim Girlin
- [Mesa-dev] [PATCH 09/12] radeon/llvm: add missing cases for BREAK/CONTINUE
Vadim Girlin
- [Mesa-dev] [PATCH 10/12] radeon/llvm: add support for some ALU instructions
Vadim Girlin
- [Mesa-dev] [PATCH 11/12] radeon/llvm: add support for CUBE ALU instruction
Vadim Girlin
- [Mesa-dev] [PATCH 12/12] radeon/llvm: add suport for cube textures
Vadim Girlin
- [Mesa-dev] [PATCH] glsl: initialize samplers mapping with 0
Vadim Girlin
- [Mesa-dev] [PATCH 05/12] radeon/llvm: fix live-in handling for inputs
Vadim Girlin
- [Mesa-dev] [PATCH 0/9] radeon/llvm fixes
Vadim Girlin
- [Mesa-dev] [PATCH 1/9] radeon/llvm: add generated files to .gitignore
Vadim Girlin
- [Mesa-dev] [PATCH 2/9] radeon/llvm: add names for AMDGPU* passes
Vadim Girlin
- [Mesa-dev] [PATCH 3/9] radeon/llvm: fix BUILD_VECTOR lowering for replicated value
Vadim Girlin
- [Mesa-dev] [PATCH 4/9] radeon/llvm: improve ABS_i32 lowering
Vadim Girlin
- [Mesa-dev] [PATCH 5/9] radeon/llvm: use correct intrinsic for CEIL
Vadim Girlin
- [Mesa-dev] [PATCH 6/9] radeon/llvm: use IntrNoMem property for intrinsics
Vadim Girlin
- [Mesa-dev] [PATCH 7/9] radeon/llvm: increase const regs count
Vadim Girlin
- [Mesa-dev] [PATCH 8/9] radeon/llvm: add SET_GRADIENTS*, fix SAMPLE_G
Vadim Girlin
- [Mesa-dev] [PATCH 9/9] radeon/llvm: add support for texture offsets, fix TEX_LD
Vadim Girlin
- [Mesa-dev] [PATCH] st/mesa: set stObj->lastLevel in guess_and_alloc_texture
Vadim Girlin
- [Mesa-dev] [PATCH 1/7] r600g: add RECIP_INT, PRED_SETE_INT to r600_bytecode_get_num_operands
Vadim Girlin
- [Mesa-dev] [PATCH 2/7] radeon/llvm/loader: convert hardcoded gpu name to option
Vadim Girlin
- [Mesa-dev] [PATCH 3/7] radeon/llvm: fix opcode for RECIP_UINT_r600
Vadim Girlin
- [Mesa-dev] [PATCH 4/7] radeon/llvm: fix sampler index in llvm_emit_tex
Vadim Girlin
- [Mesa-dev] [PATCH 5/7] radeon/llvm: prepare to revert the round mode state to default
Vadim Girlin
- [Mesa-dev] [PATCH 6/7] radeon/llvm: add FLT_TO_UINT, UINT_TO_FLT instructions
Vadim Girlin
- [Mesa-dev] [PATCH 7/7] Revert "r600g: set round_mode to truncate and get rid of tgsi_f2i on evergreen"
Vadim Girlin
- [Mesa-dev] [PATCH 2/6] New unary opcodes for ARB_shader_bit_encoding support.
Kenneth Graunke
- [Mesa-dev] [PATCH] intel: Remove pointless software fallback for glBitmap on Gen6.
Kenneth Graunke
- [Mesa-dev] [PATCH] intel: Remove pointless software fallback for glBitmap on Gen6.
Kenneth Graunke
- [Mesa-dev] [PATCH] egl_dri2: Fix out of tree builds with the wayland backend enabled
Kenneth Graunke
- [Mesa-dev] [PATCH 1/2] i965/Gen6: Work around GPU hangs due to misaligned depth coordinate offsets.
Kenneth Graunke
- [Mesa-dev] [PATCH v2] i965: Fix mipmap offsets for HiZ and separate stencil buffers.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/2] i965: Implement guardband clipping on Sandybridge.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/2] i965: Implement guardband clipping on Ivybridge.
Kenneth Graunke
- [Mesa-dev] [PATCH 02/10] intel: Work around differences between C and C++ scoping rules.
Kenneth Graunke
- [Mesa-dev] [PATCH] Obvious fixes in relational operator constant expression evaluation.
Kenneth Graunke
- [Mesa-dev] [PATCH 0/6] Constants through builtins evaluation rewrite
Kenneth Graunke
- [Mesa-dev] [PATCH] Add bin/compile to .gitignore
Kenneth Graunke
- [Mesa-dev] [PATCH 2/3] glsl: Implement the GLSL 1.30+ discard control flow rule in GLSL IR.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/5] i965/fs: Add support for copy propagation.
Kenneth Graunke
- [Mesa-dev] [PATCH 3/5] i965/fs: Remove the requirement of no dead code for interference checks.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/5] i965/fs: When doing no work for live interval calculation, do no allocation.
Kenneth Graunke
- [Mesa-dev] [PATCH] mesa: Use the proper feature test macros for strtod_l and strtof[_l].
Kenneth Graunke
- [Mesa-dev] [PATCH 1/2] i965/fs: Use a const reference in fs_reg::equals instead of a pointer.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/2] i965/fs: Add a local common subexpression elimination pass.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/2] i965: Implement guardband clipping on Sandybridge.
Kenneth Graunke
- [Mesa-dev] [PATCH v2 5/5] i965/gen6: Initial implementation of MSAA.
Kenneth Graunke
- [Mesa-dev] [PATCH 3/9] glsl: Fix indentation of switch code.
Kenneth Graunke
- [Mesa-dev] [PATCH] i965/blorp: Move exec() out of brw_blorp_params.
Kenneth Graunke
- [Mesa-dev] bugfix series: mesa core, glsl, one i965.
Kenneth Graunke
- [Mesa-dev] [PATCH v2 0/6] move software primitive restart into VBO module
Kenneth Graunke
- [Mesa-dev] [PATCH 0/4] add i965 primitive restart hardware support where possible
Kenneth Graunke
- [Mesa-dev] [PATCH v2 5/5] i965/gen6: Initial implementation of MSAA.
Kenneth Graunke
- [Mesa-dev] [PATCH] i965: Gut the separate OpenGL ES extension enabling.
Kenneth Graunke
- [Mesa-dev] [PATCH] mesa: Remove the OES_draw_texture extension from ES2.
Kenneth Graunke
- [Mesa-dev] [PATCH] mesa: add GLSL_REPORT_ERRORS debug flag
Kenneth Graunke
- [Mesa-dev] [PATCH 1/2] mesa: Keep a computed value for dual source blend func with each buffer.
Kenneth Graunke
- [Mesa-dev] [PATCH 14/15] i965/msaa: Implement manual blending operation for Gen7.
Kenneth Graunke
- [Mesa-dev] [PATCH 11/15] i965/msaa: Properly handle sliced layout for Gen7.
Kenneth Graunke
- [Mesa-dev] [PATCH 05/15] i965/blorp: Factor gen6_blorp_emit_batch_head into separate functions.
Kenneth Graunke
- [Mesa-dev] [PATCH 04/15] i965/blorp: Use MSDISPMODE_PERSAMPLE rendering when necessary
Kenneth Graunke
- [Mesa-dev] [PATCH 01/15] i965/msaa: Expand odd-sized MSAA surfaces to account for interleaving pattern.
Kenneth Graunke
- [Mesa-dev] [PATCH 00/15] i965/gen7: Begin implementing MSAA.
Kenneth Graunke
- [Mesa-dev] [PATCH 11/15] i965/msaa: Properly handle sliced layout for Gen7.
Kenneth Graunke
- [Mesa-dev] [PATCH 07/15] i965/blorp: Use 16 pixel dispatch on Gen7 when there is a WM program.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/7] glsl: Set initial values for uniforms in the linker
Kenneth Graunke
- [Mesa-dev] [PATCH 1/7] glsl: Set initial values for uniforms in the linker
Kenneth Graunke
- [Mesa-dev] [PATCH] mesa: Remove the generated glapi from source control, and just build it.
Kenneth Graunke
- [Mesa-dev] No more make clean!
Kenneth Graunke
- [Mesa-dev] No more make clean!
Kenneth Graunke
- [Mesa-dev] No more make clean!
Kenneth Graunke
- [Mesa-dev] [PATCH 1/3] ralloc: Add some basic unit tests.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/3] ralloc: Fix ralloc_parent() of memory allocated out of the NULL context.
Kenneth Graunke
- [Mesa-dev] [PATCH 3/3] glsl/tests: Plumb $(PYTHON2) and $(PYTHON_FLAGS) into optimization-test.
Kenneth Graunke
- [Mesa-dev] [PATCH 2/2] mesa: don't compile integer clear shaders for unsupported APIs
Kenneth Graunke
- [Mesa-dev] [PATCH] i830_state:i830Enable(): Fix crash for GL_STENCIL_TEST
Kenneth Graunke
- [Mesa-dev] [PATCH] automake: Check for 'indent' and fall back to 'cat' if not found.
Kenneth Graunke
- [Mesa-dev] [PATCH] automake: Connect the libdricore target to make clean.
Kenneth Graunke
- [Mesa-dev] [PATCH 1/8] automake: Remove the old static configs system.
Kenneth Graunke
- [Mesa-dev] [PATCH] automake: Add AM_PROG_AR before LT_INIT to silence a lot of warnings.
Kenneth Graunke
- [Mesa-dev] [PATCH] intel: Change vendor string to "Intel® Open Source Technology Center".
Kenneth Graunke
- [Mesa-dev] [PATCH] intel: Change vendor string to "Intel(R) Open Source Technology Center".
Kenneth Graunke
- [Mesa-dev] [PATCH] gallium/targets: pass ldflags parameter to MKLIB
Thomas Gstädtner
- [Mesa-dev] [PATCH] mesa: Use the proper feature test macros for strtod_l and strtof[_l].
Bryan Henderson
- [Mesa-dev] [PATCH] mesa: Use the proper feature test macros for strtod_l and strtof[_l].
Bryan Henderson
- [Mesa-dev] build error in mesa out-of-tree-builds with wayland support
Robert Hooker
- [Mesa-dev] [PATCH] egl_dri2: Fix out of tree builds with the wayland backend enabled
Robert Hooker
- [Mesa-dev] Which code will do drawing commands in "ctx->buf"?
Homer Hsing
- [Mesa-dev] Which code will do drawing commands in "ctx->buf"?
Homer Hsing
- [Mesa-dev] [PATCH] mesa: Use the proper feature test macros for strtod_l and strtof[_l].
Jeremy Huddleston
- [Mesa-dev] [PATCH] mesa: Use the proper feature test macros for strtod_l and strtof[_l].
Jeremy Huddleston
- [Mesa-dev] Doing 8.0.1 release?
Jeremy Huddleston
- [Mesa-dev] Doing 8.0.1 release?
Jeremy Huddleston
- [Mesa-dev] [PULL demos] eglut: Add wayland support
Kristian Høgsberg
- [Mesa-dev] [PATCH] gbm: Add gbm_bo_write entry point
Kristian Høgsberg
- [Mesa-dev] build error in mesa out-of-tree-builds with wayland support
Kristian Høgsberg
- [Mesa-dev] [PATCH] dri2proto: Fix documented opcodes
Kristian Høgsberg
- [Mesa-dev] [PATCH] gbm: Add gbm_bo_write entry point
Kristian Høgsberg
- [Mesa-dev] [PATCH] gbm: Add gbm_bo_write entry point
Kristian Høgsberg
- [Mesa-dev] [PATCH] egl_dri2: Fix out of tree builds with the wayland backend enabled
Kristian Høgsberg
- [Mesa-dev] [PATCH] gbm: Add gbm_bo_write entry point
Kristian Høgsberg
- [Mesa-dev] [PATCH] Revert "st/egl: Update to the new wl_shm_pool interface"
Kristian Høgsberg
- [Mesa-dev] [PATCH v3 01/13] gallium: Basic compute interface.
Francisco Jerez
- [Mesa-dev] [PATCH v3 02/13] gallium/tgsi: Split sampler views from shader resources.
Francisco Jerez
- [Mesa-dev] [PATCH v3 03/13] gallium: Add context hooks for binding shader resources.
Francisco Jerez
- [Mesa-dev] [PATCH v3 04/13] gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.
Francisco Jerez
- [Mesa-dev] [PATCH v3 05/13] gallium/tgsi: Introduce the compute processor.
Francisco Jerez
- [Mesa-dev] [PATCH v3 06/13] gallium/tgsi: Define the TGSI_BUFFER texture target.
Francisco Jerez
- [Mesa-dev] [PATCH v3 07/13] gallium/tgsi: Add support for raw resources.
Francisco Jerez
- [Mesa-dev] [PATCH v3 08/13] gallium/tgsi: Add resource write-back support.
Francisco Jerez
- [Mesa-dev] [PATCH v3 09/13] gallium/tgsi: Define system values used to query the compute grid parameters.
Francisco Jerez
- [Mesa-dev] [PATCH v3 10/13] gallium/tgsi: Add support for barriers.
Francisco Jerez
- [Mesa-dev] [PATCH v3 11/13] gallium/tgsi: Add support for atomic opcodes.
Francisco Jerez
- [Mesa-dev] [PATCH v3 12/13] gallium/tgsi: Introduce the "LOCAL" register declaration modifier.
Francisco Jerez
- [Mesa-dev] [PATCH v3 13/13] gallium/compute: Drop TGSI dependency.
Francisco Jerez
- [Mesa-dev] [PATCH v3 01/13] gallium: Basic compute interface.
Francisco Jerez
- [Mesa-dev] [PATCH v3 01/13] gallium: Basic compute interface.
Francisco Jerez
- [Mesa-dev] [PATCH 2/2] gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/
Francisco Jerez
- [Mesa-dev] [PATCH] clover, gallium: add PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCK
Francisco Jerez
- [Mesa-dev] [PATCH 10/11] clover: Add function for building a clover::module for non-TGSI targets
Francisco Jerez
- [Mesa-dev] [PATCH 10/11] clover: Add function for building a clover::module for non-TGSI targets
Francisco Jerez
- [Mesa-dev] [PATCH 10/11] clover: Add function for building a clover::module for non-TGSI targets
Francisco Jerez
- [Mesa-dev] [PATCH 10/11] clover: Add function for building a clover::module for non-TGSI targets
Francisco Jerez
- [Mesa-dev] [PATCH] Add .gitignore files for recently-added gallium projects
Francisco Jerez
- [Mesa-dev] [PATCH 09/11] clover: Add constructors to some of the module classes
Francisco Jerez
- [Mesa-dev] [PATCH 01/11] configure.ac: Add HAVE_OPENCL AM_CONDITIONAL
Francisco Jerez
- [Mesa-dev] [PATCH 09/11] clover: Add constructors to some of the module classes v2
Francisco Jerez
- [Mesa-dev] [PATCH 01/11] configure.ac: Add HAVE_OPENCL AM_CONDITIONAL v2
Francisco Jerez
- [Mesa-dev] [PATCH 10/11] clover: Add function for building a clover::module for non-TGSI targets v2
Francisco Jerez
- [Mesa-dev] [PATCH 10/11] clover: Add function for building a clover::module for non-TGSI targets v2
Francisco Jerez
- [Mesa-dev] [PATCH 10/11] clover: Add function for building a clover::module for non-TGSI targets v3
Francisco Jerez
- [Mesa-dev] [PATCH 02/11] gallium: Add PIPE_SHADER_IR_LLVM to enum pipe_shader_ir v2
Francisco Jerez
- [Mesa-dev] [PATCH 03/11] gallium/compute: Add PIPE_COMPUTE_CAP_IR_TARGET
Francisco Jerez
- [Mesa-dev] [PATCH 04/11] clover: Add a function for retrieving a device's preferred ir v2
Francisco Jerez
- [Mesa-dev] [PATCH 03/13] gallium/compute: Add PIPE_COMPUTE_CAP_IR_TARGET v2
Francisco Jerez
- [Mesa-dev] [PATCH 04/13] clover: Add a function for retrieving a device's preferred ir v3
Francisco Jerez
- [Mesa-dev] [PATCH 10/13] clover: Remove target argument from compile_program_tgsi()
Francisco Jerez
- [Mesa-dev] [PATCH 11/13] gallium: Add struct pipe_compute_program
Francisco Jerez
- [Mesa-dev] [PATCH 12/13] clover: Add function for building a clover::module for non-TGSI targets v4
Francisco Jerez
- [Mesa-dev] [PATCH 03/13] gallium/compute: Add PIPE_COMPUTE_CAP_IR_TARGET v2
Francisco Jerez
- [Mesa-dev] [PATCH 12/13] clover: Add function for building a clover::module for non-TGSI targets v5
Francisco Jerez
- [Mesa-dev] [PATCH 03/13] gallium/compute: Add PIPE_COMPUTE_CAP_IR_TARGET v3
Francisco Jerez
- [Mesa-dev] [PATCH 12/13] clover: Add function for building a clover::module for non-TGSI targets v5
Francisco Jerez
- [Mesa-dev] XOrg EVoC - OpenCL testing framework for piglit
Francisco Jerez
- [Mesa-dev] [PATCH 03/13] gallium/compute: Add PIPE_COMPUTE_CAP_IR_TARGET v4
Francisco Jerez
- [Mesa-dev] [PATCH 11/13] gallium: Add struct pipe_llvm_program_header v3
Francisco Jerez
- [Mesa-dev] [PATCH 12/13] clover: Add function for building a clover::module for non-TGSI targets v6
Francisco Jerez
- [Mesa-dev] build error in mesa out-of-tree-builds with wayland support
Sven Joachim
- [Mesa-dev] build error in mesa out-of-tree-builds with wayland support
Sven Joachim
- [Mesa-dev] [PATCH] egl_dri2: Fix out of tree builds with the wayland backend enabled
Sven Joachim
- [Mesa-dev] Cannot build mesa with wayland from the 0.85 branch
Sven Joachim
- [Mesa-dev] Cannot build mesa with wayland from the 0.85 branch
Sven Joachim
- [Mesa-dev] libGL.so.* are not installed when configured with "--enable-xlib-glx"
Sven Joachim
- [Mesa-dev] [PATCH] Revert "st/egl: Update to the new wl_shm_pool interface"
Sven Joachim
- [Mesa-dev] libGL.so.* are not installed when configured with "--enable-xlib-glx"
Sven Joachim
- [Mesa-dev] libGL.so.* are not installed when configured with "--enable-xlib-glx"
Sven Joachim
- [Mesa-dev] libGL.so.* are not installed when configured with "--enable-xlib-glx"
Sven Joachim
- [Mesa-dev] Release of GLw?
Sven Joachim
- [Mesa-dev] Release of GLw?
Sven Joachim
- [Mesa-dev] Release of GLw?
Sven Joachim
- [Mesa-dev] Release of GLw?
Sven Joachim
- [Mesa-dev] Release of GLw?
Sven Joachim
- [Mesa-dev] [PATCH] mesa/main: Add primitive restart support to glArrayElement
Jordan Justen
- [Mesa-dev] [PATCH] mesa/main: Add primitive restart support to glArrayElement
Jordan Justen
- [Mesa-dev] [PATCH 0/8] move software primitive restart into VBO module
Jordan Justen
- [Mesa-dev] [PATCH 1/8] vbo: add software primitive restart support
Jordan Justen
- [Mesa-dev] [PATCH 2/8] mesa: add PrimitiveRestartInSoftware to gl_context.Const
Jordan Justen
- [Mesa-dev] [PATCH 3/8] state_tracker: clear PrimitiveRestartInSoftware if needed
Jordan Justen
- [Mesa-dev] [PATCH 4/8] vbo: use software primitive restart in the VBO module
Jordan Justen
- [Mesa-dev] [PATCH 5/8] main: enable NV_primitive_restart extension by default
Jordan Justen
- [Mesa-dev] [PATCH 6/8] state_tracker: NV_primitive_restart is now enabled by default
Jordan Justen
- [Mesa-dev] [PATCH 7/8] state_tracker: remove software handling of primitive restart
Jordan Justen
- [Mesa-dev] [PATCH 8/8] state_tracker: remove sw_primitive_restart from st_context
Jordan Justen
- [Mesa-dev] [PATCH 0/8] move software primitive restart into VBO module
Jordan Justen
- [Mesa-dev] [PATCH 4/8] vbo: use software primitive restart in the VBO module
Jordan Justen
- [Mesa-dev] [PATCH 5/8] main: enable NV_primitive_restart extension by default
Jordan Justen
- [Mesa-dev] [PATCH 5/8] main: enable NV_primitive_restart extension by default
Jordan Justen
- [Mesa-dev] [PATCH v2 0/6] move software primitive restart into VBO module
Jordan Justen
- [Mesa-dev] [PATCH v2 1/6] vbo: add software primitive restart support
Jordan Justen
- [Mesa-dev] [PATCH v2 2/6] mesa: add PrimitiveRestartInSoftware to gl_context.Const
Jordan Justen
- [Mesa-dev] [PATCH v2 3/6] vbo: use software primitive restart in the VBO module
Jordan Justen
- [Mesa-dev] [PATCH v2 4/6] state_tracker: set PrimitiveRestartInSoftware if needed
Jordan Justen
- [Mesa-dev] [PATCH v2 5/6] state_tracker: remove software handling of primitive restart
Jordan Justen
- [Mesa-dev] [PATCH v2 6/6] state_tracker: remove sw_primitive_restart from st_context
Jordan Justen
- [Mesa-dev] [PATCH 0/4] add i965 primitive restart hardware support where possible
Jordan Justen
- [Mesa-dev] [PATCH 1/4] dri/intel: enable primitive restart in software
Jordan Justen
- [Mesa-dev] [PATCH 2/4] i965: create code path to handle primitive restart in hardware
Jordan Justen
- [Mesa-dev] [PATCH 3/4] i965: add flag to enable cut_index
Jordan Justen
- [Mesa-dev] [PATCH 4/4] i965: use cut index to handle primitive restart when possible
Jordan Justen
- [Mesa-dev] [PATCH v2 0/3] add i965 primitive restart hardware support where possible
Jordan Justen
- [Mesa-dev] [PATCH v2 1/3] i965: create code path to handle primitive restart in hardware
Jordan Justen
- [Mesa-dev] [PATCH v2 2/3] i965: add flag to enable cut_index
Jordan Justen
- [Mesa-dev] [PATCH v2 3/3] i965: use cut index to handle primitive restart when possible
Jordan Justen
- [Mesa-dev] [PATCH] i965: enable ARB_instanced_arrays extension
Jordan Justen
- [Mesa-dev] [PATCH] winsys/radeon: enable IB submission to compute rings
Christian König
- [Mesa-dev] [PATCH] radeon: Remove unnecessary pipe_thread_destroy in radeon_drm_cs_destroy
Maarten Lankhorst
- [Mesa-dev] [PATCH] configure.ac: Enable building nouveau by default
Maarten Lankhorst
- [Mesa-dev] [PATCH] glsl: Initialize lower_vector_visitor::dont_lower_swz in constructor.
Vinson Lee
- [Mesa-dev] [PATCH] vl: Initialize pipe_vertex_buffer.user_buffer fields.
Vinson Lee
- [Mesa-dev] [PATCH] mesa: Only undefine _P on IRIX.
Vinson Lee
- [Mesa-dev] [PATCH] gallium/tgsi/text: Ensure ret is initialized in parse_immediate_data.
Vinson Lee
- [Mesa-dev] [PATCH v2] mesa: Remove undefinition of _P symbol.
Vinson Lee
- [Mesa-dev] [PATCH] scons: Do not build glx and egl on Cygwin.
Vinson Lee
- [Mesa-dev] [PATCH] tgsi: Initialize Padding struct fields.
Vinson Lee
- [Mesa-dev] [PATCH v2] tgsi: Initialize Padding struct fields.
Vinson Lee
- [Mesa-dev] [PATCH] scons: Fix SCons build infrastructure for FreeBSD.
Vinson Lee
- [Mesa-dev] [PATCH] i915g: Check for geometry shader earlier in i915_set_constant_buffer.
Vinson Lee
- [Mesa-dev] [PATCH] st/mesa: Fix uninitialized members in glsl_to_tgsi_visitor constructor.
Vinson Lee
- [Mesa-dev] [PATCH] i965: fix wrong cube/3D texture layout
Yuanhan Liu
- [PATCH] meta: do fallback when texture is enabled for DrawPixels
Yuanhan Liu
- [PATCH] meta: do fallback when texture is enabled for DrawPixels
Yuanhan Liu
- [Mesa-dev] [PATCH] intel: Change vendor string to "Intel(R) Open Source Technology Center".
Roland Mainz
- [Mesa-dev] [PATCH] intel: Change vendor string to "Intel(R) Open Source Technology Center".
Roland Mainz
- [Mesa-dev] [PATCH 1/6] st/mesa: Don't flush the front buffer
Stéphane Marchesin
- [Mesa-dev] [PATCH 2/6] glx: Handle a null reply in QueryVersion.
Stéphane Marchesin
- [Mesa-dev] [PATCH 3/6] mesa/Makefile: Fix a race in the build.
Stéphane Marchesin
- [Mesa-dev] [PATCH 4/6] meta: Cleanup the resources we allocate.
Stéphane Marchesin
- [Mesa-dev] [PATCH 5/6] mesa: Free uniforms correclty.
Stéphane Marchesin
- [Mesa-dev] [PATCH 6/6] mesa: Fix hash table leak
Stéphane Marchesin
- [Mesa-dev] [PATCH 1/2] mesa: GLES specifies restrictions on uniform matrix transpose.
Oliver McFadden
- [Mesa-dev] [PATCH 2/2] mesa: print the Git SHA1 in GL_VERSION for ES1 and ES2.
Oliver McFadden
- [Mesa-dev] [PATCH 1/2] mesa: GLES specifies restrictions on uniform matrix transpose.
Oliver McFadden
- [Mesa-dev] [PATCH v2 1/2] mesa: GLES specifies restrictions on uniform matrix transpose.
Oliver McFadden
- [Mesa-dev] [PATCH v2 2/2] mesa: print the Git SHA1 in GL_VERSION for ES1 and ES2.
Oliver McFadden
- [Mesa-dev] [PATCH 1/2] mesa: GLES specifies restrictions on uniform matrix transpose.
Oliver McFadden
- [Mesa-dev] [PATCH 1/2] mesa: GLES specifies restrictions on uniform matrix transpose.
Oliver McFadden
- [Mesa-dev] [RFC PATCH 1/1] i965: avoid possible 'SIGFPE, Arithmetic exception.' during error path.
Oliver McFadden
- [Mesa-dev] [PATCH 1/2] mesa: GLES specifies restrictions on uniform matrix transpose.
Oliver McFadden
- [Mesa-dev] [PATCH 1/1] mesa: stub the _mesa_StencilOp function.
Oliver McFadden
- [Mesa-dev] [PATCH 1/1] mesa: stub the _mesa_StencilOp function.
Oliver McFadden
- [Mesa-dev] [PATCH 1/1] mesa: stub the _mesa_StencilOp function.
Oliver McFadden
- [Mesa-dev] [PATCH 1/1] mesa: initial work for OES_vertex_type_10_10_10_2 extension support.
Oliver McFadden
- [Mesa-dev] [PATCH 1/1] mesa: initial work for OES_vertex_type_10_10_10_2 extension support.
Oliver McFadden
- [Mesa-dev] [PATCH 1/1] mesa: initial work for OES_vertex_type_10_10_10_2 extension support.
Oliver McFadden
- [Mesa-dev] [PATCH 1/1] mesa: initial work for OES_vertex_type_10_10_10_2 extension support.
Oliver McFadden
- [Mesa-dev] [PATCH 1/1] mesa: meta_glsl_clear_init() use of "out" is not compatible with ES2.0.
Oliver McFadden
- [Mesa-dev] [PATCH 1/1] mesa: meta_glsl_clear_init() use of "out" is not compatible with ES2.0.
Oliver McFadden
- [Mesa-dev] [PATCH 1/2] mesa: common/meta: avoid printing uninitialized bytes.
Oliver McFadden
- [Mesa-dev] [PATCH 2/2] mesa: glsl: allow ES2 to report support for GLSL versions >= 1.20
Oliver McFadden
- [Mesa-dev] [PATCH 2/2] mesa: glsl: allow ES2 to report support for GLSL versions >= 1.20
Oliver McFadden
- [Mesa-dev] [PATCH 2/2] mesa: glsl: allow ES2 to report support for GLSL versions >= 1.20
Oliver McFadden
- [Mesa-dev] [PATCH 1/2] mesa: common/meta: avoid printing uninitialized bytes.
Oliver McFadden
- [Mesa-dev] [PATCH 2/2] mesa: don't compile integer clear shaders for unsupported APIs
Oliver McFadden
- [Mesa-dev] [PATCH 2/2] mesa: don't compile integer clear shaders for unsupported APIs
Oliver McFadden
- [Mesa-dev] [PATCH 1/2] mesa: common/meta: avoid printing uninitialized bytes.
Oliver McFadden
- [Mesa-dev] [PATCH 2/2] mesa: don't compile integer clear shaders for unsupported APIs
Oliver McFadden
- [Mesa-dev] OpenGL 3.0 with r600g (RV620 card)
Rafał Miłecki
- [Mesa-dev] OpenGL 3.0 with r600g (RV620 card)
Rafał Miłecki
- [Mesa-dev] OpenGL 3.0 with r600g (RV620 card)
Rafał Miłecki
- [Mesa-dev] No more make clean!
Dan Nicholson
- [Mesa-dev] [PATCH] gbm: Add gbm_bo_write entry point
Ander Conselvan de Oliveira
- [Mesa-dev] Conflicts between OES/EXT/ARB_framebuffer_object and GL3.0/GLES2
Marek Olšák
- [Mesa-dev] [PATCH 1/3] vbo: move vbo_draw_method into vbo_context.h
Marek Olšák
- [Mesa-dev] [PATCH] r600g: setup COLOR1 for possible dual-src in the framebuffer bind
Marek Olšák
- [Mesa-dev] [PATCH 1/3] vbo: move vbo_draw_method into vbo_context.h
Marek Olšák
- [Mesa-dev] [PATCH 2/3] mesa: move gl_client_array*[] from vbo_draw_func into gl_context
Marek Olšák
- [Mesa-dev] [PATCH 1/3] vbo: move vbo_draw_method into vbo_context.h
Marek Olšák
- [Mesa-dev] [PATCH 3/3] mesa: add gl_context::NewDriverState and use it for vertex arrays
Marek Olšák
- [Mesa-dev] gallium-userbuf branch (was: Re: [PATCH 3/9] st/mesa: make user index buffers optional)
Marek Olšák
- [Mesa-dev] [PATCH 4/8] vbo: use software primitive restart in the VBO module
Marek Olšák
- [Mesa-dev] [PATCH 5/8] main: enable NV_primitive_restart extension by default
Marek Olšák
- [Mesa-dev] [PATCH 5/8] main: enable NV_primitive_restart extension by default
Marek Olšák
- [Mesa-dev] [PATCH 5/8] main: enable NV_primitive_restart extension by default
Marek Olšák
- [Mesa-dev] [PATCH 1/3] gallium/util: remove unused parameter nr_vertex_buffers in util_draw_max_index
Marek Olšák
- [Mesa-dev] [PATCH 2/3] gallium/graw: stop using user_buffer_create
Marek Olšák
- [Mesa-dev] [PATCH 3/3] gallium: remove user_buffer_create from the interface
Marek Olšák
- [Mesa-dev] [PATCH] mesa: initialize renderbuffer fields even if AllocStorage fails
Marek Olšák
- [Mesa-dev] [PATCH 1/3] gallium/util: remove unused parameter nr_vertex_buffers in util_draw_max_index
Marek Olšák
- [Mesa-dev] [PATCH] st/mesa: atomize vertex array state
Marek Olšák
- [Mesa-dev] [PATCH] vl: Initialize pipe_vertex_buffer.user_buffer fields.
Marek Olšák
- [Mesa-dev] [PATCH] mesa: initialize renderbuffer fields even if AllocStorage fails
Marek Olšák
- [Mesa-dev] TGSI_TEXTURE_* vs. PIPE_TEXTURE_*
Marek Olšák
- [Mesa-dev] r600g: Set tiling information for BOs being shared.
Marek Olšák
- [Mesa-dev] [PATCH] mesa: initialize renderbuffer fields even if AllocStorage fails
Marek Olšák
- [Mesa-dev] [PATCH] mesa: initialize renderbuffer fields even if AllocStorage fails
Marek Olšák
- [Mesa-dev] [PATCH] gallium/docs: beef up the docs related to color clamping
Marek Olšák
- [Mesa-dev] [PATCH] r600g: handle R16G16B16_FLOAT and R32G32B32_FLOAT in translate_colorswap
Marek Olšák
- [Mesa-dev] [PATCH] intel: Change vendor string to "Intel® Open Source Technology Center".
Pekka Paalanen
- [Mesa-dev] [PATCH] intel: Change vendor string to "Intel® Open Source Technology Center".
Pekka Paalanen
- [Mesa-dev] [PATCH] scons: Do not build EGL on Solaris.
Brian Paul
- [Mesa-dev] [PATCH 1/3] softpipe: implement coord clamping for texel fetches (TXF)
Brian Paul
- [Mesa-dev] [PATCH 2/3] softpipe: whitespace, comment clean-ups in sp_tex_sample.c
Brian Paul
- [Mesa-dev] [PATCH 3/3] softpipe: use any_swizzle() helper in sp_tex_sample.c
Brian Paul
- [Mesa-dev] [PATCH 1/4] radeon: use _mesa_is_winsys/user_fbo() helpers
Brian Paul
- [Mesa-dev] [PATCH 2/4] nouveau: use _mesa_is_winsys/user_fbo() helpers
Brian Paul
- [Mesa-dev] [PATCH 3/4] intel: use _mesa_is_winsys/user_fbo() helpers
Brian Paul
- [Mesa-dev] [PATCH 4/4] xlib: use _mesa_is_winsys/user_fbo() helpers
Brian Paul
- [Mesa-dev] [PATCH] mesa: do more teximage error checking for generic compressed formats
Brian Paul
- [Mesa-dev] [PATCH] mesa/main: Add primitive restart support to glArrayElement
Brian Paul
- [Mesa-dev] [PATCH 1/4 v2] glsl: consolidate code
Brian Paul
- [Mesa-dev] [PATCH 2/4 v2] mesa: add _mesa_shader_debug()
Brian Paul
- [Mesa-dev] [PATCH 3/4 resend] glsl: add gl_context member
Brian Paul
- [Mesa-dev] [PATCH] mesa/main: Add primitive restart support to glArrayElement
Brian Paul
- [Mesa-dev] Conflicts between OES/EXT/ARB_framebuffer_object and GL3.0/GLES2
Brian Paul
- [Mesa-dev] Upcoming Mesa releases
Brian Paul
- [Mesa-dev] Mangled Mesa compile failure
Brian Paul
- [Mesa-dev] [PATCH] svga: specify 4-byte aligned vertex elements
Brian Paul
- [Mesa-dev] [PATCH 2/6] swrast: don't modify immutable textures
Brian Paul
- [Mesa-dev] Version info in configs/default says 8.0.0
Brian Paul
- [Mesa-dev] shader_test for glsl-to-tgsi ceil bug
Brian Paul
- [Mesa-dev] [PATCH 1/2] gallium/drivers: handle TGSI_OPCODE_CEIL
Brian Paul
- [Mesa-dev] [PATCH 3/3] mesa: add gl_context::NewDriverState and use it for vertex arrays
Brian Paul
- [Mesa-dev] [PATCH 2/3] mesa: move gl_client_array*[] from vbo_draw_func into gl_context
Brian Paul
- [Mesa-dev] [PATCH 1/3] vbo: move vbo_draw_method into vbo_context.h
Brian Paul
- [Mesa-dev] [PATCH 1/3] vbo: move vbo_draw_method into vbo_context.h
Brian Paul
- [Mesa-dev] Mesa (master): fbo: Only reuse depth/ stencil attachments if the parameters match.
Brian Paul
- [Mesa-dev] gallium-userbuf branch
Brian Paul
- [Mesa-dev] [PATCH 1/2] mesa: fix/add error check in _mesa_ColorMaterial()
Brian Paul
- [Mesa-dev] [PATCH 2/2] mesa: fix glMaterial / dlist bug
Brian Paul
- [Mesa-dev] [PATCH] svga: implement CEIL opcode translation
Brian Paul
- [Mesa-dev] [PATCH 1/5] mesa: do FLUSH_VERTICES() in _mesa_flush/finish()
Brian Paul
- [Mesa-dev] [PATCH 2/5] mesa: clean-up the debug/verbose flag setup code
Brian Paul
- [Mesa-dev] [PATCH 3/5] mesa: define DEBUG_SILENT flag, use in output_if_debug()
Brian Paul
- [Mesa-dev] [PATCH 4/5] mesa: implement DEBUG_ALWAYS_FLUSH debug option
Brian Paul
- [Mesa-dev] [PATCH 5/5] mesa: add DEBUG_INCOMPLETE_TEXTURE, DEBUG_INCOMPLETE_FBO flags
Brian Paul
- [Mesa-dev] [PATCH 2/2] gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/
Brian Paul
- [Mesa-dev] [PATCH 5/8] main: enable NV_primitive_restart extension by default
Brian Paul
- [Mesa-dev] [PATCH 5/8] main: enable NV_primitive_restart extension by default
Brian Paul
- [Mesa-dev] [PATCH 5/8] main: enable NV_primitive_restart extension by default
Brian Paul
- [Mesa-dev] [PATCH 1/2] mesa: GLES specifies restrictions on uniform matrix transpose.
Brian Paul
- [Mesa-dev] [PATCH 1/2] mesa: GLES specifies restrictions on uniform matrix transpose.
Brian Paul
- [Mesa-dev] [PATCH v2 1/6] vbo: add software primitive restart support
Brian Paul
- [Mesa-dev] [PATCH v2 3/6] vbo: use software primitive restart in the VBO module
Brian Paul
- [Mesa-dev] [PATCH 1/2] mesa: GLES specifies restrictions on uniform matrix transpose.
Brian Paul
- [Mesa-dev] [PATCH] mesa: initialize renderbuffer fields even if AllocStorage fails
Brian Paul
- [Mesa-dev] [PATCH] mesa: initialize renderbuffer fields even if AllocStorage fails
Brian Paul
- [Mesa-dev] [PATCH] mesa: initialize renderbuffer fields even if AllocStorage fails
Brian Paul
- [Mesa-dev] [PATCH] svga: fix FBO / viewport bugs
Brian Paul
- [Mesa-dev] [PATCH 1/9] mesa: Throw error on glGetActiveUniform inside Begin/End.
Brian Paul
- [Mesa-dev] [PATCH] gallium/tgsi/text: Ensure ret is initialized in parse_immediate_data.
Brian Paul
- [Mesa-dev] [PATCH] mesa: Only undefine _P on IRIX.
Brian Paul
- [Mesa-dev] [PATCH] mesa: initialize renderbuffer fields even if AllocStorage fails
Brian Paul
- [Mesa-dev] [PATCH] mesa: add GLSL_REPORT_ERRORS debug flag
Brian Paul
- [Mesa-dev] Release of GLw?
Brian Paul
- [Mesa-dev] [PATCH] softpipe: Do round-to-even, not round-up.
Brian Paul
- [Mesa-dev] [PATCH v2] mesa: Remove undefinition of _P symbol.
Brian Paul
- [Mesa-dev] Upcoming Mesa releases
Brian Paul
- [Mesa-dev] IROUND() issue
Brian Paul
- [Mesa-dev] IROUND() issue
Brian Paul
- [Mesa-dev] [PATCH 1/1] mesa: stub the _mesa_StencilOp function.
Brian Paul
- [Mesa-dev] [PATCH] mesa: fix Z32_FLOAT -> uint conversion functions
Brian Paul
- [Mesa-dev] [PATCH 1/2] mesa: reimplement IROUND(), add F_TO_I()
Brian Paul
- [Mesa-dev] [PATCH 2/2] mesa: use F_TO_I() instead of IROUND()
Brian Paul
- [Mesa-dev] [PATCH] st/mesa: use pipe_sampler_view_release() in st_destroy_context_priv()
Brian Paul
- [Mesa-dev] [PATCH 1/2] mesa: reimplement IROUND(), add F_TO_I()
Brian Paul
- [Mesa-dev] IROUND() issue
Brian Paul
- [Mesa-dev] [PATCH] mesa: initialize renderbuffer fields even if AllocStorage fails
Brian Paul
- [Mesa-dev] [PATCH] st/mesa: set stObj->lastLevel in guess_and_alloc_texture
Brian Paul
- [Mesa-dev] [PATCH] Removed two Clang Warnings in GLU
Brian Paul
- [Mesa-dev] [PATCH 1/1] mesa: initial work for OES_vertex_type_10_10_10_2 extension support.
Brian Paul
- [Mesa-dev] [GLU Tesselator] abort current tesselation
Brian Paul
- [Mesa-dev] [PATCH] gallium: add st_api feature mask to prevent advertising MS visuals
Brian Paul
- [Mesa-dev] [PATCH] llvmpipe: Fix alpha testing precision on rgba8 formats.
Brian Paul
- [Mesa-dev] [PATCH] gallium: add st_api feature mask to prevent advertising MS visuals
Brian Paul
- [Mesa-dev] [PATCH] gallium: add st_api feature mask to prevent advertising MS visuals
Brian Paul
- [Mesa-dev] Release of GLw?
Brian Paul
- [Mesa-dev] Release of GLw?
Brian Paul
- [Mesa-dev] Release of GLw?
Brian Paul
- [Mesa-dev] [PATCH v2] tgsi: Initialize Padding struct fields.
Brian Paul
- [Mesa-dev] [PATCH] mesa: update color material in GetMaterialfv
Brian Paul
- [Mesa-dev] Release of GLw?
Brian Paul
- [Mesa-dev] [PATCH] i915g: Check for geometry shader earlier in i915_set_constant_buffer.
Brian Paul
- [Mesa-dev] [PATCH] scons: Fix SCons build infrastructure for FreeBSD.
Brian Paul
- [Mesa-dev] [PATCH] draw: fix primitive restart bug by using the index buffer offset
Brian Paul
- [Mesa-dev] [PATCH] util: add GALLIUM_LOG_FILE option for logging output to a file
Brian Paul
- [Mesa-dev] [PATCH] gallium/docs: beef up the docs related to color clamping
Brian Paul
- [Mesa-dev] [PATCH] svga: remove the special zero-stride vertex array code
Brian Paul
- [Mesa-dev] [PATCH] gallium: add st_api feature mask to prevent advertising MS visuals
Brian Paul
- [Mesa-dev] No more make clean!
Brian Paul
- [Mesa-dev] [PATCH] gallium/targets: pass ldflags parameter to MKLIB
Brian Paul
- [Mesa-dev] [PATCH] draw: simplify index buffer specification
Brian Paul
- [Mesa-dev] [PATCH 2/2] mesa: don't compile integer clear shaders for unsupported APIs
Brian Paul
- [Mesa-dev] No more make clean!
Brian Paul
- [Mesa-dev] [PATCH] st/mesa: Fix uninitialized members in glsl_to_tgsi_visitor constructor.
Brian Paul
- [Mesa-dev] [PATCH] i830_state:i830Enable(): Fix crash for GL_STENCIL_TEST
Brian Paul
- [Mesa-dev] No more make clean!
Brian Paul
- [Mesa-dev] [PATCH 00/26] Unit test generated code, fix bugs
Brian Paul
- [Mesa-dev] [PATCH] softpipe: Offset is not to be applied to the layer parameter of array texture fetches.
Brian Paul
- [Mesa-dev] [PATCH] softpipe: Fix everything that is wrong with clipping and interpolation.
Brian Paul
- [Mesa-dev] [PATCH] scons: add code to generate the various GL API files
Brian Paul
- [Mesa-dev] [PATCH] svga: fix saturated TEX instructions
Brian Paul
- [Mesa-dev] [PATCH] softpipe: Fix everything that is wrong with clipping and interpolation.
Brian Paul
- [Mesa-dev] [PATCH] mesa: update color material in GetMaterialfv
Tapani Pälli
- [Mesa-dev] [PATCH] mesa: update color material in GetMaterialfv
Tapani Pälli
- [Mesa-dev] [PATCH] automake: use -m32 in CCASFLAGS when using --enable-32-bit
Tapani Pälli
- [Mesa-dev] Loading and executing an R600 program
Miguel Ramos
- [Mesa-dev] Loading and executing an R600 program
Miguel Ramos
- [Mesa-dev] Loading and executing an R600 program
Miguel Ramos
- [Mesa-dev] Upcoming Mesa releases
Kurt Roeckx
- [Mesa-dev] Upcoming Mesa releases
Kurt Roeckx
- [Mesa-dev] [PATCH] i830_state:i830Enable(): Fix crash for GL_STENCIL_TEST
Kurt Roeckx
- [Mesa-dev] Upcoming Mesa releases
Kurt Roeckx
- [Mesa-dev] Upcoming Mesa releases
Kurt Roeckx
- [Mesa-dev] IROUND() issue
Kurt Roeckx
- [Mesa-dev] IROUND() issue
Kurt Roeckx
- [Mesa-dev] [PATCH] i830_state:i830Enable(): Fix crash for GL_STENCIL_TEST
Kurt Roeckx
- [Mesa-dev] [PATCH] i830_state:i830Enable(): Fix crash for GL_STENCIL_TEST
Kurt Roeckx
- [Mesa-dev] [PATCH 6/6] Bitwise conversion operator support in the software renderers.
Ian Romanick
- [Mesa-dev] [PATCH 2/6] New unary opcodes for ARB_shader_bit_encoding support.
Ian Romanick
- [Mesa-dev] [PATCH 1/6] Scaffolding for ARB_shader_bit_encoding.
Ian Romanick
- [Mesa-dev] Conflicts between OES/EXT/ARB_framebuffer_object and GL3.0/GLES2
Ian Romanick
- [Mesa-dev] [PATCH 1/6] Scaffolding for ARB_shader_bit_encoding.
Ian Romanick
- [Mesa-dev] Conflicts between OES/EXT/ARB_framebuffer_object and GL3.0/GLES2
Ian Romanick
- [Mesa-dev] Upcoming Mesa releases
Ian Romanick
- [Mesa-dev] Upcoming Mesa releases
Ian Romanick
- [Mesa-dev] Upcoming Mesa releases
Ian Romanick
- [Mesa-dev] [PATCH] intel: Disable ARB_framebuffer_object in ES contexts
Ian Romanick
- [Mesa-dev] Upcoming Mesa releases
Ian Romanick
- [Mesa-dev] [PATCH] glsl: initialize samplers mapping with 0
Ian Romanick
- [Mesa-dev] shader_test for glsl-to-tgsi ceil bug
Ian Romanick
- [Mesa-dev] [PATCH] Ensure that acos(1)==0.
Ian Romanick
- [Mesa-dev] [PATCH] Obvious fixes in relational operator constant expression evaluation.
Ian Romanick
- [Mesa-dev] [PATCH 5/5] glsl: Improve the local dead code optimization to eliminate unused channels.
Ian Romanick
- [Mesa-dev] [PATCH 3/8] state_tracker: clear PrimitiveRestartInSoftware if needed
Ian Romanick
- [Mesa-dev] [PATCH 5/8] main: enable NV_primitive_restart extension by default
Ian Romanick
- [Mesa-dev] [PATCH 3/8] state_tracker: clear PrimitiveRestartInSoftware if needed
Ian Romanick
- [Mesa-dev] [PATCH 1/2] i965/fs: Use a const reference in fs_reg::equals instead of a pointer.
Ian Romanick
- [Mesa-dev] [PATCH 2/2] i965/fs: Add a local common subexpression elimination pass.
Ian Romanick
- [Mesa-dev] Spec interpretation question: glBlitFramebuffer behavior when src rectangle out of range
Ian Romanick
- [Mesa-dev] [PATCH 1/2] mesa: GLES specifies restrictions on uniform matrix transpose.
Ian Romanick
- [Mesa-dev] [PATCH 2/4] i965: create code path to handle primitive restart in hardware
Ian Romanick
- [Mesa-dev] [PATCH 4/4] i965: use cut index to handle primitive restart when possible
Ian Romanick
- [Mesa-dev] [PATCH v2 1/6] vbo: add software primitive restart support
Ian Romanick
- [Mesa-dev] [PATCH v2 0/6] move software primitive restart into VBO module
Ian Romanick
- [Mesa-dev] [PATCH v2 5/5] i965/gen6: Initial implementation of MSAA.
Ian Romanick
- [Mesa-dev] bugfix series: mesa core, glsl, one i965.
Ian Romanick
- [Mesa-dev] [PATCH 0/7 v2] Refactor uniform initializer handling
Ian Romanick
- [Mesa-dev] [PATCH 1/7] glsl: Set initial values for uniforms in the linker
Ian Romanick
- [Mesa-dev] [PATCH 2/7] glsl: Initialize samplers to 0, propagate sampler values to the gl_program
Ian Romanick
- [Mesa-dev] [PATCH 3/7] glsl: Propagate sampler uniform initializers to gl_shader_program::SamplerUnits
Ian Romanick
- [Mesa-dev] [PATCH 4/7] ir_to_mesa: Propagate initial values in _mesa_associate_uniform_storage
Ian Romanick
- [Mesa-dev] [PATCH 5/7] ir_to_mesa: Don't set initial uniform values again
Ian Romanick
- [Mesa-dev] [PATCH 6/7] mesa: Use initializers to configure samplers
Ian Romanick
- [Mesa-dev] [PATCH 7/7] glsl/tests: Add test for uniform initialization by the linker
Ian Romanick
- [Mesa-dev] [PATCH] mesa: Remove the OES_draw_texture extension from ES2.
Ian Romanick
- [Mesa-dev] [PATCH] i965: Gut the separate OpenGL ES extension enabling.
Ian Romanick
- [Mesa-dev] [PATCH] mesa: add GLSL_REPORT_ERRORS debug flag
Ian Romanick
- [Mesa-dev] [PATCH v2 5/5] i965/gen6: Initial implementation of MSAA.
Ian Romanick
- [Mesa-dev] [PATCH 0/6] ARB_shader_bit_encoding support
Ian Romanick
- [Mesa-dev] [PATCH 5/6] Bitwise conversion operator support in the software renderers.
Ian Romanick
- [Mesa-dev] [PATCH v2 5/5] i965/gen6: Initial implementation of MSAA.
Ian Romanick
- [Mesa-dev] Upcoming Mesa releases
Ian Romanick
- [Mesa-dev] Upcoming Mesa releases
Ian Romanick
- [Mesa-dev] Upcoming Mesa releases
Ian Romanick
- [Mesa-dev] Upcoming Mesa releases
Ian Romanick
- [Mesa-dev] [PATCH 1/2] mesa: reimplement IROUND(), add F_TO_I()
Ian Romanick
- [Mesa-dev] Mesa 8.0.3 release
Ian Romanick
- [Mesa-dev] [PATCH 04/15] i965/blorp: Use MSDISPMODE_PERSAMPLE rendering when necessary
Ian Romanick
- [Mesa-dev] [PATCH 03/15] i965/blorp: Emit sample index in SAMPLE_LD message when necessary
Ian Romanick
- [Mesa-dev] [PATCH 04/15] i965/blorp: Use MSDISPMODE_PERSAMPLE rendering when necessary
Ian Romanick
- [Mesa-dev] [PATCH 06/15] i965/blorp: Allocate space for push constants on Gen7.
Ian Romanick
- [Mesa-dev] [PATCH 08/15] i965/blorp: Implement proper texel fetch messages for Gen7.
Ian Romanick
- [Mesa-dev] [PATCH 11/15] i965/msaa: Properly handle sliced layout for Gen7.
Ian Romanick
- [Mesa-dev] [PATCH 00/15] i965/gen7: Begin implementing MSAA.
Ian Romanick
- [Mesa-dev] [PATCH] i965/blorp: Implement destination clipping and scissoring
Ian Romanick
- [Mesa-dev] [PATCH] glsl/constant propagation: kill whole var if LHS involves array indexing.
Ian Romanick
- [Mesa-dev] [PATCH 1/1] mesa: initial work for OES_vertex_type_10_10_10_2 extension support.
Ian Romanick
- [Mesa-dev] [PATCH 03/12] i965: We always use have GLSL, so always use it for tri clears.
Ian Romanick
- [Mesa-dev] [PATCH 11/12] i965/gen7: Add CC vieport setup to blorp code.
Ian Romanick
- [Mesa-dev] i965 fast depth clears
Ian Romanick
- [Mesa-dev] [PATCH 1/2] mesa: Keep a computed value for dual source blend func with each buffer.
Ian Romanick
- [Mesa-dev] [PATCH] glsl: Remove spurious printf messages
Ian Romanick
- [Mesa-dev] [PATCH] glsl: Initialize lower_vector_visitor::dont_lower_swz in constructor.
Ian Romanick
- [Mesa-dev] [PATCH] glsl/tests: Add .gitignore for uniform initialization unit test.
Ian Romanick
- [Mesa-dev] [PATCH] mesa: Remove the generated glapi from source control, and just build it.
Ian Romanick
- [Mesa-dev] [PATCH] mesa: Remove the generated glapi from source control, and just build it.
Ian Romanick
- [Mesa-dev] [PATCH 2/2] mesa: glsl: allow ES2 to report support for GLSL versions >= 1.20
Ian Romanick
- [Mesa-dev] [PATCH 5/6] mesa: Free uniforms correclty.
Ian Romanick
- [Mesa-dev] [PATCH 6/6] mesa: Fix hash table leak
Ian Romanick
- [Mesa-dev] [PATCH 2/6] glx: Handle a null reply in QueryVersion.
Ian Romanick
- [Mesa-dev] [PATCH 4/6] meta: Cleanup the resources we allocate.
Ian Romanick
- [Mesa-dev] [PATCH 1/2] mesa: common/meta: avoid printing uninitialized bytes.
Ian Romanick
- [Mesa-dev] [PATCH 2/2] mesa: don't compile integer clear shaders for unsupported APIs
Ian Romanick
- [Mesa-dev] [PATCH 00/26] Unit test generated code, fix bugs
Ian Romanick
- [Mesa-dev] [PATCH 01/26] glx: Move tests from tests/glx to src/glx/tests
Ian Romanick
- [Mesa-dev] [PATCH 02/26] glx/tests: Rename test as glx-test
Ian Romanick
- [Mesa-dev] [PATCH 03/26] glx/tests: Add unit tests for generated code in indirect_size.c
Ian Romanick
- [Mesa-dev] [PATCH 04/26] glx/tests: Add unit tests for generated code in indirect_init.c
Ian Romanick
- [Mesa-dev] [PATCH 05/26] glapi: Add missing enums for GL_EXT_compiled_vertex_array
Ian Romanick
- [Mesa-dev] [PATCH 06/26] glapi: Add missing enums for GL_EXT_vertex_array
Ian Romanick
- [Mesa-dev] [PATCH 07/26] glapi: Add missing _NV extension on COMBINE4
Ian Romanick
- [Mesa-dev] [PATCH 08/26] glapi: Add a couple missing 3.0 enums
Ian Romanick
- [Mesa-dev] [PATCH 09/26] glapi: Add texture swizzle enums
Ian Romanick
- [Mesa-dev] [PATCH 10/26] glapi: Add missing enums for GL_ATI_fragment_shader
Ian Romanick
- [Mesa-dev] [PATCH 11/26] glapi: Remove extraneous GL_ from TEXTURE_IMMUTABLE_FORMAT
Ian Romanick
- [Mesa-dev] [PATCH 12/26] glapi: Add missing enums for GL_ARB_occlusion_query2
Ian Romanick
- [Mesa-dev] [PATCH 13/26] glapi: Add missing enums for GL_NV_fragment_program
Ian Romanick
- [Mesa-dev] [PATCH 14/26] glapi: Add uniform buffer object enums
Ian Romanick
- [Mesa-dev] [PATCH 15/26] glapi: Add missing framebuffer sRGB enum
Ian Romanick
- [Mesa-dev] [PATCH 16/26] glapi: Add missing GL_EXT_packed_float enums
Ian Romanick
- [Mesa-dev] [PATCH 17/26] glapi: Add missing GL_EXT_framebuffer_sRGB enums
Ian Romanick
- [Mesa-dev] [PATCH 18/26] glapi: Add missing GL_EXT_texture_sRGB_decode enums
Ian Romanick
- [Mesa-dev] [PATCH 19/26] mesa/tests: Add tests for _mesa_lookup_enum_by_{name,nr} functions
Ian Romanick
- [Mesa-dev] [PATCH 20/26] mesa/tests: Add tests for the generated dispatch table
Ian Romanick
- [Mesa-dev] [PATCH 21/26] glapi: Remove GL_SGIS_pixel_texture from the dispatch table
Ian Romanick
- [Mesa-dev] [PATCH 22/26] glapi: Remove GL_SGIX_pixel_texture from the dispatch table
Ian Romanick
- [Mesa-dev] [PATCH 23/26] glapi: Remove GL_APPLE_texture_range from the dispatch table
Ian Romanick
- [Mesa-dev] [PATCH 24/26] glapi: Remove GL_NV_register_combiners from the dispatch table
Ian Romanick
- [Mesa-dev] [PATCH 25/26] glapi: Remove GL_NV_fence from the dispatch table
Ian Romanick
- [Mesa-dev] [PATCH 26/26] glapi: Remove GL_NV_vertex_array_range from the dispatch table
Ian Romanick
- [Mesa-dev] [PATCH 20/26] mesa/tests: Add tests for the generated dispatch table
Ian Romanick
- [Mesa-dev] [PATCH] Removed two Clang Warnings in GLU
Lukas Rössler
- [Mesa-dev] [GLU Tesselator] abort current tesselation
Lukas Rössler
- [Mesa-dev] [GLU Tesselator] abort current tesselation
Lukas Rössler
- [Mesa-dev] [PATCH] meta: do fallback when texture is enabled for DrawPixels
Roland Scheidegger
- [Mesa-dev] [PATCH] meta: do fallback when texture is enabled for DrawPixels
Roland Scheidegger
- [Mesa-dev] [PATCH] llvmpipe: Implement TXQ.
Roland Scheidegger
- [Mesa-dev] [PATCH] llvmpipe: Implement TXQ.
Roland Scheidegger
- [Mesa-dev] [PATCH] llvmpipe: Implement TXQ.
Roland Scheidegger
- [Mesa-dev] [PATCH] llvmpipe: Implement TXQ.
Roland Scheidegger
- [Mesa-dev] [PATCH] llvmpipe: Implement TXQ.
Roland Scheidegger
- [Mesa-dev] IROUND() issue
Roland Scheidegger
- [Mesa-dev] [PATCH 1/2] mesa: reimplement IROUND(), add F_TO_I()
Roland Scheidegger
- [Mesa-dev] [PATCH 1/2] mesa: reimplement IROUND(), add F_TO_I()
Roland Scheidegger
- [Mesa-dev] IROUND() issue
Roland Scheidegger
- [Mesa-dev] IROUND() issue
Roland Scheidegger
- [Mesa-dev] [PATCH] llvmpipe: Fix alpha testing precision on rgba8 formats.
Roland Scheidegger
- [Mesa-dev] [PATCH] gallium: add st_api feature mask to prevent advertising MS visuals
Roland Scheidegger
- [Mesa-dev] [PATCH] gallium: add st_api feature mask to prevent advertising MS visuals
Roland Scheidegger
- [Mesa-dev] [PATCH] - main/ff_fragment_shader.cpp
Han Shen(沈涵)
- [Mesa-dev] [PATCH v3 01/13] gallium: Basic compute interface.
Tom Stellard
- [Mesa-dev] [PATCH] Add F2I and I2F TGSI Opcodes to Radeon LLVM backend.
Tom Stellard
- [Mesa-dev] [PATCH] r600g: Handle TGSI_OPCODE_CEIL
Tom Stellard
- [Mesa-dev] [PATCH 05/12] radeon/llvm: fix live-in handling for inputs
Tom Stellard
- [Mesa-dev] [PATCH 00/12] radeon/llvm: fixes and some missing features
Tom Stellard
- [Mesa-dev] [PATCH 05/12] radeon/llvm: fix live-in handling for inputs
Tom Stellard
- [Mesa-dev] [PATCH] r600g: Handle TGSI_OPCODE_CEIL (v2)
Tom Stellard
- [Mesa-dev] r600g compute support
Tom Stellard
- [Mesa-dev] [PATCH 01/11] configure.ac: Add HAVE_OPENCL AM_CONDITIONAL
Tom Stellard
- [Mesa-dev] [PATCH 02/11] gallium: Add PIPE_SHADER_IR_LLVM_R600 to enum pipe_shader_ir
Tom Stellard
- [Mesa-dev] [PATCH 03/11] r600g: Handle PIPE_SHADER_CAP_PREFERRED_IR
Tom Stellard
- [Mesa-dev] [PATCH 04/11] clover: Handle PIPE_SHADER_IR_LLVM_R600
Tom Stellard
- [Mesa-dev] [PATCH 05/11] configure.ac: Add option for libclc path
Tom Stellard
- [Mesa-dev] [PATCH 06/11] configure.ac: Add variables LLVM_CPPFLAGS and LLVM_LIBDIR
Tom Stellard
- [Mesa-dev] [PATCH 07/11] clover: Link to the necessary LLVM and Clang libs
Tom Stellard
- [Mesa-dev] [PATCH 08/11] clover: Add necessary flags to libclllvm_la_CXXFLAGS
Tom Stellard
- [Mesa-dev] [PATCH 09/11] clover: Add constructors to some of the module classes
Tom Stellard
- [Mesa-dev] [PATCH 10/11] clover: Add function for building a clover::module for non-TGSI targets
Tom Stellard
- [Mesa-dev] [PATCH 11/11] r600g: compute support for evergreen
Tom Stellard
- [Mesa-dev] [PATCH] clover, gallium: add PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCK
Tom Stellard
- [Mesa-dev] [PATCH 10/11] clover: Add function for building a clover::module for non-TGSI targets
Tom Stellard
- [Mesa-dev] [PATCH 10/11] clover: Add function for building a clover::module for non-TGSI targets
Tom Stellard
- [Mesa-dev] [PATCH 10/11] clover: Add function for building a clover::module for non-TGSI targets
Tom Stellard
- [Mesa-dev] [PATCH 0/9] radeon/llvm fixes
Tom Stellard
- [Mesa-dev] [PATCH 01/11] configure.ac: Add HAVE_OPENCL AM_CONDITIONAL
Tom Stellard
- [Mesa-dev] r600g compute support v2
Tom Stellard
- [Mesa-dev] [PATCH 01/11] configure.ac: Add HAVE_OPENCL AM_CONDITIONAL v2
Tom Stellard
- [Mesa-dev] [PATCH 02/11] gallium: Add PIPE_SHADER_IR_LLVM_R600 to enum pipe_shader_ir
Tom Stellard
- [Mesa-dev] [PATCH 03/11] util: Add function for querying LLVM triple based on preferred IR
Tom Stellard
- [Mesa-dev] [PATCH 04/11] clover: Add a function for retrieving a device's preferred ir
Tom Stellard
- [Mesa-dev] [PATCH 05/11] configure.ac: Add option for libclc path
Tom Stellard
- [Mesa-dev] [PATCH 06/11] configure.ac: Add variables LLVM_CPPFLAGS and LLVM_LIBDIR
Tom Stellard
- [Mesa-dev] [PATCH 07/11] clover: Link to the necessary LLVM and Clang libs
Tom Stellard
- [Mesa-dev] [PATCH 08/11] clover: Add necessary flags to libclllvm_la_CXXFLAGS
Tom Stellard
- [Mesa-dev] [PATCH 09/11] clover: Add constructors to some of the module classes v2
Tom Stellard
- [Mesa-dev] [PATCH 10/11] clover: Add function for building a clover::module for non-TGSI targets v2
Tom Stellard
- [Mesa-dev] [PATCH 11/11] r600g: compute support for evergreen
Tom Stellard
- [Mesa-dev] [PATCH 10/11] clover: Add function for building a clover::module for non-TGSI targets v2
Tom Stellard
- [Mesa-dev] r600g compute support v3
Tom Stellard
- [Mesa-dev] [PATCH 01/11] configure.ac: Add HAVE_OPENCL AM_CONDITIONAL v2
Tom Stellard
- [Mesa-dev] [PATCH 02/11] gallium: Add PIPE_SHADER_IR_LLVM to enum pipe_shader_ir v2
Tom Stellard
- [Mesa-dev] [PATCH 03/11] gallium/compute: Add PIPE_COMPUTE_CAP_IR_TARGET
Tom Stellard
- [Mesa-dev] [PATCH 04/11] clover: Add a function for retrieving a device's preferred ir v2
Tom Stellard
- [Mesa-dev] [PATCH 05/11] configure.ac: Add option for libclc path
Tom Stellard
- [Mesa-dev] [PATCH 06/11] configure.ac: Add variables LLVM_CPPFLAGS and LLVM_LIBDIR
Tom Stellard
- [Mesa-dev] [PATCH 07/11] clover: Link to the necessary LLVM and Clang libs
Tom Stellard
- [Mesa-dev] [PATCH 08/11] clover: Add necessary flags to libclllvm_la_CXXFLAGS
Tom Stellard
- [Mesa-dev] [PATCH 09/11] clover: Add constructors to some of the module classes v3
Tom Stellard
- [Mesa-dev] [PATCH 10/11] clover: Add function for building a clover::module for non-TGSI targets v3
Tom Stellard
- [Mesa-dev] [PATCH 11/11] r600g: compute support for evergreen
Tom Stellard
- [Mesa-dev] [PATCH 1/7] r600g: add RECIP_INT, PRED_SETE_INT to r600_bytecode_get_num_operands
Tom Stellard
- [Mesa-dev] [PATCH 03/13] gallium/compute: Add PIPE_COMPUTE_CAP_IR_TARGET v2
Tom Stellard
- [Mesa-dev] [PATCH 04/13] clover: Add a function for retrieving a device's preferred ir v3
Tom Stellard
- [Mesa-dev] [PATCH 13/13] r600g: compute support for evergreen v2
Tom Stellard
- [Mesa-dev] [PATCH 03/13] gallium/compute: Add PIPE_COMPUTE_CAP_IR_TARGET v2
Tom Stellard
- [Mesa-dev] [PATCH 12/13] clover: Add function for building a clover::module for non-TGSI targets v5
Tom Stellard
- [Mesa-dev] [PATCH 03/13] gallium/compute: Add PIPE_COMPUTE_CAP_IR_TARGET v3
Tom Stellard
- [Mesa-dev] [PATCH 12/13] clover: Add function for building a clover::module for non-TGSI targets v5
Tom Stellard
- [Mesa-dev] [PATCH 12/13] clover: Add function for building a clover::module for non-TGSI targets v5
Tom Stellard
- [Mesa-dev] [PATCH 03/13] gallium/compute: Add PIPE_COMPUTE_CAP_IR_TARGET v4
Tom Stellard
- [Mesa-dev] [PATCH 11/13] gallium: Add struct pipe_llvm_program_header v3
Tom Stellard
- [Mesa-dev] [PATCH 12/13] clover: Add function for building a clover::module for non-TGSI targets v6
Tom Stellard
- [Mesa-dev] XOrg EVoC - OpenCL testing framework for piglit
Tom Stellard
- [Mesa-dev] XOrg EVoC - OpenCL testing framework for piglit
Blaž Tomažič
- [Mesa-dev] XOrg EVoC - OpenCL testing framework for piglit
Blaž Tomažič
- [Mesa-dev] XOrg EVoC - OpenCL testing framework for piglit
Blaž Tomažič
- [Mesa-dev] [PATCH 1/2] mesa: GLES specifies restrictions on uniform matrix transpose.
Matt Turner
- [Mesa-dev] Doing 8.0.1 release?
Matt Turner
- [Mesa-dev] [PATCH 7/8] automake: Convert dricore building to automake.
Matt Turner
- [Mesa-dev] No more make clean!
Matt Turner
- [Mesa-dev] [PATCH 3/3] glsl/tests: Plumb $(PYTHON2) and $(PYTHON_FLAGS) into optimization-test.
Matt Turner
- [Mesa-dev] [PATCH] automake: Check for 'indent' and fall back to 'cat' if not found.
Matt Turner
- [Mesa-dev] [PATCH] Bump version to 8.0.0
Emil Velikov
- [Mesa-dev] [PATCH] intel: Remove pointless software fallback for glBitmap on Gen6.
Chad Versace
- [Mesa-dev] [PATCH] dri2proto: Fix documented opcodes
Chad Versace
- [Mesa-dev] Conflicts between OES/EXT/ARB_framebuffer_object and GL3.0/GLES2
Chad Versace
- [Mesa-dev] [PATCH v2] i965: Fix mipmap offsets for HiZ and separate stencil buffers.
Chad Versace
- [Mesa-dev] [PATCH 1/2] i965/Gen6: Work around GPU hangs due to misaligned depth coordinate offsets.
Chad Versace
- [Mesa-dev] Conflicts between OES/EXT/ARB_framebuffer_object and GL3.0/GLES2
Chad Versace
- [Mesa-dev] Conflicts between OES/EXT/ARB_framebuffer_object and GL3.0/GLES2
Chad Versace
- [Mesa-dev] Conflicts between OES/EXT/ARB_framebuffer_object and GL3.0/GLES2
Chad Versace
- [Mesa-dev] [PATCH] intel: Disable ARB_framebuffer_object in ES contexts
Chad Versace
- [Mesa-dev] libGL.so.* are not installed when configured with "--enable-xlib-glx"
Chad Versace
- [Mesa-dev] [PATCH 05/10] i965/hiz: Convert gen{6, 7}_hiz.h to gen{6, 7}_blorp.h
Chad Versace
- [Mesa-dev] [PATCH 06/10] i965: Parameterize HiZ code to prepare for adding blitting.
Chad Versace
- [Mesa-dev] [PATCH 07/10] i965: split gen{6, 7}_blorp_exec functions into manageable chunks.
Chad Versace
- [Mesa-dev] [PATCH] mesa: Use the proper feature test macros for strtod_l and strtof[_l].
Chad Versace
- [Mesa-dev] [PATCH v2 1/5] i965: Parameterize HiZ code to prepare for adding blitting.
Chad Versace
- [Mesa-dev] [PATCH v2 3/5] i965: Expose surface setup internals for use by blits.
Chad Versace
- [Mesa-dev] [PATCH v2 4/5] i965/gen6+: Add code to perform blits on the render path ("blorp").
Chad Versace
- [Mesa-dev] [PATCH v2 5/5] i965/gen6: Initial implementation of MSAA.
Chad Versace
- [Mesa-dev] [PATCH v2 5/5] i965/gen6: Initial implementation of MSAA.
Chad Versace
- [Mesa-dev] [PATCH] mesa: Remove the OES_draw_texture extension from ES2.
Chad Versace
- [Mesa-dev] [PATCH] i965: Gut the separate OpenGL ES extension enabling.
Chad Versace
- [Mesa-dev] [PATCH 05/15] i965/blorp: Factor gen6_blorp_emit_batch_head into separate functions.
Chad Versace
- [Mesa-dev] [PATCH 06/15] i965/blorp: Allocate space for push constants on Gen7.
Chad Versace
- [Mesa-dev] [PATCH 07/15] i965/blorp: Use 16 pixel dispatch on Gen7 when there is a WM program.
Chad Versace
- [Mesa-dev] [PATCH 09/15] i965/blorp: Enable blorp blits on Gen7.
Chad Versace
- [Mesa-dev] [PATCH 10/15] i965/msaa: Add defines for Gen7.
Chad Versace
- [Mesa-dev] [PATCH 01/15] i965/msaa: Expand odd-sized MSAA surfaces to account for interleaving pattern.
Chad Versace
- [Mesa-dev] [PATCH 11/12] i965/gen7: Add CC vieport setup to blorp code.
Chad Versace
- [Mesa-dev] i965 fast depth clears
Chad Versace
- [Mesa-dev] [PATCH 07/15] i965/blorp: Use 16 pixel dispatch on Gen7 when there is a WM program.
Chad Versace
- [Mesa-dev] Fw: [Intel-gfx] [PATCH] intel: add a timed wait function
Daniel Vetter
- [Mesa-dev] Fw: [Intel-gfx] [PATCH] intel: add a timed wait function
Daniel Vetter
- [Mesa-dev] Mesa 8.0.3 building problem
STEVEN WARD
- [Mesa-dev] [PATCH] r600g: Handle TGSI_OPCODE_CEIL
Kai Wasserbäch
- [Mesa-dev] [PATCH] r600g: Handle TGSI_OPCODE_CEIL (v2)
Kai Wasserbäch
- [Mesa-dev] [PATCH] r600g: Added CEIL to r600_bytecode_get_num_operands
Kai Wasserbäch
- [Mesa-dev] [PATCH] r600g: handle R16G16B16_FLOAT and R32G32B32_FLOAT in translate_colorswap
Kai Wasserbäch
- [Mesa-dev] [PATCH] Add F2I and I2F TGSI Opcodes to Radeon LLVM backend.
Aaron Watry
- [Mesa-dev] Fw: [Intel-gfx] [PATCH] intel: add a timed wait function
Ben Widawsky
- [Mesa-dev] [Intel-gfx] [PATCH] intel: add a timed wait function
Ben Widawsky
- [Mesa-dev] [PATCH] automake: Check for 'indent' and fall back to 'cat' if not found.
Ben Widawsky
- [Mesa-dev] [Intel-gfx] [PATCH] intel: add a timed wait function
Ben Widawsky
- [Mesa-dev] Version info in configs/default says 8.0.0
Dave Witbrodt
- [Mesa-dev] [Bug 49326] softpipe regressed back to OpenGL 2.1
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49124] swrast/s_texfetch.c:1156: set_fetch_functions: Assertion `texImage->FetchTexel' failed.
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49124] swrast/s_texfetch.c:1156: set_fetch_functions: Assertion `texImage->FetchTexel' failed.
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49124] swrast/s_texfetch.c:1156: set_fetch_functions: Assertion `texImage->FetchTexel' failed.
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49124] swrast/s_texfetch.c:1156: set_fetch_functions: Assertion `texImage->FetchTexel' failed.
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49360] New: Build: gen_matypes does not use $HOST_LDFLAGS
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49480] New: CRV/MBY-Linux: Unable to install Skype on 64 but linux destros
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49480] CRV/MBY-Linux: Unable to install Skype on 64 but linux destros
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49487] New: Ubuntu 11.10 32/64bit: Glxgears not running both with integrated & discrete graphics
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49488] New: Linux: Suse12.1 64 bit OS: 3D game UT Demo 2004 is not playing
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49497] New: build leaves behind python compiled (.pyc) files
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49487] Ubuntu 11.10 32/64bit: Glxgears not running both with integrated & discrete graphics
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49480] CRV/MBY-Linux: Unable to install Skype on 64 but linux destros
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 40611] piglit 17000-consecutive-chars-identifier SIGSEGV
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49504] New: [Bisected] Mesa master compilation broke when built with --with-llvm-shared-libs
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 40611] piglit 17000-consecutive-chars-identifier SIGSEGV
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49519] New: "src/gallium/drivers/svga/include/svga3d_shaderdefs.h", line 516: improper member use: type_upper
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49488] Linux: Suse12.1 64 bit OS: 3D game UT Demo 2004 is not playing
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49538] New: [softpipe] piglit fs-texelFetchOffset-2D regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49539] New: [softpipe] piglit vs-attrib-ivec4-implied regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 48441] gnome-control-center crashes
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 48441] gnome-control-center crashes
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49504] [Bisected] Mesa master compilation broke when built with --with-llvm-shared-libs
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49703] New: incorrect macros #define M(row, col) m[col*4+row]
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49703] incorrect macros #define M(row, col) m[col*4+row]
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49717] SCons build error with clang
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49703] incorrect macros #define M(row, col) m[col*4+row]
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49717] New: SCons build error with clang
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 38906] Mesa compilation failure if libudev development files are not installed.
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 38906] Mesa compilation failure if libudev development files are not installed.
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44344] [i915g] state_tracker/st_glsl_to_tgsi.cpp:3082:simplify_cmp: Assertion `inst->dst.index < 4096' failed.
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49768] New: [BUG][FIX] incorrect command format in the help string of "r600-llvm-compiler" in "configure.ac"
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49717] SCons build error with clang
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49504] [Bisected] Mesa master compilation broke when built with --with-llvm-shared-libs
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49766] New: [BUG] a typo in the help string of "r600-llvm-compiler" in configure.ac
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49768] [BUG][FIX] incorrect command format in the help string of "r600-llvm-compiler" in "configure.ac"
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49777] New: git head produces many libraries that are not properly linked
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49717] SCons build error with clang
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49788] New: vega statetracker unpack methof for RGB 565 is wrong
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49788] vega statetracker unpack method for RGB 565 is wrong
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49788] vega statetracker unpack method for RGB 565 is wrong
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49830] New: [compile error] Makefile:29: *** target file `default' has both : and :: entries. Stop.
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49862] Build error due to `-Wcovered-switch-default ` in LLVM_CFLAGS unrecognized by gcc
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49717] SCons build error with clang
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49862] New: Build error due to `-Wcovered-switch-default ` in LLVM_CFLAGS unrecognized by gcc
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49915] New: Account request
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49915] Account request
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49915] Account request
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49915] Account request
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 40920] [openvg] defective pixels using mesa with openvg
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49768] [BUG][FIX] incorrect command format in the help string of "r600-llvm-compiler" in "configure.ac"
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49539] [softpipe] piglit vs-attrib-ivec4-implied regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49766] [BUG] a typo in the help string of "r600-llvm-compiler" in configure.ac
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49538] [softpipe] piglit fs-texelFetchOffset-2D regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49996] New: DH61AG - HD Graphics 3000 - OpenGL sampler objects on Ubuntu Linux 12.04 do not work
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49996] DH61AG - HD Graphics 3000 - OpenGL sampler objects on Ubuntu Linux 12.04 do not work
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50001] New: mesa from git fails to compile with <gcc-4.6
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50001] mesa from git fails to compile with <gcc-4.6
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50001] mesa from git fails to compile with <gcc-4.6
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50001] mesa from git fails to compile with <gcc-4.6
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44466] Assertion 'LLVMOffsetOfElement' when running Furmark with wine
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 44466] Assertion 'LLVMOffsetOfElement' when running Furmark with wine
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50001] mesa from git fails to compile with <gcc-4.6
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50001] mesa from git fails to compile with <gcc-4.6
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50033] New: src/mesa/state_tracker/st_cb_fbo.c:379:st_render_texture: Assertion `strb->rtt_level <= strb->texture->last_level' failed.
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49996] DH61AG - HD Graphics 3000 - OpenGL sampler objects on Ubuntu Linux 12.04 do not work
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49539] [softpipe] piglit vs-attrib-ivec4-implied regression
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 46376] display window will be black when run mesa demo gloss
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 45292] Compilation failure on d3d1x state tracker: ‘ID3D10Include’ has not been declared
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50102] New: Test failure for fresh install
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50102] Test failure for fresh install
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50156] New: OBS reports duplicate files in $(LIBDIR)/gbm and $(LIBDIR)/opencl
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50161] New: [doc]Fix a typo in the document of MESA
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49862] Build error due to `-Wcovered-switch-default ` in LLVM_CFLAGS unrecognized by gcc
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49862] Build error due to `-Wcovered-switch-default ` in LLVM_CFLAGS unrecognized by gcc
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50161] [doc]Fix a typo in the document of MESA
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50102] Test failure for fresh install
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49830] [compile error] Makefile:29: *** target file `default' has both : and :: entries. Stop.
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50315] New: [r600g+llvm] Piglit failures with "EE r600_asm.c:119 r600_bytecode_get_num_operands - Need instruction operand number for 0x42."
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50315] [r600g+llvm] Piglit failures with "EE r600_asm.c:119 r600_bytecode_get_num_operands - Need instruction operand number for 0x42."
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50312] New: [r600g+llvm] Piglit failures with "EE r600_asm.c:119 r600_bytecode_get_num_operands - Need instruction operand number for 0x77."
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50312] [r600g+llvm] Piglit failures with "EE r600_asm.c:119 r600_bytecode_get_num_operands - Need instruction operand number for 0x77."
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50316] New: [r600g+llvm] Piglit test failures: LLVM ERROR: Cannot select: target intrinsic %llvm.AMDGPU.cos
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50317] New: [r600g+llvm] Piglit test failures: LLVM ERROR: Cannot select: target intrinsic %llvm.AMDGPU.sin
bugzilla-daemon at freedesktop.org
- [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] [Bug 43348] [r600g] piglit: spec/ARB_seamless_cube_map/arb_seamless_cube_map fails
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 45594] [r600g] Piglit: spec/EXT_texture_integer/fbo_integer_precision_clear crashes in u_vbuf_draw_begin()
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 43347] [r600g] piglit: glx-make-glxdrawable-current fails
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 43346] [r600g] piglit: varray-disabled
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 43345] [r600g] piglit: quad-invariance fails
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 43345] [r600g] piglit: quad-invariance fails
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 43344] [r600g] piglit: fbo-sys-blit fails
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 43343] [r600g] piglit: fbo-mipmap-copypix fails
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50312] [r600g+llvm] Piglit failures with "EE r600_asm.c:119 r600_bytecode_get_num_operands - Need instruction operand number for 0x77."
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50315] [r600g+llvm] Piglit failures with "EE r600_asm.c:119 r600_bytecode_get_num_operands - Need instruction operand number for 0x42."
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50312] [r600g+llvm] Piglit failures with "EE r600_asm.c:119 r600_bytecode_get_num_operands - Need instruction operand number for 0x77."
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50318] New: [r600g] Piglit: spec/ARB_texture_float/get-renderbuffer-internalformat: unsupported colour formats 30 and 93
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50318] [r600g] Piglit: spec/ARB_texture_float/get-renderbuffer-internalformat: unsupported colorswap formats 30 and 93
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 45660] shared-glapi breaks glapi dispatch table
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50312] [r600g+llvm] Piglit failures with "EE r600_asm.c:119 r600_bytecode_get_num_operands - Need instruction operand number for 0x77."
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50318] [r600g] Piglit: spec/ARB_texture_float/get-renderbuffer-internalformat: unsupported colorswap formats 30 and 93
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50318] [r600g] Piglit: spec/ARB_texture_float/get-renderbuffer-internalformat: unsupported colorswap formats 30 and 93
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50318] [r600g] Piglit: spec/ARB_texture_float/get-renderbuffer-internalformat: unsupported colorswap formats 30 and 93
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 35268] initial-exec TLS model breaks dlopen'ed libGL
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49830] [compile error] Makefile:29: *** target file `default' has both : and :: entries. Stop.
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 49088] MapsGL labels doen't render properly on nouveau, r600, i965
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50422] Furmark.exe crash with wine (32 bits under 64 bits) with llvm-3.1 and r600-llvm-compiler enabled
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 45292] Compilation failure on d3d1x state tracker: ‘ID3D10Include’ has not been declared
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50482] New: git mesa fails to build
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50475] New: src/glx/glxclient.h:54:30: fatal error: glapi/glapitable.h: No such file or directory
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50480] New: Commit f9d1562 breaks x86 build after x86_64 build
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50484] New: Mesa build fails if no `indent` available
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50484] Mesa build fails if no `indent` available
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50475] src/glx/glxclient.h:54:30: fatal error: glapi/glapitable.h: No such file or directory
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50475] src/glx/glxclient.h:54:30: fatal error: glapi/glapitable.h: No such file or directory
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50480] Commit f9d1562 breaks x86 build after x86_64 build
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50480] Commit f9d1562 breaks x86 build after x86_64 build
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50480] Commit f9d1562 breaks x86 build after x86_64 build
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50480] Commit f9d1562 breaks x86 build after x86_64 build
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 43629] mesa># gmake freebsd-dri-amd64 breaks
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50482] git mesa fails to build
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50480] Commit f9d1562 breaks x86 build after x86_64 build
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50480] Commit f9d1562 breaks x86 build after x86_64 build
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50482] git mesa fails to build
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 45292] Compilation failure on d3d1x state tracker: ‘ID3D10Include’ has not been declared
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 9272] glXDestroyContext causes fatal error when sharing display lists (dri)
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [Bug 50422] Furmark.exe crash with wine (32 bits under 64 bits) with llvm-3.1 and r600-llvm-compiler enabled
bugzilla-daemon at freedesktop.org
- [Mesa-dev] [PATCH 10/13] clover: Remove target argument from compile_program_tgsi()
tstellar at gmail.com
- [Mesa-dev] [PATCH 11/13] gallium: Add struct pipe_compute_program
tstellar at gmail.com
- [Mesa-dev] [PATCH 12/13] clover: Add function for building a clover::module for non-TGSI targets v4
tstellar at gmail.com
- [Mesa-dev] [PATCH 11/13] gallium: Add struct pipe_llvm_program v2
tstellar at gmail.com
- [PATCH 2/7] mesa intel driver:
Zhao halley
- [Mesa-dev] [PATCH 0/6] add YUYV format for dri image support
Zhao halley
- [Mesa-dev] [PATCH 1/6] GL: add YUYV to dri image format
Zhao halley
- [Mesa-dev] [PATCH 2/6] mesa intel driver:
Zhao halley
- [Mesa-dev] [PATCH 3/6] egl wayland: add YUYV support
Zhao halley
- [Mesa-dev] [PATCH 4/6] gallium egl wayland: add YUYV support
Zhao halley
- [Mesa-dev] [PATCH 5/6] gbm dri backend: add YUYV support
Zhao halley
- [Mesa-dev] [PATCH 6/6] wayland-drm: add YUYV support
Zhao halley
- [Mesa-dev] [PULL demos] eglut: Add wayland support
zhiwen.wu at linux.intel.com
- [Mesa-dev] [PATCH demos 1/2] eglut: Add wayland support
zhiwen.wu at linux.intel.com
- [Mesa-dev] [PATCH demos 2/2] opengles2: Add es2gears_wayland target
zhiwen.wu at linux.intel.com
- [Mesa-dev] [PATCH 1/4 v2] glsl: consolidate code
nobled
- [Mesa-dev] [PATCH 2/4 v2] mesa: add _mesa_shader_debug()
nobled
- [Mesa-dev] [PATCH 3/4 resend] glsl: add gl_context member
nobled
- [Mesa-dev] [PATCH 4/4 v2] glsl: report errors via GL_ARB_debug_output
nobled
- [Mesa-dev] [PATCH 1/6] dri: add driWarnImmutableTexture()
nobled
- [Mesa-dev] [PATCH 2/6] swrast: don't modify immutable textures
nobled
- [Mesa-dev] [PATCH 3/6] intel: don't modify immutable textures
nobled
- [Mesa-dev] [PATCH 4/6] nouveau_vieux: don't modify immutable textures
nobled
- [Mesa-dev] [PATCH 5/6] radeon: don't modify immutable textures
nobled
- [Mesa-dev] [PATCH 6/6] st/mesa: don't modify immutable textures
nobled
- [Mesa-dev] [PATCH 1/2] gallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture target.
jfonseca at vmware.com
- [Mesa-dev] [PATCH 2/2] gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/
jfonseca at vmware.com
- [Mesa-dev] [PATCH] llvmpipe: Fix alpha testing precision on rgba8 formats.
jfonseca at vmware.com
Last message date:
Thu May 31 23:34:22 PDT 2012
Archived on: Mon Jun 4 03:00:56 PDT 2012
This archive was generated by
Pipermail 0.09 (Mailman edition).