aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: fix regression in gears speed.Dave Airlie2012-12-071-2/+4
* glsl: Add missing semicolon in the grammarKenneth Graunke2012-12-061-0/+1
* glsl: Allow layout qualifiers in GLSL 3.00 ESIan Romanick2012-12-063-1/+7
* glsl: Create builtin function profiles for GLSL 3.00 ES.Paul Berry2012-12-063-0/+834
* glsl: add determinant() functions.Paul Berry2012-12-061-0/+70
* glsl: Make builtin function profiles for GLSL ES use "es" in the filename.Paul Berry2012-12-064-1/+5
* glsl: Add builtin variables for GLSL 3.00 ES.Paul Berry2012-12-061-42/+151
* glsl: Populate built-in types correctly for GLSL 3.00 ES.Paul Berry2012-12-063-45/+103
* glsl: Make {Min,Max}ProgramTexelOffset available to compiler.Paul Berry2012-12-062-0/+6
* glsl: Fix linker checks for GLSL ES 3.00.Paul Berry2012-12-061-7/+15
* glsl: Record in gl_shader_program whether the program uses GLSL ES.Paul Berry2012-12-062-0/+2
* glsl: Clean up shading language mixing check for GLSL 3.00 ES.Paul Berry2012-12-061-3/+11
* glsl: Record in gl_shader whether the shader uses GLSL ES.Paul Berry2012-12-062-0/+2
* glsl/parser: Handle "#version 300 es" directive.Paul Berry2012-12-063-28/+86
* glsl/parser: Extract version directive processing into a function.Paul Berry2012-12-063-42/+55
* glsl/preprocessor: Handle "#version 300 es" directive.Paul Berry2012-12-061-4/+17
* glsl/preprocessor: Extract version directive processing into a function.Paul Berry2012-12-061-19/+30
* glsl: Enable GLSL ES 3.00 features inherited from desktop GLSL.Paul Berry2012-12-065-17/+47
* glsl: parse GLSL ES 3.00 keywords correctly.Paul Berry2012-12-062-78/+114
* glsl: Rework lexer keyword handling in preparation for GLSL 3.00 ES.Paul Berry2012-12-061-132/+136
* glsl: Make use of new _mesa_glsl_parse_state::check_version() function.Paul Berry2012-12-065-74/+50
* glsl: Make use of new _mesa_glsl_parse_state::is_version() function.Paul Berry2012-12-065-26/+33
* glsl: Add GLSL version query functions.Paul Berry2012-12-062-10/+86
* glsl: Compute version_string on the fly.Paul Berry2012-12-063-12/+18
* glsl: Make a function to express a GLSL version ir human-readable form.Paul Berry2012-12-063-4/+15
* glsl: Simplify symbol table version checking.Paul Berry2012-12-065-7/+9
* mesa: Add ARB_ES3_compatibility flag.Paul Berry2012-12-064-0/+4
* radeonsi: Fix cube texture coordinates.Michel Dänzer2012-12-061-0/+7
* radeon/llvm: Export prepare_cube_coords helper to driver.Michel Dänzer2012-12-062-8/+13
* mesa: use rand() instead of random()Brian Paul2012-12-061-1/+1
* mesa: validate that sync objects were created by mesaJordan Justen2012-12-063-15/+26
* main/syncobj: return GL_INVALID_VALUE for invalid sync objectsJordan Justen2012-12-061-4/+4
* mesa: add set support (stores a set of pointers)Eric Anholt2012-12-064-0/+444
* llvmpipe: Fix statement before declaration.José Fonseca2012-12-061-1/+2
* util: Add util_copy_box helper.José Fonseca2012-12-063-29/+64
* gallium/util: Move the util_copy/fill_rect into u_surface.José Fonseca2012-12-065-187/+140
* gallium/os: Cleanup up os_time_get/os_time_get_nano.José Fonseca2012-12-063-22/+20
* gallium/os: Fix os_time_sleep() on Windows for small durations.José Fonseca2012-12-061-1/+5
* meta: Disable GL_FRAGMENT_SHADER_ATI in MESA_META_SHADERStefan Dösinger2012-12-061-0/+11
* radeon: Initialize swrast before setting limitsStefan Dösinger2012-12-061-9/+9
* r200: Initialize swrast before setting limitsStefan Dösinger2012-12-061-10/+9
* mesa: fix compiler warnings when including GL/gl.h with other gl headersMatthew Waters2012-12-061-6/+6
* gallivm: Fix lerping of (un)signed normalized numbers.José Fonseca2012-12-061-49/+43
* gallivm: Fix lp_build_print_value of smaller integer types.José Fonseca2012-12-061-1/+12
* llvmpipe: remove unused variableBrian Paul2012-12-061-1/+0
* draw: remove some dead constant buffer codeBrian Paul2012-12-064-82/+0
* android: Fix build of libmesa_programChad Versace2012-12-051-0/+3
* llvmpipe: EXT_transform_feedback support (v1.1)Dave Airlie2012-12-0615-101/+125
* i965: Add a debug flag for counting cycles spent in each compiled shader.Eric Anholt2012-12-0517-9/+524
* i965: Add a flag for instructions with normal writemasking disabled.Eric Anholt2012-12-054-0/+4