summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: add missing DebugMessageControl typesTimothy Arceri2014-03-081-0/+2
* mesa: make ARB_debug_output functions an alias ofTimothy Arceri2014-03-084-250/+88
* st/mesa: only mark framebuffer as sRGB capable if Mesa supports the formatBrian Paul2014-03-071-2/+3
* mesa: fix the format of glEdgeFlagPointerMarek Olšák2014-03-071-2/+2
* st/mesa: add test_format_conversion() debug functionBrian Paul2014-03-071-1/+43
* st/mesa: add MESA_FORMAT_R8G8B8A8_SRGB in st_mesa_format_to_pipe_format()Brian Paul2014-03-071-0/+2
* mesa/st: Fix PIPE_FORMAT_R8G8B8A8_SRGB -> MESA_FORMAT_ conversion.José Fonseca2014-03-071-1/+1
* mesa: Drop unused hash_table::mem_ctx field.Kenneth Graunke2014-03-063-3/+0
* mesa: add MESA_FORMAT_R8G8B8A8_SRGBBrian Paul2014-03-067-0/+79
* mesa: Wrap SSE4.1 code in #ifdef __SSE4_1__.Matt Turner2014-03-061-0/+3
* i965: Fix render-to-texture in non-FinishRenderTexture cases.Eric Anholt2014-03-067-27/+87
* mesa: fix copy & paste bugs in pack_ubyte_SRGB8()Brian Paul2014-03-061-2/+2
* mesa: fix copy & paste bugs in pack_ubyte_SARGB8()Brian Paul2014-03-061-2/+2
* st/mesa: Add R8G8B8A8_SRGB case to st_pipe_format_to_mesa_format.José Fonseca2014-03-061-0/+2
* mesa/st: only compare the one scissorIlia Mirkin2014-03-051-1/+1
* st/mesa: make winsys fbo sRGB-capable when supportedChia-I Wu2014-03-063-12/+66
* st/mesa: add mappings for MESA_FORMAT_B8G8R8X8_SRGBChia-I Wu2014-03-061-2/+9
* mesa: add MESA_FORMAT_B8G8R8X8_SRGBChia-I Wu2014-03-066-4/+76
* mesa: fix packing/unpacking for MESA_FORMAT_A4R4G4B4_UNORMBrian Paul2014-03-053-13/+13
* i965: Fix predicated-send-based discards with MRT.Eric Anholt2014-03-051-2/+2
* mesa: remove remaining uses of _glthread_GetID()Brian Paul2014-03-052-8/+1
* mesa: new init_teximage_fields_ms() function to init MS texture imagesBrian Paul2014-03-051-15/+29
* i965: Mark invariants in backend_visitor as constantsTopi Pohjolainen2014-03-051-6/+6
* i965: Merge resolving of shader program sourceTopi Pohjolainen2014-03-0511-26/+23
* i965: Merge initialisation of backend_visitorTopi Pohjolainen2014-03-054-14/+23
* i965/wm: Use resolved miptree consistently in surface setupTopi Pohjolainen2014-03-052-13/+13
* i965/vec4: Mark invariant members as constants in vec4_visitorTopi Pohjolainen2014-03-052-7/+7
* i965: Mark sources for offset getters as constantsTopi Pohjolainen2014-03-054-9/+9
* i965: Implement ARB_stencil_texturing on Gen8+.Kenneth Graunke2014-03-044-4/+20
* mesa: Add core API support for GL_ARB_stencil_texturing (from 4.3).Kenneth Graunke2014-03-045-0/+47
* mesa: Allow GL_DEPTH_COMPONENT and GL_DEPTH_STENCIL combinations in glTexImag...Anuj Phogat2014-03-041-2/+11
* mesa: Use clear_teximage_fields() in place of _mesa_init_teximage_fields()Anuj Phogat2014-03-041-2/+1
* mesa: Set initial internal format of a texture to GL_RGBAAnuj Phogat2014-03-041-3/+10
* mesa: remove empty glthread.h fileBrian Paul2014-03-036-6/+1
* xlib: remove unneeded context tracking codeBrian Paul2014-03-031-43/+4
* xlib: simplify context handlingBrian Paul2014-03-033-109/+28
* xlib: remove unused realglx.[ch] filesBrian Paul2014-03-033-517/+4
* mesa: switch to c11 mutex functionsBrian Paul2014-03-0320-140/+140
* xlib: switch to c11 mutex functionsBrian Paul2014-03-033-14/+14
* mesa: update packed format layout commentsBrian Paul2014-03-031-50/+50
* mesa: don't define c99 math functions for MSVC >= 1800Hans2014-03-031-1/+1
* mesa: don't call ctx->Driver.ClearBufferSubData() if size==0Brian Paul2014-03-031-4/+8
* NV_vdpau_interop: fix IsSurfaceNV return typeGrigori Goronzy2014-03-032-5/+6
* mesa: Move MESA_GLSL=dump output to stderr.Kenneth Graunke2014-03-022-20/+23
* i965: Validate (and resolve) all the bound textures.Chris Forbes2014-03-022-2/+2
* i965: Widen sampler key bitfields for 32 samplersChris Forbes2014-03-021-3/+3
* dri/i9*5: correctly calculate the amount of system memoryEmil Velikov2014-03-012-2/+2
* mesa: add unpacking code for MESA_FORMAT_Z32_FLOAT_S8X24_UINTBrian Paul2014-02-281-0/+22
* i915: Allocate the sys_buffer using _mesa_align_mallocIan Romanick2014-02-281-7/+8
* i915: Only allow 8 vertex texture unitsIan Romanick2014-02-281-0/+1