summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel
AgeCommit message (Expand)AuthorFilesLines
2012-12-29i965: Fail to blit rather than assert on invalid pitch requirements.Kenneth Graunke1-2/+2
2012-12-28intel: Skip texture validation logic when nothing has changed.Eric Anholt5-2/+30
2012-12-28intel: Turn a test in miptree_match_image into an assert.Eric Anholt1-2/+5
2012-12-26intel: Use the parent miptree's format for setting up HiZ miptrees.Eric Anholt1-1/+1
2012-12-22intel: Remove a couple of dead function prototypes.Eric Anholt1-5/+0
2012-12-22i965: Assert that relayout laid out something that won't need it again.Eric Anholt1-0/+6
2012-12-22i965: Also fix validation of Z32F_S8 textures.Eric Anholt1-0/+2
2012-12-22i965: Fix validation of ETC miptrees.Eric Anholt1-5/+7
2012-12-22qi965: Add perf debug for texture relayout.Eric Anholt1-0/+5
2012-12-14i965: expose ARB_texture_cube_map_arrayChris Forbes1-0/+1
2012-12-12mesa: don't advertise ARB_texture_buffer_object in legacy contextsMarek Olšák1-4/+1
2012-12-12mesa: disallow creation of GL 3.1 compatibility contextsMarek Olšák1-5/+1
2012-12-07intel: Enable ETC2 support on intel hardwareAnuj Phogat2-50/+83
2012-12-05i965: Add a debug flag for counting cycles spent in each compiled shader.Eric Anholt2-0/+7
2012-12-03intel: Always enable GL_ARB_framebuffer_objectIan Romanick1-2/+1
2012-12-03i965: Allow INTEL_DEBUG=fs as a synonym for INTEL_DEBUG=wm.Kenneth Graunke1-0/+1
2012-12-02glx/dri2: add and use new driver hook flush_with_flagsMarek Olšák1-1/+1
2012-11-30mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul1-2/+2
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-1/+1
2012-11-26i965: Enable ARB_vertex_type_2_10_10_10_rev on Gen4+.Chris Forbes1-0/+1
2012-11-19intel: Use designated initializers for DRI extension structsChad Versace1-16/+20
2012-11-19intel: Push face/level -> slice handling to the caller of get_image_offset().Eric Anholt8-42/+24
2012-11-19i965: Add some checks for array textures in unsupported paths.Eric Anholt3-0/+14
2012-11-19i965: Add a little bit more debug info for validate blits.Eric Anholt1-1/+3
2012-11-19intel: Remove dead function prototype.Eric Anholt1-5/+0
2012-11-19i965: Remove stale comment about wrapped_depth.Eric Anholt1-14/+0
2012-11-17intel: Use core mesa support for determining lastLevel.Eric Anholt1-3/+3
2012-10-31mesa: don't always enable OES_standard_derivativesMarek Olšák1-0/+1
2012-10-29intel: support for 16 bit config with 24 depth and 8 stencilTapani Pälli1-2/+7
2012-10-29intel: If the visual is sRGB, use an sRGB internal formatIan Romanick1-0/+2
2012-10-29dri: Convert driCreateConfigs to use a gl_format enumIan Romanick1-20/+15
2012-10-18intel: Skip texsubimage fastpath for more pixel unpack state (v2)Chad Versace1-1/+6
2012-10-16i965: Make a helper function for the renderbuffer temporary mt workaround.Eric Anholt2-0/+29
2012-10-16intel: Add a macro for printing a debug warning once.Eric Anholt1-0/+11
2012-10-15intel: Remove NV_vertex_program support.Eric Anholt1-2/+0
2012-10-12intel: print debug either to stdout or `logcat' depending on platform.Oliver McFadden1-3/+14
2012-10-09intel: Add missing #include <time.h>Quentin Glidic1-0/+1
2012-10-05mesa: remove the driverCtx parameter to _mesa_create/initialize_context()Brian Paul1-1/+1
2012-10-03intel: Fix intel_texsubimage_tiled_memcpy to skip GL_EXT_unpack_subimage caseRob Bradford1-1/+4
2012-10-01intel: add support for ANGLE_texture_compression_dxt.Oliver McFadden1-0/+1
2012-09-28intel: Don't call intelDestroyContext if there is no context to destroyIan Romanick1-1/+3
2012-09-28intel: Fix yet-another-bug in intel_texsubimage_tiled_memcpyChad Versace1-0/+2
2012-09-27intel: Don't advertise GLX_SWAP_COPY_OMLChad Versace1-6/+6
2012-09-27intel: Remove dead intel_format_to_rb_datatype.Eric Anholt2-52/+0
2012-09-27intel: Mark some file-local code as static.Eric Anholt5-10/+6
2012-09-27intel: Fix segfault in intel_texsubimage_tiled_memcpyChad Versace1-2/+1
2012-09-26intel: Fix size of temporary etc1 bufferChad Versace1-3/+4
2012-09-25intel: Improve teximage perf for Google Chrome paint rects (v3)Chad Versace3-0/+186
2012-09-15mesa: remove FEATURE_APPLE_object_purgeable define.Oliver McFadden1-4/+0
2012-09-15mesa: remove FEATURE_OES_EGL_image define.Oliver McFadden3-12/+0