OSDN Git Service

r600g: fix fbo depth/stencil texture allocation for evergreen+
[android-x86/external-mesa.git] / src /
2011-06-21 Alex Deucherr600g: fix fbo depth/stencil texture allocation for...
2011-06-21 Chad Versaceintel: Allocate s8_z24 non-texture renderbuffers when...
2011-06-21 Chad Versaceintel: Unobfuscate intel_alloc_renderbuffer_storage
2011-06-21 Chad Versaceintel: Add fields to intel_renderbuffer for unwrapping...
2011-06-21 Chad Versaceintel: Unconditionally enable support for S8_Z24 textur...
2011-06-21 Benjamin Franzkeegl_dri2/wayland: Hook up new buffer.release event
2011-06-21 Benjamin Franzkewinsys/wayland: Fix warning
2011-06-21 Benjamin Franzkest/mesa: Invalidate drawables on context switch
2011-06-21 Dave Airlier600g: use maths instead of a loop to work out mask.
2011-06-21 Dave Airlier600g: optimise draw vbo function a bit more.
2011-06-21 Pierre-Eric Pellou... r600g: reorder LIT instructions to support src == dst
2011-06-21 Ben Skeggsnvfx: nasty hack to make glFinish() actually finish..
2011-06-21 Stéphane Marchesinglx: Fix compile.
2011-06-21 Stéphane Marchesinst/mesa: Remove unneeded texture format terminators.
2011-06-21 Brian Paulst/mesa: put const qualifer on format_map table
2011-06-20 Jeremy Huddlestonglx: Bind to our context before __glXSetCurrentContext
2011-06-20 Jeremy Huddlestonglx: Destroy the old context only after the new one...
2011-06-20 Jeremy Huddlestonglx: Allow a context-specific fallback for glXGetProcAd...
2011-06-20 Jeremy Huddlestonglapi: Update specs to correctly list FramebufferTextur...
2011-06-20 Ian Romanicklinker: Reject shaders that use too many varyings
2011-06-20 Dan Nicholsonglw: Mark all extern symbols GLAPI to regain default...
2011-06-20 Eric Anholti965/gen6: Apply documented workaround for nonpipelined...
2011-06-20 Eric Anholti965/gen6: Limit the workaround flush to once per primi...
2011-06-20 Eric Anholti965/gen6: Use an BO instead of writing to address...
2011-06-20 Eric Anholti965/gen6: Factor the PIPE_CONTROL workaround to a...
2011-06-20 Eric Anholti965/gen6: Remove state flagging on BRW_NEW_CURBE_OFFSETS.
2011-06-20 Eric Anholti965/gen4: Remove old VS unit state key structure.
2011-06-20 Eric Anholti965/gen6: Add missing state flag for VS push constants.
2011-06-20 Eric Anholti965/gen6+: Correct gratuitous dependency on NEW_POLYGO...
2011-06-20 Eric Anholti965/gen6+: Add a missing state flag for WM constants.
2011-06-20 Kristian Høgsbergwayland: Pass use_invalidate extension to driver
2011-06-20 Benjamin Franzkeegl_dri2/x11: Check availability of the dri2 extension
2011-06-20 Marcin Slusarzxorg/nouveau: rename to nouveau2
2011-06-20 Marcin Slusarzst/xorg: initialize drm_mode.type
2011-06-20 Marcin Slusarzst/xorg: add GALLIUM_AUXILIARIES to target dependencies
2011-06-20 Marcin Slusarzgallium/nouveau: remove unused nouveau_screen_bo_user
2011-06-20 Marcin Slusarzst/xorg: fix crash triggered by rendercheck -t composit...
2011-06-20 Marcin Slusarzst/xorg: fix crash triggered by rendercheck -t blend...
2011-06-19 Marek Olšákr600g: implement seamless_cube_map on r600-r700
2011-06-19 Marek Olšákr600g: remove some magic numbers
2011-06-19 Marek Olšáku_vbuf_mgr: make u_vbuf_mgr_draw_begin return flags...
2011-06-19 Marek Olšákr600g: fix warning: assignment discards qualifiers...
2011-06-19 Marek Olšáku_vbuf_mgr: fix uploading if format size is greater...
2011-06-19 Kenneth Graunkei965: Enable extension GL_ARB_shader_texture_lod.
2011-06-19 Kenneth Graunkei965/fs: Add support for TXD with shadow comparisons.
2011-06-19 Kenneth Graunkei965/fs: Refactor texture result swizzling into a helpe...
2011-06-19 Kenneth Graunkei965/fs: Move sampler fetch to the top of the ir_textur...
2011-06-19 Kenneth Graunkei965/fs: Add support for non-shadow textureGrad (TXD...
2011-06-19 Kenneth Graunkei965/fs: Add support for non-shadow textureGrad (TXD...
2011-06-19 Kenneth Graunkei965/fs: Add support for non-shadow textureGrad (TXD...
2011-06-19 Kenneth Graunkei965/fs: Check for compilation failure and bail before...
2011-06-18 Eric Anholti965: Use state streaming on programs, and state base...
2011-06-18 Eric Anholti965: Only flag the new-batch related state as dirty...
2011-06-18 Eric Anholtmesa: Fix render-to-texture regression.
2011-06-18 Eric Anholtmesa: Flag _NEW_BUFFERS when unbinding an attachment...
2011-06-18 Eric Anholti965: Don't try to continue space before the start...
2011-06-18 Eric Anholti965: Add missing state flag for vertex elements on...
2011-06-18 Marek Olšákr300g: rename AOS -> VARRAYS
2011-06-18 Marek Olšákr300g: fix handling PREP_* options
2011-06-18 Vadim Girlinr600g: fix LIT to handle src==dst properly
2011-06-18 Vadim Girlinr600g: fix RSQ to use abs value of operand on evergreen
2011-06-18 Vadim Girlinr600g: fix source box in r600_resource_copy_region
2011-06-17 Brian Paulmesa: allow depth texture arrays
2011-06-17 Brian Paulst/mesa: remove unneeded test for GL_TRUE
2011-06-17 Brian Paulst/mesa: remove redundant _mesa_is_depth_format() call
2011-06-17 Brian Paulst/mesa: remove trailing whitespace in st_format.c
2011-06-17 Brian Paulst/mesa: move comment for ChooseTextureFormat() to...
2011-06-17 Jeremy Huddlestonapple: Use apple_cgl_get_dl_handle() rather than openin...
2011-06-17 José Fonsecascons: Correct glapi USE_xxx_ASM flags.
2011-06-17 Stéphane Marchesinglx: implement drawable refcounting.
2011-06-17 José Fonsecascons: make embedding orthogonal to the platform
2011-06-16 Brian Paulmesa: use helper functions to distinguish between user...
2011-06-16 Brian Paulmesa: refactor, create _mesa_update_draw_buffers()...
2011-06-16 Brian Paulmesa: updated comments in _make_current()
2011-06-16 Vadim Girlinr600: fix SPI inputs setup on r600/r700
2011-06-15 Chad Versaceintel: Fix typo in intel_offset_S8 comments
2011-06-15 Chad Versacei965/gen5,6: Fix hang when emitting hiz buffer without...
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 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...
next