summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* dri: Rework planar image interfaceJakob Bornecrantz2012-08-312-8/+153
* mesa: fix-up and use _mesa_delete_renderbuffer()Brian Paul2012-08-311-1/+1
* i965: Advertise GLSL 1.40 and TexBOs in core contextsIan Romanick2012-08-291-1/+9
* intel: Clean up bits of cruft in intelCreateContextIan Romanick2012-08-291-40/+11
* i965: Set context flagsIan Romanick2012-08-291-2/+3
* mesa: Enable GL_{ARB,APPLE}_vertex_array_object in all driversIan Romanick2012-08-291-2/+0
* i965: Disable the swrast context setup on GL 3.1 core.Eric Anholt2012-08-282-14/+31
* intel: Move RenderMode fallback func to i915 driver.Eric Anholt2012-08-283-18/+0
* i965: Drop support for forcing drawing through sw fallbacks.Eric Anholt2012-08-281-0/+2
* i965: Move depth resolve for span fallbacks to a simpler place.Eric Anholt2012-08-282-28/+3
* i965: Drop manual hiz resolves in span rendering.Eric Anholt2012-08-281-10/+0
* i965: Reenable the fragment shader precompile.Kenneth Graunke2012-08-271-1/+1
* i965/gen6+: Add support for GL_ARB_timer_query.Eric Anholt2012-08-262-0/+10
* i965: Add support for GL_ARB_occlusion_query2.Eric Anholt2012-08-261-0/+1
* dri: Remove image write functionJakob Bornecrantz2012-08-262-29/+0
* i965: Un-hardcode WM binding table from update_texture_surface.Kenneth Graunke2012-08-251-1/+4
* mesa: add texture target field to ChooseTextureFormat() driver hookBrian Paul2012-08-241-1/+2
* i965/HiZ: remove assertion from intel_resolve_map_set().Paul Berry2012-08-241-3/+3
* mesa: new _mesa_num_tex_faces() helperBrian Paul2012-08-242-4/+5
* i965: add ARB_texture_rgb10_a2ui supportJordan Justen2012-08-141-0/+1
* intel: Fix rendering to a multisample front bufferChad Versace2012-08-141-0/+10
* intel: Clean up intel_flush_frontChad Versace2012-08-141-4/+5
* intel: Refactor intel_downsample_for_dri2_flushChad Versace2012-08-143-30/+34
* intel: Implement ARB_texture_storageIan Romanick2012-08-142-0/+27
* i965: Validate API and version in brwCreateContextIan Romanick2012-08-131-2/+6
* i915: Validate API and version in i915CreateContextIan Romanick2012-08-131-0/+4
* i830: Validate API and version before calling i830CreateContextIan Romanick2012-08-131-0/+18
* intel: In the i915 driver, the chipset cannot be i965Ian Romanick2012-08-131-8/+5
* dri: Pass API_OPENGL_CORE through to the driversIan Romanick2012-08-131-0/+17
* intel: Reserve enough space to finish occlusion queries on Gen6.Kenneth Graunke2012-08-121-1/+11
* intel: Move finish_batch() call before MI_BATCH_BUFFER_END and padding.Kenneth Graunke2012-08-121-3/+3
* i965: Add perf debug for stalls during shader compiles.Eric Anholt2012-08-122-0/+14
* intel: Add performance debug for some common GPU stalls.Eric Anholt2012-08-122-1/+13
* i965: Add INTEL_DEBUG=perf for failure to compile 16-wide shaders.Eric Anholt2012-08-121-0/+5
* intel: Rename INTEL_DEBUG=fall to INTEL_DEBUG=perf.Eric Anholt2012-08-123-5/+6
* mesa: Remove unnecessary parameters from AllocTextureImageBufferPauli Nieminen2012-08-122-8/+5
* mesa: Remove unnecessary parameters from TexImagePauli Nieminen2012-08-121-13/+9
* intel: Always downsample in intel_miptree_map_multisampleChad Versace2012-08-091-3/+0
* intel: Make the length for PIPE_CONTROL explicit.Kenneth Graunke2012-08-082-9/+9
* i965: Enable uniform buffer objects on gen6+.Eric Anholt2012-08-071-0/+1
* i965: Add an offset argument to constant buffer setup.Eric Anholt2012-08-071-0/+1
* mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt2012-08-071-3/+1
* intel: Fix compiler warnings from winsys msaa.Eric Anholt2012-08-071-1/+1
* intel: Advertise multisample DRI2 configs on gen >= 6Chad Versace2012-08-071-3/+51
* intel: Clarify intel_screen_make_configsChad Versace2012-08-071-20/+16
* dri: Simplify use of driConcatConfigsChad Versace2012-08-071-8/+2
* intel: Refactor creation of DRI2 configsChad Versace2012-08-071-91/+98
* intel: Downsample on DRI2 flushChad Versace2012-08-071-0/+31
* intel: Support mapping multisample miptreesChad Versace2012-08-072-6/+126
* intel: Refactor use of intel_miptree_mapChad Versace2012-08-071-15/+50