summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: convert the framebuffer state to atom-basedMarek Olšák2014-03-115-283/+132
* r600g: move cayman MSAA setup to a common placeMarek Olšák2014-03-116-214/+272
* radeonsi: move framebuffer-related state to a new struct si_framebufferMarek Olšák2014-03-115-39/+41
* r600g,radeonsi: set priorities for relocationsMarek Olšák2014-03-1116-88/+197
* r300g,uvd,vce: set priorities for relocationsMarek Olšák2014-03-116-16/+31
* winsys/radeon: add interface for setting a priority number for each relocationMarek Olšák2014-03-112-8/+32
* glsl: Link glsl_compiler with pthreads library.Jonathan Gray2014-03-111-1/+3
* gallium: add endian detection for OpenBSDJonathan Gray2014-03-111-0/+10
* automake: allow only shared buildsEmil Velikov2014-03-114-46/+18
* configure: update enable-llvm-shared-libs commentsEmil Velikov2014-03-111-13/+10
* st/dri: build the drm backend when libdrm is presentEmil Velikov2014-03-111-1/+5
* glx: cleanup unneeded headersEmil Velikov2014-03-117-11/+1
* glx/tests: honor enable-driglx-direct configure flagJon TURNEY2014-03-111-0/+4
* configure: read libomxil-bellagio.pc only when it existsEmil Velikov2014-03-111-1/+6
* automake: create compat symlinks only for linux systemsEmil Velikov2014-03-114-0/+18
* configure: use LIB_EXT rather than hardcoded .soEmil Velikov2014-03-115-26/+29
* automake: do not use symbols names for static glapi.laEmil Velikov2014-03-113-12/+10
* configure: remove old makefile variablesEmil Velikov2014-03-112-41/+4
* gallium/targets: use install-gallium-targets.mkEmil Velikov2014-03-114-37/+4
* gallium/targets: drop link generation for non DRI targetsEmil Velikov2014-03-114-24/+0
* targets/vdpau: use install-gallium-links.mkEmil Velikov2014-03-113-15/+3
* targets/dri: use install-gallium-links.mkEmil Velikov2014-03-119-47/+9
* automake: introduce install-gallium-links.mkEmil Velikov2014-03-111-0/+23
* automake: use install-lib-links.mk across all classic mesaEmil Velikov2014-03-113-13/+4
* automake: make install-lib-links less chattyEmil Velikov2014-03-111-1/+1
* automake: use only the folder name if it's a subfolder of the present oneEmil Velikov2014-03-112-4/+4
* automake: silence folder creationEmil Velikov2014-03-114-9/+9
* automake: use MKDIR_P when possibleEmil Velikov2014-03-112-4/+4
* radeon: Fix build.Vinson Lee2014-03-101-1/+1
* gallium: allow setting of the internal stream output offsetZack Rusin2014-03-0729-64/+88
* meta: use non-ARB shader/program create/delete functionsBrian Paul2014-03-102-30/+30
* mesa: s/GLhandleARB/GLuint/ for glGetUniform functionsBrian Paul2014-03-104-29/+29
* mesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_UINT_Z24_UNORMBrian Paul2014-03-1011-24/+24
* mesa: reorder MESA_FORMAT enumsBrian Paul2014-03-104-1530/+1459
* mesa: trim down format.h commentsBrian Paul2014-03-101-169/+0
* i965/vec4: Don't fix-up scalar uniforms for 3 src instructions.Matt Turner2014-03-101-0/+3
* i965: Disassemble 3 src instructions' rep_ctrl field.Matt Turner2014-03-102-6/+24
* i965: Disassemble 3-src operands widths' correctly.Matt Turner2014-03-104-38/+38
* i965: Move binding table update packets to binding table setup time.Eric Anholt2014-03-107-39/+17
* i965: Reorganize the code in brw_upload_binding_tables.Kenneth Graunke2014-03-101-17/+18
* fix vdpau interop when using -Bsymbolic-functions in ldflagsMaarten Lankhorst2014-03-109-7/+25
* ilo: do not set I915_EXEC_NO_RELOCChia-I Wu2014-03-101-11/+1
* ilo: add support for PIPE_QUERY_PIPELINE_STATISTICSChia-I Wu2014-03-104-3/+108
* ilo: add ILO_3D_PIPELINE_WRITE_STATISTICSChia-I Wu2014-03-105-0/+90
* ilo: add some MI commands to GPEChia-I Wu2014-03-104-0/+116
* ilo: set PIPE_CONTROL_GLOBAL_GTT_WRITE automaticallyChia-I Wu2014-03-102-2/+16
* ilo: print a warning when PPGTT is disabledChia-I Wu2014-03-104-0/+24
* ilo: require hardware logical context supportChia-I Wu2014-03-107-14/+32
* ilo: protect the decode context with a mutexChia-I Wu2014-03-101-7/+20
* ilo: set I915_EXEC_NO_RELOC when availableChia-I Wu2014-03-102-3/+15