summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-08-21nvfx: new 2D: unify textures and buffersLuca Barbieri
2010-08-21nvfx: new 2D: use a CPU copy for up to 4 pixels, up from 0Luca Barbieri
2010-08-21nvfx: new 2D: new render temporaries with resourcesLuca Barbieri
2010-08-21nv30: new 2D: support ARB_texture_rectangleLuca Barbieri
2010-08-21nvfx: new 2D: optimize fragtex format lookupLuca Barbieri
2010-08-21nvfx: new 2D: enable swizzling for all surfacesLuca Barbieri
2010-08-21nvfx: new 2D: use new 2D engine in GalliumLuca Barbieri
2010-08-21nv04-nv40: new 2D: add new Gallium-independent 2D engineLuca Barbieri
2010-08-21nvfx: new 2D: rewrite transfer code to use staging transfersLuca Barbieri
2010-08-21nvfx: new 2D: rewrite miptree code, adapt transfersLuca Barbieri
2010-08-21nvfx: add nouveau_resource_on_gpuLuca Barbieri
2010-08-21nvfx: add linear flag for buffersLuca Barbieri
2010-08-21nvfx: properly unreference bound objects on context destructionLuca Barbieri
2010-08-21nvfx: reference count bound objectsLuca Barbieri
2010-08-21nvfx: fix format support code for compressed textureLuca Barbieri
2010-08-21gallium/auxiliary: add semantic linkage utility codeLuca Barbieri
2010-08-21u_debug_describe: use switch instead of if chainLuca Barbieri
2010-08-21u_debug_describe: add PIPE_TEXTURE_RECTLuca Barbieri
2010-08-21auxiliary: add copyright headersLuca Barbieri
2010-08-21util: Match printf format to silence warning.José Fonseca
2010-08-21mesa: Remove unsused local variable.José Fonseca
2010-08-21util: Make the reference debuggin code more C++ friendly.José Fonseca
2010-08-21util: Remove the x86 exception handlers.José Fonseca
2010-08-21trace: Don't immediately destroy the pipe's sampler view in the trace driver.Alex Corscadden
2010-08-21trace: Trace the correct version of the resource when setting the index buffer.Alex Corscadden
2010-08-21generate_builtins.py: Remove unused import sys.Vinson Lee
2010-08-21mapi: Use MAPI_EXPORT to export public functions.Chia-I Wu
2010-08-21mapi: Prefix functions in u_current.h by u_current.Chia-I Wu
2010-08-21glapi: Move public function/variable declarations to glapi.h.Chia-I Wu
2010-08-20evergreen : initial support driver code.richard
2010-08-20i965: Rename nr_depth_regs to nr_payload_regs.Eric Anholt
2010-08-20i965: Also use the SIMD8 FB writes for SIMD8 mode on non-SNB.Eric Anholt
2010-08-20i965: Add support for FB writes on Sandybridge.Zhenyu Wang
2010-08-20i965: Set the destination horiz stride even for da16, as SNB seems to need it.Zhenyu Wang
2010-08-20i965: Set the maximum number of threads on Sandybridge.Zhenyu Wang
2010-08-20i965: Add AccWrCtl support on Sandybridge.Zhenyu Wang
2010-08-20i965: Mention the mlen and rlen for URB reads.Zhenyu Wang
2010-08-20i965: Sandybridge doesn't have Compr4 mode, since it's not needed any more.Zhenyu Wang
2010-08-20i965: Adjust disasm of subreg numbers to be in units of the register type.Zhenyu Wang
2010-08-20i965: Fix DP write channel ordering on Sandybridge.Eric Anholt
2010-08-21os_stream: fix bugs in allocation pathLuca Barbieri
2010-08-21p_compiler: add replacement va_copyLuca Barbieri
2010-08-20Delete more vestiges of the old shader compiler.Kenneth Graunke
2010-08-20glsl: Remove bogus "ambient" field from vec4 gl_TextureEnvColor.Kenneth Graunke
2010-08-20glsl: add missing ambient field to gl_LightModelLuca Barbieri
2010-08-20glsl: don't crash if a field is specified for a non-struct uniformLuca Barbieri
2010-08-20glsl: add missing sceneColor field to gl_{Front, Back}LightModelProductLuca Barbieri
2010-08-20intel: Don't try to do work for BufferSubData with a size of 0.Eric Anholt
2010-08-20mesa: Fix GetUniformLocation while compiling display lists.Nick Bowler
2010-08-20Remove remnants of the old glsl compiler.Eric Anholt