summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: remove duplicated init of MaxViewportsMaxence Le Doré2014-02-091-3/+0
* gallium: add geometry shader output limitsGrigori Goronzy2014-02-0915-1/+54
* mesa: Removed unnecessary check for NULL pointer when freeing memorySiavash Eliasi2014-02-091-2/+1
* nv30: report 8 maximum inputsIlia Mirkin2014-02-081-1/+1
* nv50/ir/ra: some register spilling fixesChristoph Bumiller2014-02-091-5/+34
* mesa: update assertion in detach_shader() for geom shadersBrian Paul2014-02-081-0/+1
* mesa: allocate gl_debug_state on demandBrian Paul2014-02-089-153/+274
* mesa: trivial clean-ups in errors.cBrian Paul2014-02-081-41/+84
* mesa: remove _mesa_ prefix from some static functionsBrian Paul2014-02-081-27/+23
* i965: Label JIP and UIP in Broadwell shader disassembly.Kenneth Graunke2014-02-071-2/+6
* i965: Don't disassemble UIP field for Broadwell WHILE instructions.Kenneth Graunke2014-02-071-2/+1
* i965: Don't print source registers for Broadwell flow control.Kenneth Graunke2014-02-071-13/+14
* 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