intel: Make mapping of texture slices track the region of interest.
[mesa.git] / src / mesa / drivers / dri / intel /
2011-07-28 Kenneth Graunkei965: Remove the now unused intel_renderbuffer::draw_of...
2011-07-28 Kenneth Graunkei965: Check actual tile offsets in Gen4 miptree workaround.
2011-07-25 Eric Anholti965: Use 3D clears on gen6+ to avoid inter-ring synchr...
2011-07-25 Eric Anholti965: Emit texture cache flushes on gen6 along with...
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-21 Brian PaulMerge branch 'remove-copyteximage-hook'
2011-07-20 Eric Anholti965: Enable the PIPE_CONTROL workaround workaround...
2011-07-20 Eric Anholti965: Avoid kernel BUG_ON if we happen to wait on the...
2011-07-20 Eric Anholtintel: Use the GLSL-based meta clear when available.
2011-07-20 Brian Paulintel: remove intelCopyTexImage1D/2D()
2011-07-19 Chad Versaceintel: Fix stencil buffer to be W tiled
2011-07-18 Kenneth Graunkei965: Rename 3DSTATE_DRAWRECT_INFO_I965 to 3DSTATE_DRAW...
2011-07-18 Eric Anholti915: Simplify intel_wpos_* with a helper function.
2011-07-18 Eric Anholtintel: Move intel_draw_buffers() code into each driver.
2011-07-18 Eric Anholtintel: Clarify the depthRb == stencilRb logic.
2011-07-18 Eric Anholtintel: Use the post-execution batchbuffer contents...
2011-07-13 Christian KönigMerge branch 'pipe-video'
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-12 Eric Anholti915: Fix map/unmap mismatches from leaving INTEL_FALLB...
2011-07-12 Eric Anholtintel: Use _mesa_tex_target_to_face() helper function...
2011-07-11 Eric Anholtintel: Make our context structure be a ralloc context.
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-09 Kenneth Graunkeintel: Recognize all depth formats in get_teximage_read...
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-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
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 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-23 Benjamin Franzkeintel: Implement DRIimageExtension::dupImage
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-19 Kenneth Graunkei965: Enable extension GL_ARB_shader_texture_lod.
2011-06-15 Chad Versaceintel: Fix typo in intel_offset_S8 comments
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 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 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-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-08 Roland Scheideggermesa: get rid of homegrown logbase2 implementation...
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-07 Eric Anholtintel: Update intel-decode.c from intel-gpu-tools.
2011-06-07 Eric Anholtintel: Implement glFinish() correctly by waiting on...
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-31 Ian Romanickintel: Remove unused NO_TILE macro
2011-05-26 Eric Anholtintel: Drop doubly irrelevant code in intelReadBuffers.
2011-05-25 Chad Versaceintel: Change FBO validation criteria to accomodate...
2011-05-25 Chad Versaceintel: Fix intel_draw_buffer() to accomodate hiz and...
2011-05-25 Chad Versaceintel: Add hiz_region to intel_mipmap_tree
2011-05-25 Chad Versaceintel: Refactor the wrapping of textures with renderbuffers
2011-05-25 Chad Versaceintel: Add hiz_region to intel_renderbuffer
2011-05-25 Chad Versaceintel: Add is_hiz_depth_format() to intel_contex.vtbl
2011-05-25 Chad Versaceintel: Allocate region for separate stencil buffer
2011-05-25 Chad Versaceintel: Change supported texture formats for separate...
2011-05-25 Chad Versaceintel: Add flags to intel_context for hiz and separate...
next