summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)AuthorFilesLines
2013-10-24dri: Move driver config options to dri driver extensions.Eric Anholt3-15/+29
2013-10-24i965: Print more debuginfo in intel_texsubimage_memcpy()Chad Versace1-2/+8
2013-10-24i965: Fix glTexImage when packing alignment != cppChad Versace1-2/+11
2013-10-23i965/fs: Only unroll high-accuracy dFdy() from SIMD16 to SIMD8 on gen4 and IVB.Paul Berry1-10/+27
2013-10-23i965: Add perf debug hint when the app makes us do index buffer scanning.Eric Anholt1-1/+4
2013-10-23i965: Try to avoid stalls on the GPU when doing glBufferSubData().Eric Anholt9-36/+150
2013-10-23i965: Be sure to reset brw->vb.buffers[] when trying to redo vertex setup.Eric Anholt1-0/+2
2013-10-23i965: Add support for GL_ARB_texture_buffer_range.Eric Anholt4-8/+33
2013-10-23i965: Add a note about the late-allocation in intel_bufferobj_buffer().Eric Anholt1-0/+4
2013-10-23i965: Drop intel_bufferobj_source().Eric Anholt4-30/+8
2013-10-23i965: Fix texture buffer rendering after a whole buffer replacement.Eric Anholt1-0/+2
2013-10-23i965: Expose write_reg() as brw_store_register_mem64().Kenneth Graunke2-9/+11
2013-10-23i965: Move flushing out of write_reg and into the callers.Kenneth Graunke1-4/+8
2013-10-21i965: Only emit interpolation setup if there are actual FS inputs.Kenneth Graunke1-4/+6
2013-10-22i965/fs: Fix accidental type conversion in header setupChris Forbes1-3/+2
2013-10-22i965/fs: Fix handling of sampler messages with header but zero offsetChris Forbes1-3/+11
2013-10-21i965: Implement ARB_texture_mirror_clamp_to_edge.Kenneth Graunke2-0/+3
2013-10-21i965: Drop unused simple_list.h includes.Kenneth Graunke2-2/+0
2013-10-20radeon: Enable ARB_texture_mirror_clamp_to_edge.Rico Schüller1-0/+1
2013-10-20r200: Enable ARB_texture_mirror_clamp_to_edge.Rico Schüller1-0/+1
2013-10-19i965: Mark G45 as having surface tile offset support.Kenneth Graunke1-0/+1
2013-10-18i965: Enable OpenGL 3.3 and GLSL 3.30.Kenneth Graunke2-2/+2
2013-10-17i965: Fold brwInitVtbl() into brwCreateContext().Kenneth Graunke3-72/+9
2013-10-17i965: Merge brw_destroy_context() into intelDestroyContext().Kenneth Graunke3-32/+19
2013-10-17i965: Replace dri_bo_release with drm_intel_bo_unreference.Kenneth Graunke1-11/+3
2013-10-17i965: Unindent the body of intelDestroyContext.Kenneth Graunke1-24/+25
2013-10-17i965: Un-virtualize brw_new_batch().Kenneth Graunke3-44/+42
2013-10-17i965: Un-virtualize brw_finish_batch().Kenneth Graunke3-25/+22
2013-10-16Revert "i965: Create ARGB2101010 DRI configs"Kristian Høgsberg1-4/+1
2013-10-16i965/fs: Handle printing HW_REGS in dump_instruction().Matt Turner1-0/+16
2013-10-16i965: Print instructions' children during scheduling debugging.Matt Turner1-2/+6
2013-10-15dri: Add __DRIimage support for the ARGB2101010 formatKristian Høgsberg1-0/+10
2013-10-15i965: Create ARGB2101010 DRI configsKristian Høgsberg1-1/+4
2013-10-15dri/common: Add support for creating ARGB2101010 configsKristian Høgsberg1-0/+10
2013-10-15i965: Add support for RGB565 __DRIimageSingh, Satyeshwar1-0/+3
2013-10-15configure.ac: drop obsolete variable HAVE_COMMON_DRIEmil Velikov1-2/+0
2013-10-15swrast: add correct include for out-of-tree buildsEmil Velikov1-0/+1
2013-10-15i965/gs: Set the REORDER bit in 3DSTATE_GS.Paul Berry2-0/+29
2013-10-15i965/fs: Remove bogus field prog_data->dispatch_width.Paul Berry3-7/+2
2013-10-15i965: Move the common binding table offset code to brw_shader.cpp.Eric Anholt7-62/+58
2013-10-15i965/vec4: Dynamically assign the VS/GS binding table offsets.Eric Anholt3-57/+25
2013-10-15i965/fs: Dynamically set up the WM binding table offsets.Eric Anholt3-43/+35
2013-10-15i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.Eric Anholt19-115/+161
2013-10-15i965: Always have the struct gl_program * in the backend visitor.Eric Anholt4-14/+15
2013-10-15i965: Drop a couple of unused defines.Eric Anholt1-3/+0
2013-10-15i965: Remove dead arguments from prog_data_compare.Eric Anholt8-17/+8
2013-10-14i965: Don't copy prop source mods into instructions that can't take them.Matt Turner4-0/+26
2013-10-13i965: Merge intel_context.h into brw_context.h.Kenneth Graunke2-172/+120
2013-10-13i965: Delete our copy of likely/unlikely macros.Kenneth Graunke1-10/+0
2013-10-13mesa: Move U_FIXED/S_FIXED macros from i965 to macros.h.Kenneth Graunke2-39/+0