aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: Don't add 1 to GL_ACTIVE_UNIFORM_MAX_LENGTH.Eric Anholt2010-08-231-2/+0
* mesa: Assorted fixes for es_generator.py on win32.Chia-I Wu2010-08-231-0/+6
* i965: Add sandybridge D0 pci idsZhenyu Wang2010-08-231-1/+3
* st/mesa: implement depth-only blit for BlitFramebufferMarek Olšák2010-08-221-2/+7
* st/mesa: fix BlitFramebuffer for D24S8 texturesMarek Olšák2010-08-221-21/+17
* st/mesa: added st_is_depth_stencil_combined() functionBrian Paul2010-08-222-0/+29
* st/mesa: fix ReadPixels crashes when reading depth/stencil from a FBOBrian Paul2010-08-221-0/+7
* mesa: use driver hook for creating new renderbuffersBrian Paul2010-08-221-2/+2
* st/mesa: clean-up pipe_get_transfer() callsBrian Paul2010-08-221-12/+12
* i965: Fix 8-wide FB writes on gen6.Eric Anholt2010-08-221-12/+5
* i965: Fix brw_math1 with scalar argument in gen6 FS.Eric Anholt2010-08-221-2/+14
* i965: Fix up WM push constant setup on gen6.Eric Anholt2010-08-225-26/+57
* i965: Use intel->gen >= 6 instead of IS_GEN6.Eric Anholt2010-08-223-5/+5
* mesa: Initialize member variables in ir_to_mesa_src_reg constructor.Vinson Lee2010-08-221-0/+4
* mesa: Initialize variables in mesa_src_reg_from_ir_src_reg.Vinson Lee2010-08-211-0/+2
* mesa: Removed another unused variable.José Fonseca2010-08-221-1/+0
* mesa: Remove unsused local variable.José Fonseca2010-08-211-1/+0
* evergreen : initial support driver code.richard2010-08-2041-249/+12426
* i965: Rename nr_depth_regs to nr_payload_regs.Eric Anholt2010-08-205-8/+8
* i965: Also use the SIMD8 FB writes for SIMD8 mode on non-SNB.Eric Anholt2010-08-203-17/+18
* i965: Add support for FB writes on Sandybridge.Zhenyu Wang2010-08-202-12/+74
* i965: Set the destination horiz stride even for da16, as SNB seems to need it.Zhenyu Wang2010-08-202-2/+6
* i965: Set the maximum number of threads on Sandybridge.Zhenyu Wang2010-08-201-1/+5
* i965: Add AccWrCtl support on Sandybridge.Zhenyu Wang2010-08-205-2/+20
* i965: Mention the mlen and rlen for URB reads.Zhenyu Wang2010-08-201-0/+5
* i965: Sandybridge doesn't have Compr4 mode, since it's not needed any more.Zhenyu Wang2010-08-201-1/+2
* i965: Adjust disasm of subreg numbers to be in units of the register type.Zhenyu Wang2010-08-201-6/+20
* i965: Fix DP write channel ordering on Sandybridge.Eric Anholt2010-08-201-2/+25
* Delete more vestiges of the old shader compiler.Kenneth Graunke2010-08-202-45/+0
* glsl: Remove bogus "ambient" field from vec4 gl_TextureEnvColor.Kenneth Graunke2010-08-201-1/+1
* glsl: add missing ambient field to gl_LightModelLuca Barbieri2010-08-201-1/+1
* glsl: don't crash if a field is specified for a non-struct uniformLuca Barbieri2010-08-201-1/+1
* glsl: add missing sceneColor field to gl_{Front, Back}LightModelProductLuca Barbieri2010-08-201-2/+2
* intel: Don't try to do work for BufferSubData with a size of 0.Eric Anholt2010-08-201-0/+6
* mesa: Fix GetUniformLocation while compiling display lists.Nick Bowler2010-08-201-1/+9
* Remove remnants of the old glsl compiler.Eric Anholt2010-08-2052-28903/+0
* mesa: Add missing ES sources to SConscript.Chia-I Wu2010-08-201-0/+3
* mesa: Decorate functions with GL_APIENTRY in es_generator.py.Chia-I Wu2010-08-201-2/+2
* mesa: Include compiler.h for ASSERT.Chia-I Wu2010-08-207-0/+14
* st/mesa: fix code/declaration mixingKeith Whitwell2010-08-201-3/+2
* mesa/st: use PIPE_TEXTURE_RECT for GL_TEXTURE_RECTANGLELuca Barbieri2010-08-202-3/+5
* mesa/st: support using PIPE_TEXTURE_RECT internallyLuca Barbieri2010-08-205-43/+32
* gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri2010-08-201-1/+1
* i965: Fix compile warnings on 64-bit Linux.Kenneth Graunke2010-08-201-4/+4
* mesa: Silence uninitialized variable warnings in dummy_enum_func.Vinson Lee2010-08-191-10/+10
* i915: Remove unnecessary header from i830_context.c.Vinson Lee2010-08-191-1/+0
* i965: Set the if stack pop count when breaking out of a loop inside an if.Eric Anholt2010-08-181-5/+11
* i965: Don't set the swizzle on an immediate value in the VS.Eric Anholt2010-08-182-4/+11
* mesa: Fix the whining for link failures to actually be under MESA_GLSL=dump.Eric Anholt2010-08-181-0/+5
* mesa: Remove unnecessary heaaders from shaderapi.c.Vinson Lee2010-08-181-2/+0