r600g: zero memory of ioctl parameters
[mesa.git] / src / mesa /
2011-07-11 Marek Olšákmesa: implement packing of DEPTH_STENCIL & FLOAT_32_UNS...
2011-07-10 Marek Olšákswrast: fix depth/stencil blits when there's no colorbuffer
2011-07-10 Marek Olšákmesa: return early if mask is cleared to zero in BlitFr...
2011-07-10 Marek Olšákst/mesa: implement read/draw/copypixels for Z32F and...
2011-07-10 Marek Olšákst/mesa: initial ARB_depth_buffer_float support
2011-07-10 Marek Olšákmesa: implement depth/stencil renderbuffer wrapper...
2011-07-10 Marek Olšákmesa: implement generatemipmap for GL_FLOAT_32_UNSIGNED...
2011-07-10 Marek Olšákmesa: implement texstore for DEPTH32F_STENCIL8
2011-07-10 Marek Olšákmesa: implement texstore for DEPTH_COMPONENT32F
2011-07-10 Marek Olšákmesa: implement depth unpacking for GL_FLOAT_32_UNSIGNE...
2011-07-10 Marek Olšákmesa: implement stencil unpacking for GL_FLOAT_32_UNSIG...
2011-07-10 Marek Olšákmesa: implement texfetch functions for depth_buffer_float
2011-07-10 Marek Olšákmesa: initial ARB_depth_buffer_float support
2011-07-09 Kenneth Graunkeintel: Recognize all depth formats in get_teximage_read...
2011-07-09 Eric Anholti965/gen4: Fix GPU hangs since the program streaming...
2011-07-09 Kenneth Graunkei965/gen7: Remove gratuitous dirty flags from WM and...
2011-07-08 Marek Olšákst/mesa: handle float formats in st_format_datatype
2011-07-08 Marek Olšákst/mesa: use the first non-VOID channel in st_format_da...
2011-07-08 Thomas Hellstrommesa/st: Fix piglit read-front with new drawable invali...
2011-07-08 Brian Paulintel: add null src pointer check in intel_region_refer...
2011-07-07 Eric Anholtintel: Fix use of freed buffer if glBitmap is called...
2011-07-07 Eric Anholtintel: Remove dead comment about software clears -...
2011-07-07 Johni915: Fix leak of ViewportMatrix data on context destroy.
2011-07-07 Eric Anholtintel: Remove gratuitous context checks in intel_delete...
2011-07-07 Eric Anholtintel: Remove now trivial intel_renderbuffer_set_{hiz_...
2011-07-07 Eric Anholtintel: Rely on intel_region_reference()'s support of...
2011-07-07 Eric Anholtintel: Allow intel_region_reference() with *dst !=...
2011-07-07 Eric Anholtintel: Mark MESA_FORMAT_X8_Z24 as always supported.
2011-07-07 Kenneth Graunkei965: Remove unused structures for command packets.
2011-07-07 Kenneth Graunkei965: Convert system instruction pointer to OUT_BATCH...
2011-07-07 Kenneth Graunkei965: Convert PIPELINE_SELECT to OUT_BATCH style.
2011-07-07 Kenneth Graunkei965: Emit 3DSTATE_VF_STATISTICS in OUT_BATCH style.
2011-07-07 Kenneth Graunkei965: Convert 3DSTATE_GLOBAL_DEPTH_OFFSET_CLAMP to...
2011-07-07 Henri Verbeetmesa: Fix the BindSampler unit limit.
2011-07-07 Henri Verbeetmesa: Fix a couple of TexEnv unit limits.
2011-07-07 Henri Verbeetmesa: Use the Elements macro for the sampler index...
2011-07-07 Henri Verbeetmesa: Allow sampling from units >= MAX_TEXTURE_UNITS...
2011-07-07 Henri Verbeetmesa: Check the texture against all units in unbind_tex...
2011-07-06 Ian Romanickir_to_mesa: Allocate temporary instructions on the...
2011-07-06 Brian Paulmesa: fix texstore addressing bugs for depth/stencil...
2011-07-06 Eric Anholtmesa: Don't error on glFeedbackBuffer(size = 0, buffer...
2011-07-06 Eric Anholtmesa: Don't skip glGetProgramLocalParam4dvARB if there...
2011-07-06 Eric Anholtmesa: Don't skip glGetProgramEnvParam4dvARB if there...
2011-07-06 Kenneth Graunkei965/fs: Fix message register allocation in FB writes.
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-29 Kenneth Graunkei965/fs: Implement new ir_unop_u2i and ir_unop_i2u...
2011-06-29 Kenneth Graunkeir_to_mesa: "Support" u2f, i2u, and u2i operations...
2011-06-29 Kenneth Graunkei965/gen7: Add missing ! to brw->gs.prog_active assertion.
2011-06-29 Brian Paulmesa: bump version to 7.12 (devel)
2011-06-29 Brian Paulst/mesa: s/tex_usage/bindings/ in st_format.h
2011-06-29 Emil Velikovst/mesa: Use correct internal target
2011-06-29 Andre Maasikasst/mesa: fix overwriting gl_format with pipe_format...
2011-06-29 Thomas Hellstromst-api: Rework how drawables are invalidated v3.
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...
next