| Commit message (Expand) | Author | Age | Files | Lines |
* | st/mesa: move out of memory check in st_draw_vbo() | Brian Paul | 2013-10-29 | 1 | -3/+4 |
* | implement NV_vdpau_interop v7 | Christian König | 2013-10-26 | 4 | -0/+227 |
* | mesa/st: disable ARB_framebuffer_object when no driver support. | Ilia Mirkin | 2013-10-26 | 1 | -2/+5 |
* | st/mesa: minor whitespace, comment changes in st_draw.c | Brian Paul | 2013-10-22 | 1 | -8/+11 |
* | gallium: Enable ARB_texture_mirror_clamp_to_edge. | Rico Schüller | 2013-10-20 | 1 | -0/+1 |
* | st/mesa: add a few comments in st_create_context_priv() | Brian Paul | 2013-10-17 | 1 | -1/+5 |
* | st/mesa: handle layer and primitive id output and point size input | Dave Airlie | 2013-10-17 | 1 | -0/+12 |
* | st/mesa: add geometry shader ubo support | Dave Airlie | 2013-10-17 | 3 | -0/+19 |
* | mesa/st: Allow geometry shaders without gl_Position export. | Fabian Bieler | 2013-10-17 | 1 | -2/+0 |
* | st/mesa, glsl_to_tgsi: add support for geometry shaders | Bryan Cain | 2013-10-17 | 2 | -45/+163 |
* | mesa/st: Add VARYING_SLOT_TEX[1-7] to st_translate_geometry_program(). | Bryan Cain | 2013-10-17 | 1 | -0/+7 |
* | st/mesa: whitespace fixes in st_cb_bufferobjects.c | Brian Paul | 2013-10-11 | 1 | -13/+13 |
* | st/mesa: improve format selection for GLES | Marek Olšák | 2013-10-08 | 1 | -0/+36 |
* | glsl: Implement [iu]mulExtended() built-ins for ARB_gpu_shader5. | Matt Turner | 2013-10-07 | 1 | -0/+1 |
* | glsl: Add ir_binop_carry and ir_binop_borrow. | Matt Turner | 2013-10-07 | 1 | -0/+2 |
* | st/mesa: silence warning about unhandled ir_query_levels in switch | Brian Paul | 2013-10-07 | 1 | -0/+3 |
* | st/mesa: silence warning about unhandled enum in switch statement | Brian Paul | 2013-10-03 | 1 | -0/+3 |
* | 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 |