summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-06mesa: assert if driver did not compute the versionversion-gles3-dispatchJordan Justen3-1/+4
2012-12-06mesa: don't initialize VBO vtxfmt in _vbo_CreateContextJordan Justen4-10/+0
2012-12-06mesa: don't initialize exec dispatch tables in _mesa_initialize_contextJordan Justen1-3/+0
2012-12-06mesa dispatch_sanity: call new functions to initialize exec tableJordan Justen1-1/+6
2012-12-06drivers: compute version and then initialize exec tableJordan Justen12-2/+81
2012-12-06vbo: add _mesa_initialize_vbo_vtxfmtJordan Justen2-0/+19
2012-12-06mesa: separate exec allocation from initializationJordan Justen3-16/+15
2012-12-07llvmpipe: fix regression in gears speed.Dave Airlie1-2/+4
2012-12-06glsl: Add missing semicolon in the grammarKenneth Graunke1-0/+1
2012-12-06glsl: Allow layout qualifiers in GLSL 3.00 ESIan Romanick3-1/+7
2012-12-06glsl: Create builtin function profiles for GLSL 3.00 ES.Paul Berry3-0/+834
2012-12-06glsl: add determinant() functions.Paul Berry1-0/+70
2012-12-06glsl: Make builtin function profiles for GLSL ES use "es" in the filename.Paul Berry4-1/+5
2012-12-06glsl: Add builtin variables for GLSL 3.00 ES.Paul Berry1-42/+151
2012-12-06glsl: Populate built-in types correctly for GLSL 3.00 ES.Paul Berry3-45/+103
2012-12-06glsl: Make {Min,Max}ProgramTexelOffset available to compiler.Paul Berry2-0/+6
2012-12-06glsl: Fix linker checks for GLSL ES 3.00.Paul Berry1-7/+15
2012-12-06glsl: Record in gl_shader_program whether the program uses GLSL ES.Paul Berry2-0/+2
2012-12-06glsl: Clean up shading language mixing check for GLSL 3.00 ES.Paul Berry1-3/+11
2012-12-06glsl: Record in gl_shader whether the shader uses GLSL ES.Paul Berry2-0/+2
2012-12-06glsl/parser: Handle "#version 300 es" directive.Paul Berry3-28/+86
2012-12-06glsl/parser: Extract version directive processing into a function.Paul Berry3-42/+55
2012-12-06glsl/preprocessor: Handle "#version 300 es" directive.Paul Berry1-4/+17
2012-12-06glsl/preprocessor: Extract version directive processing into a function.Paul Berry1-19/+30
2012-12-06glsl: Enable GLSL ES 3.00 features inherited from desktop GLSL.Paul Berry5-17/+47
2012-12-06glsl: parse GLSL ES 3.00 keywords correctly.Paul Berry2-78/+114
2012-12-06glsl: Rework lexer keyword handling in preparation for GLSL 3.00 ES.Paul Berry1-132/+136
2012-12-06glsl: Make use of new _mesa_glsl_parse_state::check_version() function.Paul Berry5-74/+50
2012-12-06glsl: Make use of new _mesa_glsl_parse_state::is_version() function.Paul Berry5-26/+33
2012-12-06glsl: Add GLSL version query functions.Paul Berry2-10/+86
2012-12-06glsl: Compute version_string on the fly.Paul Berry3-12/+18
2012-12-06glsl: Make a function to express a GLSL version ir human-readable form.Paul Berry3-4/+15
2012-12-06glsl: Simplify symbol table version checking.Paul Berry5-7/+9
2012-12-06mesa: Add ARB_ES3_compatibility flag.Paul Berry4-0/+4
2012-12-06radeonsi: Fix cube texture coordinates.Michel Dänzer1-0/+7
2012-12-06radeon/llvm: Export prepare_cube_coords helper to driver.Michel Dänzer2-8/+13
2012-12-06mesa: use rand() instead of random()Brian Paul1-1/+1
2012-12-06mesa: validate that sync objects were created by mesaJordan Justen3-15/+26
2012-12-06main/syncobj: return GL_INVALID_VALUE for invalid sync objectsJordan Justen1-4/+4
2012-12-06mesa: add set support (stores a set of pointers)Eric Anholt4-0/+444
2012-12-06llvmpipe: Fix statement before declaration.José Fonseca1-1/+2
2012-12-06util: Add util_copy_box helper.José Fonseca3-29/+64
2012-12-06gallium/util: Move the util_copy/fill_rect into u_surface.José Fonseca5-187/+140
2012-12-06gallium/os: Cleanup up os_time_get/os_time_get_nano.José Fonseca3-22/+20
2012-12-06gallium/os: Fix os_time_sleep() on Windows for small durations.José Fonseca1-1/+5
2012-12-06meta: Disable GL_FRAGMENT_SHADER_ATI in MESA_META_SHADERStefan Dösinger1-0/+11
2012-12-06radeon: Initialize swrast before setting limitsStefan Dösinger1-9/+9
2012-12-06r200: Initialize swrast before setting limitsStefan Dösinger1-10/+9
2012-12-06mesa: fix compiler warnings when including GL/gl.h with other gl headersMatthew Waters1-6/+6
2012-12-06gallivm: Fix lerping of (un)signed normalized numbers.José Fonseca1-49/+43