summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965: Fix fast depth clear values on Broadwell.Kenneth Graunke2014-02-071-1/+4
* nvc0: handle TGSI_SEMANTIC_LAYERChristoph Bumiller2014-02-075-5/+4
* nvc0: create the SW objectChristoph Bumiller2014-02-072-0/+10
* nvc0/ir/emit: hardcode vertex output stream to 0 for nowChristoph Bumiller2014-02-071-2/+7
* i965: Enable ARB_texture_gather for one component on Gen6.Chris Forbes2014-02-082-1/+3
* i965/vec4: Emit shader w/a for Gen6 gatherChris Forbes2014-02-082-0/+32
* i965/fs: Emit shader w/a for Gen6 gatherChris Forbes2014-02-082-0/+35
* i965: Add surface format overrides for Gen6 gatherChris Forbes2014-02-081-5/+32
* i965: Add Gen6 gather wa to sampler keyChris Forbes2014-02-082-0/+32
* glsl: Optimize triop_csel with all-true or all-false.Eric Anholt2014-02-071-0/+7
* 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