mesa.git
2011-08-01 Bryan Cainglsl: remove glsl_type::get_vec4_type()
2011-08-01 Bryan Cainglsl_to_tgsi: silence compiler warning
2011-08-01 Bryan Cainglsl_to_tgsi: finish some loose ends
2011-08-01 Bryan Cainglsl-to-tgsi: fix piglit tests
2011-08-01 Bryan Cainmesa, glsl_to_tgsi: add native support for integers...
2011-08-01 Bryan Caintgsi: add support for TGSI_OPCODE_MOD in tgsi_exec
2011-08-01 Bryan Cainmesa: support boolean and integer-based parameters...
2011-08-01 Bryan Caingallium: add PIPE_SHADER_CAP_INTEGERS
2011-08-01 Bryan Cainglsl_to_tgsi: fix shaders with indirect addressing...
2011-08-01 Bryan Cainglsl_to_tgsi: use TGSI opcodes when converting from...
2011-08-01 Bryan Cainglsl_to_tgsi: support DDY (ir_unop_dFdy)
2011-08-01 Bryan Cainglsl_to_tgsi: lower noise opcodes when converting from...
2011-08-01 Bryan Cainglsl_to_tgsi: define the sampler objects used
2011-08-01 Bryan Cainglsl_to_tgsi: remove a bad assertion
2011-08-01 Bryan Cainglsl_to_tgsi: remove reads to output registers
2011-08-01 Bryan Cainglsl_to_tgsi: stop generating Mesa IR
2011-08-01 Bryan Cainmesa: fix segfault when no Mesa IR is generated
2011-08-01 Bryan Cainst/mesa: Add a GLSL IR to TGSI translator.
2011-06-15 Marek Olšákr600g: disable render condition for some blitter operations
2011-06-15 Mike Kaplinskiyr600g: fix TXD src regs needing fetching.
2011-06-15 Mike Kaplinskiyr600g: use inlines for some common tex instr setup...
2011-06-15 Kenneth Graunkeglsl/builtins: Actually implement int/ivec variants...
2011-06-15 Mike Kaplinskiyr600g: fix TXD when shadowing is enabled.
2011-06-15 Dave Airlier600g: add TXD support.
2011-06-15 Brian Pauli915g: add const qualifier to silence warning
2011-06-15 Marek Olšákr600g: also set TILE_MODE of the base level
2011-06-15 Marek Olšákr600g: force OpenGL's BASE_LEVEL behavior on r600-r700
2011-06-15 Kenneth Graunkeglsl/generate_builtins.py: Remove regexp to kill pointe...
2011-06-15 Jeremy Huddlestonglapi: _glapi_create_table_from_handle: Set missing...
2011-06-14 Brian Paulst/mesa: fix indentation, whitespace
2011-06-14 Brian Paulst/mesa: replace st->ctx with ctx
2011-06-14 Brian Paulst/mesa: fix comments, whitespace
2011-06-14 Brian Pauldocs: 7.10.3 updates
2011-06-14 Brian Paulst/mesa: improved is_interleaved_arrays() checking
2011-06-14 Alex Deucherr600c: add tiling support for evergreen+
2011-06-14 Marek Olšákr600g: fix RGB32F texturing
2011-06-14 Marek Olšákr600g: fix indentation and comments
2011-06-14 Eric Anholtmesa: Switch generate_mipmaps_compressed() to using...
2011-06-14 Eric Anholtmesa: Remove uncompressed code from generate_mipmaps_co...
2011-06-14 Eric Anholtmesa: Remove compressed code from generate_mipmaps_unco...
2011-06-14 Eric Anholtmesa: Split _mesa_generate_mipmap along compressed...
2011-06-14 Eric Anholtintel: Fix miptree height alignment for compressed...
2011-06-14 Eric Anholtintel: Drop dead preinitialization of align_w, align_h.
2011-06-14 Eric Anholtintel: Drop the cpp argument to intel_miptree_create().
2011-06-14 Eric Anholtintel: Calculate compress_byte in intel_miptree_create.
2011-06-14 Eric Anholtintel: Use the gl_format to get the base_format for...
2011-06-14 Eric Anholtintel: Drop the internal_format field of the mipmap...
2011-06-14 Eric Anholtintel: Make the intel_miptree_match_image format check...
2011-06-14 Eric Anholti915: Drop dead argument to translate_texture_format().
2011-06-14 Eric Anholtintel: Add block alignment for RGTC textures.
2011-06-14 Eric Anholtintel: Add the MESA_FORMAT as a field of the miptree.
2011-06-14 Eric Anholtintel: Fix 2x2 and 1x1 compressed teximages from _mesa_...
2011-06-14 Marek Olšákr600g: disable shader_texture_lod until there is driver...
2011-06-14 Adam Jacksonllvmpipe: SSE2 fastpaths for b8g8r8x8 {un,}swizzle
2011-06-14 Christoph Bumillernv50: fix copy/paste error in nv50_gmtyprog_validate
2011-06-14 Jeremy Huddlestonapple: Set the glapi dispatch table on context bind
2011-06-14 Marek Olšákconfigure.ac: cleanup the gallium-r300 option
2011-06-14 Marek Olšákst/xorg: remove unused variable
2011-06-13 Marek Olšákr600g: do not link with softpipe
2011-06-13 Marek Olšákr300g: do not link with softpipe
2011-06-13 Marek Olšákxorg-radeon: rename to xorg-r300
2011-06-13 Marek Olšáktarget-helpers: remove copy-pasted function inline_noop...
2011-06-13 Vadim Girlinr600g: skip SPI setup for position and face inputs
2011-06-13 Dave Airlier600g: move depth texture flushing out of line.
2011-06-13 Eric Anholtmeta: Fix glCopyTexImage(GL_LUMINANCE) from non-GL_LUMI...
2011-06-13 Eric Anholtintel: Fix mipmap and format handling of blit glCopyPix...
2011-06-13 Eric Anholtintel: Do the drawable x/y offset in intel_renderbuffer...
2011-06-13 Eric Anholtintel: Use rb->Data and rb->RowStride to handle spans...
2011-06-13 Eric Anholtintel: Clean up intel_render_texture with a rename...
2011-06-13 Eric Anholtintel: Move the draw_x/draw_y to the renderbuffer where...
2011-06-13 Brian Pauldri: include swrast.h, not s_texrender.h
2011-06-13 Jeremy Huddlestonglx: Remove check for gc->vtable->destroy
2011-06-13 Jeremy Huddlestonapple: applegl_destroy_context: Pass along the correct...
2011-06-13 Jeremy Huddlestonapple: Dead code removal
2011-06-13 Jeremy Huddlestonglapi: Add check for NULL symbol_prefix in gentable...
2011-06-13 Daniel Vetteri915g: add a few more render target formats
2011-06-13 Brian Paulmesa: move texrender.c to swrast
2011-06-13 Brian Paulvbo: minor simplification in print_draw_arrays() debug...
2011-06-13 Brian Paulmesa: move invariant code out of loop in get_tex_rgba()
2011-06-13 Mathias Fröhlichr600g: Put shaders into immutable buffers.
2011-06-13 Mathias Fröhlichr600g: Allow VRAM for the initial domain for every...
2011-06-13 Mathias Fröhlichr600g: Set the domains value also for recycled buffer...
2011-06-13 Mathias Fröhlichr600g: Fix typo.
2011-06-13 Pierre-Eric... r600g: remove useless call to u_upload_flush
2011-06-13 Marek Olšákst/mesa: rebind vertex arrays if _NEW_BUFFER_OBJECT...
2011-06-13 Pierre-Eric... r600g: fixed bo memory leak issue
2011-06-13 Chia-I Wumapi: declare x86_entry_start/end static
2011-06-13 Benjamin Franzkemapi: Fix tls with shared/es-glapi on x86-64
2011-06-13 Chia-I Wuwayland-drm: remove depend on "make clean"
2011-06-13 Chia-I Wuegl_dri2: try swrastg_dri if swrast_dri fails
2011-06-13 Chia-I Wuegl_dri2: add dri2_load_driver_swrast
2011-06-12 Benjamin Franzkeegl_dri2: Compare configs before matching them
2011-06-12 Benjamin Franzkest/eglwayland: Add support for EGL_DEFAULT_DISPLAY
2011-06-12 Benjamin Franzkeegl_dri2/wayland: Add support for EGL_DEFAULT_DISPLAY
2011-06-12 Jeremy Huddlestonapple: Request OpenGL 3.2 from OpenGL.framework if...
2011-06-12 Jeremy Huddlestonapple: Store the CGL API version number for future...
2011-06-12 Jeremy Huddlestonapple: Use a struct glx_config * rather than a void...
2011-06-12 Jeremy Huddlestonapple: Use _glapi_create_table_from_handle to initializ...
2011-06-12 Jeremy Huddlestonglapi: Add API that can create a _glapi_table from...
2011-06-11 Marek Olšákr300g: max_anisotropy of 1 is not anisotropic filtering
next