summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2010-08-23radeon: print chip family for evergreen in renderer stringAlex Deucher
2010-08-23mesa: Add new ir_unop_any() expression operation.Eric Anholt
2010-08-23ir_to_mesa: Implement f2b by comparing the arg to 0, not the result.Eric Anholt
2010-08-23glsl2: Include imports.h to get snprintf wrapper for MSVCIan Romanick
2010-08-23mesa: Fix msvc build of glsl.Aras Pranckevicius
2010-08-23ir_to_mesa: Fix constant array handling to return the temp we created.Eric Anholt
2010-08-23mesa: Don't add 1 to GL_ACTIVE_UNIFORM_MAX_LENGTH.Eric Anholt
2010-08-23mesa: Assorted fixes for es_generator.py on win32.Chia-I Wu
2010-08-23i965: Add sandybridge D0 pci idsZhenyu Wang
2010-08-22st/mesa: implement depth-only blit for BlitFramebufferMarek Olšák
2010-08-22st/mesa: fix BlitFramebuffer for D24S8 texturesMarek Olšák
2010-08-22st/mesa: added st_is_depth_stencil_combined() functionBrian Paul
2010-08-22st/mesa: fix ReadPixels crashes when reading depth/stencil from a FBOBrian Paul
2010-08-22mesa: use driver hook for creating new renderbuffersBrian Paul
2010-08-22st/mesa: clean-up pipe_get_transfer() callsBrian Paul
2010-08-22i965: Fix 8-wide FB writes on gen6.Eric Anholt
2010-08-22i965: Fix brw_math1 with scalar argument in gen6 FS.Eric Anholt
2010-08-22i965: Fix up WM push constant setup on gen6.Eric Anholt
2010-08-22i965: Use intel->gen >= 6 instead of IS_GEN6.Eric Anholt
2010-08-22mesa: Initialize member variables in ir_to_mesa_src_reg constructor.Vinson Lee
2010-08-21mesa: Initialize variables in mesa_src_reg_from_ir_src_reg.Vinson Lee
2010-08-22mesa: Removed another unused variable.José Fonseca
2010-08-21mesa: Remove unsused local variable.José Fonseca
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-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
2010-08-20mesa: Add missing ES sources to SConscript.Chia-I Wu
2010-08-20mesa: Decorate functions with GL_APIENTRY in es_generator.py.Chia-I Wu
2010-08-20mesa: Include compiler.h for ASSERT.Chia-I Wu
2010-08-20st/mesa: fix code/declaration mixingKeith Whitwell
2010-08-20mesa/st: use PIPE_TEXTURE_RECT for GL_TEXTURE_RECTANGLELuca Barbieri
2010-08-20mesa/st: support using PIPE_TEXTURE_RECT internallyLuca Barbieri
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri
2010-08-20i965: Fix compile warnings on 64-bit Linux.Kenneth Graunke