| Commit message (Expand) | Author | Age | Files | Lines |
* | st/mesa: Switch glsl_to_tgsi_instruction to the non-zeroing allocator. | Francisco Jerez | 2013-10-01 | 1 | -1/+1 |
* | mesa: Fix misplaced includes of "main/uniforms.h". | Francisco Jerez | 2013-10-01 | 1 | -1/+1 |
* | st/mesa: fix comment typo | Brian Paul | 2013-09-30 | 1 | -1/+1 |
* | st/mesa: fix GLSL mix(.., .., bvecN) | Marek Olšák | 2013-09-29 | 1 | -1/+8 |
* | mesa: Remove 'invalidate_state' parameter to _mesa_dirty_texobj(). | Kenneth Graunke | 2013-09-26 | 2 | -2/+2 |
* | i965, mesa: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS macros. | Kenneth Graunke | 2013-09-21 | 1 | -11/+1 |
* | mesa: Use correct data for MAX_{VERTEX,GEOMETRY}_VARYING_COMPONENTS_ARB queries | Ian Romanick | 2013-09-19 | 1 | -1/+4 |
* | glsl: Add support for ldexp. | Matt Turner | 2013-09-17 | 1 | -0/+1 |
* | st/mesa: don't dereference stObj->pt if NULL | Dave Airlie | 2013-09-16 | 1 | -1/+1 |
* | st/dri: do not create a new context for msaa copy | Maarten Lankhorst | 2013-09-11 | 1 | -1/+1 |
* | glsl: Add conditional-select IR. | Matt Turner | 2013-09-09 | 1 | -0/+1 |
* | glsl: Pass _mesa_glsl_parse_state into matching_signature and such. | Kenneth Graunke | 2013-09-09 | 1 | -1/+1 |
* | mesa: Implement GL_DEBUG_OUTPUT | Timothy Arceri | 2013-09-04 | 1 | -1/+5 |
* | mesa: free object labels when deleting | Timothy Arceri | 2013-09-04 | 2 | -0/+2 |
* | glsl: Add support for new fma built-in in ARB_gpu_shader5. | Matt Turner | 2013-08-27 | 1 | -0/+1 |
* | st/mesa: use new float comparison opcodes if native integers are supported | Roland Scheidegger | 2013-08-15 | 1 | -34/+26 |
* | glsl: add ir_emit_vertex and ir_end_primitive instruction types | Bryan Cain | 2013-08-01 | 1 | -0/+14 |
* | glsl: Change do_set_program_inouts' is_fragment_shader arg to shader_type. | Paul Berry | 2013-08-01 | 1 | -1/+1 |
* | st/dri: add a new driconf option disable_shader_bit_encoding for Unigine | Marek Olšák | 2013-07-30 | 1 | -1/+4 |
* | st/mesa: fix opcode translation for ARB_shader_bit_encoding functions | Marek Olšák | 2013-07-30 | 1 | -0/+7 |
* | mesa,glsl,st/dri: add a new driconf option force_glsl_version for Unigine | Marek Olšák | 2013-07-30 | 1 | -0/+5 |
* | st/dri: implement the driconf option force_s3tc_enable properly | Marek Olšák | 2013-07-30 | 1 | -9/+1 |
* | st/dri: support the driconf option disable_blend_func_extended | Marek Olšák | 2013-07-30 | 1 | -1/+2 |
* | mesa: default DEPTH_TEXTURE_MODE should be RED in the core profile | Marek Olšák | 2013-07-30 | 1 | -1/+1 |
* | st/mesa: expose EXT_framebuffer_multisample_blit_scaled if MSAA is supported | Marek Olšák | 2013-07-30 | 1 | -0/+1 |
* | st/mesa: fix sRGB renderbuffers without EXT_framebuffer_sRGB support | Marek Olšák | 2013-07-30 | 2 | -0/+15 |
* | st/mesa: Enable the ARB_shading_language_420pack extension for 1.30+. | Kenneth Graunke | 2013-07-18 | 1 | -0/+1 |
* | gallium: fixup definitions of the rsq and sqrt | Zack Rusin | 2013-07-11 | 1 | -2/+4 |
* | tgsi: rename the TGSI fragment kill opcodes | Brian Paul | 2013-07-12 | 2 | -5/+6 |
* | tgsi: fix-up KILP comments | Brian Paul | 2013-07-12 | 1 | -0/+1 |
* | mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependencies | Marek Olšák | 2013-07-02 | 1 | -3/+0 |
* | st/mesa: disable EXT_separate_shader_objects | Marek Olšák | 2013-07-02 | 1 | -1/+8 |
* | mesa: renumber shader indices according to their placement in pipeline | Marek Olšák | 2013-07-02 | 3 | -17/+10 |
* | st/mesa: handle SNORM formats in generic CopyPixels path | Marek Olšák | 2013-06-30 | 1 | -0/+6 |
* | mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadow | Ian Romanick | 2013-06-28 | 1 | -1/+0 |
* | mesa: GL_ARB_texture_storage is not optional | Ian Romanick | 2013-06-28 | 1 | -1/+0 |
* | mesa: GL_ARB_shading_language_100 is not optional | Ian Romanick | 2013-06-28 | 1 | -1/+0 |
* | mesa: GL_ARB_shader_objects is not optional | Ian Romanick | 2013-06-28 | 1 | -1/+0 |
* | mesa: GL_NV_blend_square is not optional | Ian Romanick | 2013-06-28 | 1 | -1/+0 |
* | mesa: GL_EXT_fog_coord is not optional | Ian Romanick | 2013-06-28 | 1 | -1/+0 |
* | mesa: GL_EXT_secondary_color is not optional | Ian Romanick | 2013-06-28 | 1 | -1/+0 |
* | mesa: GL_EXT_framebuffer_object is not optional | Ian Romanick | 2013-06-28 | 1 | -1/+0 |
* | st/mesa: add casts to silence MSVC warnings | Brian Paul | 2013-06-26 | 5 | -8/+8 |
* | st/mesa: make rtt_level, face, slice unsigned to silence MSVC warnings | Brian Paul | 2013-06-26 | 1 | -1/+1 |
* | mesa: Remove the Initialized field from framebuffers. | Eric Anholt | 2013-06-25 | 1 | -2/+0 |
* | gallium: Fix llvmpipe on big-endian machines | Adam Jackson | 2013-06-24 | 1 | -29/+29 |
* | mesa: Use shared code for converting shader targets to short strings. | Eric Anholt | 2013-06-21 | 1 | -5/+2 |
* | glsl: Remove ir_print_visitor.h includes and usage | Eric Anholt | 2013-06-21 | 1 | -3/+2 |
* | gallium: add condition parameter to render_condition | Roland Scheidegger | 2013-06-18 | 1 | -3/+3 |
* | mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage(). | Eric Anholt | 2013-06-17 | 1 | -36/+7 |