summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel
AgeCommit message (Expand)AuthorFilesLines
2012-09-12intel: Add map_stencil_as_y_tiled to intel_region_get_aligned_offset.Paul Berry3-4/+18
2012-09-12intel: Add map_stencil_as_y_tiled to intel_region_get_tile_masks.Paul Berry4-5/+11
2012-09-12i965/blorp: Thread level and layer through brw_blorp_blit_miptrees().Paul Berry1-2/+4
2012-09-12i965/gen6+: Adjust stencil buffer size after computing miptree layout.Paul Berry1-12/+16
2012-09-06intel: avoid undefined variable warnings in intel_screen.cPaul Berry1-2/+3
2012-09-05Remove useless checks for NULL before freeingMatt Turner2-8/+4
2012-09-01mesa: s/FREE/free/Brian Paul1-8/+8
2012-09-01mesa: s/CALLOC/calloc/Brian Paul1-5/+5
2012-08-31dri: Rework planar image interfaceJakob Bornecrantz2-8/+153
2012-08-31mesa: fix-up and use _mesa_delete_renderbuffer()Brian Paul1-1/+1
2012-08-29i965: Advertise GLSL 1.40 and TexBOs in core contextsIan Romanick1-1/+9
2012-08-29intel: Clean up bits of cruft in intelCreateContextIan Romanick1-40/+11
2012-08-29i965: Set context flagsIan Romanick1-2/+3
2012-08-29mesa: Enable GL_{ARB,APPLE}_vertex_array_object in all driversIan Romanick1-2/+0
2012-08-28i965: Disable the swrast context setup on GL 3.1 core.Eric Anholt2-14/+31
2012-08-28intel: Move RenderMode fallback func to i915 driver.Eric Anholt3-18/+0
2012-08-28i965: Drop support for forcing drawing through sw fallbacks.Eric Anholt1-0/+2
2012-08-28i965: Move depth resolve for span fallbacks to a simpler place.Eric Anholt2-28/+3
2012-08-28i965: Drop manual hiz resolves in span rendering.Eric Anholt1-10/+0
2012-08-27i965: Reenable the fragment shader precompile.Kenneth Graunke1-1/+1
2012-08-26i965/gen6+: Add support for GL_ARB_timer_query.Eric Anholt2-0/+10
2012-08-26i965: Add support for GL_ARB_occlusion_query2.Eric Anholt1-0/+1
2012-08-26dri: Remove image write functionJakob Bornecrantz2-29/+0
2012-08-25i965: Un-hardcode WM binding table from update_texture_surface.Kenneth Graunke1-1/+4
2012-08-24mesa: add texture target field to ChooseTextureFormat() driver hookBrian Paul1-1/+2
2012-08-24i965/HiZ: remove assertion from intel_resolve_map_set().Paul Berry1-3/+3
2012-08-24mesa: new _mesa_num_tex_faces() helperBrian Paul2-4/+5
2012-08-14i965: add ARB_texture_rgb10_a2ui supportJordan Justen1-0/+1
2012-08-14intel: Fix rendering to a multisample front bufferChad Versace1-0/+10
2012-08-14intel: Clean up intel_flush_frontChad Versace1-4/+5
2012-08-14intel: Refactor intel_downsample_for_dri2_flushChad Versace3-30/+34
2012-08-14intel: Implement ARB_texture_storageIan Romanick2-0/+27
2012-08-13i965: Validate API and version in brwCreateContextIan Romanick1-2/+6
2012-08-13i915: Validate API and version in i915CreateContextIan Romanick1-0/+4
2012-08-13i830: Validate API and version before calling i830CreateContextIan Romanick1-0/+18
2012-08-13intel: In the i915 driver, the chipset cannot be i965Ian Romanick1-8/+5
2012-08-13dri: Pass API_OPENGL_CORE through to the driversIan Romanick1-0/+17
2012-08-12intel: Reserve enough space to finish occlusion queries on Gen6.Kenneth Graunke1-1/+11
2012-08-12intel: Move finish_batch() call before MI_BATCH_BUFFER_END and padding.Kenneth Graunke1-3/+3
2012-08-12i965: Add perf debug for stalls during shader compiles.Eric Anholt2-0/+14
2012-08-12intel: Add performance debug for some common GPU stalls.Eric Anholt2-1/+13
2012-08-12i965: Add INTEL_DEBUG=perf for failure to compile 16-wide shaders.Eric Anholt1-0/+5
2012-08-12intel: Rename INTEL_DEBUG=fall to INTEL_DEBUG=perf.Eric Anholt3-5/+6
2012-08-12mesa: Remove unnecessary parameters from AllocTextureImageBufferPauli Nieminen2-8/+5
2012-08-12mesa: Remove unnecessary parameters from TexImagePauli Nieminen1-13/+9
2012-08-09intel: Always downsample in intel_miptree_map_multisampleChad Versace1-3/+0
2012-08-08intel: Make the length for PIPE_CONTROL explicit.Kenneth Graunke2-9/+9
2012-08-07i965: Enable uniform buffer objects on gen6+.Eric Anholt1-0/+1
2012-08-07i965: Add an offset argument to constant buffer setup.Eric Anholt1-0/+1
2012-08-07mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt1-3/+1