summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* glsl: Optimize various cases of fma (aka MAD).Eric Anholt2014-02-071-0/+13
* glsl: Optimize lrp(x, x, coefficient) --> x.Eric Anholt2014-02-071-0/+2
* glsl: Optimize pow(x, 1) -> x.Eric Anholt2014-02-071-0/+4
* glsl: Optimize log(exp(x)) and exp(log(x)) into x.Eric Anholt2014-02-071-0/+36
* glsl: Optimize ~~x into x.Eric Anholt2014-02-071-0/+5
* i965: Add some informative debug when the X Server botches DRI2 GetBuffers.Eric Anholt2014-02-071-1/+11
* i965: Remove redundant check in blitter-based glBlitFramebuffer().Eric Anholt2014-02-071-10/+0
* i965: Fix Gen8+ disassembly of half float subregister numbers.Kenneth Graunke2014-02-071-0/+1
* i965: Use the new brw_load_register_mem helper for draw indirect.Kenneth Graunke2014-02-071-31/+22
* i965: Implement a brw_load_register_mem helper function.Kenneth Graunke2014-02-072-0/+32
* i965: Fix INTEL_DEBUG=vs for fixed-function/ARB programs.Kenneth Graunke2014-02-072-4/+4
* glsl: Don't lose precision qualifiers when encountering "centroid".Kenneth Graunke2014-02-071-1/+1
* st/mesa: avoid sw fallback for getting/decompressing texturesBrian Paul2014-02-071-1/+3
* gallium/tgsi: correct typo propagated from NV_vertex_program1_1Erik Faye-Lund2014-02-072-3/+3
* gallium/tgsi: use CLAMP instead of open-coded clampsErik Faye-Lund2014-02-071-22/+4
* egl: Unhide functionality in _eglInitSurface()Juha-Pekka Heikkila2014-02-071-1/+3
* egl: Unhide functionality in _eglInitContext()Juha-Pekka Heikkila2014-02-071-1/+2
* glx: Add missing null check in __glX_send_client_info()Juha-Pekka Heikkila2014-02-071-0/+4
* i965: Add missing null check in fs_visitor::dead_code_eliminate_local()Juha-Pekka Heikkila2014-02-071-0/+4
* glx: Add some missing null checks in glx_pbuffer.cJuha-Pekka Heikkila2014-02-071-4/+15
* glsl: Fix null access on file read errorJuha-Pekka Heikkila2014-02-071-1/+2
* glx: Add missing null check in __glXCloseDisplayJuha-Pekka Heikkila2014-02-071-1/+2
* glx: Add missing null checks in glxcmds.cJuha-Pekka Heikkila2014-02-071-8/+20
* main/get: support ARB_gpu_shader5Jordan Justen2014-02-065-1/+26
* glapi: add definitions for ARB_gpu_shader5Jordan Justen2014-02-062-0/+17
* nouveau/codegen: allow tex offsets on non-TXF instructions (e.g. TXL)Ilia Mirkin2014-02-061-0/+8
* nv50: only over-allocate by a page for codeIlia Mirkin2014-02-061-4/+5
* nv50: fix layerid to be the fp input number rather than vp output numberIlia Mirkin2014-02-063-7/+9
* nv50: rework primid logicIlia Mirkin2014-02-063-6/+4
* glx: Pass NULL DRI drawables into the DRI driver for None GLX drawablesKristian Høgsberg2014-02-062-5/+15
* st/vdpau: add flush on unmapChristian König2014-02-061-0/+4
* vdpau: flush the context before exporting the surface v2Marek Olšák2014-02-061-0/+1
* glsl: Initialize ubo_binding_mask flags to zero.Matt Turner2014-02-061-0/+1
* gallium/radeon: fix warningsMarek Olšák2014-02-063-5/+9
* gallium: remove PIPE_USAGE_STATICMarek Olšák2014-02-0652-74/+69
* gallium: define the behavior of PIPE_USAGE_* flags properlyMarek Olšák2014-02-062-12/+19
* gallium: remove PIPE_RESOURCE_FLAG_GEN_MIPSMarek Olšák2014-02-061-1/+0
* r600g,radeonsi: set resource domains in one place (v2)Marek Olšák2014-02-065-27/+23
* st/mesa: fix crash when a shader uses a TBO and it's not boundMarek Olšák2014-02-061-0/+6
* st/omx: add workaround for bug in BellagioChristian König2014-02-063-2/+16
* st/omx: initial OpenMAX support v3Christian König2014-02-0614-2/+2421
* vl/rbsp: add H.264 RBSP implementationChristian König2014-02-061-0/+164
* vl/vlc: add function to limit the vlc sizeChristian König2014-02-061-12/+41
* vl/vlc: add remove bits functionChristian König2014-02-061-0/+12
* radeon: update legal notes on UVDChristian König2014-02-061-0/+31
* radeon: just don't map VRAM buffers at allChristian König2014-02-061-2/+2
* radeon/video: directly create buffers in the right domainChristian König2014-02-063-7/+12
* radeon/video: seperate common video functionsChristian König2014-02-069-315/+413
* gallium/dri2: Fix dri2_dup_imageAxel Davy2014-02-051-0/+1
* i965/vs: Fix typo in brw_compute_vue_mapChris Forbes2014-02-051-1/+1