summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Support arbitrarily large sampler indices on Broadwell+.Kenneth Graunke2014-02-111-1/+18
* i965/fs: Fix Broadwell texture header setup to be uncompressed.Kenneth Graunke2014-02-111-0/+5
* mesa: GL_ARB_half_float_pixel is not optionalIan Romanick2014-02-119-41/+9
* mesa: Fix extension dependency for half-float TexBOsIan Romanick2014-02-111-1/+12
* meta: Silence unused parameter warning in _mesa_meta_CopyTexSubImageIan Romanick2014-02-111-0/+6
* meta: Silence unused parameter warning in setup_drawpix_textureIan Romanick2014-02-111-6/+5
* meta: Refactor common VAO and VBO initialization codeIan Romanick2014-02-111-227/+99
* meta: Track the _mesa_meta_DrawPixels VBO just like the othersIan Romanick2014-02-111-18/+26
* meta: Expand the vertex structure for the GenerateMipmap and decompress pathsIan Romanick2014-02-111-8/+21
* meta: Expand the vertex structure for the DrawPixels pathsIan Romanick2014-02-111-10/+13
* meta: Expand the vertex structure for the Clear pathsIan Romanick2014-02-111-8/+9
* meta: Expand the vertex structure for the CopyPixels pathsIan Romanick2014-02-111-10/+13
* meta: Expand the vertex structure for the BlitFramebuffer pathsIan Romanick2014-02-111-30/+36
* nv30,nvc0: only claim a single viewportIlia Mirkin2014-02-112-0/+4
* st/clover: use VISIBILITY_CXXFLAGS where approapriateEmil Velikov2014-02-111-3/+3
* omx: use VISIBILITY_CFLAGS to control exported symbolsEmil Velikov2014-02-114-1/+4
* osmesa: drop obsolete AM_CXXFLAGSEmil Velikov2014-02-111-2/+0
* st/vdpau: automake: export only PUBLIC symbolsEmil Velikov2014-02-111-0/+1
* st/vdpau: do not export VdpPresentationQueueTargetCreateX11Emil Velikov2014-02-112-2/+4
* wayland-egl: automake: add symbol testEmil Velikov2014-02-112-0/+18
* st/egl: automake: avoid exporting all symbolsEmil Velikov2014-02-111-0/+1
* targets/egl-static: automake: don't export local symbolsEmil Velikov2014-02-111-0/+1
* gbm: automake: add symbol testsEmil Velikov2014-02-114-0/+50
* targets/gbm: automake: do not export internal symbolsEmil Velikov2014-02-111-0/+1
* gbm: do not export _gbm_mesa_get_deviceEmil Velikov2014-02-112-2/+2
* gbm: automake: addEmil Velikov2014-02-111-1/+2
* st/gbm: automake: do not export gbm_gallium_drm_device_createEmil Velikov2014-02-111-1/+3
* auxiliary/pipe-loader: automake: avoid exporting all symbolsEmil Velikov2014-02-111-0/+1
* egl/dri2/android: free driver_name in dri2_initialize_android error pathEmil Velikov2014-02-111-1/+3
* dri/nouveau: Pass the API into _mesa_initialize_contextEmil Velikov2014-02-116-10/+16
* gbm: drop unneeded dependency of libudevEmil Velikov2014-02-112-4/+0
* opencl: do not link against libudevEmil Velikov2014-02-111-1/+1
* gallium/tests: do not link against libudevEmil Velikov2014-02-111-1/+0
* egl-static: stop linking against libudevEmil Velikov2014-02-111-1/+0
* egl_dri2: remove LIBUDEV_CFLAGS from Makefile.amEmil Velikov2014-02-111-1/+0
* pipe-loader: drop obsolete libudev.h includeEmil Velikov2014-02-111-1/+0
* omx/radeonsi: fix targetChristian König2014-02-111-0/+4
* vl: add H264 encoding interfaceChristian König2014-02-115-5/+64
* i965: Don't call abort() on an unknown device.Kenneth Graunke2014-02-112-2/+4
* glsl: Add locking to builtin_builder singletonDaniel Kurtz2014-02-111-1/+10
* i965/fs: Simplify FS_OPCODE_SET_OMASK stride mashing a bit.Kenneth Graunke2014-02-111-4/+2
* i965/fs: Simplify FS_OPCODE_SET_SAMPLE_ID stride mashing a bit.Kenneth Graunke2014-02-111-2/+1
* r600g: add support for multiple viewports.Dave Airlie2014-02-119-40/+98
* st/mesa: add support for GL_ARB_viewport_array (v0.2)Dave Airlie2014-02-115-56/+73
* st/mesa: add support for viewport index semanticDave Airlie2014-02-111-0/+9
* i965: Program 2x MSAA sample positions.Kenneth Graunke2014-02-103-4/+16
* i965: Store 4x MSAA sample positions in a scalar value, not an array.Kenneth Graunke2014-02-103-4/+4
* i965: Duplicate less code in GetSamplePositions driver hook.Kenneth Graunke2014-02-101-11/+12
* nouveau/video: make sure that firmware is present when checking capsIlia Mirkin2014-02-103-4/+147
* mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke2014-02-0933-103/+103