i965: Reuse existing program data when a new compiled program matches.
[mesa.git] / src / mesa / drivers /
2011-06-24 Eric Anholti965: Reuse existing program data when a new compiled...
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 Eric Anholti965/gen6: Add a couple more packets to the nonpipeline...
2011-06-23 Benjamin Franzkeintel: Implement DRIimageExtension::dupImage
2011-06-22 Alex Deucherr600c: add missing bank tiling case for evergreen
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-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 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-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 Alex Deucherr600c: add tiling support for evergreen+
2011-06-14 Eric Anholtmesa: Switch generate_mipmaps_compressed() to using...
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-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 Brian Paulmesa: move texrender.c to swrast
2011-06-10 Eric Anholti965: Add support for GL_FIXED vertex attributes.
2011-06-10 Eugeni DodonovFix format not a string literal error with -Werror...
2011-06-10 Chad Versacei965/brw: Fix emit_depthbuffer() when packed depth...
2011-06-09 Eric Anholti965/gen6: Add support for gl_PointCoord.
2011-06-09 Eric Anholti965/gen6: Fix point sprite texture coordinate overrides.
2011-06-09 Eric Anholti965/gen6: Refactor SF setup a bit to handle overrides...
2011-06-08 Roland Scheideggermesa: get rid of homegrown logbase2 implementation...
2011-06-08 Kenneth Graunkei965/gen7: Call gen7_create_constant_surface instead...
2011-06-08 Kenneth Graunkei965/gen7: Enable SIMD16 fragment shader dispatch.
2011-06-08 Kenneth Graunkei965/gen7: Don't emit 3DSTATE_GS_SVB_INDEX on Ivybridge.
2011-06-08 Kenneth Graunkei965/gen7: Program stencil buffers on Ivybridge.
2011-06-08 Kenneth Graunkei965/gen7: Add a prepare_depthbuffer function.
2011-06-08 Kenneth Graunkei965/gen7: gen7_emit_depthbuffer needs the _NEW_DEPTH...
2011-06-08 Kenneth Graunkei965/gen7: Remove stencil renderbuffer from gen7_depth_...
2011-06-08 Chad Versaceintel: Request DRI2 buffers for separate stencil and hiz
2011-06-08 Chad Versaceintel: Add assertions to intelCreateBuffer()
2011-06-08 Chad Versaceintel: Refactor intel_update_renderbuffers()
2011-06-08 Chad Versaceintel: Add function intel_renderbuffer_set_hiz_region()
2011-06-08 Chad Versaceintel/intel_context.c: Remove unused functions
2011-06-08 Chad Versaceintel: Add flags to intel_screen for hiz and separate...
2011-06-08 Chad Versaceintel: Define enum intel_dri2_has_hiz
2011-06-08 Chad Versaceintel: Define span functions for S8 renderbuffers
2011-06-08 Chad Versacei965/brw: Emit state for hiz and separate stencil buffers
2011-06-08 Jeremy Huddlestonosmesa: Fix missing symbols when GLX_INDIRECT_RENDERING...
2011-06-07 Nicolas Kaisermga: enable GL_ARB_vertex_array_object extension
2011-06-07 Eric Anholtintel: Update intel-decode.c from intel-gpu-tools.
2011-06-07 Eric Anholtintel: Implement glFinish() correctly by waiting on...
2011-06-07 Benjamin Franzkeradeon: Use pciid list to generate PCI_CHIP_<FAMILY...
2011-06-07 Eric Anholti965: Fix flipped GT1 vs GT2 URB VS entry count limits.
2011-06-06 Kenneth Graunkei965: Update SURFACE_STATE dumping for Ivybridge.
2011-06-06 Kenneth Graunkei965: Update SAMPLER_STATE dumping for Ivybridge.
2011-06-06 Kenneth Graunkei965: Update SF_CLIP_VIEWPORT state dumping for Ivybridge.
2011-06-06 Ben Skeggsdri/nouveau: fix gnome-shell segfault
2011-06-05 Eric Anholtmeta: Don't do sRGB encode for framebuffer blits on...
2011-06-05 Eric Anholtmeta: Don't do srgb to linear decode when blitting...
2011-06-03 Eric Anholti965: Drop remaining strict conformance fallback for...
2011-06-03 Eric Anholti965: Drop strict conformance fallback for GL_LINE_STIPPLE.
2011-06-03 Eric Anholti965: Drop strict conformance fallback for GL_LINE_SMOOTH.
2011-06-03 Eric Anholti965: Drop strict conformance fallback for GL_POLYGON_S...
2011-06-03 Eric Anholti965: Drop INTEL_CONFORMANCE=2 fallback code.
2011-06-03 Brian Pauldri: add missing files from 873379a8818eed9ab16c24728b7...
2011-06-02 Johannes Obermayrdri/nouveau: Fix build with --enable-shared-dricore.
2011-06-02 Brian Paulr300: remove MIN3 macro, already defined in macros.h
2011-06-02 Chris Wilsoni965: Raise const.MaxTextureLevels to 14 (8192)
next