| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa/main: add autogenerated format-info.c to gitignore | Connor Abbott | 2015-04-17 | 1 | -0/+1 |
* | i965: Issue perf_debug messages for unsynchronized maps on !LLC systems. | Kenneth Graunke | 2015-04-17 | 1 | -5/+11 |
* | i965: Make shader_time store names/ids instead of referencing shaders. | Kenneth Graunke | 2015-04-17 | 2 | -37/+19 |
* | i965: Delete some unnecessary code in brw_report_shader_time(). | Kenneth Graunke | 2015-04-17 | 1 | -6/+1 |
* | i965: Make shader_time use 0 instead of -1 for "no meaningful ID". | Kenneth Graunke | 2015-04-17 | 1 | -8/+6 |
* | adjust a couple of ifdefs to handle NetBSD correctly | Tobias Nygren | 2015-04-17 | 2 | -2/+2 |
* | i965: Render R16G16B16X16 as R16G16B16A16 | Anuj Phogat | 2015-04-17 | 1 | -0/+6 |
* | i965: Update the comment about platforms supporting blorp | Anuj Phogat | 2015-04-17 | 1 | -2/+2 |
* | i965/fs: Change SEL and MOV types as needed to propagate source modifiers | Jason Ekstrand | 2015-04-17 | 1 | -4/+30 |
* | i965/fs: Use the source type when looking for UD negations in copy prop | Jason Ekstrand | 2015-04-17 | 1 | -1/+1 |
* | mesa/st: Free st_translate with FREE macro. | Brian Paul | 2015-04-17 | 1 | -1/+1 |
* | glsl_to_tgsi: only associate the uniform storage once at link time | Marek Olšák | 2015-04-16 | 1 | -24/+0 |
* | glsl_to_tgsi: add STATE_FB_WPOS_Y_TRANSFORM at link time | Marek Olšák | 2015-04-16 | 1 | -20/+24 |
* | glsl_to_tgsi: add assertions for detecting out-of-bounds immediates access | Marek Olšák | 2015-04-16 | 1 | -0/+6 |
* | glsl_to_tgsi: don't use a potentially-undefined immediate for ir_query_levels | Marek Olšák | 2015-04-16 | 1 | -5/+3 |
* | glsl_to_tgsi: fix out-of-bounds constant access and crash for uniforms | Marek Olšák | 2015-04-16 | 1 | -4/+7 |
* | glsl_to_tgsi: cleanup includes | Marek Olšák | 2015-04-16 | 3 | -25/+10 |
* | mesa/program: remove dead code | Marek Olšák | 2015-04-16 | 2 | -81/+0 |
* | st/mesa: add a debug option to compile shaders at link time | Marek Olšák | 2015-04-16 | 6 | -4/+55 |
* | i965: Rewrite ir_tex to ir_txl with lod 0 for vertex shaders | Kristian Høgsberg | 2015-04-16 | 1 | -0/+9 |
* | i965/skl: Add the header for constant loads outside of the generator | Neil Roberts | 2015-04-16 | 6 | -35/+63 |
* | i965/vec4: Add a helper function to emit VS_OPCODE_PULL_CONSTANT_LOAD | Neil Roberts | 2015-04-16 | 3 | -77/+75 |
* | mesa,glsl: rename `interface` to `programInterface`. | Jose Fonseca | 2015-04-16 | 2 | -21/+21 |
* | mesa: refactor GetUniformBlockIndex | Tapani Pälli | 2015-04-16 | 1 | -6/+6 |
* | mesa: refactor GetUniformIndices | Tapani Pälli | 2015-04-16 | 1 | -3/+3 |
* | mesa: refactor GetUniformLocation | Tapani Pälli | 2015-04-16 | 1 | -18/+1 |
* | mesa: refactor GetActiveUniformBlockName | Tapani Pälli | 2015-04-16 | 1 | -13/+5 |
* | mesa: remove unused _mesa_get_uniform_name | Tapani Pälli | 2015-04-16 | 2 | -44/+0 |
* | mesa: refactor GetActiveUniformName | Tapani Pälli | 2015-04-16 | 1 | -9/+2 |
* | mesa: refactor GetActiveUniform | Tapani Pälli | 2015-04-16 | 1 | -17/+16 |
* | mesa: refactor GetTransformFeedbackVarying | Tapani Pälli | 2015-04-16 | 1 | -7/+12 |
* | mesa: refactor GetActiveUniformsiv, use _mesa_program_resource_prop | Tapani Pälli | 2015-04-16 | 1 | -70/+39 |
* | mesa: mesa_bufferiv utility function for buffer objects | Tapani Pälli | 2015-04-16 | 2 | -121/+78 |
* | mesa: refactor GetFragDataIndex | Tapani Pälli | 2015-04-16 | 1 | -23/+2 |
* | mesa: refactor GetFragDataLocation | Tapani Pälli | 2015-04-16 | 1 | -22/+16 |
* | mesa: refactor GetAttribLocation | Tapani Pälli | 2015-04-16 | 1 | -22/+20 |
* | mesa: refactor GetActiveAttrib | Tapani Pälli | 2015-04-16 | 1 | -31/+27 |
* | mesa: enable GL_ARB_program_interface_query extension | Tapani Pälli | 2015-04-16 | 1 | -0/+1 |
* | mesa: implementation of glGetProgramResourceiv | Tapani Pälli | 2015-04-16 | 3 | -0/+300 |
* | mesa: glGetProgramResourceLocationIndex | Tapani Pälli | 2015-04-16 | 3 | -1/+46 |
* | mesa: glGetProgramResourceLocation | Tapani Pälli | 2015-04-16 | 3 | -1/+151 |
* | mesa: glGetProgramResourceName | Tapani Pälli | 2015-04-16 | 3 | -0/+139 |
* | mesa: glGetProgramResourceIndex | Tapani Pälli | 2015-04-16 | 3 | -1/+183 |
* | mesa: glGetProgramInterfaceiv | Tapani Pälli | 2015-04-16 | 3 | -0/+185 |
* | mesa/glsl: build list of program resources during linking | Tapani Pälli | 2015-04-16 | 2 | -0/+20 |
* | glapi: add GL_ARB_program_interface_query skeleton | Tapani Pälli | 2015-04-16 | 4 | -6/+134 |
* | st/mesa: log shaders, GLSL info log with _mesa_log() | Brian Paul | 2015-04-15 | 1 | -6/+4 |
* | mesa: log shaders, GLSL info log with _mesa_log() | Brian Paul | 2015-04-15 | 1 | -14/+11 |
* | mesa: add _mesa_log(), _mesa_get_log_file() functions | Brian Paul | 2015-04-15 | 2 | -7/+43 |
* | mesa: Enable _mesa_dlopen on MSVC too. | Jose Fonseca | 2015-04-15 | 1 | -3/+3 |