i915g: Fix unimplemented Abs comment.
[mesa.git] / src / mesa /
2011-06-28 Eric Anholti965: Reissue PIPELINE_POINTERS and BINDING_TABLE_POINT...
2011-06-28 Eric Anholti965/gen6: Fix scissors using invalid STATE_BASE_ADDRESS.
2011-06-27 Ben Widawskyi965: step message register allocation
2011-06-25 Brian PaulRevert "Fix 24bpp software rendering"
2011-06-25 Eric Anholti965/gen5: Fix grf_used calculation for 16-wide.
2011-06-24 Paul Berryi965: fix mask used to write to clip distance registers...
2011-06-24 Chad Versaceintel: Fix workaround for _mesa_update_framebuffer
2011-06-24 Chad Versaceintel: Change framebuffer validation criteria
2011-06-24 Chad Versaceintel: In intel_update_wrapper, support s8z24 textures...
2011-06-24 Chad Versaceintel: Factor region updates out of intel_update_wrapper
2011-06-24 Chad Versaceintel: During glTexImage, allocate renderbuffers for...
2011-06-24 Chad Versaceintel: Declare some functions in intel_fbo.c as non...
2011-06-24 Chad Versaceintel: Change signature of intel_create_wrapped_renderb...
2011-06-24 Chad Versaceintel: Perform gather on s8z24 texture images during...
2011-06-24 Chad Versaceintel: Define functions intel_texture_s8z24_scatter...
2011-06-24 Chad Versaceintel: Add fields to intel_texture for faking s8z24...
2011-06-24 Stéphane Marchesinst/mesa: add PIPE_FORMAT_R8G8B8A8_UNORM as the first...
2011-06-24 Marek Olšákmesa: don't allocate memory in _mesa_unpack_depth_span...
2011-06-24 Marek Olšákmesa: fix a memory leak in _mesa_unpack_depth_span
2011-06-24 Marek Olšákmesa: fix texstore of DEPTH24_STENCIL8 if srcFormat...
2011-06-24 Marek Olšákmesa: remove unused function _mesa_new_depthstencil_ren...
2011-06-24 Brian Paulst/mesa: fix pipe_get_transfer() call in fallback_copy_...
2011-06-24 Eric Anholti965: Make the brw_format_for_mesa_format table static...
2011-06-24 Eric Anholti965: Don't bother telling swrast_setup about state...
2011-06-24 Eric Anholti965: Don't bother telling tnl about state updates...
2011-06-24 Eric Anholti965: Reuse existing program data when a new compiled...
2011-06-24 Brian Paulst/mesa: fix all_varyings_in_vbos() regression
2011-06-24 Marc PignatFix 24bpp software rendering
2011-06-24 Stéphane Marchesindri/r200: properly spell current_atom.
2011-06-24 Stéphane Marchesindri/r200: rename __atom to current_atom.
2011-06-23 Brian Paulmesa: fix incorrect error string
2011-06-23 Brian Paulst/mesa: fix format selection regression
2011-06-23 Eric Anholtvbo: Don't discount stride == 0 for testing all varying...
2011-06-23 Eric Anholtvbo: Don't bother checking for stride == 0 for "any...
2011-06-23 Eric Anholti965/gen6: Add a couple more packets to the nonpipeline...
2011-06-23 Benjamin Franzkeintel: Implement DRIimageExtension::dupImage
2011-06-23 Chia-I Wust/mesa: use a helper for st_framebuffer creation
2011-06-23 Stéphane Marchesinst/mesa: prefer native texture formats when possible.
2011-06-22 Alex Deucherr600c: add missing bank tiling case for evergreen
2011-06-22 Brian Paulmesa: comments and 80-column wrapping
2011-06-22 Brian Paulmesa: update comments in update_program_enables()
2011-06-22 Brian Paulmesa: update/fix comments in update_program()
2011-06-22 Brian Paulmesa: update comment for gl_texture_unit
2011-06-22 Andre Maasikasr600c: use BASE_VTX_LOC & AUTO_INDEX for drawing nonind...
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 Franzkest/mesa: Invalidate drawables on context switch
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 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-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-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-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-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-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 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...
next