summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa/st: Add VARYING_SLOT_TEX[1-7] to st_translate_geometry_program().Bryan Cain2013-10-171-0/+7
* Revert "i965: Create ARGB2101010 DRI configs"Kristian Høgsberg2013-10-161-4/+1
* i965/fs: Handle printing HW_REGS in dump_instruction().Matt Turner2013-10-161-0/+16
* i965: Print instructions' children during scheduling debugging.Matt Turner2013-10-161-2/+6
* mesa: change glTexImage[23]DMultisample() internalformat to GLenumBrian Paul2013-10-162-4/+4
* vbo: access VBO memory more efficiently when building display listsBrian Paul2013-10-161-8/+31
* mesa: consolidate cube width=height error checkingBrian Paul2013-10-161-38/+5
* dri: Add __DRIimage support for the ARGB2101010 formatKristian Høgsberg2013-10-151-0/+10
* i965: Create ARGB2101010 DRI configsKristian Høgsberg2013-10-151-1/+4
* dri/common: Add support for creating ARGB2101010 configsKristian Høgsberg2013-10-151-0/+10
* i965: Add support for RGB565 __DRIimageSingh, Satyeshwar2013-10-151-0/+3
* configure.ac: drop obsolete variable HAVE_COMMON_DRIEmil Velikov2013-10-151-2/+0
* swrast: add correct include for out-of-tree buildsEmil Velikov2013-10-151-0/+1
* mesa: fix transform feedback when a geometry shader is active.Bryan Cain2013-10-151-18/+35
* i965/gs: Set the REORDER bit in 3DSTATE_GS.Paul Berry2013-10-152-0/+29
* i965/fs: Remove bogus field prog_data->dispatch_width.Paul Berry2013-10-153-7/+2
* i965: Move the common binding table offset code to brw_shader.cpp.Eric Anholt2013-10-157-62/+58
* i965/vec4: Dynamically assign the VS/GS binding table offsets.Eric Anholt2013-10-153-57/+25
* i965/fs: Dynamically set up the WM binding table offsets.Eric Anholt2013-10-153-43/+35
* i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.Eric Anholt2013-10-1519-115/+161
* i965: Always have the struct gl_program * in the backend visitor.Eric Anholt2013-10-154-14/+15
* i965: Drop a couple of unused defines.Eric Anholt2013-10-151-3/+0
* i965: Remove dead arguments from prog_data_compare.Eric Anholt2013-10-158-17/+8
* i965: Don't copy prop source mods into instructions that can't take them.Matt Turner2013-10-144-0/+26
* mesa: Add missing switch break in invalidate_framebuffer_storage()Constantin Baranov2013-10-141-0/+1
* i965: Merge intel_context.h into brw_context.h.Kenneth Graunke2013-10-132-172/+120
* i965: Delete our copy of likely/unlikely macros.Kenneth Graunke2013-10-131-10/+0
* mesa: Move U_FIXED/S_FIXED macros from i965 to macros.h.Kenneth Graunke2013-10-133-39/+22
* mesa: Move ROUND_DOWN_TO() macro from i915/i965 to macros.h.Kenneth Graunke2013-10-132-13/+12
* i965: Move need_workaround_flush = true to intel_batchbuffer_init.Kenneth Graunke2013-10-132-2/+2
* i965: Move DriverFlag initialization to brw_init_state().Kenneth Graunke2013-10-132-4/+5
* i965: Merge intelInitContext into brwCreateContext.Kenneth Graunke2013-10-132-83/+43
* i965: Move viewport driver hook setup to brw_init_driver_functions.Kenneth Graunke2013-10-131-12/+12
* i965: Make brwInitFunctions take brw_context rather than intel_screen.Kenneth Graunke2013-10-131-6/+6
* i965: Merge intelInitFunctions() and brwInitFunctions().Kenneth Graunke2013-10-131-10/+3
* i965: Merge intel_context.c into brw_context.c.Kenneth Graunke2013-10-133-730/+685
* i965: Move memset of TextureFormatSupported to brw_init_surface_formats.Kenneth Graunke2013-10-132-3/+2
* i965: Remove has_aa_line_parameters.Kenneth Graunke2013-10-133-3/+5
* i965: Move state setup from brwCreateContext to brw_init_state().Kenneth Graunke2013-10-132-8/+8
* i965: Remove the brw_context::emit_state_always flag.Kenneth Graunke2013-10-133-5/+2
* i965: Move hardware feature flags to brw_device_info.Kenneth Graunke2013-10-133-4/+18
* i965: Move device quirks to brw_device_info.Kenneth Graunke2013-10-133-8/+27
* i965: Move hardware limits to brw_device_info.Kenneth Graunke2013-10-133-83/+117
* i965: Replace some intel_screen fields with brw_device_info references.Kenneth Graunke2013-10-134-62/+22
* i965: Delete the INTEL_SEPARATE_STENCIL override.Kenneth Graunke2013-10-131-27/+0
* i965: Add a new brw_device_info structure.Kenneth Graunke2013-10-136-0/+150
* i965: Add the family name to the PCI ID table.Kenneth Graunke2013-10-131-1/+1
* i965: Remove #define name from PCI ID table.Kenneth Graunke2013-10-131-1/+1
* i965: Pull most driconf option handling into a centralized function.Kenneth Graunke2013-10-132-47/+61
* i965: Move a bunch of code from intelInitContext to brwCreateContext.Kenneth Graunke2013-10-132-50/+44