summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
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-16mesa: change glTexImage[23]DMultisample() internalformat to GLenumBrian Paul2-4/+4
2013-10-16vbo: access VBO memory more efficiently when building display listsBrian Paul1-8/+31
2013-10-16mesa: consolidate cube width=height error checkingBrian Paul1-38/+5
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-15mesa: fix transform feedback when a geometry shader is active.Bryan Cain1-18/+35
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-14mesa: Add missing switch break in invalidate_framebuffer_storage()Constantin Baranov1-0/+1
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 Graunke3-39/+22
2013-10-13mesa: Move ROUND_DOWN_TO() macro from i915/i965 to macros.h.Kenneth Graunke2-13/+12
2013-10-13i965: Move need_workaround_flush = true to intel_batchbuffer_init.Kenneth Graunke2-2/+2
2013-10-13i965: Move DriverFlag initialization to brw_init_state().Kenneth Graunke2-4/+5
2013-10-13i965: Merge intelInitContext into brwCreateContext.Kenneth Graunke2-83/+43
2013-10-13i965: Move viewport driver hook setup to brw_init_driver_functions.Kenneth Graunke1-12/+12
2013-10-13i965: Make brwInitFunctions take brw_context rather than intel_screen.Kenneth Graunke1-6/+6
2013-10-13i965: Merge intelInitFunctions() and brwInitFunctions().Kenneth Graunke1-10/+3
2013-10-13i965: Merge intel_context.c into brw_context.c.Kenneth Graunke3-730/+685
2013-10-13i965: Move memset of TextureFormatSupported to brw_init_surface_formats.Kenneth Graunke2-3/+2
2013-10-13i965: Remove has_aa_line_parameters.Kenneth Graunke3-3/+5
2013-10-13i965: Move state setup from brwCreateContext to brw_init_state().Kenneth Graunke2-8/+8
2013-10-13i965: Remove the brw_context::emit_state_always flag.Kenneth Graunke3-5/+2
2013-10-13i965: Move hardware feature flags to brw_device_info.Kenneth Graunke3-4/+18
2013-10-13i965: Move device quirks to brw_device_info.Kenneth Graunke3-8/+27
2013-10-13i965: Move hardware limits to brw_device_info.Kenneth Graunke3-83/+117
2013-10-13i965: Replace some intel_screen fields with brw_device_info references.Kenneth Graunke4-62/+22
2013-10-13i965: Delete the INTEL_SEPARATE_STENCIL override.Kenneth Graunke1-27/+0
2013-10-13i965: Add a new brw_device_info structure.Kenneth Graunke6-0/+150
2013-10-13i965: Add the family name to the PCI ID table.Kenneth Graunke1-1/+1
2013-10-13i965: Remove #define name from PCI ID table.Kenneth Graunke1-1/+1
2013-10-13i965: Pull most driconf option handling into a centralized function.Kenneth Graunke2-47/+61
2013-10-13i965: Move a bunch of code from intelInitContext to brwCreateContext.Kenneth Graunke2-50/+44
2013-10-13i965: Update the comment about viewport hacks.Kenneth Graunke1-1/+7
2013-10-13i965: Pull out INTEL_DEBUG handling into new intel_debug.[ch] files.Kenneth Graunke5-128/+200