summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-20r600g: add POW instructionJerome Glisse
2010-08-20r600g: cleanup definition, fix segfault when no valid pixel shaderJerome Glisse
2010-08-20util: Fix build for C++ compilers.Michal Krol
2010-08-20gallium: hook up reference count debugging codeLuca Barbieri
2010-08-20auxiliary: add reference count debugging codeLuca Barbieri
2010-08-20os_stream: add printf facilityLuca Barbieri
2010-08-20u_debug_symbol: add symbol name cachingLuca Barbieri
2010-08-20u_debug_symbol: add support for getting symbol names from glibcLuca Barbieri
2010-08-20u_debug_symbol: support getting a string without outputLuca Barbieri
2010-08-20auxiliary: add functions to describe gallium objectsLuca Barbieri
2010-08-20r600g: add occlusion query supportDave Airlie
2010-08-20u_staging: improve interfaceLuca Barbieri
2010-08-20gallium/docs: improve documentation for resourcesLuca Barbieri
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-20targets/egl-gdi: Implement guess_gl_api.Chia-I Wu
2010-08-20egl: Fix context API check and be verbose.Chia-I Wu
2010-08-20egl: Add egl.def for win32 build.Chia-I Wu
2010-08-20egl: Allow core functions to be queried.Chia-I Wu
2010-08-20st/mesa: fix code/declaration mixingKeith Whitwell
2010-08-20galahad: remove incorrect comment just addedLuca Barbieri
2010-08-20nv50: use NV50TIC_0_2_TARGET_RECTLuca Barbieri
2010-08-20galahad: check resource_create templateLuca Barbieri
2010-08-20mesa/st: use PIPE_TEXTURE_RECT for GL_TEXTURE_RECTANGLELuca Barbieri
2010-08-20winsys/sw: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri
2010-08-20st/glx: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri
2010-08-20st/dri: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri
2010-08-20auxiliary: support using PIPE_TEXTURE_RECT internallyLuca Barbieri
2010-08-20mesa/st: support using PIPE_TEXTURE_RECT internallyLuca Barbieri
2010-08-20u_staging: use PIPE_TEXTURE_RECTLuca Barbieri
2010-08-20u_blitter: use TGSI_TEXTURE_RECTLuca Barbieri
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri
2010-08-20gallium: add PIPE_TEXTURE_RECT targetLuca Barbieri
2010-08-20i965: Fix compile warnings on 64-bit Linux.Kenneth Graunke
2010-08-20ast_to_hir: Reject function names that start with "gl_".Kenneth Graunke
2010-08-20ast_to_hir: Fix crash when a function shadows a variable.Kenneth Graunke
2010-08-20galahad, i915g: Copy over constant buffer index check.Corbin Simpson
2010-08-20galahad, i915g: Move over a few state asserts.Corbin Simpson
2010-08-19galahad: Make it obvious on stderr that Galahad's active.Corbin Simpson
2010-08-20gallium/docs: Add GalahadJakob Bornecrantz
2010-08-19configs: Add -lstdc++ to default.Vinson Lee