summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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