mesa: add/update comments in _mesa_copy_buffer_subdata()
[mesa.git] / src / mesa / drivers / dri / i965 / brw_wm_surface_state.c
2011-12-27 Chad Versacei965: Create mock implementation of GL_OES_EGL_image_ex...
2011-12-23 Paul Berryi965: Rename BRW_NEW_WM_SURFACES to BRW_NEW_SURFACES.
2011-12-20 Paul Berryi965 gen6: Initial implementation of transform feedback.
2011-12-19 Eric Anholti965: Add support for GL_ARB_depth_buffer_float under...
2011-12-19 Eric Anholti965: Use the miptree format for texture surface format...
2011-12-02 Brian Paulmesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88
2011-12-02 Brian Paulmesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88
2011-11-30 Eric Anholti965: Always handle GL_DEPTH_TEXTURE_MODE through the...
2011-11-22 Eric Anholti965: Add support for ARGB2101010 rendering.
2011-11-22 Eric Anholti965: Add support for RGBA_16 unorm rendering.
2011-11-22 Eric Anholti965: Add support for half-float formats.
2011-11-22 Eric Anholti965: Reorganize MESA_FORMAT -> BRW_SURFACEFORMAT table.
2011-11-22 Eric Anholti965: Mark texture formats as supported using the surfa...
2011-11-22 Eric Anholti965: Use the surface format table to determine render...
2011-11-22 Eric Anholtintel: Add the context to the render_target_supported...
2011-11-22 Eric Anholti965: Add a table of the surface format information...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-22 Chad Versacei965/gen6: Set vertical alignment in SURFACE_STATE...
2011-11-22 Chad Versaceintel: Replace intel_renderbuffer::region with a miptre...
2011-11-11 Kenneth Graunkei965: Make Gen6+ renderbuffer surface updates not depen...
2011-11-11 Kenneth Graunkei965: Use a single binding table for all pipeline stages.
2011-11-11 Kenneth Graunkei965: Split brw_wm_surfaces state into renderbuffer...
2011-11-11 Kenneth Graunkei965: Combine the two WM pull constant tracked state...
2011-11-11 Kenneth Graunkei965: Remove nr_surfaces computation from brw_update_wm...
2011-11-11 Kenneth Graunkei965: Use 0 for the number of binding table entries...
2011-11-11 Kenneth Graunkei965: Add missing CACHE_NEW_WM_PROG dirty bit to WM...
2011-11-11 Kenneth Graunkei965: Use new vtable entries for surface state updating...
2011-11-11 Kenneth Graunkei965: Add new vtable entries for surface state updating...
2011-11-09 Eric Anholti965: Claim to support rendering to integer FBOs.
2011-11-09 Eric Anholti965: Add mapping from MESA_FORMAT to BRW_SURFACEFORMAT...
2011-11-09 Eric Anholti965: Add support for 16-bit unorm L, A, and I textures.
2011-10-29 Eric Anholti965: Move WM pull constant setup to emit() time.
2011-10-29 Eric Anholti965/gen4: Fold WM surface state prepare()/emit() together.
2011-10-29 Eric Anholti965: Remove the validated BO list, now that it's unused.
2011-10-04 Brian Pauli965: remove unneeded includes of texstore.h
2011-10-03 Eric Anholti965: Add support for GL_EXT_texture_array and GL_MESA_...
2011-10-03 Eric Anholtintel: Add a helper function for getting miptree size...
2011-09-26 Eric Anholtintel: Rename region->buffer to region->bo, and remove...
2011-09-22 Eric Anholti965: Add support for GL_EXT_packed_float.
2011-09-22 Eric Anholti965: Add support for GL_EXT_texture_shared_exponent.
2011-09-19 Ian Romanickmesa: Use ColorLogicOpEnabled instead of _LogicOpEnabled
2011-09-09 Chia-I Wuintel: add support for __DRI_IMAGE_FORMAT_ABGR8888
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-16 Eric Anholti965/vs: Start adding support for uniforms
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-13 Christian KönigMerge branch 'pipe-video'
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-11 Eric Anholti965: Add a type argument to brw_state_batch().
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-24 Eric Anholti965: Make the brw_format_for_mesa_format table static...
2011-06-13 Eric Anholtintel: Move the draw_x/draw_y to the renderbuffer where...
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-08 Chad Versacei965/brw: Emit state for hiz and separate stencil buffers
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 Eric Anholti965: Replace struct with bit shifting for WM null...
2011-05-31 Eric Anholti965: Replace struct with bit shifting for WM pull...
2011-05-31 Eric Anholti965: Replace struct with bit shifting for WM render...
2011-05-31 Eric Anholti965: Replace structs with bitfield shifting for WM...
2011-05-31 Eric Anholti965: Drop a gratuitous "if" that the compiler didn...
2011-05-31 Eric Anholti965: Move prepare_wm_surfaces texobj declarations...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-18 Eric Anholti965: Add support for rendering to depthbuffer mipmap...
2011-05-18 Eric Anholti965: Instead of fallback on missing region, just bind...
2011-05-18 Kenneth Graunkei965: Mark a few more brw_wm_surface_state functions...
2011-05-18 Kenneth Graunkei965: Change brw_format_for_mesa_format to a non-static...
2011-05-18 Kenneth Graunkei965: Split BRW_NEW_BINDING_TABLE dirty bit into one...
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-29 Eric Anholti965: Give the push constants and pull constants unique...
2011-04-23 Eric Anholtintel: Add support for ARB_sampler_objects.
2011-04-23 Eric Anholti965: Add support for ARB_texture_compression_rgtc.
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-20 Eric Anholtintel: Add support for ARB_texture_float.
2011-04-12 Brian PaulMerge branch 'arb_sampler_objects'
2011-04-10 Brian Paulmesa: move sampler state into new gl_sampler_object...
2011-04-04 Ian Romanicki965: Add the missing supportable EXT_texture_snorm...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-21 Chris Wilsonintel: use pwrite for batch
2011-02-21 Chris Wilsoni965: drop state_bo references to batch_bo
2011-02-21 Chris Wilsoni965: directly write wm state to batch
2011-02-21 Chris Wilsoni965: Fallback on encountering a NULL render buffer
2011-02-05 Dave Airliemesa/965: add support for GL_EXT_framebuffer_sRGB (v2)
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-16 Dave Airliei965: add support for EXT_texture_sRGB_decode
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-14 Dave Airliei965: fix fbo-srgb on i965.
2011-01-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-11 Eric AnholtRevert "intel: Always allocate miptrees from level...
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-08 Eric Anholtintel: Add a vtbl hook for determining if a format...
2011-01-06 Eric Anholtintel: Always allocate miptrees from level 0, not tObj...
2011-01-06 Eric Anholtintel: Clarify first_level/last_level vs baselevel...
2011-01-05 Eric Anholti965: Simplify the renderbuffer setup code.
2011-01-05 Eric Anholti965: Add support for SRGB DXT1 formats.
2010-12-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
next