intel: Unindent the blit call in PBO blit uploads.
[mesa.git] / src / mesa / drivers / dri / intel /
2011-09-22 Eric Anholtintel: Unindent the blit call in PBO blit uploads.
2011-09-22 Eric Anholtintel: Drop gratuitous flush in PBO blit upload.
2011-09-22 Eric Anholtintel: Clean up check_pbo_format to ignore internalFormat.
2011-09-22 Eric Anholtintel: Move more of the PBO blit upload logic into...
2011-09-22 Eric Anholtintel: Remove stale comment about non-intel gl_buffer_o...
2011-09-22 Eric Anholtintel: Remove the pbo zero-copy code.
2011-09-22 Eric Anholtintel: Remove extra FreeTextureImageBuffer() from glTex...
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-22 Brian Paulmesa: remove support for GL_APPLE_client_storage extension
2011-09-17 Brian Paulintel: make intel_texture_image a subclass of swrast_te...
2011-09-17 Brian Paulmesa: add new DeleteTextureImage() driver hook
2011-09-15 Eugeni DodonovChange strerror(ret) to strerror(-ret).
2011-09-14 Dave Airliemesa/colormac: introduce inline helper for 4 unclamped...
2011-09-14 Dave Airliemesa: introduce a clear color union to be used for...
2011-09-09 Ian Romanickdri: Remove all extension enabling utility functions
2011-09-09 Ian Romanickintel: Move S3TC extension enable bits to intel_extensi...
2011-09-09 Ian Romanickintel: Enable extensions by just setting the flags
2011-09-09 Ian Romanickintel: Silence "intel/intel_fbo.h:105:4: warning: compa...
2011-09-09 Ian Romanickintel: Silence several "warning: unused parameter"
2011-09-09 Ian Romanickintel: Silence several "warning: unused parameter"
2011-09-09 Ian Romanickintel: Silence "warning: unused parameter ‘depth0’"
2011-09-09 Ian Romanickintel: Silence "warning: unused parameter ‘target’"
2011-09-09 Ian Romanickintel: Silence several "warning: unused parameter"
2011-09-09 Ian Romanickintel: Silence "warning: unused parameter ‘fb’"
2011-09-09 Ian Romanickintel: Silence "warning: unused parameter ‘intel’"
2011-09-09 Ian Romanickintel: Silence several "warning: unused parameter"
2011-09-09 Ian Romanickintel: Silence many "intel_batchbuffer.h:97:39: warning...
2011-09-09 Chia-I Wuintel: add support for __DRI_IMAGE_FORMAT_ABGR8888
2011-09-03 Yuanhan Liuintel: fix build error
2011-09-02 Eugeni Dodonovintel: Give an explanation why we are exiting for debug...
2011-09-02 Eric Anholtintel: Upload batchbuffer contents even if INTEL_NO_HW...
2011-09-01 Chia-I Wuintel: fix GLESv1 support
2011-09-01 Chia-I Wuintel: rename intel_extensions_es2.c to intel_extension...
2011-08-30 Eric Anholtintel: Restructure TexSubImage as just the 2D implement...
2011-08-30 Eric Anholtintel: Remove the passthrough TexSubImage[13]D functions.
2011-08-29 Eric Anholtintel: Rely on Mesa core for the non-blit glTexSubImage...
2011-08-29 Eric Anholtintel: Remove our custom _mesa_store_compressed_texsubi...
2011-08-29 Eric Anholtintel: Add implementation of MapTextureImage/UnmapTextu...
2011-08-29 Eric AnholtRename some driver FreeTextureImageData functions to...
2011-08-29 Eric Anholtmesa: Rename FreeTexImageData to FreeTextureImageBuffer.
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-24 Brian Paulintel: use new gl_texture_image:Face, Level fields
2011-08-23 Ian Romanickmesa: Eliminate dd_function_table::MapBuffer
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Ian Romanickintel: Correctly check for read-only mappings in intel_...
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-22 Chad Versaceintel: Abort when DRI2 separate stencil handshake fails
2011-08-10 Ben Widawskyintel: GetBuffer fix
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-02 Eric Anholtintel: Fix unused variable warning.
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...
next