summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-14glx/tests: Add unit tests for the DRI2 part of GLX_MESA_query_rendererquery-rendererIan Romanick3-6/+314
2013-10-14glx/tests: Add unit tests for the GLX part of GLX_MESA_query_rendererIan Romanick3-1/+449
2013-10-14glx/tests: Add GetGLXScreenConfigs_called flagIan Romanick1-0/+4
2013-10-14docs: Import extension spec for GLX_MESA_query_rendererIan Romanick1-0/+381
2013-10-14glx/dri2: Add DRI2 support for GLX_MESA_query_rendererIan Romanick5-1/+119
2013-10-14glx/dri2: Pull some internal structures out to a separate header fileIan Romanick2-20/+52
2013-10-14glx/tests: Silence warnings after adding fields to glx_screen_vtableIan Romanick1-2/+6
2013-10-14glx: Add functions and GLX plumbing for GLX_MESA_query_rendererIan Romanick4-1/+186
2013-10-14glx: Add GLX_MESA_query_rendererIan Romanick1-1/+26
2013-10-14glx: Add extension tracking GLX_MESA_query_rendererIan Romanick2-0/+2
2013-10-14i965: Wire up initial support for DRI_RENDERER_QUERY extensionIan Romanick1-0/+81
2013-10-14i915: Wire up initial support for DRI_RENDERER_QUERY extensionIan Romanick1-0/+79
2013-10-14dri: Add function to implement queries common to all Mesa driversIan Romanick2-0/+65
2013-10-14i965: Refactor the renderer string creation out of intelGetStringIan Romanick2-13/+23
2013-10-14i915: Refactor the renderer string creation out of intelGetStringIan Romanick2-13/+23
2013-10-14i965: Refactor the vendor string out of intelGetStringIan Romanick2-2/+5
2013-10-14i915: Refactor the vendor string out of intelGetStringIan Romanick2-2/+4
2013-10-14dri: Add interface definition for DRI_RENDERER_QUERY extensionIan Romanick1-0/+29
2013-10-14mesa: Add missing switch break in invalidate_framebuffer_storage()Constantin Baranov1-0/+1
2013-10-13st/vdpau: add format conversions for GetBitsYCbCrGrigori Goronzy1-8/+117
2013-10-13radeon: use staging for mapping linear texturesGrigori Goronzy1-0/+6
2013-10-13radeon/uvd: use PIPE_BIND_LINEAR for video surfacesGrigori Goronzy2-7/+7
2013-10-13radeonsi: Allow Sinking pass to move preloaded const/res/samplVincent Lejeune2-5/+28
2013-10-13radeonsi: pass alpha_ref value to PS in the user sgprVadim Girlin3-25/+29
2013-10-13r600g: fix tgsi_op2_s with trans-only instructionsVadim Girlin1-5/+31
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 Graunke3-95/+95
2013-10-13i965: Remove #define name from PCI ID table.Kenneth Graunke3-95/+95
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