index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvmpipe: fix regression in gears speed.
Dave Airlie
2012-12-07
1
-2
/
+4
*
glsl: Add missing semicolon in the grammar
Kenneth Graunke
2012-12-06
1
-0
/
+1
*
glsl: Allow layout qualifiers in GLSL 3.00 ES
Ian Romanick
2012-12-06
3
-1
/
+7
*
glsl: Create builtin function profiles for GLSL 3.00 ES.
Paul Berry
2012-12-06
3
-0
/
+834
*
glsl: add determinant() functions.
Paul Berry
2012-12-06
1
-0
/
+70
*
glsl: Make builtin function profiles for GLSL ES use "es" in the filename.
Paul Berry
2012-12-06
4
-1
/
+5
*
glsl: Add builtin variables for GLSL 3.00 ES.
Paul Berry
2012-12-06
1
-42
/
+151
*
glsl: Populate built-in types correctly for GLSL 3.00 ES.
Paul Berry
2012-12-06
3
-45
/
+103
*
glsl: Make {Min,Max}ProgramTexelOffset available to compiler.
Paul Berry
2012-12-06
2
-0
/
+6
*
glsl: Fix linker checks for GLSL ES 3.00.
Paul Berry
2012-12-06
1
-7
/
+15
*
glsl: Record in gl_shader_program whether the program uses GLSL ES.
Paul Berry
2012-12-06
2
-0
/
+2
*
glsl: Clean up shading language mixing check for GLSL 3.00 ES.
Paul Berry
2012-12-06
1
-3
/
+11
*
glsl: Record in gl_shader whether the shader uses GLSL ES.
Paul Berry
2012-12-06
2
-0
/
+2
*
glsl/parser: Handle "#version 300 es" directive.
Paul Berry
2012-12-06
3
-28
/
+86
*
glsl/parser: Extract version directive processing into a function.
Paul Berry
2012-12-06
3
-42
/
+55
*
glsl/preprocessor: Handle "#version 300 es" directive.
Paul Berry
2012-12-06
1
-4
/
+17
*
glsl/preprocessor: Extract version directive processing into a function.
Paul Berry
2012-12-06
1
-19
/
+30
*
glsl: Enable GLSL ES 3.00 features inherited from desktop GLSL.
Paul Berry
2012-12-06
5
-17
/
+47
*
glsl: parse GLSL ES 3.00 keywords correctly.
Paul Berry
2012-12-06
2
-78
/
+114
*
glsl: Rework lexer keyword handling in preparation for GLSL 3.00 ES.
Paul Berry
2012-12-06
1
-132
/
+136
*
glsl: Make use of new _mesa_glsl_parse_state::check_version() function.
Paul Berry
2012-12-06
5
-74
/
+50
*
glsl: Make use of new _mesa_glsl_parse_state::is_version() function.
Paul Berry
2012-12-06
5
-26
/
+33
*
glsl: Add GLSL version query functions.
Paul Berry
2012-12-06
2
-10
/
+86
*
glsl: Compute version_string on the fly.
Paul Berry
2012-12-06
3
-12
/
+18
*
glsl: Make a function to express a GLSL version ir human-readable form.
Paul Berry
2012-12-06
3
-4
/
+15
*
glsl: Simplify symbol table version checking.
Paul Berry
2012-12-06
5
-7
/
+9
*
mesa: Add ARB_ES3_compatibility flag.
Paul Berry
2012-12-06
4
-0
/
+4
*
radeonsi: Fix cube texture coordinates.
Michel Dänzer
2012-12-06
1
-0
/
+7
*
radeon/llvm: Export prepare_cube_coords helper to driver.
Michel Dänzer
2012-12-06
2
-8
/
+13
*
mesa: use rand() instead of random()
Brian Paul
2012-12-06
1
-1
/
+1
*
mesa: validate that sync objects were created by mesa
Jordan Justen
2012-12-06
3
-15
/
+26
*
main/syncobj: return GL_INVALID_VALUE for invalid sync objects
Jordan Justen
2012-12-06
1
-4
/
+4
*
mesa: add set support (stores a set of pointers)
Eric Anholt
2012-12-06
4
-0
/
+444
*
llvmpipe: Fix statement before declaration.
José Fonseca
2012-12-06
1
-1
/
+2
*
util: Add util_copy_box helper.
José Fonseca
2012-12-06
3
-29
/
+64
*
gallium/util: Move the util_copy/fill_rect into u_surface.
José Fonseca
2012-12-06
5
-187
/
+140
*
gallium/os: Cleanup up os_time_get/os_time_get_nano.
José Fonseca
2012-12-06
3
-22
/
+20
*
gallium/os: Fix os_time_sleep() on Windows for small durations.
José Fonseca
2012-12-06
1
-1
/
+5
*
meta: Disable GL_FRAGMENT_SHADER_ATI in MESA_META_SHADER
Stefan Dösinger
2012-12-06
1
-0
/
+11
*
radeon: Initialize swrast before setting limits
Stefan Dösinger
2012-12-06
1
-9
/
+9
*
r200: Initialize swrast before setting limits
Stefan Dösinger
2012-12-06
1
-10
/
+9
*
mesa: fix compiler warnings when including GL/gl.h with other gl headers
Matthew Waters
2012-12-06
1
-6
/
+6
*
gallivm: Fix lerping of (un)signed normalized numbers.
José Fonseca
2012-12-06
1
-49
/
+43
*
gallivm: Fix lp_build_print_value of smaller integer types.
José Fonseca
2012-12-06
1
-1
/
+12
*
llvmpipe: remove unused variable
Brian Paul
2012-12-06
1
-1
/
+0
*
draw: remove some dead constant buffer code
Brian Paul
2012-12-06
4
-82
/
+0
*
android: Fix build of libmesa_program
Chad Versace
2012-12-05
1
-0
/
+3
*
llvmpipe: EXT_transform_feedback support (v1.1)
Dave Airlie
2012-12-06
15
-101
/
+125
*
i965: Add a debug flag for counting cycles spent in each compiled shader.
Eric Anholt
2012-12-05
17
-9
/
+524
*
i965: Add a flag for instructions with normal writemasking disabled.
Eric Anholt
2012-12-05
4
-0
/
+4
[next]