summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i965: Start building 965 FS backend.Eric Anholt2010-08-268-11/+135
* llvmpipe: fix PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS queryBrian Paul2010-08-261-1/+8
* graw: Add copyright headers to the interfaces.José Fonseca2010-08-261-0/+27
* ir_to_mesa: Don't assume that an ir_dereference_array is of a variable.Eric Anholt2010-08-261-1/+2
* glsl: Add a quick hack to constant folding to reduce duplicated work.Eric Anholt2010-08-261-0/+13
* st/mesa: Remove unnecessary header.Vinson Lee2010-08-261-1/+0
* scons: Fix inverted logic.José Fonseca2010-08-261-1/+1
* docs: update news.html with 7.8.2 release infoBrian Paul2010-08-261-0/+8
* docs: remove links to tungstengraphics.com, and misc updatesBrian Paul2010-08-264-29/+18
* docs: remove link to old memory.html pageBrian Paul2010-08-261-1/+0
* scons: Add glsl_symbol_table.cppJosé Fonseca2010-08-261-0/+1
* i965: Add support for destination RelAddr writes in the VS.Eric Anholt2010-08-262-13/+48
* i965: Fix the test for variable indexing of shader inputs.Eric Anholt2010-08-261-5/+11
* glsl2: Remove a couple FINISHME comments that have already been resolvedIan Romanick2010-08-261-7/+1
* glsl: Move built-ins to live beyond the global scope.Kenneth Graunke2010-08-261-4/+20
* glsl: Move is_built_in flag from ir_function_signature to ir_function.Kenneth Graunke2010-08-268-18/+13
* glsl: Refactor variable declaration handling.Kenneth Graunke2010-08-261-36/+41
* glsl: Don't add overloads to existing structure constructors.Kenneth Graunke2010-08-263-4/+9
* glsl: Remove name_declared_this_scope check when adding functions.Kenneth Graunke2010-08-261-9/+8
* glsl: Use a single shared namespace in the symbol table.Kenneth Graunke2010-08-2611-576/+686
* st/mesa: add missing packed depth/stencil formats in st_format_datatype()Brian Paul2010-08-261-1/+3
* mesa: fix mixed-up function call nameBrian Paul2010-08-261-2/+2
* mesa: Identify packed depth/stencil buffers using the Format field.Nick Bowler2010-08-263-2/+21
* intel: Merge identical cases in switch statement.Nick Bowler2010-08-261-11/+5
* r600: fix vertex buffer size calculationAndre Maasikas2010-08-262-12/+2
* graw: Undo late loading of graw drivers.José Fonseca2010-08-2616-163/+227
* st/mesa: Fix glEGLImageTargetTexture2DOES.Chia-I Wu2010-08-262-1/+10
* st/egl: Add support for EGL_MESA_image_drm.Chia-I Wu2010-08-264-0/+260
* st/egl: Add support for EGL_KHR_surfaceless_*.Chia-I Wu2010-08-262-9/+16
* st/mesa: Add support for surfaceless current contexts.Chia-I Wu2010-08-261-4/+27
* st/egl: Make KMS support optional in KMS backend.Chia-I Wu2010-08-261-22/+24
* r300g: Include missing header in r300_texture_desc.h.Vinson Lee2010-08-261-0/+1
* gallium: Clean up header file inclusion in p_defines.h.Vinson Lee2010-08-261-1/+1
* gallium: Clean up header file inclusion in p_context.h.Vinson Lee2010-08-261-6/+24
* graw: Include missing header in graw_dl.h.Vinson Lee2010-08-261-2/+3
* util: Include missing header in u_simple_shaders.c.Vinson Lee2010-08-261-0/+1
* tgsi: Include missing header in tgsi_sse2.h.Vinson Lee2010-08-261-1/+4
* rtasm: Include missing header in rtasm_x86sse.h.Vinson Lee2010-08-261-0/+1
* pipebuffer: Clean up header file inclusion in pb_bufmgr.h.Vinson Lee2010-08-261-2/+1
* glsl2: Move ir_expression_flattening to using the rvalue visitor class.Eric Anholt2010-08-261-110/+14
* glsl: Don't consider things with a type containing a sampler as an lvalue.Eric Anholt2010-08-251-0/+23
* mesa: Disable the debug spam for x86 CPU detection with a compile-time flag.Eric Anholt2010-08-251-7/+13
* mesa: Move the x86 detection debug messages next to the detection.Eric Anholt2010-08-252-33/+39
* mesa: Don't warn when the desired result of s3tc lib available occurs.Eric Anholt2010-08-251-1/+0
* util: Include missing header in u_blit.h.Vinson Lee2010-08-251-5/+7
* util: Include missing header in u_bitmask.h.Vinson Lee2010-08-251-0/+3
* util: Include missing header in u_dirty_surfaces.h.Vinson Lee2010-08-251-0/+4
* util: Add include guard in u_split_prim.h.Vinson Lee2010-08-251-0/+6
* util: Include missing headers in u_split_prim.h.Vinson Lee2010-08-251-1/+4
* graw: Remove graw-null.José Fonseca2010-08-264-160/+1