i965/gen6: Factor the PIPE_CONTROL workaround to a separate function.
[mesa.git] / src / mesa / drivers / dri / intel /
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-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-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...
2011-05-18 Eric Anholti965: Add support for rendering to depthbuffer mipmap...
2011-05-18 Kenneth Graunkei965: Rename IS_GT1 and IS_GT2 to IS_SNB_GT1 and IS_SNB...
2011-05-18 Kenneth Graunkeintel: Recognize new Ivybridge PCI IDs.
2011-05-18 Kenneth Graunkeintel: Initial IS_GEN7 plumbing.
2011-05-06 Kristian Høgsbergegl: Add a cursor use bit to MESA_drm_image
2011-04-27 Eric AnholtRevert "intel: use throttle ioctl for throttling"
2011-04-26 Brian PaulSquashed commit of the following:
2011-04-26 Kristian Høgsbergintel: Use tiling for dri2AllocateBuffer implementation
2011-04-26 Kristian Høgsbergintel: Set gen in intelInitScreen, just copy value...
2011-04-26 Kristian Høgsbergintel: Use X tiling for DRM EGL Images
2011-04-23 Eric Anholtintel: Add support for ARB_sampler_objects.
2011-04-23 Eric Anholti965: Add support for NV_conditional_render.
2011-04-23 Eric Anholti965: Add support for ARB_texture_compression_rgtc.
2011-04-20 Eric Anholtintel: Add support for ARB_color_buffer_float.
2011-04-20 Eric Anholtintel: Add support for ARB_texture_float.
2011-04-20 Eric Anholtintel: Add support for blit copies of >32bpp formats.
2011-04-18 Eric Anholtintel: Add I8 and L8 to intel_mesa_format_to_rb_datatype().
2011-04-18 Eric Anholtintel: Use mesa core's R8, RG88, R16, RG1616 RB accessors.
2011-04-18 Eric Anholtintel: Use Mesa core's renderbuffer accessors for depth.
2011-04-18 Eric Anholtintel: Use _mesa_base_tex_format for FBO texture attach...
2011-04-12 Brian PaulMerge branch 'arb_sampler_objects'
2011-04-11 Ian Romanickintel: Fix ROUND_DOWN_TO macro
2011-04-10 Brian Paulmesa: move sampler state into new gl_sampler_object...
2011-04-05 Ian Romanickdri: Remove driver date from renderer string
2011-04-04 Ian Romanicki965: Add the missing supportable EXT_texture_snorm...
2011-03-31 Chris Wilsonintel: Fix regression in clear_with_blit from 7bae1c3d
2011-03-30 Chris Wilsonintel: Remove the unrelaxed relocation assertion
2011-03-30 Chris Wilsonintel: Add some defense against buffer allocation failu...
2011-03-30 Chris WilsonRevert "intel: Add some defense against buffer allocati...
2011-03-30 Kenneth Graunkeintel: Add IS_GT2 macro for recognizing Sandybridge...
2011-03-29 Chris Wilsonintel: Protect intel_clear_with_blit from failed buffer...
2011-03-29 Ian Romanickintel: Don't leak the tex object miptree when replacing it
2011-03-11 Brian Paulmesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENAB...
2011-03-09 Eric Anholtintel: Don't complain when getparam fails due to a...
2011-03-07 Chris Wilsonintel: check for miptree allocation failure
2011-03-07 Chris Wilsonintel: Add some defense against buffer allocation failu...
2011-03-07 Chris Wilsonintel: Add some defense against bo allocation failure
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-04 Chris Wilsoni965: Align index to type size and flush if the type...
2011-03-04 Chris Wilsonintel: Add couple of missing gen6 commands to decode
2011-03-03 Zou Nan haii965: SNB GT1 has only 32k urb and max 128 urb entries.
2011-03-01 Kenneth Graunkeintel: Support glCopyTexImage() from ARGB8888 to XRGB8888.
2011-03-01 Chris Wilsoni965: Use negative relocation deltas to minimse vertex...
2011-03-01 Brian Paulmesa: move PBO-related functions into a new file
2011-02-26 Eric Anholtintel: Use the current context rather than last bound...
2011-02-24 Neil Robertsintel: Try using glCopyTexSubImage2D in _mesa_meta_Blit...
2011-02-24 Chris Wilsonintel: Reset the buffer offset after releasing referenc...
2011-02-24 Chris Wilsonintel: Protect against waiting on a NULL render target bo
2011-02-23 Chris Wilsonintel: gen3 is particular sensitive to batch size
2011-02-21 Chris Wilsonintel: Fix insufficient integer width for upload buffer...
2011-02-21 Chris Wilsonintel: use throttle ioctl for throttling
2011-02-21 Chris Wilsonintel: Skip the flush before read-pixels via blit
2011-02-21 Chris Wilsonintel: extend current vertex buffers
2011-02-21 Chris Wilsonintel: Use specified alignment for writes into the...
2011-02-21 Chris Wilsonintel: combine short memcpy using a temporary allocated...
2011-02-21 Chris Wilsoni965: Move repeat-instruction-suppression to batchbuffe...
2011-02-21 Chris Wilsonintel: use pwrite for batch
next